pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Replaced "# defined" with "yes" in Makefile variables ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/defc576cf600
branches:  trunk
changeset: 499905:defc576cf600
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Sep 28 21:55:32 2005 +0000

description:
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.

diffstat:

 graphics/freetype-lib/Makefile.common |  4 ++--
 mail/fetchmail/options.mk             |  6 +++---
 mail/qpopper/options.mk               |  4 ++--
 mk/unprivileged.mk                    |  4 ++--
 pkgtools/digest/Makefile              |  4 ++--
 wm/sawfish/Makefile.common            |  4 ++--
 wm/wmx/Makefile.common                |  4 ++--
 7 files changed, 15 insertions(+), 15 deletions(-)

diffs (135 lines):

diff -r fc8ad27deb31 -r defc576cf600 graphics/freetype-lib/Makefile.common
--- a/graphics/freetype-lib/Makefile.common     Wed Sep 28 21:49:17 2005 +0000
+++ b/graphics/freetype-lib/Makefile.common     Wed Sep 28 21:55:32 2005 +0000
@@ -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 @@
 
 BUILD_USES_MSGFMT=     # defined
 
-USE_PKGLOCALEDIR=      # defined
+USE_PKGLOCALEDIR=      yes
 USE_LIBTOOL=           # defined
 LTCONFIG_OVERRIDE=     ${WRKSRC}/ltconfig
 
diff -r fc8ad27deb31 -r defc576cf600 mail/fetchmail/options.mk
--- a/mail/fetchmail/options.mk Wed Sep 28 21:49:17 2005 +0000
+++ b/mail/fetchmail/options.mk Wed Sep 28 21:55:32 2005 +0000
@@ -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 @@
 ### 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 @@
 ###
 .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 -r fc8ad27deb31 -r defc576cf600 mail/qpopper/options.mk
--- a/mail/qpopper/options.mk   Wed Sep 28 21:49:17 2005 +0000
+++ b/mail/qpopper/options.mk   Wed Sep 28 21:55:32 2005 +0000
@@ -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 @@
 .endif
 
 .if !empty(PKG_OPTIONS:Mkerberos)
-PKG_USE_KERBEROS=      # defined
+PKG_USE_KERBEROS=      yes
 CONFIGURE_ARGS+=       --enable-kerberos
 .endif
 
diff -r fc8ad27deb31 -r defc576cf600 mk/unprivileged.mk
--- a/mk/unprivileged.mk        Wed Sep 28 21:49:17 2005 +0000
+++ b/mk/unprivileged.mk        Wed Sep 28 21:55:32 2005 +0000
@@ -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 @@
 
 # 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 -r fc8ad27deb31 -r defc576cf600 pkgtools/digest/Makefile
--- a/pkgtools/digest/Makefile  Wed Sep 28 21:49:17 2005 +0000
+++ b/pkgtools/digest/Makefile  Wed Sep 28 21:55:32 2005 +0000
@@ -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 @@
 
 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 -r fc8ad27deb31 -r defc576cf600 wm/sawfish/Makefile.common
--- a/wm/sawfish/Makefile.common        Wed Sep 28 21:49:17 2005 +0000
+++ b/wm/sawfish/Makefile.common        Wed Sep 28 21:55:32 2005 +0000
@@ -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 @@
 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 -r fc8ad27deb31 -r defc576cf600 wm/wmx/Makefile.common
--- a/wm/wmx/Makefile.common    Wed Sep 28 21:49:17 2005 +0000
+++ b/wm/wmx/Makefile.common    Wed Sep 28 21:55:32 2005 +0000
@@ -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 @@
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 USE_LANGUAGES= c c++
-USE_X11BASE=   # defined
+USE_X11BASE=   yes
 GNU_CONFIGURE= # defined
 BUILD_TARGET=  depend all
 



Home | Main Index | Thread Index | Old Index