move Xemacs 21.4 in xemacs21/stable, in order to import Xemacs 21.5
later (the actively developped branch, which has Xft support etc.) help and ok matthieu@, "looks ok" ajacoutot@
This commit is contained in:
parent
5da4b28b50
commit
eb757943fa
@ -1,116 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.43 2007/09/16 00:44:00 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.44 2007/09/18 18:56:03 aanriot Exp $
|
||||
|
||||
COMMENT= heavily customizable and extensible editor
|
||||
SUBDIR += stable
|
||||
SUBDIR += stable,mule
|
||||
|
||||
VERSION= 21.4.19
|
||||
DISTNAME= xemacs-${VERSION}
|
||||
PKGNAME= ${DISTNAME}p3
|
||||
CATEGORIES= editors
|
||||
|
||||
HOMEPAGE= http://www.xemacs.org/
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c m ncurses util
|
||||
|
||||
MASTER_SITES= ftp://ftp.xemacs.org/pub/xemacs/xemacs-21.4/ \
|
||||
ftp://ftp.oleane.net/pub/xemacs/xemacs-21.4/ \
|
||||
ftp://ftp.pasteur.fr/pub/computing/xemacs/xemacs-21.4/ \
|
||||
ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/xemacs/xemacs-21.4/ \
|
||||
ftp://ftp.funet.fi/pub/mirrors/ftp.xemacs.org/pub/tux/xemacs/xemacs-21.4/
|
||||
|
||||
GCCARCH= ${MACHINE_ARCH}-unknown-openbsd${OSREV}
|
||||
SUBST_VARS= GCCARCH VERSION
|
||||
|
||||
AUTOCONF_VERSION=2.13
|
||||
CONFIGURE_STYLE=autoconf old dest no-autoheader
|
||||
|
||||
CONFIGURE_ARGS+=--infodir='$${DESTDIR}${PREFIX}/info/${DISTNAME}' \
|
||||
--infopath='${LOCALBASE}/info/${DISTNAME}:${LOCALBASE}/info:/usr/share/info' \
|
||||
--site-prefixes='${LOCALBASE}:/usr' \
|
||||
--without-ldap \
|
||||
--without-postgresql \
|
||||
--without-cde \
|
||||
--without-offix \
|
||||
--without-dragndrop \
|
||||
--without-gpm \
|
||||
--with-msw=no \
|
||||
--without-tooltalk \
|
||||
--with-sound=no \
|
||||
--with-xface=no \
|
||||
--without-wnn6 \
|
||||
--without-gtk \
|
||||
--without-gnome \
|
||||
--with-database=no \
|
||||
--with-file-coding=yes \
|
||||
--with-system-malloc \
|
||||
--pdump \
|
||||
${GCCARCH}
|
||||
|
||||
FAKE_FLAGS= prefix='$${WRKINST}$${DESTDIR}${PREFIX}' \
|
||||
infodir='$${WRKINST}$${DESTDIR}${PREFIX}/info/${DISTNAME}'
|
||||
|
||||
FLAVORS= mule canna wnn no_x11
|
||||
FLAVOR?=
|
||||
|
||||
.if ${FLAVOR:L:Mno_x11}
|
||||
CONFIGURE_ARGS+=--without-x11
|
||||
.else
|
||||
USE_X11= Yes
|
||||
WANTLIB+= ICE SM X11 Xau Xaw Xext Xmu Xpm Xt z
|
||||
|
||||
CONFIGURE_ARGS+=--with-menubars=lucid \
|
||||
--with-scrollbars=lucid \
|
||||
--with-dialogs=athena \
|
||||
--with-widgets=athena \
|
||||
--with-jpeg \
|
||||
--with-png \
|
||||
--with-tiff \
|
||||
--site-includes="${LOCALBASE}/include/libpng"
|
||||
|
||||
LIB_DEPENDS+= jpeg.>=62::graphics/jpeg \
|
||||
png.>=2.::graphics/png \
|
||||
tiff.>=35::graphics/tiff
|
||||
|
||||
. if ${FLAVOR:L:Mmule}
|
||||
CONFIGURE_ARGS+=--with-xim=xlib
|
||||
. endif
|
||||
.endif
|
||||
|
||||
.if ${FLAVOR:L:Mmule}
|
||||
MODULES= devel/gettext
|
||||
CONFIGURE_ARGS+=--with-mule
|
||||
|
||||
. if ${FLAVOR:L:Mcanna}
|
||||
LIB_DEPENDS+= canna.1,RKC.1::japanese/canna
|
||||
CONFIGURE_ARGS+=--with-canna
|
||||
. else
|
||||
CONFIGURE_ARGS+=--with-canna=no
|
||||
. endif
|
||||
|
||||
. if ${FLAVOR:L:Mwnn}
|
||||
BUILD_DEPENDS+= ::japanese/Wnn
|
||||
CONFIGURE_ARGS+=--with-wnn
|
||||
. else
|
||||
CONFIGURE_ARGS+=--with-wnn=no
|
||||
. endif
|
||||
|
||||
.else
|
||||
|
||||
. if ${FLAVOR:L:Mcanna} || ${FLAVOR:L:Mwnn}
|
||||
ERRORS+= "Fatal: You cannot use MULE-dependant flavors without MULE support"
|
||||
. endif
|
||||
|
||||
CONFIGURE_ARGS+=--with-mule=no \
|
||||
--with-canna=no \
|
||||
--with-wnn=no
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@rm -f ${PREFIX}/lib/xemacs-${VERSION}/lisp/*`hostname`.*
|
||||
@touch ${PREFIX}/lib/xemacs-${VERSION}/lisp/mule/mule-x-init.elc
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.subdir.mk>
|
||||
|
26
editors/xemacs21/Makefile.inc
Normal file
26
editors/xemacs21/Makefile.inc
Normal file
@ -0,0 +1,26 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.1 2007/09/18 18:56:03 aanriot Exp $
|
||||
|
||||
COMMENT= heavily customizable and extensible editor
|
||||
DISTNAME= xemacs-${BRANCH}.${VERSION}
|
||||
CATEGORIES= editors
|
||||
|
||||
HOMEPAGE= http://www.xemacs.org/
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ftp://ftp.xemacs.org/pub/xemacs/xemacs-${BRANCH}/ \
|
||||
ftp://ftp.oleane.net/pub/xemacs/xemacs-${BRANCH}/ \
|
||||
ftp://ftp.pasteur.fr/pub/computing/xemacs/xemacs-${BRANCH}/ \
|
||||
ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/xemacs/xemacs-${BRANCH}/ \
|
||||
ftp://ftp.funet.fi/pub/mirrors/ftp.xemacs.org/pub/tux/xemacs/xemacs-${BRANCH}/
|
||||
|
||||
|
||||
AUTOCONF_VERSION=2.13
|
||||
CONFIGURE_STYLE=autoconf old dest no-autoheader
|
||||
|
||||
SUBST_VARS= GCCARCH BRANCH VERSION
|
||||
GCCARCH= ${MACHINE_ARCH}-unknown-openbsd${OSREV}
|
@ -1,18 +0,0 @@
|
||||
$OpenBSD: patch-info_emodules_info,v 1.1 2005/11/03 15:51:05 aanriot Exp $
|
||||
--- info/emodules.info.orig Thu Sep 8 08:44:25 2005
|
||||
+++ info/emodules.info Thu Sep 8 08:47:03 2005
|
||||
@@ -1,6 +1,14 @@
|
||||
This is ../info/emodules.info, produced by makeinfo version 4.6 from
|
||||
emodules.texi.
|
||||
|
||||
+INFO-DIR-SECTION XEmacs Editor
|
||||
+START-INFO-DIR-ENTRY
|
||||
+* Dynamic loadable modules: (emodules). Dynamic loadable module support.
|
||||
+END-INFO-DIR-ENTRY
|
||||
+
|
||||
+^_
|
||||
+File: emodules.info, Node: Top, Next: Introduction, Prev: (dir), Up: (dir)
|
||||
+
|
||||
This file documents the module loading technology of XEmacs.
|
||||
|
||||
Copyright (C) 1998 J. Kean Johnston.
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-lib-src_gnuslib_c,v 1.1 2004/06/24 17:21:49 sturm Exp $
|
||||
--- lib-src/gnuslib.c.orig Tue Jun 22 20:58:04 2004
|
||||
+++ lib-src/gnuslib.c Tue Jun 22 20:58:15 2004
|
||||
@@ -70,7 +70,6 @@ static int connect_to_internet_server (c
|
||||
#include <string.h>
|
||||
#endif /* HAVE_STRING_H */
|
||||
|
||||
-#include <arpa/inet.h>
|
||||
|
||||
char *tmpdir = NULL;
|
||||
|
@ -1,62 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.mule,v 1.5 2006/08/15 06:09:56 sturm Exp $
|
||||
lib/xemacs-${VERSION}/lisp/mule/
|
||||
lib/xemacs-${VERSION}/lisp/mule/arabic.el
|
||||
lib/xemacs-${VERSION}/lisp/mule/arabic.elc
|
||||
lib/xemacs-${VERSION}/lisp/mule/auto-autoloads.el
|
||||
lib/xemacs-${VERSION}/lisp/mule/auto-autoloads.elc
|
||||
lib/xemacs-${VERSION}/lisp/mule/canna-leim.el
|
||||
lib/xemacs-${VERSION}/lisp/mule/canna-leim.elc
|
||||
lib/xemacs-${VERSION}/lisp/mule/chinese.el
|
||||
lib/xemacs-${VERSION}/lisp/mule/chinese.elc
|
||||
lib/xemacs-${VERSION}/lisp/mule/custom-load.el
|
||||
lib/xemacs-${VERSION}/lisp/mule/custom-load.elc
|
||||
lib/xemacs-${VERSION}/lisp/mule/cyrillic.el
|
||||
lib/xemacs-${VERSION}/lisp/mule/cyrillic.elc
|
||||
lib/xemacs-${VERSION}/lisp/mule/english.el
|
||||
lib/xemacs-${VERSION}/lisp/mule/english.elc
|
||||
lib/xemacs-${VERSION}/lisp/mule/ethiopic.el
|
||||
lib/xemacs-${VERSION}/lisp/mule/ethiopic.elc
|
||||
lib/xemacs-${VERSION}/lisp/mule/european.el
|
||||
lib/xemacs-${VERSION}/lisp/mule/european.elc
|
||||
lib/xemacs-${VERSION}/lisp/mule/greek.el
|
||||
lib/xemacs-${VERSION}/lisp/mule/greek.elc
|
||||
lib/xemacs-${VERSION}/lisp/mule/hebrew.el
|
||||
lib/xemacs-${VERSION}/lisp/mule/hebrew.elc
|
||||
lib/xemacs-${VERSION}/lisp/mule/japanese.el
|
||||
lib/xemacs-${VERSION}/lisp/mule/japanese.elc
|
||||
lib/xemacs-${VERSION}/lisp/mule/kinsoku.el
|
||||
lib/xemacs-${VERSION}/lisp/mule/kinsoku.elc
|
||||
lib/xemacs-${VERSION}/lisp/mule/korean.el
|
||||
lib/xemacs-${VERSION}/lisp/mule/korean.elc
|
||||
lib/xemacs-${VERSION}/lisp/mule/latin.el
|
||||
lib/xemacs-${VERSION}/lisp/mule/latin.elc
|
||||
lib/xemacs-${VERSION}/lisp/mule/misc-lang.el
|
||||
lib/xemacs-${VERSION}/lisp/mule/misc-lang.elc
|
||||
lib/xemacs-${VERSION}/lisp/mule/mule-category.el
|
||||
lib/xemacs-${VERSION}/lisp/mule/mule-category.elc
|
||||
lib/xemacs-${VERSION}/lisp/mule/mule-ccl.el
|
||||
lib/xemacs-${VERSION}/lisp/mule/mule-ccl.elc
|
||||
lib/xemacs-${VERSION}/lisp/mule/mule-charset.el
|
||||
lib/xemacs-${VERSION}/lisp/mule/mule-charset.elc
|
||||
lib/xemacs-${VERSION}/lisp/mule/mule-cmds.el
|
||||
lib/xemacs-${VERSION}/lisp/mule/mule-cmds.elc
|
||||
lib/xemacs-${VERSION}/lisp/mule/mule-coding.el
|
||||
lib/xemacs-${VERSION}/lisp/mule/mule-coding.elc
|
||||
lib/xemacs-${VERSION}/lisp/mule/mule-help.el
|
||||
lib/xemacs-${VERSION}/lisp/mule/mule-help.elc
|
||||
lib/xemacs-${VERSION}/lisp/mule/mule-init.el
|
||||
lib/xemacs-${VERSION}/lisp/mule/mule-init.elc
|
||||
lib/xemacs-${VERSION}/lisp/mule/mule-misc.el
|
||||
lib/xemacs-${VERSION}/lisp/mule/mule-misc.elc
|
||||
lib/xemacs-${VERSION}/lisp/mule/mule-tty-init.el
|
||||
lib/xemacs-${VERSION}/lisp/mule/mule-tty-init.elc
|
||||
lib/xemacs-${VERSION}/lisp/mule/mule-x-init.el
|
||||
lib/xemacs-${VERSION}/lisp/mule/mule-x-init.elc
|
||||
lib/xemacs-${VERSION}/lisp/mule/thai-xtis-chars.el
|
||||
lib/xemacs-${VERSION}/lisp/mule/thai-xtis-chars.elc
|
||||
lib/xemacs-${VERSION}/lisp/mule/thai-xtis.el
|
||||
lib/xemacs-${VERSION}/lisp/mule/thai-xtis.elc
|
||||
lib/xemacs-${VERSION}/lisp/mule/viet-chars.el
|
||||
lib/xemacs-${VERSION}/lisp/mule/viet-chars.elc
|
||||
lib/xemacs-${VERSION}/lisp/mule/vietnamese.el
|
||||
lib/xemacs-${VERSION}/lisp/mule/vietnamese.elc
|
File diff suppressed because it is too large
Load Diff
90
editors/xemacs21/stable/Makefile
Normal file
90
editors/xemacs21/stable/Makefile
Normal file
@ -0,0 +1,90 @@
|
||||
# $OpenBSD: Makefile,v 1.1 2007/09/18 18:56:03 aanriot Exp $
|
||||
|
||||
BRANCH= 21.4
|
||||
VERSION= 19
|
||||
PKGNAME= ${DISTNAME}p4
|
||||
|
||||
WANTLIB= c m ncurses util
|
||||
|
||||
CONFIGURE_ARGS+=--infodir='$${DESTDIR}${PREFIX}/info/${DISTNAME}' \
|
||||
--infopath='${LOCALBASE}/info/${DISTNAME}:${LOCALBASE}/info:/usr/share/info' \
|
||||
--site-prefixes='${LOCALBASE}:/usr' \
|
||||
--without-ldap \
|
||||
--without-postgresql \
|
||||
--without-cde \
|
||||
--without-offix \
|
||||
--without-dragndrop \
|
||||
--without-gpm \
|
||||
--with-msw=no \
|
||||
--without-tooltalk \
|
||||
--with-sound=no \
|
||||
--with-xface=no \
|
||||
--without-wnn6 \
|
||||
--without-gtk \
|
||||
--without-gnome \
|
||||
--with-database=no \
|
||||
--with-file-coding=yes \
|
||||
--with-system-malloc \
|
||||
--pdump \
|
||||
${GCCARCH}
|
||||
|
||||
FAKE_FLAGS= prefix='$${WRKINST}$${DESTDIR}${PREFIX}' \
|
||||
infodir='$${WRKINST}$${DESTDIR}${PREFIX}/info/${DISTNAME}'
|
||||
|
||||
FLAVORS= mule canna wnn no_x11
|
||||
FLAVOR?=
|
||||
|
||||
.if ${FLAVOR:L:Mno_x11}
|
||||
CONFIGURE_ARGS+=--without-x11
|
||||
.else
|
||||
USE_X11= Yes
|
||||
WANTLIB+= ICE SM X11 Xau Xaw Xext Xmu Xpm Xt z
|
||||
|
||||
CONFIGURE_ARGS+=--with-menubars=lucid \
|
||||
--with-scrollbars=lucid \
|
||||
--with-dialogs=athena \
|
||||
--with-widgets=athena \
|
||||
--with-jpeg \
|
||||
--with-png \
|
||||
--with-tiff \
|
||||
--site-includes="${LOCALBASE}/include/libpng"
|
||||
|
||||
LIB_DEPENDS+= jpeg.>=62::graphics/jpeg \
|
||||
png.>=2.::graphics/png \
|
||||
tiff.>=35::graphics/tiff
|
||||
|
||||
. if ${FLAVOR:L:Mmule}
|
||||
CONFIGURE_ARGS+=--with-xim=xlib
|
||||
. endif
|
||||
.endif
|
||||
|
||||
.if ${FLAVOR:L:Mmule}
|
||||
MODULES= devel/gettext
|
||||
CONFIGURE_ARGS+=--with-mule
|
||||
|
||||
. if ${FLAVOR:L:Mcanna}
|
||||
LIB_DEPENDS+= canna.1,RKC.1::japanese/canna
|
||||
CONFIGURE_ARGS+=--with-canna
|
||||
. else
|
||||
CONFIGURE_ARGS+=--with-canna=no
|
||||
. endif
|
||||
|
||||
. if ${FLAVOR:L:Mwnn}
|
||||
BUILD_DEPENDS+= ::japanese/Wnn
|
||||
CONFIGURE_ARGS+=--with-wnn
|
||||
. else
|
||||
CONFIGURE_ARGS+=--with-wnn=no
|
||||
. endif
|
||||
|
||||
.else
|
||||
|
||||
. if ${FLAVOR:L:Mcanna} || ${FLAVOR:L:Mwnn}
|
||||
ERRORS+= "Fatal: You cannot use MULE-dependant flavors without MULE support"
|
||||
. endif
|
||||
|
||||
CONFIGURE_ARGS+=--with-mule=no \
|
||||
--with-canna=no \
|
||||
--with-wnn=no
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-Makefile_in_in,v 1.2 2005/11/03 15:51:05 aanriot Exp $
|
||||
$OpenBSD: patch-Makefile_in_in,v 1.1 2007/09/18 18:56:03 aanriot Exp $
|
||||
--- Makefile.in.in.orig Mon Jan 31 03:54:47 2005
|
||||
+++ Makefile.in.in Mon Oct 10 21:36:19 2005
|
||||
@@ -429,7 +429,7 @@ install-arch-dep: mkdir
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-configure_in,v 1.4 2005/11/03 15:51:05 aanriot Exp $
|
||||
--- configure.in.orig Mon Jan 31 03:54:47 2005
|
||||
+++ configure.in Mon Oct 10 21:36:20 2005
|
||||
@@ -3768,6 +3768,7 @@ if test "$with_mule" = "yes" ; then
|
||||
$OpenBSD: patch-configure_in,v 1.1 2007/09/18 18:56:03 aanriot Exp $
|
||||
--- configure.in.orig Fri Dec 8 04:31:16 2006
|
||||
+++ configure.in Thu Aug 30 23:15:13 2007
|
||||
@@ -3847,6 +3847,7 @@ if test "$with_mule" = "yes" ; then
|
||||
XE_ADD_OBJS(mule.o mule-ccl.o mule-charset.o file-coding.o)
|
||||
|
||||
dnl Use -lintl to get internationalized strerror for Mule
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-lib-src_Makefile_in_in,v 1.2 2003/04/24 18:15:39 lebel Exp $
|
||||
$OpenBSD: patch-lib-src_Makefile_in_in,v 1.1 2007/09/18 18:56:03 aanriot Exp $
|
||||
--- lib-src/Makefile.in.in.orig Tue Aug 20 13:34:16 2002
|
||||
+++ lib-src/Makefile.in.in Mon Feb 17 21:55:55 2003
|
||||
@@ -255,10 +255,18 @@ ${archlibdir}: all
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-lib-src_cvtmail_c,v 1.1 2005/11/03 15:51:05 aanriot Exp $
|
||||
$OpenBSD: patch-lib-src_cvtmail_c,v 1.1 2007/09/18 18:56:03 aanriot Exp $
|
||||
--- lib-src/cvtmail.c.orig Mon Oct 10 21:40:20 2005
|
||||
+++ lib-src/cvtmail.c Mon Oct 10 21:40:30 2005
|
||||
@@ -60,7 +60,7 @@ main (int argc, char *argv[])
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-lib-src_gnuserv_h,v 1.1 2004/06/24 17:21:49 sturm Exp $
|
||||
$OpenBSD: patch-lib-src_gnuserv_h,v 1.1 2007/09/18 18:56:03 aanriot Exp $
|
||||
--- lib-src/gnuserv.h.orig Tue Jun 22 20:56:27 2004
|
||||
+++ lib-src/gnuserv.h Tue Jun 22 20:57:41 2004
|
||||
@@ -52,7 +52,7 @@
|
11
editors/xemacs21/stable/patches/patch-lib-src_gnuslib_c
Normal file
11
editors/xemacs21/stable/patches/patch-lib-src_gnuslib_c
Normal file
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-lib-src_gnuslib_c,v 1.1 2007/09/18 18:56:03 aanriot Exp $
|
||||
--- lib-src/gnuslib.c.orig Wed Aug 30 05:04:16 2006
|
||||
+++ lib-src/gnuslib.c Thu Aug 30 23:15:05 2007
|
||||
@@ -70,7 +70,6 @@ static int connect_to_internet_server (char *serverhos
|
||||
#include <string.h>
|
||||
#endif /* HAVE_STRING_H */
|
||||
|
||||
-#include <arpa/inet.h>
|
||||
|
||||
char *tmpdir = NULL;
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-lib-src_movemail_c,v 1.3 2005/11/03 15:51:05 aanriot Exp $
|
||||
$OpenBSD: patch-lib-src_movemail_c,v 1.1 2007/09/18 18:56:03 aanriot Exp $
|
||||
--- lib-src/movemail.c.orig Sun Sep 25 15:10:55 2005
|
||||
+++ lib-src/movemail.c Sun Sep 25 15:12:18 2005
|
||||
@@ -588,14 +588,12 @@ lock_dot(char *filename)
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-lisp_find-paths_el,v 1.2 2003/04/24 18:15:39 lebel Exp $
|
||||
$OpenBSD: patch-lisp_find-paths_el,v 1.1 2007/09/18 18:56:03 aanriot Exp $
|
||||
--- lisp/find-paths.el.orig Wed Jul 25 09:44:25 2001
|
||||
+++ lisp/find-paths.el Mon Mar 25 22:29:54 2002
|
||||
@@ -105,6 +105,12 @@ from the search."
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-src_Makefile_in_in,v 1.2 2003/04/24 18:15:39 lebel Exp $
|
||||
$OpenBSD: patch-src_Makefile_in_in,v 1.1 2007/09/18 18:56:03 aanriot Exp $
|
||||
--- src/Makefile.in.in.orig Wed Jan 15 13:18:00 2003
|
||||
+++ src/Makefile.in.in Mon Feb 24 10:39:21 2003
|
||||
@@ -28,8 +28,10 @@ PROGNAME=@PROGNAME@
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-src_dumper_c,v 1.1 2003/04/24 18:15:39 lebel Exp $
|
||||
$OpenBSD: patch-src_dumper_c,v 1.1 2007/09/18 18:56:03 aanriot Exp $
|
||||
--- src/dumper.c.orig Fri Jan 3 10:59:44 2003
|
||||
+++ src/dumper.c Mon Feb 24 10:52:09 2003
|
||||
@@ -1050,7 +1050,7 @@ pdump (void)
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-src_editfns_c,v 1.2 2003/04/24 18:15:39 lebel Exp $
|
||||
--- src/editfns.c.orig Mon Mar 25 22:38:26 2002
|
||||
+++ src/editfns.c Mon Mar 25 22:41:42 2002
|
||||
@@ -873,6 +873,7 @@ get_home_directory (void)
|
||||
$OpenBSD: patch-src_editfns_c,v 1.1 2007/09/18 18:56:03 aanriot Exp $
|
||||
--- src/editfns.c.orig Sat Jul 1 07:19:57 2006
|
||||
+++ src/editfns.c Thu Aug 30 23:15:09 2007
|
||||
@@ -876,6 +876,7 @@ get_home_directory (void)
|
||||
between XEmacs and the outside world, the very moment we first get
|
||||
the data. --ben */
|
||||
int output_home_warning = 0;
|
||||
@ -9,7 +9,7 @@ $OpenBSD: patch-src_editfns_c,v 1.2 2003/04/24 18:15:39 lebel Exp $
|
||||
|
||||
if (cached_home_directory == NULL)
|
||||
{
|
||||
@@ -919,6 +920,13 @@ get_home_directory (void)
|
||||
@@ -922,6 +923,13 @@ get_home_directory (void)
|
||||
# endif
|
||||
}
|
||||
#else /* !WIN32_NATIVE */
|
||||
@ -23,7 +23,7 @@ $OpenBSD: patch-src_editfns_c,v 1.2 2003/04/24 18:15:39 lebel Exp $
|
||||
/*
|
||||
* Unix, typically.
|
||||
* Using "/" isn't quite right, but what should we do?
|
||||
@@ -927,6 +935,7 @@ get_home_directory (void)
|
||||
@@ -930,6 +938,7 @@ get_home_directory (void)
|
||||
*/
|
||||
cached_home_directory = (Extbyte *) "/";
|
||||
output_home_warning = 1;
|
62
editors/xemacs21/stable/pkg/PFRAG.mule
Normal file
62
editors/xemacs21/stable/pkg/PFRAG.mule
Normal file
@ -0,0 +1,62 @@
|
||||
@comment $OpenBSD: PFRAG.mule,v 1.1 2007/09/18 18:56:03 aanriot Exp $
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/arabic.el
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/arabic.elc
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/auto-autoloads.el
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/auto-autoloads.elc
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/canna-leim.el
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/canna-leim.elc
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/chinese.el
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/chinese.elc
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/custom-load.el
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/custom-load.elc
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/cyrillic.el
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/cyrillic.elc
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/english.el
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/english.elc
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/ethiopic.el
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/ethiopic.elc
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/european.el
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/european.elc
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/greek.el
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/greek.elc
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/hebrew.el
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/hebrew.elc
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/japanese.el
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/japanese.elc
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/kinsoku.el
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/kinsoku.elc
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/korean.el
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/korean.elc
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/latin.el
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/latin.elc
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/misc-lang.el
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/misc-lang.elc
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/mule-category.el
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/mule-category.elc
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/mule-ccl.el
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/mule-ccl.elc
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/mule-charset.el
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/mule-charset.elc
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/mule-cmds.el
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/mule-cmds.elc
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/mule-coding.el
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/mule-coding.elc
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/mule-help.el
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/mule-help.elc
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/mule-init.el
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/mule-init.elc
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/mule-misc.el
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/mule-misc.elc
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/mule-tty-init.el
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/mule-tty-init.elc
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/mule-x-init.el
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/mule-x-init.elc
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/thai-xtis-chars.el
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/thai-xtis-chars.elc
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/thai-xtis.el
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/thai-xtis.elc
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/viet-chars.el
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/viet-chars.elc
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/vietnamese.el
|
||||
lib/xemacs-${BRANCH}.${VERSION}/lisp/mule/vietnamese.elc
|
1225
editors/xemacs21/stable/pkg/PLIST
Normal file
1225
editors/xemacs21/stable/pkg/PLIST
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user