FreeBSD Bugzilla – Attachment 21443 Details for
Bug 37596
EMACS_PORT_NAME=xemacs21 forks make infinitely when installing other ports
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
use_emacs.patch
use_emacs.patch (text/plain), 75.90 KB, created by
Sergey Matveychuk
on 2005-07-25 09:01:10 UTC
(
hide
)
Description:
use_emacs.patch
Filename:
MIME Type:
Creator:
Sergey Matveychuk
Created:
2005-07-25 09:01:10 UTC
Size:
75.90 KB
patch
obsolete
>Index: Mk/bsd.port.mk >=================================================================== >RCS file: /home/pcvs/ports/Mk/bsd.port.mk,v >retrieving revision 1.515 >diff -u -r1.515 bsd.port.mk >--- Mk/bsd.port.mk 24 Jun 2005 09:18:54 -0000 1.515 >+++ Mk/bsd.port.mk 25 Jul 2005 06:42:51 -0000 >@@ -335,6 +335,7 @@ > # Implies the inclusion of bsd.gnustep.mk. > # (Also see that file for more information on > # USE_GNUSTEP_*). >+# USE_EMACS - If set, this port relies on (X)Emacs. > ## > # USE_GNOME - A list of the Gnome dependencies the port has (e.g., > # glib12, gtk12). Implies that the port needs Gnome. >@@ -1315,7 +1316,7 @@ > .include "${PORTSDIR}/Mk/bsd.openssl.mk" > .endif > >-.if defined(EMACS_PORT_NAME) >+.if defined(USE_EMACS) > .include "${PORTSDIR}/Mk/bsd.emacs.mk" > .endif > >Index: converters/mule-ucs/Makefile >=================================================================== >RCS file: /home/pcvs/ports/converters/mule-ucs/Makefile,v >retrieving revision 1.10 >diff -u -r1.10 Makefile >--- converters/mule-ucs/Makefile 15 Apr 2003 22:53:37 -0000 1.10 >+++ converters/mule-ucs/Makefile 25 Jul 2005 06:43:05 -0000 >@@ -27,6 +27,7 @@ > PORTCLASS?= master > > .if (${PORTCLASS} == "master") >+USE_EMACS= yes > EMACS_PORT_NAME= emacs21 > .endif > >Index: converters/mule-ucs-emacs20/Makefile >=================================================================== >RCS file: /home/pcvs/ports/converters/mule-ucs-emacs20/Makefile,v >retrieving revision 1.10 >diff -u -r1.10 Makefile >--- converters/mule-ucs-emacs20/Makefile 18 May 2004 18:20:33 -0000 1.10 >+++ converters/mule-ucs-emacs20/Makefile 25 Jul 2005 06:43:05 -0000 >@@ -12,6 +12,7 @@ > > MASTERDIR= ${.CURDIR}/../../converters/mule-ucs > >+USE_EMACS= yes > EMACS_PORT_NAME= emacs20 > > .include "${MASTERDIR}/Makefile" >Index: databases/bbdb/Makefile >=================================================================== >RCS file: /home/pcvs/ports/databases/bbdb/Makefile,v >retrieving revision 1.4 >diff -u -r1.4 Makefile >--- databases/bbdb/Makefile 7 Mar 2003 05:58:24 -0000 1.4 >+++ databases/bbdb/Makefile 25 Jul 2005 06:43:05 -0000 >@@ -15,6 +15,7 @@ > MAINTAINER= yoichi@FreeBSD.org > COMMENT= Big Brother Database > >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs21 > > ALL_TARGET= bbdb info >Index: databases/bbdb-emacs20/Makefile >=================================================================== >RCS file: /home/pcvs/ports/databases/bbdb-emacs20/Makefile,v >retrieving revision 1.2 >diff -u -r1.2 Makefile >--- databases/bbdb-emacs20/Makefile 18 Mar 2004 13:39:10 -0000 1.2 >+++ databases/bbdb-emacs20/Makefile 25 Jul 2005 06:43:05 -0000 >@@ -7,6 +7,7 @@ > > MASTERDIR= ${.CURDIR}/../bbdb > >+USE_EMACS= yes > EMACS_PORT_NAME= emacs20 > > .include "${MASTERDIR}/Makefile" >Index: databases/gnats4/Makefile >=================================================================== >RCS file: /home/pcvs/ports/databases/gnats4/Makefile,v >retrieving revision 1.8 >diff -u -r1.8 Makefile >--- databases/gnats4/Makefile 18 Jul 2005 03:49:53 -0000 1.8 >+++ databases/gnats4/Makefile 25 Jul 2005 06:43:06 -0000 >@@ -64,6 +64,7 @@ > DOCFILES= NEWS UPGRADING > > .ifdef WITH_EMACS_PORT >+USE_EMACS= yes > EMACS_PORT_NAME= ${WITH_EMACS_PORT} > CONFIGURE_ARGS+= --with-lispdir=${LOCALBASE}/${EMACS_SITE_LISPDIR} > .else >Index: databases/lsdb/Makefile >=================================================================== >RCS file: /home/pcvs/ports/databases/lsdb/Makefile,v >retrieving revision 1.6 >diff -u -r1.6 Makefile >--- databases/lsdb/Makefile 7 Mar 2003 05:58:26 -0000 1.6 >+++ databases/lsdb/Makefile 25 Jul 2005 06:43:06 -0000 >@@ -16,6 +16,7 @@ > > BUILD_DEPENDS= ${LOCALBASE}/share/flim/${FLIM_COOKIE}:${PORTSDIR}/editors/flim${DEPPORT_SUFFIX} > >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs21 > .if (${EMACS_PORT_NAME} == emacs21) > DEPPORT_SUFFIX= >Index: databases/lsdb-emacs20/Makefile >=================================================================== >RCS file: /home/pcvs/ports/databases/lsdb-emacs20/Makefile,v >retrieving revision 1.1 >diff -u -r1.1 Makefile >--- databases/lsdb-emacs20/Makefile 5 May 2002 06:54:55 -0000 1.1 >+++ databases/lsdb-emacs20/Makefile 25 Jul 2005 06:43:06 -0000 >@@ -7,6 +7,7 @@ > > MASTERDIR= ${.CURDIR}/../lsdb > >+USE_EMACS= yes > EMACS_PORT_NAME= emacs20 > > .include "${MASTERDIR}/Makefile" >Index: deskutils/etask/Makefile >=================================================================== >RCS file: /home/pcvs/ports/deskutils/etask/Makefile,v >retrieving revision 1.2 >diff -u -r1.2 Makefile >--- deskutils/etask/Makefile 13 Jan 2005 00:20:26 -0000 1.2 >+++ deskutils/etask/Makefile 25 Jul 2005 06:43:15 -0000 >@@ -19,6 +19,7 @@ > ps2pdf:${PORTSDIR}/print/ghostscript-gnu \ > xpdf:${PORTSDIR}/graphics/xpdf > >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs21 > > .if ${EMACS_PORT_NAME} != "emacs21" >Index: deskutils/howm/Makefile >=================================================================== >RCS file: /home/pcvs/ports/deskutils/howm/Makefile,v >retrieving revision 1.7 >diff -u -r1.7 Makefile >--- deskutils/howm/Makefile 9 Jan 2005 02:35:55 -0000 1.7 >+++ deskutils/howm/Makefile 25 Jul 2005 06:43:15 -0000 >@@ -14,6 +14,7 @@ > COMMENT= Write fragmentarily and read collectively > > GNU_CONFIGURE= yes >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs21 > ELISP= action-lock.el bcomp.el cheat-font-lock.el \ > howm-common.el howm-date.el howm-menu.el howm-misc.el \ >Index: deskutils/mhc/Makefile >=================================================================== >RCS file: /home/pcvs/ports/deskutils/mhc/Makefile,v >retrieving revision 1.9 >diff -u -r1.9 Makefile >--- deskutils/mhc/Makefile 15 Feb 2005 00:50:00 -0000 1.9 >+++ deskutils/mhc/Makefile 25 Jul 2005 06:43:16 -0000 >@@ -16,6 +16,7 @@ > COMMENT= Message Harmonized Calendaring system > > WRKSRC= ${WRKDIR}/${DISTNAME}/emacs >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs21 > > .include <bsd.port.pre.mk> >Index: deskutils/mhc-emacs20/Makefile >=================================================================== >RCS file: /home/pcvs/ports/deskutils/mhc-emacs20/Makefile,v >retrieving revision 1.6 >diff -u -r1.6 Makefile >--- deskutils/mhc-emacs20/Makefile 18 Mar 2004 13:39:10 -0000 1.6 >+++ deskutils/mhc-emacs20/Makefile 25 Jul 2005 06:43:16 -0000 >@@ -8,6 +8,7 @@ > MASTERDIR= ${.CURDIR}/../mhc > MAINTAINER= yoichi@FreeBSD.org > >+USE_EMACS= yes > EMACS_PORT_NAME= emacs20 > > .include "${MASTERDIR}/Makefile" >Index: deskutils/mhc-xemacs21-mule/Makefile >=================================================================== >RCS file: /home/pcvs/ports/deskutils/mhc-xemacs21-mule/Makefile,v >retrieving revision 1.5 >diff -u -r1.5 Makefile >--- deskutils/mhc-xemacs21-mule/Makefile 28 Feb 2005 05:15:32 -0000 1.5 >+++ deskutils/mhc-xemacs21-mule/Makefile 25 Jul 2005 06:43:16 -0000 >@@ -8,6 +8,7 @@ > MASTERDIR= ${.CURDIR}/../mhc > MAINTAINER= yoichi@FreeBSD.org > >+USE_EMACS= yes > EMACS_PORT_NAME= xemacs21-mule > IGNORE= hangs during build > >Index: deskutils/planner.el/Makefile >=================================================================== >RCS file: /home/pcvs/ports/deskutils/planner.el/Makefile,v >retrieving revision 1.4 >diff -u -r1.4 Makefile >--- deskutils/planner.el/Makefile 3 Jun 2005 05:23:51 -0000 1.4 >+++ deskutils/planner.el/Makefile 25 Jul 2005 06:43:16 -0000 >@@ -16,6 +16,7 @@ > MAINTAINER= dryice@liu.com.cn > COMMENT= PlannerMode is an organizer and day planner for Emacs > >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs21 > > .if ${EMACS_PORT_NAME} != "emacs21" >Index: deskutils/remember.el/Makefile >=================================================================== >RCS file: /home/pcvs/ports/deskutils/remember.el/Makefile,v >retrieving revision 1.2 >diff -u -r1.2 Makefile >--- deskutils/remember.el/Makefile 8 Apr 2005 23:06:55 -0000 1.2 >+++ deskutils/remember.el/Makefile 25 Jul 2005 06:43:16 -0000 >@@ -16,6 +16,7 @@ > MAINTAINER= dryice@liu.com.cn > COMMENT= A Emacs mode for remembering data > >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs21 > > .if ${EMACS_PORT_NAME} != "emacs21" >Index: devel/cedet/Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/cedet/Makefile,v >retrieving revision 1.6 >diff -u -r1.6 Makefile >--- devel/cedet/Makefile 13 Jan 2005 00:20:26 -0000 1.6 >+++ devel/cedet/Makefile 25 Jul 2005 06:43:17 -0000 >@@ -18,6 +18,7 @@ > COMMENT= Collection of Emacs Development Environment Tools > > PORTCLASS= master >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs21 > > CEDET_LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} >Index: devel/cedet-emacs20/Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/cedet-emacs20/Makefile,v >retrieving revision 1.1 >diff -u -r1.1 Makefile >--- devel/cedet-emacs20/Makefile 16 Jun 2004 21:59:02 -0000 1.1 >+++ devel/cedet-emacs20/Makefile 25 Jul 2005 06:43:17 -0000 >@@ -9,6 +9,7 @@ > > MASTERDIR= ${.CURDIR}/../cedet > >+USE_EMACS= yes > EMACS_PORT_NAME= emacs20 > > .include "${MASTERDIR}/Makefile" >Index: devel/distel/Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/distel/Makefile,v >retrieving revision 1.11 >diff -u -r1.11 Makefile >--- devel/distel/Makefile 22 Dec 2004 16:07:14 -0000 1.11 >+++ devel/distel/Makefile 25 Jul 2005 06:43:21 -0000 >@@ -26,6 +26,7 @@ > HAS_CONFIGURE= yes > USE_GMAKE= yes > ALL_TARGET= base >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs21 > > DISTEL_MANUALS= distel-euc.pdf distel-euc.ps.gz \ >Index: devel/ecb/Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/ecb/Makefile,v >retrieving revision 1.18 >diff -u -r1.18 Makefile >--- devel/ecb/Makefile 13 Jul 2005 21:29:11 -0000 1.18 >+++ devel/ecb/Makefile 25 Jul 2005 06:43:21 -0000 >@@ -16,6 +16,7 @@ > MAINTAINER= dryice@liu.com.cn > COMMENT= Emacs Code Browser > >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs21 > > .if ${EMACS_PORT_NAME} != "emacs21" >Index: devel/ecb-emacs20/Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/ecb-emacs20/Makefile,v >retrieving revision 1.3 >diff -u -r1.3 Makefile >--- devel/ecb-emacs20/Makefile 21 Jul 2005 00:12:06 -0000 1.3 >+++ devel/ecb-emacs20/Makefile 25 Jul 2005 06:43:21 -0000 >@@ -7,6 +7,7 @@ > > MASTERDIR= ${.CURDIR}/../ecb > >+USE_EMACS= yes > EMACS_PORT_NAME= emacs20 > > DEPRECATED= "no longer supported" >Index: devel/eieio/Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/eieio/Makefile,v >retrieving revision 1.10 >diff -u -r1.10 Makefile >--- devel/eieio/Makefile 13 Jan 2005 00:20:27 -0000 1.10 >+++ devel/eieio/Makefile 25 Jul 2005 06:43:21 -0000 >@@ -18,6 +18,7 @@ > MAINTAINER= dryice@liu.com.cn > COMMENT= Enhanced Integration of Emacs Interpreted Objects > >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs21 > > .if ${EMACS_PORT_NAME} != "emacs21" >Index: devel/eieio-emacs20/Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/eieio-emacs20/Makefile,v >retrieving revision 1.1 >diff -u -r1.1 Makefile >--- devel/eieio-emacs20/Makefile 26 Dec 2001 10:59:26 -0000 1.1 >+++ devel/eieio-emacs20/Makefile 25 Jul 2005 06:43:21 -0000 >@@ -7,6 +7,7 @@ > > MASTERDIR= ${.CURDIR}/../eieio > >+USE_EMACS= yes > EMACS_PORT_NAME= emacs20 > > .include "${MASTERDIR}/Makefile" >Index: devel/elib/Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/elib/Makefile,v >retrieving revision 1.7 >diff -u -r1.7 Makefile >--- devel/elib/Makefile 1 May 2005 04:55:18 -0000 1.7 >+++ devel/elib/Makefile 25 Jul 2005 06:43:21 -0000 >@@ -24,6 +24,7 @@ > > # emacs port setup > .if (${PORTCLASS} == "master") >+USE_EMACS= yes > EMACS_PORT_NAME= emacs21 > .endif > >Index: devel/elib-emacs19/Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/elib-emacs19/Makefile,v >retrieving revision 1.2 >diff -u -r1.2 Makefile >--- devel/elib-emacs19/Makefile 18 May 2004 18:20:34 -0000 1.2 >+++ devel/elib-emacs19/Makefile 25 Jul 2005 06:43:21 -0000 >@@ -13,6 +13,7 @@ > MASTERDIR= ${.CURDIR}/../../devel/elib > > # emacs port setup >+USE_EMACS= yes > EMACS_PORT_NAME= emacs19 > > .include "${MASTERDIR}/Makefile" >Index: devel/elib-emacs20/Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/elib-emacs20/Makefile,v >retrieving revision 1.3 >diff -u -r1.3 Makefile >--- devel/elib-emacs20/Makefile 18 May 2004 18:20:34 -0000 1.3 >+++ devel/elib-emacs20/Makefile 25 Jul 2005 06:43:21 -0000 >@@ -13,6 +13,7 @@ > MASTERDIR= ${.CURDIR}/../../devel/elib > > # emacs port setup >+USE_EMACS= yes > EMACS_PORT_NAME= emacs20 > > .include "${MASTERDIR}/Makefile" >Index: devel/pcl-cvs-emacs/Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/pcl-cvs-emacs/Makefile,v >retrieving revision 1.8 >diff -u -r1.8 Makefile >--- devel/pcl-cvs-emacs/Makefile 2 May 2005 09:07:19 -0000 1.8 >+++ devel/pcl-cvs-emacs/Makefile 25 Jul 2005 06:43:28 -0000 >@@ -29,6 +29,7 @@ > > # emacs port setup > .if (${PORTCLASS} == "master") >+USE_EMACS= yes > EMACS_PORT_NAME= emacs19 > CUSTOM_PORT_SUFFIX= -emacs > .endif >Index: devel/pcl-cvs-emacs20/Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/pcl-cvs-emacs20/Makefile,v >retrieving revision 1.2 >diff -u -r1.2 Makefile >--- devel/pcl-cvs-emacs20/Makefile 18 May 2004 18:20:34 -0000 1.2 >+++ devel/pcl-cvs-emacs20/Makefile 25 Jul 2005 06:43:28 -0000 >@@ -13,6 +13,7 @@ > MASTERDIR= ${.CURDIR}/../../devel/pcl-cvs-emacs > > # emacs port setup >+USE_EMACS= yes > EMACS_PORT_NAME= emacs20 > > .include "${MASTERDIR}/Makefile" >Index: devel/psvn/Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/psvn/Makefile,v >retrieving revision 1.7 >diff -u -r1.7 Makefile >--- devel/psvn/Makefile 21 May 2005 19:16:27 -0000 1.7 >+++ devel/psvn/Makefile 25 Jul 2005 06:43:28 -0000 >@@ -17,6 +17,7 @@ > > RUN_DEPENDS= svn:${PORTSDIR}/devel/subversion > >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs21 > > DISABLE_SIZE= yes >Index: devel/semantic/Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/semantic/Makefile,v >retrieving revision 1.12 >diff -u -r1.12 Makefile >--- devel/semantic/Makefile 13 Jan 2005 00:20:27 -0000 1.12 >+++ devel/semantic/Makefile 25 Jul 2005 06:43:29 -0000 >@@ -18,6 +18,7 @@ > MAINTAINER= dryice@liu.com.cn > COMMENT= A lexer, parser-generator, and parser for Emacs > >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs21 > > .if ${EMACS_PORT_NAME} != "emacs21" >Index: devel/semantic-emacs20/Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/semantic-emacs20/Makefile,v >retrieving revision 1.1 >diff -u -r1.1 Makefile >--- devel/semantic-emacs20/Makefile 2 Jan 2002 14:23:07 -0000 1.1 >+++ devel/semantic-emacs20/Makefile 25 Jul 2005 06:43:29 -0000 >@@ -7,6 +7,7 @@ > > MASTERDIR= ${.CURDIR}/../semantic > >+USE_EMACS= yes > EMACS_PORT_NAME= emacs20 > > .include "${MASTERDIR}/Makefile" >Index: devel/xtla/Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/xtla/Makefile,v >retrieving revision 1.12 >diff -u -r1.12 Makefile >--- devel/xtla/Makefile 24 Jul 2005 18:53:57 -0000 1.12 >+++ devel/xtla/Makefile 25 Jul 2005 06:43:29 -0000 >@@ -20,6 +20,7 @@ > ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/tree-widget/tree-widget.el:${PORTSDIR}/editors/tree-widget > RUN_DEPENDS= ${BUILD_DEPENDS} > >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs21 > > .if ${EMACS_PORT_NAME} != "emacs21" >Index: editors/apel/Makefile >=================================================================== >RCS file: /home/pcvs/ports/editors/apel/Makefile,v >retrieving revision 1.36 >diff -u -r1.36 Makefile >--- editors/apel/Makefile 23 Dec 2004 09:32:24 -0000 1.36 >+++ editors/apel/Makefile 25 Jul 2005 06:43:29 -0000 >@@ -34,6 +34,7 @@ > > # emacs port setup > .if (${PORTCLASS} == "master") >+USE_EMACS= yes > EMACS_PORT_NAME= emacs21 > .endif > >Index: editors/apel-emacs19/Makefile >=================================================================== >RCS file: /home/pcvs/ports/editors/apel-emacs19/Makefile,v >retrieving revision 1.4 >diff -u -r1.4 Makefile >--- editors/apel-emacs19/Makefile 23 Dec 2004 09:32:24 -0000 1.4 >+++ editors/apel-emacs19/Makefile 25 Jul 2005 06:43:29 -0000 >@@ -14,6 +14,7 @@ > MASTERDIR= ${.CURDIR}/../../editors/apel > > # emacs port setup >+USE_EMACS= yes > EMACS_PORT_NAME= emacs19 > > .include "${MASTERDIR}/Makefile" >Index: editors/apel-emacs20/Makefile >=================================================================== >RCS file: /home/pcvs/ports/editors/apel-emacs20/Makefile,v >retrieving revision 1.19 >diff -u -r1.19 Makefile >--- editors/apel-emacs20/Makefile 23 Dec 2004 09:32:24 -0000 1.19 >+++ editors/apel-emacs20/Makefile 25 Jul 2005 06:43:29 -0000 >@@ -14,6 +14,7 @@ > MASTERDIR= ${.CURDIR}/../../editors/apel > > # emacs port setup >+USE_EMACS= yes > EMACS_PORT_NAME= emacs20 > > .include "${MASTERDIR}/Makefile" >Index: editors/apel-mule/Makefile >=================================================================== >RCS file: /home/pcvs/ports/editors/apel-mule/Makefile,v >retrieving revision 1.15 >diff -u -r1.15 Makefile >--- editors/apel-mule/Makefile 23 Dec 2004 09:32:24 -0000 1.15 >+++ editors/apel-mule/Makefile 25 Jul 2005 06:43:29 -0000 >@@ -14,6 +14,7 @@ > MASTERDIR= ${.CURDIR}/../../editors/apel > > # emacs port setup >+USE_EMACS= yes > EMACS_PORT_NAME= mule > > .include <${MASTERDIR}/Makefile> >Index: editors/apel-xemacs21-mule/Makefile >=================================================================== >RCS file: /home/pcvs/ports/editors/apel-xemacs21-mule/Makefile,v >retrieving revision 1.25 >diff -u -r1.25 Makefile >--- editors/apel-xemacs21-mule/Makefile 23 Dec 2004 09:32:25 -0000 1.25 >+++ editors/apel-xemacs21-mule/Makefile 25 Jul 2005 06:43:29 -0000 >@@ -14,6 +14,7 @@ > MASTERDIR= ${.CURDIR}/../../editors/apel > > # emacs port setup >+USE_EMACS= yes > EMACS_PORT_NAME= xemacs21-mule > EMACS_PACKAGESDIR= ${EMACS_LIBDIR}/site-packages > # packages-subdirectories which this port requires >Index: editors/bitmap/Makefile >=================================================================== >RCS file: /home/pcvs/ports/editors/bitmap/Makefile,v >retrieving revision 1.23 >diff -u -r1.23 Makefile >--- editors/bitmap/Makefile 23 Dec 2004 09:32:25 -0000 1.23 >+++ editors/bitmap/Makefile 25 Jul 2005 06:43:29 -0000 >@@ -40,6 +40,7 @@ > > # Setup EMACS_PORT_NAME variable. > .if (${PORTCLASS} == "master") >+USE_EMACS= yes > EMACS_PORT_NAME= emacs21 > DEPPORT_SUFFIX= > .else >Index: editors/bitmap-emacs20/Makefile >=================================================================== >RCS file: /home/pcvs/ports/editors/bitmap-emacs20/Makefile,v >retrieving revision 1.22 >diff -u -r1.22 Makefile >--- editors/bitmap-emacs20/Makefile 23 Dec 2004 09:32:25 -0000 1.22 >+++ editors/bitmap-emacs20/Makefile 25 Jul 2005 06:43:29 -0000 >@@ -14,6 +14,7 @@ > MASTERDIR= ${.CURDIR}/../../editors/bitmap > > # Setup EMACS_PORT_NAME variable. >+USE_EMACS= yes > EMACS_PORT_NAME= emacs20 > > .include "${MASTERDIR}/Makefile" >Index: editors/bitmap-mule/Makefile >=================================================================== >RCS file: /home/pcvs/ports/editors/bitmap-mule/Makefile,v >retrieving revision 1.18 >diff -u -r1.18 Makefile >--- editors/bitmap-mule/Makefile 23 Dec 2004 09:32:25 -0000 1.18 >+++ editors/bitmap-mule/Makefile 25 Jul 2005 06:43:29 -0000 >@@ -14,6 +14,7 @@ > MASTERDIR= ${.CURDIR}/../../editors/bitmap > > # Setup EMACS_PORT_NAME variable. >+USE_EMACS= yes > EMACS_PORT_NAME= mule > > .include <${MASTERDIR}/Makefile> >Index: editors/custom-emacs/Makefile >=================================================================== >RCS file: /home/pcvs/ports/editors/custom-emacs/Makefile,v >retrieving revision 1.9 >diff -u -r1.9 Makefile >--- editors/custom-emacs/Makefile 23 Dec 2004 09:32:25 -0000 1.9 >+++ editors/custom-emacs/Makefile 25 Jul 2005 06:43:29 -0000 >@@ -25,6 +25,7 @@ > PORTCLASS?= master > > .if (${PORTCLASS} == "master") >+USE_EMACS= yes > EMACS_PORT_NAME= emacs19 > .endif > >Index: editors/custom-mule/Makefile >=================================================================== >RCS file: /home/pcvs/ports/editors/custom-mule/Makefile,v >retrieving revision 1.10 >diff -u -r1.10 Makefile >--- editors/custom-mule/Makefile 23 Dec 2004 09:32:26 -0000 1.10 >+++ editors/custom-mule/Makefile 25 Jul 2005 06:43:29 -0000 >@@ -14,6 +14,7 @@ > MASTERDIR= ${.CURDIR}/../../editors/custom-emacs > > # emacs port setup >+USE_EMACS= yes > EMACS_PORT_NAME= mule > > # pkg/* files but PLIST are used in ${.CURDIR} >Index: editors/eshell-emacs20/Makefile >=================================================================== >RCS file: /home/pcvs/ports/editors/eshell-emacs20/Makefile,v >retrieving revision 1.5 >diff -u -r1.5 Makefile >--- editors/eshell-emacs20/Makefile 19 Feb 2005 06:14:56 -0000 1.5 >+++ editors/eshell-emacs20/Makefile 25 Jul 2005 06:43:29 -0000 >@@ -15,6 +15,7 @@ > MAINTAINER= yoichi@FreeBSD.org > COMMENT= Command shell implemented in emacs lisp > >+USE_EMACS= yes > EMACS_PORT_NAME= emacs20 > > PCOMPLETE_VERSION= 1.1.7 >Index: editors/flim/Makefile >=================================================================== >RCS file: /home/pcvs/ports/editors/flim/Makefile,v >retrieving revision 1.29 >diff -u -r1.29 Makefile >--- editors/flim/Makefile 10 Jan 2005 13:04:08 -0000 1.29 >+++ editors/flim/Makefile 25 Jul 2005 06:43:32 -0000 >@@ -32,6 +32,7 @@ > FLIM_VERSION_SPECIFIC_LISPDIR= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR} > > .if (${PORTCLASS} == "master") >+USE_EMACS= yes > EMACS_PORT_NAME= emacs21 > DEPPORT_SUFFIX= > .else >Index: editors/flim-emacs20/Makefile >=================================================================== >RCS file: /home/pcvs/ports/editors/flim-emacs20/Makefile,v >retrieving revision 1.23 >diff -u -r1.23 Makefile >--- editors/flim-emacs20/Makefile 23 Dec 2004 09:32:26 -0000 1.23 >+++ editors/flim-emacs20/Makefile 25 Jul 2005 06:43:32 -0000 >@@ -14,6 +14,7 @@ > MASTERDIR= ${.CURDIR}/../../editors/flim > > # emacs port setup >+USE_EMACS= yes > EMACS_PORT_NAME= emacs20 > > .include "${MASTERDIR}/Makefile" >Index: editors/flim-xemacs21-mule/Makefile >=================================================================== >RCS file: /home/pcvs/ports/editors/flim-xemacs21-mule/Makefile,v >retrieving revision 1.24 >diff -u -r1.24 Makefile >--- editors/flim-xemacs21-mule/Makefile 23 Dec 2004 09:32:26 -0000 1.24 >+++ editors/flim-xemacs21-mule/Makefile 25 Jul 2005 06:43:32 -0000 >@@ -14,6 +14,7 @@ > COMMENT= FLIM, message representation or encoding elisp library for xemacs21-mule > > # emacs port setup >+USE_EMACS= yes > EMACS_PORT_NAME= xemacs21-mule > EMACS_PACKAGESDIR= ${EMACS_LIBDIR}/site-packages > # packages-subdirectories which this port requires >Index: editors/flim113/Makefile >=================================================================== >RCS file: /home/pcvs/ports/editors/flim113/Makefile,v >retrieving revision 1.27 >diff -u -r1.27 Makefile >--- editors/flim113/Makefile 23 Dec 2004 09:32:27 -0000 1.27 >+++ editors/flim113/Makefile 25 Jul 2005 06:43:32 -0000 >@@ -36,6 +36,7 @@ > FLIM_VERSION_SPECIFIC_LISPDIR?= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR} > > .if (${PORTCLASS} == "master") >+USE_EMACS= yes > EMACS_PORT_NAME= emacs21 > DEPPORT_SUFFIX= > .else >Index: editors/flim113-emacs19/Makefile >=================================================================== >RCS file: /home/pcvs/ports/editors/flim113-emacs19/Makefile,v >retrieving revision 1.4 >diff -u -r1.4 Makefile >--- editors/flim113-emacs19/Makefile 23 Dec 2004 09:32:27 -0000 1.4 >+++ editors/flim113-emacs19/Makefile 25 Jul 2005 06:43:32 -0000 >@@ -14,6 +14,7 @@ > MASTERDIR= ${.CURDIR}/../../editors/flim113 > > # emacs port setup >+USE_EMACS= yes > EMACS_PORT_NAME= emacs19 > > .include "${MASTERDIR}/Makefile" >Index: editors/flim113-emacs20/Makefile >=================================================================== >RCS file: /home/pcvs/ports/editors/flim113-emacs20/Makefile,v >retrieving revision 1.24 >diff -u -r1.24 Makefile >--- editors/flim113-emacs20/Makefile 23 Dec 2004 09:32:27 -0000 1.24 >+++ editors/flim113-emacs20/Makefile 25 Jul 2005 06:43:32 -0000 >@@ -15,6 +15,7 @@ > MASTERDIR= ${.CURDIR}/../../editors/flim113 > > # emacs port setup >+USE_EMACS= yes > EMACS_PORT_NAME= emacs20 > > .include "${MASTERDIR}/Makefile" >Index: editors/flim113-mule/Makefile >=================================================================== >RCS file: /home/pcvs/ports/editors/flim113-mule/Makefile,v >retrieving revision 1.14 >diff -u -r1.14 Makefile >--- editors/flim113-mule/Makefile 23 Dec 2004 09:32:27 -0000 1.14 >+++ editors/flim113-mule/Makefile 25 Jul 2005 06:43:32 -0000 >@@ -14,6 +14,7 @@ > MASTERDIR= ${.CURDIR}/../../editors/flim113 > > # emacs port setup >+USE_EMACS= yes > EMACS_PORT_NAME= mule > > .include "${MASTERDIR}/Makefile" >Index: editors/flim113-xemacs21-mule/Makefile >=================================================================== >RCS file: /home/pcvs/ports/editors/flim113-xemacs21-mule/Makefile,v >retrieving revision 1.25 >diff -u -r1.25 Makefile >--- editors/flim113-xemacs21-mule/Makefile 23 Dec 2004 09:32:27 -0000 1.25 >+++ editors/flim113-xemacs21-mule/Makefile 25 Jul 2005 06:43:32 -0000 >@@ -14,6 +14,7 @@ > MASTERDIR= ${.CURDIR}/../../editors/flim113 > > # emacs port setup >+USE_EMACS= yes > EMACS_PORT_NAME= xemacs21-mule > EMACS_PACKAGESDIR= ${EMACS_LIBDIR}/site-packages > # packages-subdirectories which this port requires >Index: editors/gnuserv/Makefile >=================================================================== >RCS file: /home/pcvs/ports/editors/gnuserv/Makefile,v >retrieving revision 1.13 >diff -u -r1.13 Makefile >--- editors/gnuserv/Makefile 6 May 2005 17:49:06 -0000 1.13 >+++ editors/gnuserv/Makefile 25 Jul 2005 06:43:32 -0000 >@@ -19,6 +19,7 @@ > > BINSUFFIX?= -emacs > >+USE_EMACS= yes > EMACS_PORT_NAME?=emacs21 > > # configure --program-suffix doesn't work somehow >Index: editors/gnuserv-emacs20/Makefile >=================================================================== >RCS file: /home/pcvs/ports/editors/gnuserv-emacs20/Makefile,v >retrieving revision 1.6 >diff -u -r1.6 Makefile >--- editors/gnuserv-emacs20/Makefile 22 May 2003 23:26:11 -0000 1.6 >+++ editors/gnuserv-emacs20/Makefile 25 Jul 2005 06:43:32 -0000 >@@ -11,6 +11,7 @@ > MASTERDIR= ${.CURDIR}/../gnuserv > > # emacs port setup >+USE_EMACS= yes > EMACS_PORT_NAME= emacs20 > > .include "${MASTERDIR}/Makefile" >Index: editors/iiimecf/Makefile >=================================================================== >RCS file: /home/pcvs/ports/editors/iiimecf/Makefile,v >retrieving revision 1.6 >diff -u -r1.6 Makefile >--- editors/iiimecf/Makefile 20 Feb 2003 17:12:49 -0000 1.6 >+++ editors/iiimecf/Makefile 25 Jul 2005 06:43:32 -0000 >@@ -21,6 +21,7 @@ > BUILD_DEPENDS= ${UN_DEFINE}:${PORTSDIR}/converters/mule-ucs-emacs20 > RUN_DEPENDS= ${UN_DEFINE}:${PORTSDIR}/converters/mule-ucs-emacs20 > >+USE_EMACS= yes > EMACS_PORT_NAME= emacs20 > > UN_DEFINE= ${LOCALBASE}/${EMACS_LIBDIR_WITH_VER}/site-lisp/mule-ucs/un-define.el >Index: editors/mode-info/Makefile >=================================================================== >RCS file: /home/pcvs/ports/editors/mode-info/Makefile,v >retrieving revision 1.10 >diff -u -r1.10 Makefile >--- editors/mode-info/Makefile 20 Apr 2005 13:48:17 -0000 1.10 >+++ editors/mode-info/Makefile 25 Jul 2005 06:43:32 -0000 >@@ -43,6 +43,7 @@ > PLIST_SUB+= MI_WITH_MAKE="@comment " > .endif > >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs21 > EMACS_NO_RUN_DEPENDS= yes > LISPDIR?= ${PREFIX}/${EMACS_SITE_LISPDIR}/${PORTNAME} >Index: editors/nxml-emacs21/Makefile >=================================================================== >RCS file: /home/pcvs/ports/editors/nxml-emacs21/Makefile,v >retrieving revision 1.3 >diff -u -r1.3 Makefile >--- editors/nxml-emacs21/Makefile 19 Dec 2004 17:00:41 -0000 1.3 >+++ editors/nxml-emacs21/Makefile 25 Jul 2005 06:43:32 -0000 >@@ -16,6 +16,7 @@ > # distfile version > NXML_VER= 20041004 > NXML_STARTUPEL= nxml-startup.el >+USE_EMACS= yes > EMACS_PORT_NAME=emacs21 > > INFO= nxml-mode >Index: editors/psgml/Makefile >=================================================================== >RCS file: /home/pcvs/ports/editors/psgml/Makefile,v >retrieving revision 1.27 >diff -u -r1.27 Makefile >--- editors/psgml/Makefile 21 May 2005 10:04:00 -0000 1.27 >+++ editors/psgml/Makefile 25 Jul 2005 06:43:32 -0000 >@@ -30,6 +30,7 @@ > NOT_FOR_ARCHS= ia64 > > # This is a master port. >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs21 > > .if ${EMACS_PORT_NAME} == xemacs21-mule >Index: editors/psgml-emacs19/Makefile >=================================================================== >RCS file: /home/pcvs/ports/editors/psgml-emacs19/Makefile,v >retrieving revision 1.5 >diff -u -r1.5 Makefile >--- editors/psgml-emacs19/Makefile 12 May 2005 20:27:09 -0000 1.5 >+++ editors/psgml-emacs19/Makefile 25 Jul 2005 06:43:32 -0000 >@@ -12,6 +12,7 @@ > MASTERDIR= ${.CURDIR}/../psgml > > # emacs port setup >+USE_EMACS= yes > EMACS_PORT_NAME= emacs19 > > .include "${MASTERDIR}/Makefile" >Index: editors/psgml-emacs20/Makefile >=================================================================== >RCS file: /home/pcvs/ports/editors/psgml-emacs20/Makefile,v >retrieving revision 1.16 >diff -u -r1.16 Makefile >--- editors/psgml-emacs20/Makefile 12 May 2005 20:27:09 -0000 1.16 >+++ editors/psgml-emacs20/Makefile 25 Jul 2005 06:43:32 -0000 >@@ -12,6 +12,7 @@ > MASTERDIR= ${.CURDIR}/../psgml > > # emacs port setup >+USE_EMACS= yes > EMACS_PORT_NAME= emacs20 > > .include "${MASTERDIR}/Makefile" >Index: editors/psgml-mule/Makefile >=================================================================== >RCS file: /home/pcvs/ports/editors/psgml-mule/Makefile,v >retrieving revision 1.12 >diff -u -r1.12 Makefile >--- editors/psgml-mule/Makefile 12 May 2005 20:27:09 -0000 1.12 >+++ editors/psgml-mule/Makefile 25 Jul 2005 06:43:32 -0000 >@@ -12,6 +12,7 @@ > MASTERDIR= ${.CURDIR}/../psgml > > # emacs port setup >+USE_EMACS= yes > EMACS_PORT_NAME= mule > > .include "${MASTERDIR}/Makefile" >Index: editors/psgml-xemacs21-mule/Makefile >=================================================================== >RCS file: /home/pcvs/ports/editors/psgml-xemacs21-mule/Makefile,v >retrieving revision 1.20 >diff -u -r1.20 Makefile >--- editors/psgml-xemacs21-mule/Makefile 11 Jun 2005 20:18:38 -0000 1.20 >+++ editors/psgml-xemacs21-mule/Makefile 25 Jul 2005 06:43:32 -0000 >@@ -14,6 +14,7 @@ > MASTERDIR= ${.CURDIR}/../psgml > > # emacs port setup >+USE_EMACS= yes > EMACS_PORT_NAME= xemacs21-mule > > .include "${MASTERDIR}/Makefile" >Index: editors/semi/Makefile >=================================================================== >RCS file: /home/pcvs/ports/editors/semi/Makefile,v >retrieving revision 1.27 >diff -u -r1.27 Makefile >--- editors/semi/Makefile 23 Dec 2004 09:32:29 -0000 1.27 >+++ editors/semi/Makefile 25 Jul 2005 06:43:32 -0000 >@@ -33,6 +33,7 @@ > SEMI_VERSION_SPECIFIC_LISPDIR= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR} > > .if (${PORTCLASS} == "master") >+USE_EMACS= yes > EMACS_PORT_NAME= emacs21 > DEPPORT_SUFFIX= > .else >Index: editors/semi-emacs20/Makefile >=================================================================== >RCS file: /home/pcvs/ports/editors/semi-emacs20/Makefile,v >retrieving revision 1.23 >diff -u -r1.23 Makefile >--- editors/semi-emacs20/Makefile 23 Dec 2004 09:32:29 -0000 1.23 >+++ editors/semi-emacs20/Makefile 25 Jul 2005 06:43:32 -0000 >@@ -14,6 +14,7 @@ > MASTERDIR= ${.CURDIR}/../../editors/semi > > # emacs port setup >+USE_EMACS= yes > EMACS_PORT_NAME= emacs20 > > .include "${MASTERDIR}/Makefile" >Index: editors/semi-xemacs21-mule/Makefile >=================================================================== >RCS file: /home/pcvs/ports/editors/semi-xemacs21-mule/Makefile,v >retrieving revision 1.24 >diff -u -r1.24 Makefile >--- editors/semi-xemacs21-mule/Makefile 23 Dec 2004 09:32:29 -0000 1.24 >+++ editors/semi-xemacs21-mule/Makefile 25 Jul 2005 06:43:32 -0000 >@@ -14,6 +14,7 @@ > MASTERDIR= ${.CURDIR}/../../editors/semi > > # emacs port setup >+USE_EMACS= yes > EMACS_PORT_NAME= xemacs21-mule > EMACS_PACKAGESDIR= ${EMACS_LIBDIR}/site-packages > # packages-subdirectories which this port requires >Index: editors/semi113/Makefile >=================================================================== >RCS file: /home/pcvs/ports/editors/semi113/Makefile,v >retrieving revision 1.26 >diff -u -r1.26 Makefile >--- editors/semi113/Makefile 23 Dec 2004 09:32:29 -0000 1.26 >+++ editors/semi113/Makefile 25 Jul 2005 06:43:33 -0000 >@@ -38,6 +38,7 @@ > SEMI_VERSION_SPECIFIC_LISPDIR?= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR} > > .if (${PORTCLASS} == "master") >+USE_EMACS= yes > EMACS_PORT_NAME= emacs21 > DEPPORT_SUFFIX= > .else >Index: editors/semi113-emacs19/Makefile >=================================================================== >RCS file: /home/pcvs/ports/editors/semi113-emacs19/Makefile,v >retrieving revision 1.4 >diff -u -r1.4 Makefile >--- editors/semi113-emacs19/Makefile 23 Dec 2004 09:32:29 -0000 1.4 >+++ editors/semi113-emacs19/Makefile 25 Jul 2005 06:43:33 -0000 >@@ -14,6 +14,7 @@ > MASTERDIR= ${.CURDIR}/../../editors/semi113 > > # emacs port setup >+USE_EMACS= yes > EMACS_PORT_NAME= emacs19 > > .include "${MASTERDIR}/Makefile" >Index: editors/semi113-emacs20/Makefile >=================================================================== >RCS file: /home/pcvs/ports/editors/semi113-emacs20/Makefile,v >retrieving revision 1.23 >diff -u -r1.23 Makefile >--- editors/semi113-emacs20/Makefile 23 Dec 2004 09:32:30 -0000 1.23 >+++ editors/semi113-emacs20/Makefile 25 Jul 2005 06:43:33 -0000 >@@ -14,6 +14,7 @@ > MASTERDIR= ${.CURDIR}/../../editors/semi113 > > # emacs port setup >+USE_EMACS= yes > EMACS_PORT_NAME= emacs20 > > .include <${MASTERDIR}/Makefile> >Index: editors/semi113-mule/Makefile >=================================================================== >RCS file: /home/pcvs/ports/editors/semi113-mule/Makefile,v >retrieving revision 1.14 >diff -u -r1.14 Makefile >--- editors/semi113-mule/Makefile 23 Dec 2004 09:32:30 -0000 1.14 >+++ editors/semi113-mule/Makefile 25 Jul 2005 06:43:33 -0000 >@@ -14,6 +14,7 @@ > MASTERDIR= ${.CURDIR}/../../editors/semi113 > > # emacs port setup >+USE_EMACS= yes > EMACS_PORT_NAME= mule > > .include <${MASTERDIR}/Makefile> >Index: editors/semi113-xemacs21-mule/Makefile >=================================================================== >RCS file: /home/pcvs/ports/editors/semi113-xemacs21-mule/Makefile,v >retrieving revision 1.25 >diff -u -r1.25 Makefile >--- editors/semi113-xemacs21-mule/Makefile 23 Dec 2004 09:32:30 -0000 1.25 >+++ editors/semi113-xemacs21-mule/Makefile 25 Jul 2005 06:43:33 -0000 >@@ -14,6 +14,7 @@ > MASTERDIR= ${.CURDIR}/../../editors/semi113 > > # emacs port setup >+USE_EMACS= yes > EMACS_PORT_NAME= xemacs21-mule > EMACS_PACKAGESDIR= ${EMACS_LIBDIR}/site-packages > # packages-subdirectories which this port requires >Index: editors/slime/Makefile >=================================================================== >RCS file: /home/pcvs/ports/editors/slime/Makefile,v >retrieving revision 1.2 >diff -u -r1.2 Makefile >--- editors/slime/Makefile 24 May 2005 17:18:48 -0000 1.2 >+++ editors/slime/Makefile 25 Jul 2005 06:43:33 -0000 >@@ -14,6 +14,7 @@ > COMMENT= Superior Lisp Interaction Mode for Emacs > > USE_GMAKE= yes >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs21 > > INFO= slime >Index: editors/speedbar/Makefile >=================================================================== >RCS file: /home/pcvs/ports/editors/speedbar/Makefile,v >retrieving revision 1.12 >diff -u -r1.12 Makefile >--- editors/speedbar/Makefile 13 Jan 2005 00:20:27 -0000 1.12 >+++ editors/speedbar/Makefile 25 Jul 2005 06:43:33 -0000 >@@ -18,6 +18,7 @@ > MAINTAINER= dryice@liu.com.cn > COMMENT= Quick access to files and tags in an Emacs frame > >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs21 > > USE_REINPLACE= yes >Index: editors/speedbar-emacs20/Makefile >=================================================================== >RCS file: /home/pcvs/ports/editors/speedbar-emacs20/Makefile,v >retrieving revision 1.1 >diff -u -r1.1 Makefile >--- editors/speedbar-emacs20/Makefile 2 Jan 2002 12:03:37 -0000 1.1 >+++ editors/speedbar-emacs20/Makefile 25 Jul 2005 06:43:33 -0000 >@@ -7,6 +7,7 @@ > > MASTERDIR= ${.CURDIR}/../../editors/speedbar > >+USE_EMACS= yes > EMACS_PORT_NAME= emacs20 > > .include "${MASTERDIR}/Makefile" >Index: editors/tamago/Makefile >=================================================================== >RCS file: /home/pcvs/ports/editors/tamago/Makefile,v >retrieving revision 1.24 >diff -u -r1.24 Makefile >--- editors/tamago/Makefile 1 May 2005 19:01:10 -0000 1.24 >+++ editors/tamago/Makefile 25 Jul 2005 06:43:33 -0000 >@@ -25,6 +25,7 @@ > USE_GMAKE= yes > GNU_CONFIGURE= yes > >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs21 > > WRKSRC= ${WRKDIR}/egg-4.0.6+0.20041122cvs >Index: editors/tamago-emacs20/Makefile >=================================================================== >RCS file: /home/pcvs/ports/editors/tamago-emacs20/Makefile,v >retrieving revision 1.5 >diff -u -r1.5 Makefile >--- editors/tamago-emacs20/Makefile 16 Jun 2004 18:47:17 -0000 1.5 >+++ editors/tamago-emacs20/Makefile 25 Jul 2005 06:43:33 -0000 >@@ -9,6 +9,8 @@ > COMMENT= The Multilingual Input Method - Egg V4 for Emacs20 > > MASTERDIR= ${.CURDIR}/../tamago >+ >+USE_EMACS= yes > EMACS_PORT_NAME= emacs20 > > .include "${MASTERDIR}/Makefile" >Index: editors/tree-widget/Makefile >=================================================================== >RCS file: /home/pcvs/ports/editors/tree-widget/Makefile,v >retrieving revision 1.2 >diff -u -r1.2 Makefile >--- editors/tree-widget/Makefile 13 Jan 2005 00:20:28 -0000 1.2 >+++ editors/tree-widget/Makefile 25 Jul 2005 06:43:33 -0000 >@@ -16,6 +16,7 @@ > MAINTAINER= dryice@liu.com.cn > COMMENT= A tree widget for Emacs > >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs21 > > .if ${EMACS_PORT_NAME} != "emacs21" >Index: games/emacs-chess/Makefile >=================================================================== >RCS file: /home/pcvs/ports/games/emacs-chess/Makefile,v >retrieving revision 1.6 >diff -u -r1.6 Makefile >--- games/emacs-chess/Makefile 13 Jan 2005 00:20:28 -0000 1.6 >+++ games/emacs-chess/Makefile 25 Jul 2005 06:43:42 -0000 >@@ -18,6 +18,7 @@ > MAINTAINER= dryice@liu.com.cn > COMMENT= Play chess with emacs > >+USE_EMACS= yes > EMACS_PORT_NAME= emacs21 > USE_BZIP2= yes > USE_GMAKE= yes >Index: graphics/xface.el/Makefile >=================================================================== >RCS file: /home/pcvs/ports/graphics/xface.el/Makefile,v >retrieving revision 1.20 >diff -u -r1.20 Makefile >--- graphics/xface.el/Makefile 20 Mar 2005 20:40:09 -0000 1.20 >+++ graphics/xface.el/Makefile 25 Jul 2005 06:43:55 -0000 >@@ -23,6 +23,7 @@ > > RUN_DEPENDS= compface:${PORTSDIR}/mail/faces > >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs21 > > LISP_FILES= x-face >Index: irc/erc/Makefile >=================================================================== >RCS file: /home/pcvs/ports/irc/erc/Makefile,v >retrieving revision 1.6 >diff -u -r1.6 Makefile >--- irc/erc/Makefile 12 Jul 2005 08:23:08 -0000 1.6 >+++ irc/erc/Makefile 25 Jul 2005 06:43:56 -0000 >@@ -15,6 +15,7 @@ > MAINTAINER= karma@ez.pereslavl.ru > COMMENT= ERC is an Emacs InternetRelayChat client > >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs21 > > ERC_LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} >Index: irc/irchat-pj-emacs20/Makefile >=================================================================== >RCS file: /home/pcvs/ports/irc/irchat-pj-emacs20/Makefile,v >retrieving revision 1.11 >diff -u -r1.11 Makefile >--- irc/irchat-pj-emacs20/Makefile 14 Feb 2005 15:11:59 -0000 1.11 >+++ irc/irchat-pj-emacs20/Makefile 25 Jul 2005 06:43:56 -0000 >@@ -25,6 +25,7 @@ > ${LOCALBASE}/bin/dcc:${PORTSDIR}/irc/dcc > > USE_BZIP2= yes >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs20 > XEMACS_ONLY?= "@comment " > LISPDIR?= ${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} >Index: irc/irchat-pj-emacs21/Makefile >=================================================================== >RCS file: /home/pcvs/ports/irc/irchat-pj-emacs21/Makefile,v >retrieving revision 1.2 >diff -u -r1.2 Makefile >--- irc/irchat-pj-emacs21/Makefile 17 Jul 2002 14:57:33 -0000 1.2 >+++ irc/irchat-pj-emacs21/Makefile 25 Jul 2005 06:43:56 -0000 >@@ -7,6 +7,7 @@ > > MASTERDIR= ${.CURDIR}/../irchat-pj-emacs20 > >+USE_EMACS= yes > EMACS_PORT_NAME= emacs21 > > .include "${MASTERDIR}/Makefile" >Index: irc/irchat-pj-xemacs21-mule/Makefile >=================================================================== >RCS file: /home/pcvs/ports/irc/irchat-pj-xemacs21-mule/Makefile,v >retrieving revision 1.5 >diff -u -r1.5 Makefile >--- irc/irchat-pj-xemacs21-mule/Makefile 17 Jul 2002 14:57:33 -0000 1.5 >+++ irc/irchat-pj-xemacs21-mule/Makefile 25 Jul 2005 06:43:56 -0000 >@@ -7,6 +7,7 @@ > > MASTERDIR= ${.CURDIR}/../irchat-pj-emacs20 > >+USE_EMACS= yes > EMACS_PORT_NAME= xemacs21-mule > XEMACS_ONLY= "" > LISPDIR= lib/xemacs/site-packages/lisp/${PORTNAME} >Index: irc/pure-emacs20/Makefile >=================================================================== >RCS file: /home/pcvs/ports/irc/pure-emacs20/Makefile,v >retrieving revision 1.10 >diff -u -r1.10 Makefile >--- irc/pure-emacs20/Makefile 14 Feb 2005 15:11:59 -0000 1.10 >+++ irc/pure-emacs20/Makefile 25 Jul 2005 06:43:56 -0000 >@@ -21,6 +21,7 @@ > COMMENT= Primitive Universal Relay-chat Environment > > USE_BZIP2= yes >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs20 > LISPDIR?= ${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} > EMACS_ONLY?= "" >Index: irc/pure-emacs21/Makefile >=================================================================== >RCS file: /home/pcvs/ports/irc/pure-emacs21/Makefile,v >retrieving revision 1.2 >diff -u -r1.2 Makefile >--- irc/pure-emacs21/Makefile 17 Jul 2002 14:57:34 -0000 1.2 >+++ irc/pure-emacs21/Makefile 25 Jul 2005 06:43:56 -0000 >@@ -7,6 +7,7 @@ > > MASTERDIR= ${.CURDIR}/../pure-emacs20 > >+USE_EMACS= yes > EMACS_PORT_NAME= emacs21 > > .include "${MASTERDIR}/Makefile" >Index: irc/pure-xemacs21-mule/Makefile >=================================================================== >RCS file: /home/pcvs/ports/irc/pure-xemacs21-mule/Makefile,v >retrieving revision 1.5 >diff -u -r1.5 Makefile >--- irc/pure-xemacs21-mule/Makefile 17 Jul 2002 14:57:34 -0000 1.5 >+++ irc/pure-xemacs21-mule/Makefile 25 Jul 2005 06:43:56 -0000 >@@ -7,6 +7,7 @@ > > MASTERDIR= ${.CURDIR}/../pure-emacs20 > >+USE_EMACS= yes > EMACS_PORT_NAME= xemacs21-mule > LISPDIR= ${EMACS_LIBDIR}/site-packages/lisp/${PORTNAME} > EMACS_ONLY= "@comment " >Index: irc/riece/Makefile >=================================================================== >RCS file: /home/pcvs/ports/irc/riece/Makefile,v >retrieving revision 1.26 >diff -u -r1.26 Makefile >--- irc/riece/Makefile 15 Apr 2005 12:39:47 -0000 1.26 >+++ irc/riece/Makefile 25 Jul 2005 06:43:56 -0000 >@@ -15,6 +15,7 @@ > MAINTAINER= yasu@utahime.org > COMMENT= IRC client for Emacs > >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs21 > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --with-emacs=${EMACS_CMD} \ >Index: irc/riece-emacs20/Makefile >=================================================================== >RCS file: /home/pcvs/ports/irc/riece-emacs20/Makefile,v >retrieving revision 1.7 >diff -u -r1.7 Makefile >--- irc/riece-emacs20/Makefile 31 Oct 2004 13:46:22 -0000 1.7 >+++ irc/riece-emacs20/Makefile 25 Jul 2005 06:43:56 -0000 >@@ -6,6 +6,7 @@ > > MASTERDIR= ${.CURDIR}/../riece > >+USE_EMACS= yes > EMACS_PORT_NAME= emacs20 > > .include "${MASTERDIR}/Makefile" >Index: japanese/ddskk/Makefile >=================================================================== >RCS file: /home/pcvs/ports/japanese/ddskk/Makefile,v >retrieving revision 1.16 >diff -u -r1.16 Makefile >--- japanese/ddskk/Makefile 6 Nov 2004 09:56:01 -0000 1.16 >+++ japanese/ddskk/Makefile 25 Jul 2005 06:43:57 -0000 >@@ -19,6 +19,7 @@ > BUILD_DEPENDS= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/emu/emu.el:${PORTSDIR}/editors/apel${DEPPORT_SUFFIX} > RUN_DEPENDS= ${BUILD_DEPENDS} > >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs21 > .if (${EMACS_PORT_NAME} == emacs21) > DEPPORT_SUFFIX= >Index: japanese/ddskk-emacs20/Makefile >=================================================================== >RCS file: /home/pcvs/ports/japanese/ddskk-emacs20/Makefile,v >retrieving revision 1.1 >diff -u -r1.1 Makefile >--- japanese/ddskk-emacs20/Makefile 6 Mar 2002 12:14:13 -0000 1.1 >+++ japanese/ddskk-emacs20/Makefile 25 Jul 2005 06:43:57 -0000 >@@ -7,6 +7,7 @@ > > MASTERDIR= ${.CURDIR}/../ddskk > >+USE_EMACS= yes > EMACS_PORT_NAME= emacs20 > > .include "${MASTERDIR}/Makefile" >Index: japanese/diclookup-emacs20/Makefile >=================================================================== >RCS file: /home/pcvs/ports/japanese/diclookup-emacs20/Makefile,v >retrieving revision 1.14 >diff -u -r1.14 Makefile >--- japanese/diclookup-emacs20/Makefile 6 Feb 2005 02:55:17 -0000 1.14 >+++ japanese/diclookup-emacs20/Makefile 25 Jul 2005 06:43:57 -0000 >@@ -18,6 +18,7 @@ > RUN_DEPENDS= ${FONTSDIR}/a18rk.pcf.gz:${PORTSDIR}/x11-fonts/intlfonts > > WRKSRC= ${WRKDIR}/diclookup-mule-${PORTVERSION} >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs20 > MAKE_ARGS+= LISPDIR="${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/diclookup" > FONTSDIR= ${X11BASE}/lib/X11/fonts/local >Index: japanese/egg-canna/Makefile >=================================================================== >RCS file: /home/pcvs/ports/japanese/egg-canna/Makefile,v >retrieving revision 1.3 >diff -u -r1.3 Makefile >--- japanese/egg-canna/Makefile 22 Mar 2005 07:56:39 -0000 1.3 >+++ japanese/egg-canna/Makefile 25 Jul 2005 06:43:57 -0000 >@@ -19,6 +19,7 @@ > BUILD_DEPENDS= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/egg/egg-sim.el:${PORTSDIR}/editors/tamago${EMACS_SUFFIX} > RUN_DEPENDS= ${BUILD_DEPENDS} > >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs21 > > .if ${EMACS_PORT_NAME} == emacs21 >Index: japanese/elisp-manual/Makefile >=================================================================== >RCS file: /home/pcvs/ports/japanese/elisp-manual/Makefile,v >retrieving revision 1.7 >diff -u -r1.7 Makefile >--- japanese/elisp-manual/Makefile 13 Jun 2004 23:26:57 -0000 1.7 >+++ japanese/elisp-manual/Makefile 25 Jul 2005 06:43:57 -0000 >@@ -19,6 +19,7 @@ > MAINTAINER= okazaki@FreeBSD.org > COMMENT= Japanese translation of the GNU Emacs Lisp Reference Manual > >+USE_EMACS= yes > EMACS_PORT_NAME= emacs20 > EMACS_NO_RUN_DEPENDS= YES > USE_REINPLACE= yes >Index: japanese/emacs-manual/Makefile >=================================================================== >RCS file: /home/pcvs/ports/japanese/emacs-manual/Makefile,v >retrieving revision 1.20 >diff -u -r1.20 Makefile >--- japanese/emacs-manual/Makefile 15 Jun 2004 03:56:26 -0000 1.20 >+++ japanese/emacs-manual/Makefile 25 Jul 2005 06:43:57 -0000 >@@ -17,6 +17,7 @@ > MAINTAINER= okazaki@FreeBSD.org > COMMENT= Japanese translation of the GNU Emacs Manual > >+USE_EMACS= yes > EMACS_PORT_NAME= emacs20 > EMACS_NO_RUN_DEPENDS= YES > USE_REINPLACE= yes >Index: japanese/lookup/Makefile >=================================================================== >RCS file: /home/pcvs/ports/japanese/lookup/Makefile,v >retrieving revision 1.24 >diff -u -r1.24 Makefile >--- japanese/lookup/Makefile 26 Dec 2004 11:36:08 -0000 1.24 >+++ japanese/lookup/Makefile 25 Jul 2005 06:43:57 -0000 >@@ -18,6 +18,7 @@ > FILESDIR= ${.CURDIR}/../lookup/files > PKGDIR= ${.CURDIR}/../lookup > PLIST= ${.CURDIR}/pkg-plist >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs21 > > .if (${EMACS_PORT_NAME} == "xemacs21-mule") >Index: japanese/lookup-emacs20/Makefile >=================================================================== >RCS file: /home/pcvs/ports/japanese/lookup-emacs20/Makefile,v >retrieving revision 1.11 >diff -u -r1.11 Makefile >--- japanese/lookup-emacs20/Makefile 18 Feb 2005 21:05:47 -0000 1.11 >+++ japanese/lookup-emacs20/Makefile 25 Jul 2005 06:43:57 -0000 >@@ -8,6 +8,8 @@ > RUN_DEPENDS= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/bitmap/bitmap.el:${PORTSDIR}/editors/bitmap-emacs20 \ > > MASTERDIR= ${.CURDIR}/../lookup >+ >+USE_EMACS= yes > EMACS_PORT_NAME= emacs20 > > .include "${MASTERDIR}/Makefile" >Index: japanese/lookup-xemacs/Makefile >=================================================================== >RCS file: /home/pcvs/ports/japanese/lookup-xemacs/Makefile,v >retrieving revision 1.17 >diff -u -r1.17 Makefile >--- japanese/lookup-xemacs/Makefile 12 May 2003 10:13:33 -0000 1.17 >+++ japanese/lookup-xemacs/Makefile 25 Jul 2005 06:43:57 -0000 >@@ -9,6 +9,7 @@ > RUN_DEPENDS= ${LOCALBASE}/lib/xemacs/xemacs-packages/pkginfo/MANIFEST.cookie:${PORTSDIR}/editors/xemacs-packages > > MASTERDIR= ${.CURDIR}/../lookup >+USE_EMACS= yes > EMACS_PORT_NAME=xemacs21-mule > > .if defined(PARALLEL_PACKAGE_BUILD) >Index: japanese/migemo-emacs20/Makefile >=================================================================== >RCS file: /home/pcvs/ports/japanese/migemo-emacs20/Makefile,v >retrieving revision 1.8 >diff -u -r1.8 Makefile >--- japanese/migemo-emacs20/Makefile 22 Feb 2003 14:25:36 -0000 1.8 >+++ japanese/migemo-emacs20/Makefile 25 Jul 2005 06:43:57 -0000 >@@ -12,6 +12,7 @@ > PLIST= ${MASTERDIR}/pkg-plist > PKGMESSAGE= ${MASTERDIR}/pkg-message > >+USE_EMACS= yes > EMACS_PORT_NAME= emacs20 > BUILD_DEPENDS= ${LOCALBASE}/${EMACS_LIBDIR_WITH_VER}/site-lisp/emu/emu.el:${PORTSDIR}/editors/apel-${EMACS_PORT_NAME} > RUN_DEPENDS= ${LOCALBASE}/${EMACS_LIBDIR_WITH_VER}/site-lisp/emu/emu.el:${PORTSDIR}/editors/apel-${EMACS_PORT_NAME} \ >Index: japanese/migemo-emacs21/Makefile >=================================================================== >RCS file: /home/pcvs/ports/japanese/migemo-emacs21/Makefile,v >retrieving revision 1.4 >diff -u -r1.4 Makefile >--- japanese/migemo-emacs21/Makefile 22 Feb 2003 14:25:36 -0000 1.4 >+++ japanese/migemo-emacs21/Makefile 25 Jul 2005 06:43:57 -0000 >@@ -12,6 +12,7 @@ > PLIST= ${MASTERDIR}/pkg-plist > PKGMESSAGE= ${MASTERDIR}/pkg-message > >+USE_EMACS= yes > EMACS_PORT_NAME= emacs21 > BUILD_DEPENDS= ${LOCALBASE}/${EMACS_LIBDIR_WITH_VER}/site-lisp/emu/emu.el:${PORTSDIR}/editors/apel > RUN_DEPENDS= ${LOCALBASE}/${EMACS_LIBDIR_WITH_VER}/site-lisp/emu/emu.el:${PORTSDIR}/editors/apel \ >Index: japanese/migemo-xemacs-devel-mule/Makefile >=================================================================== >RCS file: /home/pcvs/ports/japanese/migemo-xemacs-devel-mule/Makefile,v >retrieving revision 1.3 >diff -u -r1.3 Makefile >--- japanese/migemo-xemacs-devel-mule/Makefile 22 Feb 2003 14:25:36 -0000 1.3 >+++ japanese/migemo-xemacs-devel-mule/Makefile 25 Jul 2005 06:43:57 -0000 >@@ -12,6 +12,7 @@ > PLIST= ${MASTERDIR}/pkg-plist > PKGMESSAGE= ${MASTERDIR}/pkg-message > >+USE_EMACS= yes > EMACS_PORT_NAME= xemacs-devel-mule > > HAS_CONFIGURE= yes >Index: japanese/migemo-xemacs21-mule/Makefile >=================================================================== >RCS file: /home/pcvs/ports/japanese/migemo-xemacs21-mule/Makefile,v >retrieving revision 1.6 >diff -u -r1.6 Makefile >--- japanese/migemo-xemacs21-mule/Makefile 22 Feb 2003 14:25:36 -0000 1.6 >+++ japanese/migemo-xemacs21-mule/Makefile 25 Jul 2005 06:43:57 -0000 >@@ -12,6 +12,7 @@ > PLIST= ${MASTERDIR}/pkg-plist > PKGMESSAGE= ${MASTERDIR}/pkg-message > >+USE_EMACS= yes > EMACS_PORT_NAME= xemacs21-mule > EMACS_PACKAGESDIR= lib/xemacs/site-packages > BUILD_DEPENDS= ${LOCALBASE}/${EMACS_PACKAGESDIR}/lisp/apel/emu.el:${PORTSDIR}/editors/apel-${EMACS_PORT_NAME} >Index: japanese/navi2ch-emacs20/Makefile >=================================================================== >RCS file: /home/pcvs/ports/japanese/navi2ch-emacs20/Makefile,v >retrieving revision 1.50 >diff -u -r1.50 Makefile >--- japanese/navi2ch-emacs20/Makefile 13 Oct 2004 02:15:50 -0000 1.50 >+++ japanese/navi2ch-emacs20/Makefile 25 Jul 2005 06:43:57 -0000 >@@ -16,6 +16,7 @@ > MAINTAINER= sf@FreeBSD.org > COMMENT= 2ch.net and 2ch-like BBS navigator for Emacsen > >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs20 > INFO= navi2ch > >Index: japanese/navi2ch-emacs21/Makefile >=================================================================== >RCS file: /home/pcvs/ports/japanese/navi2ch-emacs21/Makefile,v >retrieving revision 1.3 >diff -u -r1.3 Makefile >--- japanese/navi2ch-emacs21/Makefile 18 Mar 2004 08:13:15 -0000 1.3 >+++ japanese/navi2ch-emacs21/Makefile 25 Jul 2005 06:43:57 -0000 >@@ -7,6 +7,7 @@ > > MASTERDIR= ${.CURDIR}/../navi2ch-emacs20 > >+USE_EMACS= yes > EMACS_PORT_NAME= emacs21 > > .if !defined(WITHOUT_X11) >Index: japanese/navi2ch-xemacs21-mule/Makefile >=================================================================== >RCS file: /home/pcvs/ports/japanese/navi2ch-xemacs21-mule/Makefile,v >retrieving revision 1.9 >diff -u -r1.9 Makefile >--- japanese/navi2ch-xemacs21-mule/Makefile 28 Jan 2005 18:44:55 -0000 1.9 >+++ japanese/navi2ch-xemacs21-mule/Makefile 25 Jul 2005 06:43:57 -0000 >@@ -7,6 +7,7 @@ > > MASTERDIR= ${.CURDIR}/../navi2ch-emacs20 > >+USE_EMACS= yes > EMACS_PORT_NAME= xemacs21-mule > > BUILD_DEPENDS= ${LOCALBASE}/lib/xemacs/xemacs-packages/pkginfo/MANIFEST.xemacs-base:${PORTSDIR}/editors/xemacs-packages >Index: japanese/skk10-elisp-emacs20/Makefile >=================================================================== >RCS file: /home/pcvs/ports/japanese/skk10-elisp-emacs20/Makefile,v >retrieving revision 1.14 >diff -u -r1.14 Makefile >--- japanese/skk10-elisp-emacs20/Makefile 23 Dec 2004 09:32:41 -0000 1.14 >+++ japanese/skk10-elisp-emacs20/Makefile 25 Jul 2005 06:44:02 -0000 >@@ -24,6 +24,7 @@ > > .if (${PORT_CLASS} == "master") > # emacsen-port-name >+USE_EMACS= yes > EMACS_PORT_NAME= emacs20 > .endif > >Index: japanese/weather-emacs20/Makefile >=================================================================== >RCS file: /home/pcvs/ports/japanese/weather-emacs20/Makefile,v >retrieving revision 1.7 >diff -u -r1.7 Makefile >--- japanese/weather-emacs20/Makefile 12 Jan 2004 02:49:14 -0000 1.7 >+++ japanese/weather-emacs20/Makefile 25 Jul 2005 06:44:03 -0000 >@@ -16,6 +16,7 @@ > MAINTAINER= yoichi@FreeBSD.org > COMMENT= Weather Report in Japanese Regions > >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs20 > > .if ${EMACS_PORT_NAME} != "emacs21" >Index: japanese/yc.el/Makefile >=================================================================== >RCS file: /home/pcvs/ports/japanese/yc.el/Makefile,v >retrieving revision 1.24 >diff -u -r1.24 Makefile >--- japanese/yc.el/Makefile 15 Jul 2004 10:56:48 -0000 1.24 >+++ japanese/yc.el/Makefile 25 Jul 2005 06:44:03 -0000 >@@ -15,6 +15,7 @@ > MAINTAINER= t@nakao.org > COMMENT= Yet another Canna client for Emacs/XEmacs > >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs21 > YC_LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/yc > >Index: java/jde/Makefile >=================================================================== >RCS file: /home/pcvs/ports/java/jde/Makefile,v >retrieving revision 1.7 >diff -u -r1.7 Makefile >--- java/jde/Makefile 4 Apr 2004 16:08:41 -0000 1.7 >+++ java/jde/Makefile 25 Jul 2005 06:44:03 -0000 >@@ -15,6 +15,7 @@ > MAINTAINER= ports@FreeBSD.org > COMMENT= Java Development Environment for Emacs > >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs21 > > .if ${EMACS_PORT_NAME} != "emacs21" >Index: java/jde-emacs20/Makefile >=================================================================== >RCS file: /home/pcvs/ports/java/jde-emacs20/Makefile,v >retrieving revision 1.1 >diff -u -r1.1 Makefile >--- java/jde-emacs20/Makefile 10 Jan 2002 11:42:21 -0000 1.1 >+++ java/jde-emacs20/Makefile 25 Jul 2005 06:44:03 -0000 >@@ -7,6 +7,7 @@ > > MASTERDIR= ${.CURDIR}/../jde > >+USE_EMACS= yes > EMACS_PORT_NAME= emacs20 > > .include "${MASTERDIR}/Makefile" >Index: lang/bigloo/Makefile >=================================================================== >RCS file: /home/pcvs/ports/lang/bigloo/Makefile,v >retrieving revision 1.11 >diff -u -r1.11 Makefile >--- lang/bigloo/Makefile 26 Mar 2005 20:25:34 -0000 1.11 >+++ lang/bigloo/Makefile 25 Jul 2005 06:44:04 -0000 >@@ -19,6 +19,7 @@ > USE_GMAKE= yes > ALL_TARGET= > INSTALL_TARGET= install compile-bee install-bee >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs21 > MAN1= bigloo.1 > INFO= bigloo >Index: lang/quack/Makefile >=================================================================== >RCS file: /home/pcvs/ports/lang/quack/Makefile,v >retrieving revision 1.9 >diff -u -r1.9 Makefile >--- lang/quack/Makefile 1 May 2005 13:37:57 -0000 1.9 >+++ lang/quack/Makefile 25 Jul 2005 06:44:04 -0000 >@@ -18,6 +18,7 @@ > > RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget > >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs21 > > NO_WRKSUBDIR= yes >Index: lang/sml-mode.el/Makefile >=================================================================== >RCS file: /home/pcvs/ports/lang/sml-mode.el/Makefile,v >retrieving revision 1.8 >diff -u -r1.8 Makefile >--- lang/sml-mode.el/Makefile 27 Jul 2003 14:48:04 -0000 1.8 >+++ lang/sml-mode.el/Makefile 25 Jul 2005 06:44:09 -0000 >@@ -17,6 +17,7 @@ > > ALL_TARGET= default > >+USE_EMACS= yes > EMACS_PORT_NAME= emacs21 > > # >Index: mail/c-sig/Makefile >=================================================================== >RCS file: /home/pcvs/ports/mail/c-sig/Makefile,v >retrieving revision 1.1 >diff -u -r1.1 Makefile >--- mail/c-sig/Makefile 25 Oct 2004 10:31:00 -0000 1.1 >+++ mail/c-sig/Makefile 25 Jul 2005 06:44:09 -0000 >@@ -15,6 +15,7 @@ > MAINTAINER= yasu@utahime.org > COMMENT= Signature insertion tool for Emacs > >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs21 > > EMACS_NO_BUILD_DEPENDS= yes >Index: mail/emh/Makefile >=================================================================== >RCS file: /home/pcvs/ports/mail/emh/Makefile,v >retrieving revision 1.5 >diff -u -r1.5 Makefile >--- mail/emh/Makefile 12 May 2003 10:18:31 -0000 1.5 >+++ mail/emh/Makefile 25 Jul 2005 06:44:10 -0000 >@@ -20,6 +20,7 @@ > SEMI_TRUNK= 1.14 > SEMI_COOKIE= semi-${EMACS_PORT_NAME}-${SEMI_TRUNK}.FreeBSD-packages > >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs21 > > .if ${EMACS_PORT_NAME} == "emacs21" >Index: mail/emh-emacs20/Makefile >=================================================================== >RCS file: /home/pcvs/ports/mail/emh-emacs20/Makefile,v >retrieving revision 1.4 >diff -u -r1.4 Makefile >--- mail/emh-emacs20/Makefile 18 Mar 2004 13:39:11 -0000 1.4 >+++ mail/emh-emacs20/Makefile 25 Jul 2005 06:44:10 -0000 >@@ -7,6 +7,7 @@ > > MASTERDIR= ${.CURDIR}/../emh > >+USE_EMACS= yes > EMACS_PORT_NAME= emacs20 > > .include "${MASTERDIR}/Makefile" >Index: mail/emh-xemacs21-mule/Makefile >=================================================================== >RCS file: /home/pcvs/ports/mail/emh-xemacs21-mule/Makefile,v >retrieving revision 1.3 >diff -u -r1.3 Makefile >--- mail/emh-xemacs21-mule/Makefile 18 Mar 2004 13:39:11 -0000 1.3 >+++ mail/emh-xemacs21-mule/Makefile 25 Jul 2005 06:44:10 -0000 >@@ -7,6 +7,7 @@ > > MASTERDIR= ${.CURDIR}/../emh > >+USE_EMACS= yes > EMACS_PORT_NAME= xemacs21-mule > > .include "${MASTERDIR}/Makefile" >Index: mail/mailcrypt/Makefile >=================================================================== >RCS file: /home/pcvs/ports/mail/mailcrypt/Makefile,v >retrieving revision 1.18 >diff -u -r1.18 Makefile >--- mail/mailcrypt/Makefile 4 Feb 2004 05:07:22 -0000 1.18 >+++ mail/mailcrypt/Makefile 25 Jul 2005 06:44:10 -0000 >@@ -15,6 +15,7 @@ > MAINTAINER= ports@FreeBSD.org > COMMENT= An Emacs/PGP interface > >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs21 > > GNU_CONFIGURE= yes >Index: mail/mew/Makefile >=================================================================== >RCS file: /home/pcvs/ports/mail/mew/Makefile,v >retrieving revision 1.36 >diff -u -r1.36 Makefile >--- mail/mew/Makefile 23 Dec 2004 09:32:44 -0000 1.36 >+++ mail/mew/Makefile 25 Jul 2005 06:44:10 -0000 >@@ -28,6 +28,7 @@ > MEW_DOCDIR?= share/doc/${PORTNAME} > > # emacs port setup >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs19 > > # target name for make build and install >Index: mail/mew-emacs20/Makefile >=================================================================== >RCS file: /home/pcvs/ports/mail/mew-emacs20/Makefile,v >retrieving revision 1.10 >diff -u -r1.10 Makefile >--- mail/mew-emacs20/Makefile 23 Dec 2004 09:32:44 -0000 1.10 >+++ mail/mew-emacs20/Makefile 25 Jul 2005 06:44:10 -0000 >@@ -12,6 +12,7 @@ > MASTERDIR= ${.CURDIR}/../mew > > # set emacs port >+USE_EMACS= yes > EMACS_PORT_NAME=emacs20 > > # target name for make build and install >Index: mail/mew-mule/Makefile >=================================================================== >RCS file: /home/pcvs/ports/mail/mew-mule/Makefile,v >retrieving revision 1.16 >diff -u -r1.16 Makefile >--- mail/mew-mule/Makefile 23 Jul 2005 02:53:30 -0000 1.16 >+++ mail/mew-mule/Makefile 25 Jul 2005 06:44:10 -0000 >@@ -16,6 +16,7 @@ > EXPIRATION_DATE=2005-09-22 > > # set emacs port >+USE_EMACS= yes > EMACS_PORT_NAME=mule > > # target name for make build and install >Index: mail/mew-xemacs21-mule/Makefile >=================================================================== >RCS file: /home/pcvs/ports/mail/mew-xemacs21-mule/Makefile,v >retrieving revision 1.13 >diff -u -r1.13 Makefile >--- mail/mew-xemacs21-mule/Makefile 28 Feb 2005 05:15:32 -0000 1.13 >+++ mail/mew-xemacs21-mule/Makefile 25 Jul 2005 06:44:10 -0000 >@@ -14,6 +14,7 @@ > IGNORE= hangs during build > > # Set emacs port >+USE_EMACS= yes > EMACS_PORT_NAME= xemacs21-mule > EMACS_PACKAGESDIR= ${EMACS_LIBDIR}/site-packages > >Index: mail/mew2/Makefile >=================================================================== >RCS file: /home/pcvs/ports/mail/mew2/Makefile,v >retrieving revision 1.12 >diff -u -r1.12 Makefile >--- mail/mew2/Makefile 18 Jul 2005 07:21:11 -0000 1.12 >+++ mail/mew2/Makefile 25 Jul 2005 06:44:10 -0000 >@@ -28,6 +28,7 @@ > MEW_DOCDIR?= share/doc/${PORTNAME}${MEW_MAJOR_VER} > > # emacs port setup >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs21 > > # target name for make build and install >Index: mail/mew2-emacs20/Makefile >=================================================================== >RCS file: /home/pcvs/ports/mail/mew2-emacs20/Makefile,v >retrieving revision 1.7 >diff -u -r1.7 Makefile >--- mail/mew2-emacs20/Makefile 23 Dec 2004 09:32:44 -0000 1.7 >+++ mail/mew2-emacs20/Makefile 25 Jul 2005 06:44:10 -0000 >@@ -18,6 +18,7 @@ > PKGDIR= ${.CURDIR} > > # set emacs port >+USE_EMACS= yes > EMACS_PORT_NAME= emacs20 > > .include "${MASTERDIR}/Makefile" >Index: mail/mew2-xemacs21-mule/Makefile >=================================================================== >RCS file: /home/pcvs/ports/mail/mew2-xemacs21-mule/Makefile,v >retrieving revision 1.6 >diff -u -r1.6 Makefile >--- mail/mew2-xemacs21-mule/Makefile 28 Feb 2005 05:15:32 -0000 1.6 >+++ mail/mew2-xemacs21-mule/Makefile 25 Jul 2005 06:44:10 -0000 >@@ -17,6 +17,7 @@ > IGNORE= hangs during build > > # Set emacs port >+USE_EMACS= yes > EMACS_PORT_NAME= xemacs21-mule > EMACS_PACKAGESDIR= ${EMACS_LIBDIR}/site-packages > >Index: mail/mew3/Makefile >=================================================================== >RCS file: /home/pcvs/ports/mail/mew3/Makefile,v >retrieving revision 1.14 >diff -u -r1.14 Makefile >--- mail/mew3/Makefile 18 Jul 2005 07:21:43 -0000 1.14 >+++ mail/mew3/Makefile 25 Jul 2005 06:44:10 -0000 >@@ -27,6 +27,7 @@ > DOCSDIR= share/doc/${PORTNAME}${MEW_MAJOR_VER} > > # emacs port setup >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs21 > > # target name for make build and install >Index: mail/mew3-emacs20/Makefile >=================================================================== >RCS file: /home/pcvs/ports/mail/mew3-emacs20/Makefile,v >retrieving revision 1.9 >diff -u -r1.9 Makefile >--- mail/mew3-emacs20/Makefile 30 Jan 2005 17:13:41 -0000 1.9 >+++ mail/mew3-emacs20/Makefile 25 Jul 2005 06:44:10 -0000 >@@ -21,6 +21,7 @@ > PKGMESSAGE= ${MASTERDIR}/pkg-message > > # set emacs port >+USE_EMACS= yes > EMACS_PORT_NAME= emacs20 > > .include "${MASTERDIR}/Makefile" >Index: mail/mew3-xemacs21-mule/Makefile >=================================================================== >RCS file: /home/pcvs/ports/mail/mew3-xemacs21-mule/Makefile,v >retrieving revision 1.8 >diff -u -r1.8 Makefile >--- mail/mew3-xemacs21-mule/Makefile 28 Feb 2005 05:15:32 -0000 1.8 >+++ mail/mew3-xemacs21-mule/Makefile 25 Jul 2005 06:44:10 -0000 >@@ -19,6 +19,7 @@ > IGNORE= hangs during build > > # Set emacs port >+USE_EMACS= yes > EMACS_PORT_NAME= xemacs21-mule > EMACS_PACKAGESDIR= ${EMACS_LIBDIR}/site-packages > >Index: mail/vm/Makefile >=================================================================== >RCS file: /home/pcvs/ports/mail/vm/Makefile,v >retrieving revision 1.12 >diff -u -r1.12 Makefile >--- mail/vm/Makefile 15 Oct 2004 15:12:28 -0000 1.12 >+++ mail/vm/Makefile 25 Jul 2005 06:44:18 -0000 >@@ -26,6 +26,7 @@ > MAINTAINER= olive@oban.frmug.org > COMMENT= A mail reader running inside Emacs or XEmacs > >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs21 > MAKE_ARGS= prefix=${PREFIX} \ > INFODIR=${PREFIX}/info \ >Index: mail/wanderlust/Makefile >=================================================================== >RCS file: /home/pcvs/ports/mail/wanderlust/Makefile,v >retrieving revision 1.30 >diff -u -r1.30 Makefile >--- mail/wanderlust/Makefile 4 Apr 2005 14:46:14 -0000 1.30 >+++ mail/wanderlust/Makefile 25 Jul 2005 06:44:18 -0000 >@@ -18,6 +18,7 @@ > MAINTAINER= nobutaka@FreeBSD.org > COMMENT?= Yet another message interface on Emacsen > >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs21 > > MIMEUI_PORT_NAME?= ${MIMEUI_PRODUCT} >Index: mail/wanderlust-emacs20/Makefile >=================================================================== >RCS file: /home/pcvs/ports/mail/wanderlust-emacs20/Makefile,v >retrieving revision 1.13 >diff -u -r1.13 Makefile >--- mail/wanderlust-emacs20/Makefile 18 May 2004 18:16:42 -0000 1.13 >+++ mail/wanderlust-emacs20/Makefile 25 Jul 2005 06:44:18 -0000 >@@ -9,6 +9,7 @@ > > COMMENT= Yet another message interface on Emacsen > >+USE_EMACS= yes > EMACS_PORT_NAME= emacs20 > MIMEUI_PORT_NAME= ${MIMEUI_PRODUCT}-${EMACS_PORT_NAME} > EMACS_W3M_PORT_NAME= emacs-w3m-${EMACS_PORT_NAME} >Index: mail/wanderlust-xemacs21-mule/Makefile >=================================================================== >RCS file: /home/pcvs/ports/mail/wanderlust-xemacs21-mule/Makefile,v >retrieving revision 1.14 >diff -u -r1.14 Makefile >--- mail/wanderlust-xemacs21-mule/Makefile 18 May 2004 18:16:42 -0000 1.14 >+++ mail/wanderlust-xemacs21-mule/Makefile 25 Jul 2005 06:44:18 -0000 >@@ -9,6 +9,7 @@ > > COMMENT= Yet another message interface on Emacsen > >+USE_EMACS= yes > EMACS_PORT_NAME= xemacs21-mule > EMACS_PACKAGESDIR= lib/xemacs/site-packages > MANIFEST= MANIFEST.wl >Index: math/gnuplot/Makefile >=================================================================== >RCS file: /home/pcvs/ports/math/gnuplot/Makefile,v >retrieving revision 1.58 >diff -u -r1.58 Makefile >--- math/gnuplot/Makefile 12 Apr 2005 03:26:03 -0000 1.58 >+++ math/gnuplot/Makefile 25 Jul 2005 06:44:19 -0000 >@@ -32,6 +32,7 @@ > INFO= gnuplot > > .if exists(${PREFIX}/bin/emacs) || exists(${PREFIX}/bin/xemacs) >+USE_EMACS= yes > EMACS_PORT_NAME= emacs21 > EMACS_NO_BUILD_DEPENDS= yes > EMACS_NO_RUN_DEPENDS= yes >Index: misc/elscreen/Makefile >=================================================================== >RCS file: /home/pcvs/ports/misc/elscreen/Makefile,v >retrieving revision 1.6 >diff -u -r1.6 Makefile >--- misc/elscreen/Makefile 23 Aug 2004 16:05:41 -0000 1.6 >+++ misc/elscreen/Makefile 25 Jul 2005 06:44:20 -0000 >@@ -14,6 +14,7 @@ > MAINTAINER= yoichi@FreeBSD.org > COMMENT= GNU screen like utility on Emacsen > >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs21 > .if (${EMACS_PORT_NAME} == "emacs21") > DEPPORT_SUFFIX= >Index: net/gnu-radius/Makefile >=================================================================== >RCS file: /home/pcvs/ports/net/gnu-radius/Makefile,v >retrieving revision 1.27 >diff -u -r1.27 Makefile >--- net/gnu-radius/Makefile 22 Jul 2005 09:33:33 -0000 1.27 >+++ net/gnu-radius/Makefile 25 Jul 2005 06:44:33 -0000 >@@ -94,6 +94,7 @@ > .endif > > .if defined(WITH_EMACS) >+USE_EMACS= yes > EMACS_PORT_NAME= emacs20 > .include "${PORTSDIR}/Mk/bsd.emacs.mk" > CONFIGURE_ARGS+= --with-lispdir=${PREFIX}/${EMACS_SITE_LISPDIR} >Index: net/tramp/Makefile >=================================================================== >RCS file: /home/pcvs/ports/net/tramp/Makefile,v >retrieving revision 1.25 >diff -u -r1.25 Makefile >--- net/tramp/Makefile 22 Feb 2005 00:59:41 -0000 1.25 >+++ net/tramp/Makefile 25 Jul 2005 06:44:42 -0000 >@@ -16,6 +16,7 @@ > MAINTAINER= ports@FreeBSD.org > COMMENT= Transparent remote file access tool for emacsen > >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs21 > > USE_GMAKE= yes >Index: news/gnus-emacs20/Makefile >=================================================================== >RCS file: /home/pcvs/ports/news/gnus-emacs20/Makefile,v >retrieving revision 1.13 >diff -u -r1.13 Makefile >--- news/gnus-emacs20/Makefile 23 Jul 2005 02:53:33 -0000 1.13 >+++ news/gnus-emacs20/Makefile 25 Jul 2005 06:44:44 -0000 >@@ -29,6 +29,7 @@ > > HAS_CONFIGURE= yes > >+USE_EMACS= yes > EMACS_PORT_NAME?=emacs20 > > CONFIGURE_ARGS= --with-emacs=${EMACS_CMD} \ >Index: news/t-gnus/Makefile >=================================================================== >RCS file: /home/pcvs/ports/news/t-gnus/Makefile,v >retrieving revision 1.20 >diff -u -r1.20 Makefile >--- news/t-gnus/Makefile 23 Jul 2005 02:53:33 -0000 1.20 >+++ news/t-gnus/Makefile 25 Jul 2005 06:44:44 -0000 >@@ -30,6 +30,7 @@ > CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" > > TGNUSVERSION= 6_16_2-02 >+USE_EMACS= yes > EMACS_PORT_NAME?=emacs21 > EMACS_W3M_PORT_NAME?= emacs-w3m > EMACS_W3M_LISP_FILE?= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/w3m/shimbun.el >Index: news/t-gnus-emacs20/Makefile >=================================================================== >RCS file: /home/pcvs/ports/news/t-gnus-emacs20/Makefile,v >retrieving revision 1.8 >diff -u -r1.8 Makefile >--- news/t-gnus-emacs20/Makefile 10 Jun 2002 23:24:07 -0000 1.8 >+++ news/t-gnus-emacs20/Makefile 25 Jul 2005 06:44:44 -0000 >@@ -7,6 +7,7 @@ > > MASTERDIR= ${.CURDIR}/../t-gnus > >+USE_EMACS= yes > EMACS_PORT_NAME= emacs20 > > .include "${MASTERDIR}/Makefile" >Index: news/t-gnus-mule/Makefile >=================================================================== >RCS file: /home/pcvs/ports/news/t-gnus-mule/Makefile,v >retrieving revision 1.3 >diff -u -r1.3 Makefile >--- news/t-gnus-mule/Makefile 10 Jun 2002 23:24:07 -0000 1.3 >+++ news/t-gnus-mule/Makefile 25 Jul 2005 06:44:44 -0000 >@@ -7,6 +7,7 @@ > > MASTERDIR= ${.CURDIR}/../t-gnus > >+USE_EMACS= yes > EMACS_PORT_NAME= mule > > .include "${MASTERDIR}/Makefile" >Index: news/t-gnus-xemacs21-mule/Makefile >=================================================================== >RCS file: /home/pcvs/ports/news/t-gnus-xemacs21-mule/Makefile,v >retrieving revision 1.3 >diff -u -r1.3 Makefile >--- news/t-gnus-xemacs21-mule/Makefile 9 Nov 2002 15:36:32 -0000 1.3 >+++ news/t-gnus-xemacs21-mule/Makefile 25 Jul 2005 06:44:44 -0000 >@@ -7,6 +7,7 @@ > > MASTERDIR= ${.CURDIR}/../t-gnus > >+USE_EMACS= yes > EMACS_PORT_NAME= xemacs21-mule > EMACS_W3M_LISP_FILE= ${LOCALBASE}/lib/xemacs/site-packages/lisp/w3m/shimbun.el > >Index: print/auctex/Makefile >=================================================================== >RCS file: /home/pcvs/ports/print/auctex/Makefile,v >retrieving revision 1.22 >diff -u -r1.22 Makefile >--- print/auctex/Makefile 6 Feb 2005 16:41:15 -0000 1.22 >+++ print/auctex/Makefile 25 Jul 2005 06:44:44 -0000 >@@ -18,6 +18,7 @@ > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --with-lispdir=${PREFIX}/${LISPDIR} \ > --with-auto-dir=${PREFIX}/${LISPDIR}/auctex/auto >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs21 > LISPDIR= ${EMACS_VERSION_SITE_LISPDIR} > ALL_TARGET= all contrib >Index: print/preview-latex/Makefile >=================================================================== >RCS file: /home/pcvs/ports/print/preview-latex/Makefile,v >retrieving revision 1.18 >diff -u -r1.18 Makefile >--- print/preview-latex/Makefile 19 Dec 2004 17:31:06 -0000 1.18 >+++ print/preview-latex/Makefile 25 Jul 2005 06:44:54 -0000 >@@ -21,6 +21,7 @@ > RUN_DEPENDS= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/auctex/latex.el:${PORTSDIR}/print/auctex \ > ${MKTEXLSR}:${PORTSDIR}/print/teTeX-base > >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs21 > > INFO= preview-latex >Index: print/yatex/Makefile >=================================================================== >RCS file: /home/pcvs/ports/print/yatex/Makefile,v >retrieving revision 1.33 >diff -u -r1.33 Makefile >--- print/yatex/Makefile 5 Jul 2004 19:40:12 -0000 1.33 >+++ print/yatex/Makefile 25 Jul 2005 06:44:54 -0000 >@@ -19,6 +19,7 @@ > PKGMESSAGE= ${WRKDIR}/MESSAGE > WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION} > >+USE_EMACS= yes > EMACS_PORT_NAME?=emacs21 > EMACS_NO_RUN_DEPENDS=YES > .if (${EMACS_PORT_NAME} != xemacs21-mule) >Index: print/yatex-mule/Makefile >=================================================================== >RCS file: /home/pcvs/ports/print/yatex-mule/Makefile,v >retrieving revision 1.17 >diff -u -r1.17 Makefile >--- print/yatex-mule/Makefile 6 Mar 2003 19:23:18 -0000 1.17 >+++ print/yatex-mule/Makefile 25 Jul 2005 06:44:54 -0000 >@@ -10,6 +10,7 @@ > MASTERDIR= ${.CURDIR}/../yatex > COMMENT= Yet Another LaTeX mode and html mode on Emacs (for mule 2.3) > >+USE_EMACS= yes > EMACS_PORT_NAME=mule > > .include "${MASTERDIR}/Makefile" >Index: print/yatex-xemacs/Makefile >=================================================================== >RCS file: /home/pcvs/ports/print/yatex-xemacs/Makefile,v >retrieving revision 1.17 >diff -u -r1.17 Makefile >--- print/yatex-xemacs/Makefile 6 Mar 2003 19:23:18 -0000 1.17 >+++ print/yatex-xemacs/Makefile 25 Jul 2005 06:44:54 -0000 >@@ -10,6 +10,7 @@ > MASTERDIR= ${.CURDIR}/../yatex > COMMENT= Yet Another LaTeX mode and html mode on Emacs (for XEmacs21) > >+USE_EMACS= yes > EMACS_PORT_NAME=xemacs21 > > .include "${MASTERDIR}/Makefile" >Index: print/yatex-xemacs-mule/Makefile >=================================================================== >RCS file: /home/pcvs/ports/print/yatex-xemacs-mule/Makefile,v >retrieving revision 1.24 >diff -u -r1.24 Makefile >--- print/yatex-xemacs-mule/Makefile 28 Feb 2005 05:15:33 -0000 1.24 >+++ print/yatex-xemacs-mule/Makefile 25 Jul 2005 06:44:54 -0000 >@@ -10,6 +10,7 @@ > MASTERDIR= ${.CURDIR}/../yatex > COMMENT= Yet Another LaTeX mode and html mode on Emacs (for XEmacs21-mule) > >+USE_EMACS= yes > EMACS_PORT_NAME=xemacs21-mule > IGNORE= hangs during build > >Index: security/starttls/Makefile >=================================================================== >RCS file: /home/pcvs/ports/security/starttls/Makefile,v >retrieving revision 1.3 >diff -u -r1.3 Makefile >--- security/starttls/Makefile 22 Mar 2004 04:39:07 -0000 1.3 >+++ security/starttls/Makefile 25 Jul 2005 06:45:06 -0000 >@@ -15,6 +15,7 @@ > > GNU_CONFIGURE= yes > USE_GMAKE= yes >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs21 > > .include <bsd.port.mk> >Index: textproc/dictionary/Makefile >=================================================================== >RCS file: /home/pcvs/ports/textproc/dictionary/Makefile,v >retrieving revision 1.10 >diff -u -r1.10 Makefile >--- textproc/dictionary/Makefile 16 Mar 2005 05:10:16 -0000 1.10 >+++ textproc/dictionary/Makefile 25 Jul 2005 06:45:24 -0000 >@@ -15,6 +15,7 @@ > MAINTAINER= dryice@liu.com.cn > COMMENT= A dictionary client for Emacs > >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs21 > > LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} >Index: textproc/emacs-wiki/Makefile >=================================================================== >RCS file: /home/pcvs/ports/textproc/emacs-wiki/Makefile,v >retrieving revision 1.3 >diff -u -r1.3 Makefile >--- textproc/emacs-wiki/Makefile 20 Apr 2005 14:50:02 -0000 1.3 >+++ textproc/emacs-wiki/Makefile 25 Jul 2005 06:45:24 -0000 >@@ -16,6 +16,7 @@ > COMMENT= Create and use hyperlinks and simple formatting in plain text files > > WRKSRC= ${WRKDIR}/${PORTNAME} >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs21 > > .if ${EMACS_PORT_NAME} != "emacs21" >Index: textproc/xml-lite.el/Makefile >=================================================================== >RCS file: /home/pcvs/ports/textproc/xml-lite.el/Makefile,v >retrieving revision 1.6 >diff -u -r1.6 Makefile >--- textproc/xml-lite.el/Makefile 5 Feb 2004 20:37:58 -0000 1.6 >+++ textproc/xml-lite.el/Makefile 25 Jul 2005 06:45:26 -0000 >@@ -17,6 +17,7 @@ > MAINTAINER= ports@FreeBSD.org > COMMENT= A simple XML-editing for GNU Emacs > >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs21 > EMACS_NO_BUILD_DEPENDS= YES > >Index: textproc/xml-parse.el/Makefile >=================================================================== >RCS file: /home/pcvs/ports/textproc/xml-parse.el/Makefile,v >retrieving revision 1.1 >diff -u -r1.1 Makefile >--- textproc/xml-parse.el/Makefile 11 Mar 2005 19:21:47 -0000 1.1 >+++ textproc/xml-parse.el/Makefile 25 Jul 2005 06:45:26 -0000 >@@ -18,6 +18,7 @@ > MAINTAINER= dryice@liu.com.cn > COMMENT= Code to efficiently read/write XML data with Elisp > >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs21 > > .if ${EMACS_PORT_NAME} != "emacs21" >Index: www/emacs-w3m/Makefile >=================================================================== >RCS file: /home/pcvs/ports/www/emacs-w3m/Makefile,v >retrieving revision 1.28 >diff -u -r1.28 Makefile >--- www/emacs-w3m/Makefile 4 Apr 2005 14:47:59 -0000 1.28 >+++ www/emacs-w3m/Makefile 25 Jul 2005 06:45:34 -0000 >@@ -14,6 +14,7 @@ > MAINTAINER= nobutaka@FreeBSD.org > COMMENT?= Simple front-end to w3m for emacs21 > >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs21 > > CONFIGURE_ARGS?= --with-emacs=${EMACS_CMD} \ >Index: www/emacs-w3m-emacs20/Makefile >=================================================================== >RCS file: /home/pcvs/ports/www/emacs-w3m-emacs20/Makefile,v >retrieving revision 1.12 >diff -u -r1.12 Makefile >--- www/emacs-w3m-emacs20/Makefile 18 May 2004 18:16:42 -0000 1.12 >+++ www/emacs-w3m-emacs20/Makefile 25 Jul 2005 06:45:34 -0000 >@@ -7,6 +7,7 @@ > > MASTERDIR= ${.CURDIR}/../emacs-w3m > >+USE_EMACS= yes > EMACS_PORT_NAME= emacs20 > COMMENT= Simple front-end to w3m for emacs20 > PLIST= ${.CURDIR}/pkg-plist >Index: www/emacs-w3m-xemacs21-mule/Makefile >=================================================================== >RCS file: /home/pcvs/ports/www/emacs-w3m-xemacs21-mule/Makefile,v >retrieving revision 1.9 >diff -u -r1.9 Makefile >--- www/emacs-w3m-xemacs21-mule/Makefile 4 Apr 2005 14:47:59 -0000 1.9 >+++ www/emacs-w3m-xemacs21-mule/Makefile 25 Jul 2005 06:45:34 -0000 >@@ -7,6 +7,7 @@ > > MASTERDIR= ${.CURDIR}/../emacs-w3m > >+USE_EMACS= yes > EMACS_PORT_NAME= xemacs21-mule > COMMENT= Simple front-end to w3m for xemacs21-mule > >Index: www/w3-4/Makefile >=================================================================== >RCS file: /home/pcvs/ports/www/w3-4/Makefile,v >retrieving revision 1.17 >diff -u -r1.17 Makefile >--- www/w3-4/Makefile 28 Feb 2005 01:35:52 -0000 1.17 >+++ www/w3-4/Makefile 25 Jul 2005 06:45:45 -0000 >@@ -21,6 +21,7 @@ > CONFIGURE_ARGS= --with-emacs=yes > INSTALL_TARGET= install dotemacs > >+USE_EMACS= yes > EMACS_PORT_NAME?= emacs21 > > INFO= w3-faq w3
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 37596
: 21443