summaryrefslogtreecommitdiffstats
path: root/editors/xemacs/files
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-31 11:15:43 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-31 11:15:43 +0800
commitba6f32789b9143c24a8e7474ea0128844425c509 (patch)
treea2919b65a9781965885e03c591ce76b6171ea3ac /editors/xemacs/files
parent2e29dae278074c9bf02b3b6397bb752d9586e458 (diff)
downloadmarcuscom-ports-ba6f32789b9143c24a8e7474ea0128844425c509.tar
marcuscom-ports-ba6f32789b9143c24a8e7474ea0128844425c509.tar.gz
marcuscom-ports-ba6f32789b9143c24a8e7474ea0128844425c509.tar.bz2
marcuscom-ports-ba6f32789b9143c24a8e7474ea0128844425c509.tar.lz
marcuscom-ports-ba6f32789b9143c24a8e7474ea0128844425c509.tar.xz
marcuscom-ports-ba6f32789b9143c24a8e7474ea0128844425c509.tar.zst
marcuscom-ports-ba6f32789b9143c24a8e7474ea0128844425c509.zip
X11BASE -> LOCALBASE, share/gnome lives in LOCALBASE. Bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6897 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors/xemacs/files')
-rw-r--r--editors/xemacs/files/patch-Makefile.in.in11
-rw-r--r--editors/xemacs/files/patch-aa11
-rw-r--r--editors/xemacs/files/patch-af53
-rw-r--r--editors/xemacs/files/patch-al11
-rw-r--r--editors/xemacs/files/xemacs.desktop.in9
5 files changed, 95 insertions, 0 deletions
diff --git a/editors/xemacs/files/patch-Makefile.in.in b/editors/xemacs/files/patch-Makefile.in.in
new file mode 100644
index 000000000..760709757
--- /dev/null
+++ b/editors/xemacs/files/patch-Makefile.in.in
@@ -0,0 +1,11 @@
+--- Makefile.in.in.orig Fri Nov 25 10:38:19 2005
++++ Makefile.in.in Fri Nov 25 10:38:28 2005
+@@ -429,7 +429,7 @@
+ do (cd $${subdir} && $(RM) -r RCS CVS SCCS \#* *~) ; done ; \
+ else true; fi
+ #ifdef PDUMP
+- ${INSTALL_DATA} src/${PROGNAME}.dmp ${bindir}/${PROGNAME}-${version}-`src/${PROGNAME} -sd`.dmp
++ ${INSTALL_DATA} src/${PROGNAME}.dmp ${bindir}/${PROGNAME}-${version}.dmp
+ #endif
+ #ifdef WIN32_NATIVE
+ ${INSTALL_PROGRAM} src/${PROGNAME} ${bindir}/${PROGNAME}
diff --git a/editors/xemacs/files/patch-aa b/editors/xemacs/files/patch-aa
new file mode 100644
index 000000000..45fbafd60
--- /dev/null
+++ b/editors/xemacs/files/patch-aa
@@ -0,0 +1,11 @@
+--- lib-src/Makefile.in.in~ Tue Feb 8 11:54:39 2000
++++ lib-src/Makefile.in.in Thu Sep 21 22:26:13 2000
+@@ -224,7 +224,7 @@
+ (cd ${archlibdir} && \
+ $(RM) ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS})
+
+-.PHONY: mostlyclean clean distclean realclean extraclean
++.PHONY: mostlyclean clean distclean realclean extraclean ${archlibdir}
+ mostlyclean:
+ $(RM) *.o *.i core
+ clean: mostlyclean
diff --git a/editors/xemacs/files/patch-af b/editors/xemacs/files/patch-af
new file mode 100644
index 000000000..670cdab8b
--- /dev/null
+++ b/editors/xemacs/files/patch-af
@@ -0,0 +1,53 @@
+--- configure.in.orig Thu Oct 16 00:37:12 2003
++++ configure.in Thu Oct 16 00:40:18 2003
+@@ -1104,6 +1104,7 @@
+ dnl Straightforward OS determination
+ case "$canonical" in
+ *-*-linux* ) opsys=linux ;;
++ *-*-freebsd* ) opsys=freebsd ;;
+ *-*-netbsd* ) opsys=netbsd ;;
+ *-*-openbsd* ) opsys=openbsd ;;
+ *-*-nextstep* ) opsys=nextstep ;;
+@@ -3782,21 +3783,24 @@
+ test "$ac_cv_func_crypt" != "yes" && { AC_CHECK_LIB(crypt, crypt) }
+ fi
+ dnl Back to our regularly scheduled wnn hunting
+- if test -z "$with_wnn" -o "$with_wnn" = "yes"; then
+- AC_CHECK_LIB(wnn,jl_dic_list_e,libwnn=wnn,
+- AC_CHECK_LIB(wnn4,jl_dic_list_e,libwnn=wnn4,
+- AC_CHECK_LIB(wnn6,jl_dic_list_e,libwnn=wnn6,
+- AC_CHECK_LIB(wnn6_fromsrc,dic_list_e,libwnn=wnn6_fromsrc,with_wnn=no))))
++ if test "$with_wnn6" = "yes"; then
++ AC_CHECK_LIB(wnn6,jl_fi_dic_list_e,libwnn=wnn6,
++ AC_CHECK_LIB(wnn6_fromsrc,jl_fi_dic_list_e,libwnn=wnn6_fromsrc,
++ AC_CHECK_LIB(wnn,jl_fi_dic_list_e,libwnn=wnn, [with_wnn6=no; with_wnn=no])))
++ else
++ if test -z "$with_wnn" -o "$with_wnn" = "yes"; then
++ AC_CHECK_LIB(wnn,jl_dic_list_e,libwnn=wnn,
++ AC_CHECK_LIB(wnn4,jl_dic_list_e,libwnn=wnn4,
++ AC_CHECK_LIB(wnn6,jl_fi_dic_list_e,[libwnn=wnn6; with_wnn6=yes],
++ AC_CHECK_LIB(wnn6_fromsrc,jl_fi_dic_list_e, [libwnn=wnn6_fromsrc; with_wnn6=yes],with_wnn=no))))
++ fi
+ fi
+ test -z "$with_wnn" && with_wnn=yes
+ if test "$with_wnn" = "yes"; then
+ AC_DEFINE(HAVE_WNN)
+ XE_PREPEND(-l$libwnn, libs_x)
+ XE_ADD_OBJS(mule-wnnfns.o)
+- if test "$with_wnn6" != "no"; then
+- AC_CHECK_LIB($libwnn, jl_fi_dic_list, with_wnn6=yes)
+- test "$with_wnn6" = "yes" && AC_DEFINE(WNN6)
+- fi
++ test "$with_wnn6" = "yes" && AC_DEFINE(WNN6)
+ fi
+
+ dnl Autodetect canna
+@@ -4401,7 +4405,7 @@
+ dnl Check for Berkeley DB.
+ if test "$with_database_berkdb" != "no"; then
+ AC_MSG_CHECKING(for Berkeley db.h)
+- for header in "db/db.h" "db.h"; do
++ for header in "/usr/include/db.h" "db/db.h" "db.h"; do
+ case "$opsys" in
+ *freebsd*)
+ AC_TRY_COMPILE([
diff --git a/editors/xemacs/files/patch-al b/editors/xemacs/files/patch-al
new file mode 100644
index 000000000..c6650ddf5
--- /dev/null
+++ b/editors/xemacs/files/patch-al
@@ -0,0 +1,11 @@
+--- src/lstream.c.orig Sat Jun 29 18:17:20 2002
++++ src/lstream.c Sat Jun 29 18:14:06 2002
+@@ -181,7 +181,7 @@
+ }
+ }
+
+-inline static size_t
++/*inline*/ static size_t
+ aligned_sizeof_lstream (size_t lstream_type_specific_size)
+ {
+ return ALIGN_SIZE (offsetof (Lstream, data) + lstream_type_specific_size,
diff --git a/editors/xemacs/files/xemacs.desktop.in b/editors/xemacs/files/xemacs.desktop.in
new file mode 100644
index 000000000..66e1abdb4
--- /dev/null
+++ b/editors/xemacs/files/xemacs.desktop.in
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=XEmacs
+Comment=XEmacs Text Editor
+Exec=xemacs %F
+Terminal=false
+Type=Application
+Icon=@XEMACS_ICON@
+Categories=Application;Utility;TextEditor;