diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-28 21:55:32 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-28 21:55:32 +0000 |
commit | 76d2a550ec23fb4a869427c1e14bb85389d0029e (patch) | |
tree | 15f6a6923bfc438354a3d2ae29d9d8b8d194db9c | |
parent | 2963949fa8943302481bc5ef0c8b50413c86a900 (diff) | |
download | pkgsrc-76d2a550ec23fb4a869427c1e14bb85389d0029e.tar.gz |
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
-rw-r--r-- | graphics/freetype-lib/Makefile.common | 4 | ||||
-rw-r--r-- | mail/fetchmail/options.mk | 6 | ||||
-rw-r--r-- | mail/qpopper/options.mk | 4 | ||||
-rw-r--r-- | mk/unprivileged.mk | 4 | ||||
-rw-r--r-- | pkgtools/digest/Makefile | 4 | ||||
-rw-r--r-- | wm/sawfish/Makefile.common | 4 | ||||
-rw-r--r-- | wm/wmx/Makefile.common | 4 |
7 files changed, 15 insertions, 15 deletions
diff --git a/graphics/freetype-lib/Makefile.common b/graphics/freetype-lib/Makefile.common index 7a3c0f16686..66e3d4e3a98 100644 --- a/graphics/freetype-lib/Makefile.common +++ b/graphics/freetype-lib/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.29 2005/04/11 21:46:02 tv Exp $ +# $NetBSD: Makefile.common,v 1.30 2005/09/28 21:55:32 rillig Exp $ DISTNAME= freetype-${FT_VERS} FT_VERS= 1.3.1 @@ -14,7 +14,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews BUILD_USES_MSGFMT= # defined -USE_PKGLOCALEDIR= # defined +USE_PKGLOCALEDIR= yes USE_LIBTOOL= # defined LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig diff --git a/mail/fetchmail/options.mk b/mail/fetchmail/options.mk index 66ff6085de1..c5b60a2b6e5 100644 --- a/mail/fetchmail/options.mk +++ b/mail/fetchmail/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.11 2005/05/30 18:06:37 frueauf Exp $ +# $NetBSD: options.mk,v 1.12 2005/09/28 21:55:32 rillig Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.fetchmail PKG_SUPPORTED_OPTIONS= inet6 kerberos4 kerberos gssapi ssl @@ -27,7 +27,7 @@ CONFIGURE_ARGS+= --with-gssapi=no ### KPOP (POP3 + Kerberos IV) support. ### .if !empty(PKG_OPTIONS:Mkerberos4) -PKG_USE_KERBEROS= # defined +PKG_USE_KERBEROS= yes CONFIGURE_ARGS+= --with-kerberos=yes . if empty(MACHINE_PLATFORM:MNetBSD-1.[0-4]*-i386) REPLACE_KERBEROS_LIBS= yes @@ -41,7 +41,7 @@ CONFIGURE_ARGS+= --with-kerberos=no ### .if !empty(PKG_OPTIONS:Mkerberos) || !empty(PKG_OPTIONS:Mgssapi) . include "../../mk/krb5.buildlink3.mk" -PKG_USE_KERBEROS= # defined +PKG_USE_KERBEROS= yes CONFIGURE_ARGS+= --with-kerberos5=${KRB5BASE} .else CONFIGURE_ARGS+= --with-kerberos5=no diff --git a/mail/qpopper/options.mk b/mail/qpopper/options.mk index d076fb95b39..f704f15a385 100644 --- a/mail/qpopper/options.mk +++ b/mail/qpopper/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.8 2005/06/01 21:14:28 wiz Exp $ +# $NetBSD: options.mk,v 1.9 2005/09/28 21:55:32 rillig Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.qpopper PKG_SUPPORTED_OPTIONS= drac inet6 kerberos pam qpopper-servermode ssl @@ -30,7 +30,7 @@ CONFIGURE_ARGS+= --without-pam .endif .if !empty(PKG_OPTIONS:Mkerberos) -PKG_USE_KERBEROS= # defined +PKG_USE_KERBEROS= yes CONFIGURE_ARGS+= --enable-kerberos .endif diff --git a/mk/unprivileged.mk b/mk/unprivileged.mk index ac7924ac3b9..eed235a4851 100644 --- a/mk/unprivileged.mk +++ b/mk/unprivileged.mk @@ -1,4 +1,4 @@ -# $NetBSD: unprivileged.mk,v 1.2 2005/08/22 17:13:28 reed Exp $ +# $NetBSD: unprivileged.mk,v 1.3 2005/09/28 21:55:32 rillig Exp $ # # Ease configuration of unprivileged (non-root) builds. # @@ -42,7 +42,7 @@ NONBINMODE= 644 # mtree is useless as a regular user because it won't set directory # ownerships correctly. -NO_MTREE= # defined +NO_MTREE= yes # As a regular user, creation of other users and groups won't work, so # disable this step by default. diff --git a/pkgtools/digest/Makefile b/pkgtools/digest/Makefile index 8a0003f52da..edae197cf84 100644 --- a/pkgtools/digest/Makefile +++ b/pkgtools/digest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2005/04/11 21:47:05 tv Exp $ +# $NetBSD: Makefile,v 1.47 2005/09/28 21:55:32 rillig Exp $ # # When adding new digest algorithms, please use rmd160 as the template, # and bump the VERSION definition. @@ -16,7 +16,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= yes -NO_PKGTOOLS_REQD_CHECK= # defined +NO_PKGTOOLS_REQD_CHECK= yes NO_CHECKSUM= yes # XXX Remove the following two lines after pkgsrc/bootstrap is up and diff --git a/wm/sawfish/Makefile.common b/wm/sawfish/Makefile.common index bd422fa2ace..cca8f8f1188 100644 --- a/wm/sawfish/Makefile.common +++ b/wm/sawfish/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.26 2005/06/01 18:03:25 jlam Exp $ +# $NetBSD: Makefile.common,v 1.27 2005/09/28 21:55:32 rillig Exp $ DISTNAME= sawfish-${SF_VERS}-gtk1 SF_VERS= 1.2 @@ -11,7 +11,7 @@ HOMEPAGE= http://sawmill.sourceforge.net/ DEPENDS+= rep-gtk>=0.15nb2:../../x11/rep-gtk USE_DIRS+= xdg-1.1 -USE_PKGLOCALEDIR= # defined +USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake GNU_CONFIGURE= # defined diff --git a/wm/wmx/Makefile.common b/wm/wmx/Makefile.common index d7ebcd111eb..6929f38f0f5 100644 --- a/wm/wmx/Makefile.common +++ b/wm/wmx/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.13 2005/04/11 21:47:49 tv Exp $ +# $NetBSD: Makefile.common,v 1.14 2005/09/28 21:55:32 rillig Exp $ DISTNAME= wmx-6 WMX_VERS= 6.0 @@ -14,7 +14,7 @@ CONFLICTS+= wmx-[0-9]* wmx-gnome-[0-9]* PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LANGUAGES= c c++ -USE_X11BASE= # defined +USE_X11BASE= yes GNU_CONFIGURE= # defined BUILD_TARGET= depend all |