pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc Replaced "# defined" with "yes" where appropriate.
details: https://anonhg.NetBSD.org/pkgsrc/rev/dd7134b60485
branches: trunk
changeset: 499893:dd7134b60485
user: rillig <rillig%pkgsrc.org@localhost>
date: Wed Sep 28 19:51:27 2005 +0000
description:
Replaced "# defined" with "yes" where appropriate.
diffstat:
misc/cowsay/Makefile | 6 +++---
misc/easymenu/Makefile | 4 ++--
misc/figlet-fonts/Makefile | 6 +++---
misc/gnome-dirs/Makefile | 10 +++++-----
misc/gnome1-dirs/Makefile | 10 +++++-----
misc/gnome2-dirs/Makefile | 10 +++++-----
misc/gperiodic/Makefile | 6 +++---
misc/iselect/Makefile | 4 ++--
misc/proj-doc/Makefile | 4 ++--
misc/theme-dirs/Makefile | 10 +++++-----
misc/xdg-dirs/Makefile | 10 +++++-----
misc/xdg-x11-dirs/Makefile | 10 +++++-----
misc/xorg-dirs/Makefile | 12 ++++++------
misc/xrolodex/Makefile | 4 ++--
14 files changed, 53 insertions(+), 53 deletions(-)
diffs (truncated from 304 to 300 lines):
diff -r 34656bdd1cd2 -r dd7134b60485 misc/cowsay/Makefile
--- a/misc/cowsay/Makefile Wed Sep 28 19:47:50 2005 +0000
+++ b/misc/cowsay/Makefile Wed Sep 28 19:51:27 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/07/16 01:19:14 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2005/09/28 19:51:27 rillig Exp $
DISTNAME= cowsay-3.03
PKGREVISION= 1
@@ -17,8 +17,8 @@
SUBST_FILES.pap= cowsay
SUBST_SED.pap= -e "s|%BANGPERL%|!${PERL5}|" -e "s|%PREFIX%|${PREFIX}|"
-NO_CONFIGURE= # defined
-NO_BUILD= # defined
+NO_CONFIGURE= yes
+NO_BUILD= yes
INSTALLATION_DIRS= bin man/man1 share/cows
diff -r 34656bdd1cd2 -r dd7134b60485 misc/easymenu/Makefile
--- a/misc/easymenu/Makefile Wed Sep 28 19:47:50 2005 +0000
+++ b/misc/easymenu/Makefile Wed Sep 28 19:51:27 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/06/17 03:50:21 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2005/09/28 19:51:27 rillig Exp $
#
DISTNAME= easymenu-0.7.2
@@ -9,7 +9,7 @@
HOMEPAGE= http://www.mrEriksson.net/dev/
COMMENT= Software used to generate menu systems
-NO_BUILD= # defined
+NO_BUILD= yes
INSTALLATION_DIRS= bin
diff -r 34656bdd1cd2 -r dd7134b60485 misc/figlet-fonts/Makefile
--- a/misc/figlet-fonts/Makefile Wed Sep 28 19:47:50 2005 +0000
+++ b/misc/figlet-fonts/Makefile Wed Sep 28 19:51:27 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/07/15 18:27:52 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2005/09/28 19:51:27 rillig Exp $
#
DISTNAME= figlet-fonts-20021023
@@ -13,8 +13,8 @@
DEPENDS+= figlet-[0-9]*:../../misc/figlet
DIST_SUBDIR= ${DISTNAME}
-NO_CONFIGURE= # defined
-NO_BUILD= # defined
+NO_CONFIGURE= yes
+NO_BUILD= yes
USE_TOOLS+= gtar gzcat
INSTALLATION_DIRS= bin share/figlet
diff -r 34656bdd1cd2 -r dd7134b60485 misc/gnome-dirs/Makefile
--- a/misc/gnome-dirs/Makefile Wed Sep 28 19:47:50 2005 +0000
+++ b/misc/gnome-dirs/Makefile Wed Sep 28 19:51:27 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/08/20 19:16:21 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2005/09/28 19:51:27 rillig Exp $
#
DISTNAME= gnome-dirs-1.5
@@ -15,10 +15,10 @@
USE_LANGUAGES= # empty
USE_PKGINSTALL= yes
USE_X11BASE= yes
-NO_CHECKSUM= # defined
-NO_EXTRACT= # defined
-NO_CONFIGURE= # defined
-NO_BUILD= # defined
+NO_CHECKSUM= yes
+NO_EXTRACT= yes
+NO_CONFIGURE= yes
+NO_BUILD= yes
.include "dirs.mk"
.include "../../mk/bsd.prefs.mk"
diff -r 34656bdd1cd2 -r dd7134b60485 misc/gnome1-dirs/Makefile
--- a/misc/gnome1-dirs/Makefile Wed Sep 28 19:47:50 2005 +0000
+++ b/misc/gnome1-dirs/Makefile Wed Sep 28 19:51:27 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2005/08/20 19:16:21 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2005/09/28 19:51:27 rillig Exp $
#
DISTNAME= gnome1-dirs-1.5
@@ -17,10 +17,10 @@
USE_LANGUAGES= # empty
USE_PKGINSTALL= yes
USE_X11BASE= yes
-NO_CHECKSUM= # defined
-NO_EXTRACT= # defined
-NO_CONFIGURE= # defined
-NO_BUILD= # defined
+NO_CHECKSUM= yes
+NO_EXTRACT= yes
+NO_CONFIGURE= yes
+NO_BUILD= yes
.include "dirs.mk"
.include "../../mk/bsd.prefs.mk"
diff -r 34656bdd1cd2 -r dd7134b60485 misc/gnome2-dirs/Makefile
--- a/misc/gnome2-dirs/Makefile Wed Sep 28 19:47:50 2005 +0000
+++ b/misc/gnome2-dirs/Makefile Wed Sep 28 19:51:27 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2005/08/20 19:16:21 jlam Exp $
+# $NetBSD: Makefile,v 1.23 2005/09/28 19:51:27 rillig Exp $
#
DISTNAME= gnome2-dirs-1.5
@@ -14,10 +14,10 @@
WRKSRC= ${WRKDIR}
USE_LANGUAGES= # empty
USE_PKGINSTALL= yes
-NO_EXTRACT= # defined
-NO_CHECKSUM= # defined
-NO_CONFIGURE= # defined
-NO_BUILD= # defined
+NO_EXTRACT= yes
+NO_CHECKSUM= yes
+NO_CONFIGURE= yes
+NO_BUILD= yes
.include "dirs.mk"
.include "../../mk/bsd.prefs.mk"
diff -r 34656bdd1cd2 -r dd7134b60485 misc/gperiodic/Makefile
--- a/misc/gperiodic/Makefile Wed Sep 28 19:47:50 2005 +0000
+++ b/misc/gperiodic/Makefile Wed Sep 28 19:51:27 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2005/08/26 13:59:21 grant Exp $
+# $NetBSD: Makefile,v 1.36 2005/09/28 19:51:27 rillig Exp $
DISTNAME= gperiodic-2.0.8
CATEGORIES= misc x11
@@ -8,10 +8,10 @@
HOMEPAGE= http://www.acclab.helsinki.fi/~frantz/software/gperiodic.php
COMMENT= Displays a periodic table of the elements
-BUILD_USES_MSGFMT= # defined
+BUILD_USES_MSGFMT= yes
USE_DIRS+= gnome1-1.5
-USE_PKGLOCALEDIR= # defined
+USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake pkg-config
BUILDLINK_TRANSFORM+= rm:-DG_DISABLE_DEPRECATED
diff -r 34656bdd1cd2 -r dd7134b60485 misc/iselect/Makefile
--- a/misc/iselect/Makefile Wed Sep 28 19:47:50 2005 +0000
+++ b/misc/iselect/Makefile Wed Sep 28 19:51:27 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/04/11 21:46:35 tv Exp $
+# $NetBSD: Makefile,v 1.17 2005/09/28 19:51:27 rillig Exp $
#
DISTNAME= iselect-1.2.0
@@ -10,7 +10,7 @@
HOMEPAGE= http://www.engelschall.com/sw/iselect/
COMMENT= Curses based Interactive Selection Tool
-GNU_CONFIGURE= # defined
+GNU_CONFIGURE= yes
post-configure:
touch ${WRKSRC}/config_ac.h.in
diff -r 34656bdd1cd2 -r dd7134b60485 misc/proj-doc/Makefile
--- a/misc/proj-doc/Makefile Wed Sep 28 19:47:50 2005 +0000
+++ b/misc/proj-doc/Makefile Wed Sep 28 19:51:27 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2003/07/17 21:49:48 grant Exp $
+# $NetBSD: Makefile,v 1.3 2005/09/28 19:51:27 rillig Exp $
DISTNAME= proj-pdf-docs
PKGNAME= proj-doc-1.0
@@ -9,7 +9,7 @@
HOMEPAGE= http://www.remotesensing.org/proj/
COMMENT= PDF documentation for the PROJ cartographic projection software
-NO_BUILD= # defined
+NO_BUILD= yes
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/proj
diff -r 34656bdd1cd2 -r dd7134b60485 misc/theme-dirs/Makefile
--- a/misc/theme-dirs/Makefile Wed Sep 28 19:47:50 2005 +0000
+++ b/misc/theme-dirs/Makefile Wed Sep 28 19:51:27 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/08/20 19:16:21 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2005/09/28 19:51:27 rillig Exp $
#
DISTNAME= theme-dirs-1.1
@@ -11,10 +11,10 @@
HOMEPAGE= # empty
COMMENT= Shared theme directories
-NO_BUILD= # defined
-NO_CONFIGURE= # defined
-NO_CHECKSUM= # defined
-NO_EXTRACT= # defined
+NO_BUILD= yes
+NO_CONFIGURE= yes
+NO_CHECKSUM= yes
+NO_EXTRACT= yes
USE_DIRS= xdg-1.1
USE_LANGUAGES= # empty
USE_PKGINSTALL= yes
diff -r 34656bdd1cd2 -r dd7134b60485 misc/xdg-dirs/Makefile
--- a/misc/xdg-dirs/Makefile Wed Sep 28 19:47:50 2005 +0000
+++ b/misc/xdg-dirs/Makefile Wed Sep 28 19:51:27 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/08/20 19:16:21 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2005/09/28 19:51:27 rillig Exp $
#
DISTNAME= xdg-dirs-1.2
@@ -13,10 +13,10 @@
CONFLICTS= gnome2-dirs<=1.2
-NO_BUILD= # defined
-NO_CONFIGURE= # defined
-NO_CHECKSUM= # defined
-NO_EXTRACT= # defined
+NO_BUILD= yes
+NO_CONFIGURE= yes
+NO_CHECKSUM= yes
+NO_EXTRACT= yes
USE_LANGUAGES= # empty
USE_PKGINSTALL= yes
WRKSRC= ${WRKDIR}
diff -r 34656bdd1cd2 -r dd7134b60485 misc/xdg-x11-dirs/Makefile
--- a/misc/xdg-x11-dirs/Makefile Wed Sep 28 19:47:50 2005 +0000
+++ b/misc/xdg-x11-dirs/Makefile Wed Sep 28 19:51:27 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/08/20 19:16:21 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2005/09/28 19:51:27 rillig Exp $
#
DISTNAME= xdg-x11-dirs-1.2
@@ -13,10 +13,10 @@
CONFLICTS= gnome2-dirs<=1.2
-NO_BUILD= # defined
-NO_CONFIGURE= # defined
-NO_CHECKSUM= # defined
-NO_EXTRACT= # defined
+NO_BUILD= yes
+NO_CONFIGURE= yes
+NO_CHECKSUM= yes
+NO_EXTRACT= yes
USE_LANGUAGES= # empty
USE_PKGINSTALL= yes
USE_X11BASE= yes
diff -r 34656bdd1cd2 -r dd7134b60485 misc/xorg-dirs/Makefile
--- a/misc/xorg-dirs/Makefile Wed Sep 28 19:47:50 2005 +0000
+++ b/misc/xorg-dirs/Makefile Wed Sep 28 19:51:27 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/08/20 19:16:21 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2005/09/28 19:51:27 rillig Exp $
#
DISTNAME= xorg-dirs-1.1
@@ -11,11 +11,11 @@
HOMEPAGE= # empty
COMMENT= Shared X.org directories
-NO_BUILD= # defined
-NO_CHECKSUM= # defined
-NO_CONFIGURE= # defined
-NO_EXTRACT= # defined
-NO_XORG_TARGETS= # defined
+NO_BUILD= yes
+NO_CHECKSUM= yes
+NO_CONFIGURE= yes
+NO_EXTRACT= yes
+NO_XORG_TARGETS= yes
USE_PKGINSTALL= yes
WRKSRC= ${WRKDIR}
diff -r 34656bdd1cd2 -r dd7134b60485 misc/xrolodex/Makefile
--- a/misc/xrolodex/Makefile Wed Sep 28 19:47:50 2005 +0000
+++ b/misc/xrolodex/Makefile Wed Sep 28 19:51:27 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/04/11 21:46:40 tv Exp $
+# $NetBSD: Makefile,v 1.18 2005/09/28 19:51:28 rillig Exp $
DISTNAME= xrolodex.1.5.motif
PKGNAME= xrolodex-1.5
@@ -11,7 +11,7 @@
COMMENT= Motif/X11 rolodex application
WRKSRC= ${WRKDIR}/xrolodex.15
-USE_IMAKE= # defined
Home |
Main Index |
Thread Index |
Old Index