diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ed/Makefile | 6 | ||||
-rw-r--r-- | editors/elvis-x11/Makefile | 4 | ||||
-rw-r--r-- | editors/elvis/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs/Makefile | 4 | ||||
-rw-r--r-- | editors/lyx-qt/Makefile | 4 | ||||
-rw-r--r-- | editors/lyx-qt/Makefile.common | 6 | ||||
-rw-r--r-- | editors/lyx-xforms/Makefile | 4 | ||||
-rw-r--r-- | editors/ng/Makefile | 10 | ||||
-rw-r--r-- | editors/nvi-m17n/Makefile | 4 | ||||
-rw-r--r-- | editors/ted-cs/Makefile | 4 | ||||
-rw-r--r-- | editors/ted-da/Makefile | 4 | ||||
-rw-r--r-- | editors/ted-de/Makefile | 4 | ||||
-rw-r--r-- | editors/ted-en-gb/Makefile | 4 | ||||
-rw-r--r-- | editors/ted-en-us/Makefile | 4 | ||||
-rw-r--r-- | editors/ted-es/Makefile | 4 | ||||
-rw-r--r-- | editors/ted-fr/Makefile | 4 | ||||
-rw-r--r-- | editors/ted-it/Makefile | 4 | ||||
-rw-r--r-- | editors/ted-nl/Makefile | 4 | ||||
-rw-r--r-- | editors/ted-no/Makefile | 4 | ||||
-rw-r--r-- | editors/ted-pl/Makefile | 4 | ||||
-rw-r--r-- | editors/ted-pt/Makefile | 4 | ||||
-rw-r--r-- | editors/ted-sv/Makefile | 4 |
22 files changed, 49 insertions, 49 deletions
diff --git a/editors/ed/Makefile b/editors/ed/Makefile index 25643a2997a..c1c8fea3dd2 100644 --- a/editors/ed/Makefile +++ b/editors/ed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/03/20 18:15:38 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2007/02/22 19:26:25 wiz Exp $ DISTNAME= ed-0.2 PKGREVISION= 1 @@ -22,7 +22,7 @@ INFO_FILES= # PLIST # the ./configure accepts --program-prefix, but doesn't use MAKE_ENV+= binprefix=${GNU_PROGRAM_PREFIX:Q} .endif -PLIST_SUBST+= GNU_PROGRAM_PREFIX=${GNU_PROGRAM_PREFIX:Q} -BUILD_DEFS+= GNU_PROGRAM_PREFIX +PLIST_SUBST+= GNU_PROGRAM_PREFIX=${GNU_PROGRAM_PREFIX:Q} +BUILD_DEFS+= GNU_PROGRAM_PREFIX .include "../../mk/bsd.pkg.mk" diff --git a/editors/elvis-x11/Makefile b/editors/elvis-x11/Makefile index 811303e4d02..3ead24730b1 100644 --- a/editors/elvis-x11/Makefile +++ b/editors/elvis-x11/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2006/12/15 20:32:54 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2007/02/22 19:26:25 wiz Exp $ # .include "../../editors/elvis/Makefile.common" -PKGNAME= elvis-x11-2.2.0 +PKGNAME= elvis-x11-2.2.0 PKGREVISION= 5 COMMENT= GUI for elvis, includes console elvis diff --git a/editors/elvis/Makefile b/editors/elvis/Makefile index 62007a1ca9c..29bb750d265 100644 --- a/editors/elvis/Makefile +++ b/editors/elvis/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2006/05/15 16:29:19 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2007/02/22 19:26:25 wiz Exp $ # .include "./Makefile.common" -PKGNAME= elvis-2.2.0 +PKGNAME= elvis-2.2.0 PKGREVISION= 2 COMMENT= Vi clone with regex search, hex editing, HTML and TeX previewing diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 76cffa887c5..11b45aa86cb 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.102 2007/02/20 19:04:11 wiz Exp $ +# $NetBSD: Makefile,v 1.103 2007/02/22 19:26:25 wiz Exp $ DISTNAME= emacs-${EMACSVERSION}a PKGREVISION= 10 @@ -27,7 +27,7 @@ CONFIGURE_ARGS+= --with-gif .include "../../graphics/png/buildlink3.mk" CONFIGURE_ARGS+= --with-png -PKG_OPTIONS_VAR= PKG_OPTIONS.emacs +PKG_OPTIONS_VAR= PKG_OPTIONS.emacs PKG_OPTIONS_OPTIONAL_GROUPS= toolkit PKG_OPTIONS_GROUP.toolkit= emacs-xaw3d motif .include "../../mk/bsd.options.mk" diff --git a/editors/lyx-qt/Makefile b/editors/lyx-qt/Makefile index dff63444668..c098c787db3 100644 --- a/editors/lyx-qt/Makefile +++ b/editors/lyx-qt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2006/07/23 00:28:12 reed Exp $ +# $NetBSD: Makefile,v 1.33 2007/02/22 19:26:25 wiz Exp $ # .include "./Makefile.common" @@ -9,7 +9,7 @@ COMMENT+= (QT version) CONFLICTS+= lyx-xforms-[0-9]* -CONFIGURE_ARGS+= --with-extra-prefix=${BUILDLINK_PREFIX.qt3-libs} \ +CONFIGURE_ARGS+= --with-extra-prefix=${BUILDLINK_PREFIX.qt3-libs} \ --with-qt-dir=${QTDIR:Q} \ --with-qt-includes=${BUILDLINK_PREFIX.qt3-libs}/qt3/include \ --with-qt-libraries=${BUILDLINK_PREFIX.qt3-libs}/qt3/lib \ diff --git a/editors/lyx-qt/Makefile.common b/editors/lyx-qt/Makefile.common index daa404481e5..1ab2f4ea163 100644 --- a/editors/lyx-qt/Makefile.common +++ b/editors/lyx-qt/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.44 2007/02/01 22:28:48 joerg Exp $ +# $NetBSD: Makefile.common,v 1.45 2007/02/22 19:26:25 wiz Exp $ # DISTNAME= lyx-1.4.3 @@ -67,8 +67,8 @@ CXXFLAGS+= -fno-exceptions .if ${OPSYS} == "NetBSD" . if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc" \ || ${MACHINE_ARCH} == "m68k") -CXXFLAGS:= ${CXXFLAGS:C/-O[0-9]*/-O/g} -CFLAGS:= ${CFLAGS:C/-O[0-9]*/-O/g} +CXXFLAGS:= ${CXXFLAGS:C/-O[0-9]*/-O/g} +CFLAGS:= ${CFLAGS:C/-O[0-9]*/-O/g} CONFIGURE_ENV+= CXXFLAGS=${CXXFLAGS:M*:Q} CONFIGURE_ENV+= CFLAGS=${CFLAGS:M*:Q} . endif diff --git a/editors/lyx-xforms/Makefile b/editors/lyx-xforms/Makefile index f4bc9e16a75..d30625c5edb 100644 --- a/editors/lyx-xforms/Makefile +++ b/editors/lyx-xforms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/07/23 00:28:13 reed Exp $ +# $NetBSD: Makefile,v 1.24 2007/02/22 19:26:25 wiz Exp $ # .include "../../editors/lyx-qt/Makefile.common" @@ -9,7 +9,7 @@ COMMENT+= (xforms version) CONFLICTS+= lyx-qt-[0-9]* -CONFIGURE_ARGS+= --with-extra-prefix=${BUILDLINK_PREFIX.xforms} \ +CONFIGURE_ARGS+= --with-extra-prefix=${BUILDLINK_PREFIX.xforms} \ --with-frontend=xforms .include "../../x11/xforms/buildlink3.mk" diff --git a/editors/ng/Makefile b/editors/ng/Makefile index 0c577793b63..5052a18240d 100644 --- a/editors/ng/Makefile +++ b/editors/ng/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.20 2005/12/01 18:14:40 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2007/02/22 19:26:26 wiz Exp $ DISTNAME= ng-1.4.3 PKGREVISION= 1 -CATEGORIES= editors japanese -MASTER_SITES= http://tt.sakura.ne.jp/~amura/archives/ng/ +CATEGORIES= editors japanese +MASTER_SITES= http://tt.sakura.ne.jp/~amura/archives/ng/ -MAINTAINER= fk200329@fsinet.or.jp +MAINTAINER= fk200329@fsinet.or.jp HOMEPAGE= http://tt.sakura.ne.jp/~amura/ng/ COMMENT= Very light Emacs-clone with japanese support -WRKSRC= ${WRKDIR}/ng +WRKSRC= ${WRKDIR}/ng PKG_SUPPORTED_OPTIONS= canna PKG_SUGGESTED_OPTIONS= canna diff --git a/editors/nvi-m17n/Makefile b/editors/nvi-m17n/Makefile index f09839eeaa0..7d73f8edd6c 100644 --- a/editors/nvi-m17n/Makefile +++ b/editors/nvi-m17n/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2006/12/06 17:08:07 joerg Exp $ +# $NetBSD: Makefile,v 1.38 2007/02/22 19:26:26 wiz Exp $ DISTNAME= nvi-1.79 PKGNAME= nvi-m17n-1.79.20040401 @@ -50,7 +50,7 @@ ENCODINGS+= euc-jp euc-cn euc-kr sjis big5 euc-tw hz .if ${OPSYS} == "NetBSD" # XXX ignore NetBSD 2.0F and later's grantpt(3) and SysV pty for just now -CONFIGURE_ENV+= vi_cv_sys5_pty=no +CONFIGURE_ENV+= vi_cv_sys5_pty=no .endif post-patch: diff --git a/editors/ted-cs/Makefile b/editors/ted-cs/Makefile index 9c5bbe95af5..0b02990b46b 100644 --- a/editors/ted-cs/Makefile +++ b/editors/ted-cs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/03/04 21:29:32 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2007/02/22 19:26:26 wiz Exp $ DISTNAME= Ted_cs_CZ PKGNAME= ted-cs-2.16 @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.nllgg.nl/Ted/ COMMENT= Czech spelling dictionary for the Ted word processor -DEPENDS+= ted>=2.6:../../editors/ted +DEPENDS+= ted>=2.6:../../editors/ted WRKSRC= ${WRKDIR} USE_X11BASE= YES diff --git a/editors/ted-da/Makefile b/editors/ted-da/Makefile index 4b3b65c9842..59131248387 100644 --- a/editors/ted-da/Makefile +++ b/editors/ted-da/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/03/04 21:29:32 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2007/02/22 19:26:26 wiz Exp $ DISTNAME= Ted_da_DK PKGNAME= ted-da-2.16 @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.nllgg.nl/Ted/ COMMENT= Danish spelling dictionary for the Ted word processor -DEPENDS+= ted>=2.6:../../editors/ted +DEPENDS+= ted>=2.6:../../editors/ted WRKSRC= ${WRKDIR} USE_X11BASE= YES diff --git a/editors/ted-de/Makefile b/editors/ted-de/Makefile index 0f54cfafacc..16db1ab9d0b 100644 --- a/editors/ted-de/Makefile +++ b/editors/ted-de/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/03/04 21:29:32 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2007/02/22 19:26:26 wiz Exp $ DISTNAME= Ted_de_DE PKGNAME= ted-de-2.16 @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.nllgg.nl/Ted/ COMMENT= German spelling dictionary for the Ted word processor -DEPENDS+= ted>=2.6:../../editors/ted +DEPENDS+= ted>=2.6:../../editors/ted WRKSRC= ${WRKDIR} USE_X11BASE= YES diff --git a/editors/ted-en-gb/Makefile b/editors/ted-en-gb/Makefile index 9b4e617a86b..8e92453557c 100644 --- a/editors/ted-en-gb/Makefile +++ b/editors/ted-en-gb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/03/04 21:29:32 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2007/02/22 19:26:26 wiz Exp $ DISTNAME= Ted_en_GB PKGNAME= ted-en-gb-2.16 @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.nllgg.nl/Ted/ COMMENT= UK English spelling dictionary for the Ted word processor -DEPENDS+= ted>=2.6:../../editors/ted +DEPENDS+= ted>=2.6:../../editors/ted WRKSRC= ${WRKDIR} USE_X11BASE= YES diff --git a/editors/ted-en-us/Makefile b/editors/ted-en-us/Makefile index 67928c78f46..b082de3a24e 100644 --- a/editors/ted-en-us/Makefile +++ b/editors/ted-en-us/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/03/04 21:29:32 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2007/02/22 19:26:26 wiz Exp $ DISTNAME= ted-2.16.src PKGNAME= ted-en-us-2.16 @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.nllgg.nl/Ted/ COMMENT= US English spelling dictionary for the Ted word processor -DEPENDS+= ted>=2.6:../../editors/ted +DEPENDS+= ted>=2.6:../../editors/ted WRKSRC= ${WRKDIR}/Ted-2.16 USE_X11BASE= YES diff --git a/editors/ted-es/Makefile b/editors/ted-es/Makefile index cc5c82d7002..ad037c4dc00 100644 --- a/editors/ted-es/Makefile +++ b/editors/ted-es/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/03/04 21:29:32 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2007/02/22 19:26:26 wiz Exp $ DISTNAME= Ted_es_ES PKGNAME= ted-es-2.16 @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.nllgg.nl/Ted/ COMMENT= Spanish spelling dictionary for the Ted word processor -DEPENDS+= ted>=2.6:../../editors/ted +DEPENDS+= ted>=2.6:../../editors/ted WRKSRC= ${WRKDIR} USE_X11BASE= YES diff --git a/editors/ted-fr/Makefile b/editors/ted-fr/Makefile index 2b80627a604..2a5ed8dec27 100644 --- a/editors/ted-fr/Makefile +++ b/editors/ted-fr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/03/04 21:29:32 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2007/02/22 19:26:26 wiz Exp $ DISTNAME= Ted_fr_FR PKGNAME= ted-fr-2.16 @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.nllgg.nl/Ted/ COMMENT= French spelling dictionary for the Ted word processor -DEPENDS+= ted>=2.6:../../editors/ted +DEPENDS+= ted>=2.6:../../editors/ted WRKSRC= ${WRKDIR} USE_X11BASE= YES diff --git a/editors/ted-it/Makefile b/editors/ted-it/Makefile index 5e818723153..b855b1d9631 100644 --- a/editors/ted-it/Makefile +++ b/editors/ted-it/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/03/04 21:29:32 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2007/02/22 19:26:26 wiz Exp $ DISTNAME= Ted_it_IT PKGNAME= ted-it-2.16 @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.nllgg.nl/Ted/ COMMENT= Italian spelling dictionary for the Ted word processor -DEPENDS+= ted>=2.6:../../editors/ted +DEPENDS+= ted>=2.6:../../editors/ted WRKSRC= ${WRKDIR} USE_X11BASE= YES diff --git a/editors/ted-nl/Makefile b/editors/ted-nl/Makefile index 16c8e6bdb34..3b7a33b38c8 100644 --- a/editors/ted-nl/Makefile +++ b/editors/ted-nl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/03/04 21:29:32 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2007/02/22 19:26:26 wiz Exp $ DISTNAME= Ted_nl_NL PKGNAME= ted-nl-2.16 @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.nllgg.nl/Ted/ COMMENT= Dutch spelling dictionary for the Ted word processor -DEPENDS+= ted>=2.6:../../editors/ted +DEPENDS+= ted>=2.6:../../editors/ted WRKSRC= ${WRKDIR} USE_X11BASE= YES diff --git a/editors/ted-no/Makefile b/editors/ted-no/Makefile index 2193be6353a..4bbc94dad99 100644 --- a/editors/ted-no/Makefile +++ b/editors/ted-no/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/03/04 21:29:32 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2007/02/22 19:26:26 wiz Exp $ DISTNAME= Ted_no_NO PKGNAME= ted-no-2.16 @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.nllgg.nl/Ted/ COMMENT= Norwegian spelling dictionary for the Ted word processor -DEPENDS+= ted>=2.6:../../editors/ted +DEPENDS+= ted>=2.6:../../editors/ted WRKSRC= ${WRKDIR} USE_X11BASE= YES diff --git a/editors/ted-pl/Makefile b/editors/ted-pl/Makefile index 00ecb83dcf6..f767105a16d 100644 --- a/editors/ted-pl/Makefile +++ b/editors/ted-pl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/03/04 21:29:33 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2007/02/22 19:26:27 wiz Exp $ DISTNAME= Ted_pl_PL PKGNAME= ted-pl-2.16 @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.nllgg.nl/Ted/ COMMENT= Polish spelling dictionary for the Ted word processor -DEPENDS+= ted>=2.6:../../editors/ted +DEPENDS+= ted>=2.6:../../editors/ted WRKSRC= ${WRKDIR} USE_X11BASE= YES diff --git a/editors/ted-pt/Makefile b/editors/ted-pt/Makefile index b2bda99170d..2c203e7f046 100644 --- a/editors/ted-pt/Makefile +++ b/editors/ted-pt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/03/04 21:29:33 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2007/02/22 19:26:27 wiz Exp $ DISTNAME= Ted_pt_PT PKGNAME= ted-pt-2.16 @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.nllgg.nl/Ted/ COMMENT= Portuguese spelling dictionary for the Ted word processor -DEPENDS+= ted>=2.6:../../editors/ted +DEPENDS+= ted>=2.6:../../editors/ted WRKSRC= ${WRKDIR} USE_X11BASE= YES diff --git a/editors/ted-sv/Makefile b/editors/ted-sv/Makefile index 46100a4efa9..408dd219a34 100644 --- a/editors/ted-sv/Makefile +++ b/editors/ted-sv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/03/04 21:29:33 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2007/02/22 19:26:27 wiz Exp $ DISTNAME= Ted_sv_SE PKGNAME= ted-sv-2.16 @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.nllgg.nl/Ted/ COMMENT= Swedish spelling dictionary for the Ted word processor -DEPENDS+= ted>=2.6:../../editors/ted +DEPENDS+= ted>=2.6:../../editors/ted WRKSRC= ${WRKDIR} USE_X11BASE= YES |