pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST w...
details: https://anonhg.NetBSD.org/pkgsrc/rev/18adaae9fa7f
branches: trunk
changeset: 539122:18adaae9fa7f
user: rillig <rillig%pkgsrc.org@localhost>
date: Thu Feb 28 11:58:47 2008 +0000
description:
Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,
to shut up the pkglint warnings.
diffstat:
audio/exaile/Makefile | 4 ++--
audio/herrie/Makefile | 4 ++--
audio/rtunes/Makefile | 4 ++--
chat/emech/Makefile | 4 ++--
converters/autoconvert/Makefile | 4 ++--
converters/cn2jp/Makefile | 4 ++--
databases/cstore/Makefile | 4 ++--
databases/lua-sqlite/Makefile | 4 ++--
devel/cvsup-bin/Makefile | 4 ++--
devel/cvsup/Makefile.common | 4 ++--
devel/dia2code/Makefile | 4 ++--
devel/ldapsdk/Makefile | 4 ++--
devel/lincvs/Makefile | 4 ++--
devel/netbsd-iscsi-initiator/Makefile | 4 ++--
devel/netbsd-iscsi-target/Makefile | 4 ++--
devel/sfio/Makefile | 4 ++--
editors/manedit/Makefile | 4 ++--
games/velena/Makefile | 4 ++--
games/zombies/Makefile | 4 ++--
graphics/urt/Makefile | 4 ++--
lang/fort77/Makefile | 4 ++--
lang/maude/Makefile | 4 ++--
lang/sr/Makefile | 4 ++--
math/ltm/Makefile | 4 ++--
net/adns/Makefile | 4 ++--
net/sup/Makefile | 4 ++--
net/totd/Makefile | 4 ++--
net/tspc/Makefile | 4 ++--
pkgtools/port2pkg/Makefile | 4 ++--
security/crypto++/Makefile | 4 ++--
security/tripwire/Makefile | 4 ++--
sysutils/checkperms/Makefile | 4 ++--
sysutils/pcvt-utils/Makefile | 4 ++--
sysutils/same/Makefile | 4 ++--
textproc/jdom/Makefile | 4 ++--
x11/qwt/Makefile | 4 ++--
36 files changed, 72 insertions(+), 72 deletions(-)
diffs (truncated from 646 to 300 lines):
diff -r 9858a5774480 -r 18adaae9fa7f audio/exaile/Makefile
--- a/audio/exaile/Makefile Thu Feb 28 11:36:17 2008 +0000
+++ b/audio/exaile/Makefile Thu Feb 28 11:58:47 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2007/10/29 23:12:47 drochner Exp $
+# $NetBSD: Makefile,v 1.9 2008/02/28 11:58:47 rillig Exp $
#
DISTNAME= exaile_0.2.10
@@ -15,7 +15,7 @@
USE_TOOLS+= pkg-config gmake intltool msgfmt
USE_DIRS+= xdg-1.1
-INSTALLATION_DIRS_FROM_PLIST= yes
+AUTO_MKDIRS= yes
PYTHON_PATCH_SCRIPTS= exaile.py
MAKE_ENV+= PYTHONBIN=${PYTHONBIN}
diff -r 9858a5774480 -r 18adaae9fa7f audio/herrie/Makefile
--- a/audio/herrie/Makefile Thu Feb 28 11:36:17 2008 +0000
+++ b/audio/herrie/Makefile Thu Feb 28 11:58:47 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2008/02/22 16:59:56 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2008/02/28 11:58:47 rillig Exp $
#
DISTNAME= herrie-1.9.1
@@ -30,7 +30,7 @@
USE_FEATURES= snprintf regcomp
USE_NCURSES= yes
-INSTALLATION_DIRS_FROM_PLIST= yes
+AUTO_MKDIRS= yes
.include "options.mk"
diff -r 9858a5774480 -r 18adaae9fa7f audio/rtunes/Makefile
--- a/audio/rtunes/Makefile Thu Feb 28 11:36:17 2008 +0000
+++ b/audio/rtunes/Makefile Thu Feb 28 11:58:47 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2008/01/18 05:06:21 tnn Exp $
+# $NetBSD: Makefile,v 1.4 2008/02/28 11:58:47 rillig Exp $
#
DISTNAME= rtunes-snap-20071122
@@ -26,7 +26,7 @@
${PKG_SYSCONFDIR}/${RTUNES_CONF:T}
RTUNES_CONF= ${WRKDIR}/rtunes.conf
-INSTALLATION_DIRS_FROM_PLIST= yes
+AUTO_MKDIRS= yes
SUBST_CLASSES+= doc
SUBST_FILES.doc= librtunes/README
diff -r 9858a5774480 -r 18adaae9fa7f chat/emech/Makefile
--- a/chat/emech/Makefile Thu Feb 28 11:36:17 2008 +0000
+++ b/chat/emech/Makefile Thu Feb 28 11:58:47 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2007/03/17 14:13:23 rillig Exp $
+# $NetBSD: Makefile,v 1.6 2008/02/28 11:58:47 rillig Exp $
#
DISTNAME= emech-3.0.2
@@ -14,7 +14,7 @@
# when given no input.
CONFIGURE_ARGS+= < /dev/null
BUILD_TARGET= mech
-INSTALLATION_DIRS_FROM_PLIST= yes
+AUTO_MKDIRS= yes
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/energymech ${PREFIX}/bin/mech
diff -r 9858a5774480 -r 18adaae9fa7f converters/autoconvert/Makefile
--- a/converters/autoconvert/Makefile Thu Feb 28 11:36:17 2008 +0000
+++ b/converters/autoconvert/Makefile Thu Feb 28 11:58:47 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2007/10/10 10:29:27 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2008/02/28 11:58:47 rillig Exp $
DISTNAME= autoconvert-0.3.13
PKGREVISION= 2
@@ -11,7 +11,7 @@
USE_LIBTOOL= yes
USE_TOOLS+= gmake
-INSTALLATION_DIRS_FROM_PLIST= yes
+AUTO_MKDIRS= yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/autoconvert
diff -r 9858a5774480 -r 18adaae9fa7f converters/cn2jp/Makefile
--- a/converters/cn2jp/Makefile Thu Feb 28 11:36:17 2008 +0000
+++ b/converters/cn2jp/Makefile Thu Feb 28 11:58:47 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2007/10/10 10:30:44 rillig Exp $
+# $NetBSD: Makefile,v 1.13 2008/02/28 11:58:47 rillig Exp $
DISTNAME= cn2jp1.4b
PKGNAME= cn2jp-1.4b
@@ -16,7 +16,7 @@
USE_TOOLS+= gmake
NO_CONFIGURE= yes
-INSTALLATION_DIRS_FROM_PLIST= yes
+AUTO_MKDIRS= yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/cn2jp
diff -r 9858a5774480 -r 18adaae9fa7f databases/cstore/Makefile
--- a/databases/cstore/Makefile Thu Feb 28 11:36:17 2008 +0000
+++ b/databases/cstore/Makefile Thu Feb 28 11:58:47 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2008/01/12 11:36:30 adam Exp $
+# $NetBSD: Makefile,v 1.3 2008/02/28 11:58:47 rillig Exp $
DISTNAME= cstore0.2
PKGNAME= cstore-0.2
@@ -52,7 +52,7 @@
DATAFILES+= lshipdate.sorted.tiny
DATAFILES+= supp.data
-INSTALLATION_DIRS_FROM_PLIST= yes
+AUTO_MKDIRS= yes
post-extract:
cd ${WRKDIR} && mv ${DATAFILES} ${WRKSRC}/data
diff -r 9858a5774480 -r 18adaae9fa7f databases/lua-sqlite/Makefile
--- a/databases/lua-sqlite/Makefile Thu Feb 28 11:36:17 2008 +0000
+++ b/databases/lua-sqlite/Makefile Thu Feb 28 11:58:47 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2007/06/04 07:37:58 rillig Exp $
+# $NetBSD: Makefile,v 1.10 2008/02/28 11:58:48 rillig Exp $
#
DISTNAME= lsqlite_src
@@ -17,7 +17,7 @@
CFLAGS+= -fPIC
LIBS+= -llua -lsqlite
-INSTALLATION_DIRS_FROM_PLIST= yes
+AUTO_MKDIRS= yes
do-build:
cd ${WRKSRC}; ${CC} -shared ${CFLAGS} ${LDFLAGS} lsqlite.c \
diff -r 9858a5774480 -r 18adaae9fa7f devel/cvsup-bin/Makefile
--- a/devel/cvsup-bin/Makefile Thu Feb 28 11:36:17 2008 +0000
+++ b/devel/cvsup-bin/Makefile Thu Feb 28 11:58:47 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2007/10/10 10:33:39 rillig Exp $
+# $NetBSD: Makefile,v 1.12 2008/02/28 11:58:48 rillig Exp $
DISTNAME= cvsup-static-16.1.h
PKGNAME= ${DISTNAME:C/static/bin/}
@@ -22,7 +22,7 @@
NO_CONFIGURE= yes
BUILD_DIRS= # empty
-INSTALLATION_DIRS_FROM_PLIST= yes
+AUTO_MKDIRS= yes
do-install:
cd ${WRKSRC} && for i in cvpasswd cvsup ; do \
diff -r 9858a5774480 -r 18adaae9fa7f devel/cvsup/Makefile.common
--- a/devel/cvsup/Makefile.common Thu Feb 28 11:36:17 2008 +0000
+++ b/devel/cvsup/Makefile.common Thu Feb 28 11:58:47 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2007/09/29 12:38:54 rillig Exp $
+# $NetBSD: Makefile.common,v 1.12 2008/02/28 11:58:48 rillig Exp $
DISTNAME= cvsup-snap-16.1h
CATEGORIES= devel net scm
@@ -40,7 +40,7 @@
STATIC= -static
.endif
-INSTALLATION_DIRS_FROM_PLIST= yes
+AUTO_MKDIRS= yes
EGDIR= ${PREFIX}/share/examples/cvsup
diff -r 9858a5774480 -r 18adaae9fa7f devel/dia2code/Makefile
--- a/devel/dia2code/Makefile Thu Feb 28 11:36:17 2008 +0000
+++ b/devel/dia2code/Makefile Thu Feb 28 11:58:47 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/03/19 12:47:47 rillig Exp $
+# $NetBSD: Makefile,v 1.2 2008/02/28 11:58:48 rillig Exp $
#
DISTNAME= dia2code-0.8.1
@@ -16,7 +16,7 @@
SUBST_FILES.inc= Makefile */Makefile */*/Makefile */*/*/Makefile
SUBST_SED.inc= -e 's:INCLUDES =:INCLUDES = -I${PREFIX}/include/libxml2/libxml :'
-INSTALLATION_DIRS_FROM_PLIST= yes
+AUTO_MKDIRS= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dia2code/dia2code ${PREFIX}/bin
diff -r 9858a5774480 -r 18adaae9fa7f devel/ldapsdk/Makefile
--- a/devel/ldapsdk/Makefile Thu Feb 28 11:36:17 2008 +0000
+++ b/devel/ldapsdk/Makefile Thu Feb 28 11:58:47 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2007/12/22 07:22:07 obache Exp $
+# $NetBSD: Makefile,v 1.28 2008/02/28 11:58:48 rillig Exp $
DISTNAME= ldapsdk_12311998
PKGNAME= ${DISTNAME:S/_/-/}
@@ -24,7 +24,7 @@
MAKE_FILE= directory/ldapsdk.mk
BUILD_TARGET= build
-INSTALLATION_DIRS_FROM_PLIST= yes
+AUTO_MKDIRS= yes
post-extract:
${LN} -s FreeBSD.mk ${WRKSRC}/config/DragonFly.mk
diff -r 9858a5774480 -r 18adaae9fa7f devel/lincvs/Makefile
--- a/devel/lincvs/Makefile Thu Feb 28 11:36:17 2008 +0000
+++ b/devel/lincvs/Makefile Thu Feb 28 11:58:47 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2007/03/17 15:59:12 rillig Exp $
+# $NetBSD: Makefile,v 1.12 2008/02/28 11:58:48 rillig Exp $
DISTNAME= lincvs-1.4.4-0-generic-src
PKGNAME= ${DISTNAME:S/-0-generic-src//}
@@ -24,7 +24,7 @@
SUBST_SED.appdir= -e 's,%%PREFIX%%,${PREFIX},'
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
-INSTALLATION_DIRS_FROM_PLIST= yes
+AUTO_MKDIRS= yes
do-configure:
cd ${WRKSRC} && qmake -o Makefile lincvs.pro
diff -r 9858a5774480 -r 18adaae9fa7f devel/netbsd-iscsi-initiator/Makefile
--- a/devel/netbsd-iscsi-initiator/Makefile Thu Feb 28 11:36:17 2008 +0000
+++ b/devel/netbsd-iscsi-initiator/Makefile Thu Feb 28 11:58:47 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2008/02/07 19:31:51 agc Exp $
+# $NetBSD: Makefile,v 1.9 2008/02/28 11:58:48 rillig Exp $
DISTNAME= netbsd-iscsi-20080207
PKGNAME= ${DISTNAME:C/-iscsi/-iscsi-initiator/}
@@ -13,7 +13,7 @@
CONFIGURE_DIRS= src
BUILD_TARGET= all-initiator
-INSTALLATION_DIRS_FROM_PLIST= yes
+AUTO_MKDIRS= yes
PKG_DESTDIR_SUPPORT= user-destdir
diff -r 9858a5774480 -r 18adaae9fa7f devel/netbsd-iscsi-target/Makefile
--- a/devel/netbsd-iscsi-target/Makefile Thu Feb 28 11:36:17 2008 +0000
+++ b/devel/netbsd-iscsi-target/Makefile Thu Feb 28 11:58:47 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2008/02/07 19:31:51 agc Exp $
+# $NetBSD: Makefile,v 1.9 2008/02/28 11:58:48 rillig Exp $
DISTNAME= netbsd-iscsi-20080207
PKGNAME= ${DISTNAME:C/-iscsi/-iscsi-target/}
@@ -14,7 +14,7 @@
GNU_CONFIGURE= yes
CONFIGURE_DIRS= src
-INSTALLATION_DIRS_FROM_PLIST=yes
+AUTO_MKDIRS= yes
PKG_DESTDIR_SUPPORT= user-destdir
diff -r 9858a5774480 -r 18adaae9fa7f devel/sfio/Makefile
--- a/devel/sfio/Makefile Thu Feb 28 11:36:17 2008 +0000
+++ b/devel/sfio/Makefile Thu Feb 28 11:58:47 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2007/10/14 07:12:41 rillig Exp $
+# $NetBSD: Makefile,v 1.18 2008/02/28 11:58:48 rillig Exp $
#
# pkgsrc/mail/sendmail (as of 8.11.0) specifically wants 1999, not 2000.
@@ -20,7 +20,7 @@
WRKSRC= ${WRKDIR}
-INSTALLATION_DIRS_FROM_PLIST= yes
+AUTO_MKDIRS= yes
do-extract:
@${MKDIR} ${WRKDIR}
diff -r 9858a5774480 -r 18adaae9fa7f editors/manedit/Makefile
--- a/editors/manedit/Makefile Thu Feb 28 11:36:17 2008 +0000
+++ b/editors/manedit/Makefile Thu Feb 28 11:58:47 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2008/01/04 23:20:56 heinz Exp $
+# $NetBSD: Makefile,v 1.31 2008/02/28 11:58:48 rillig Exp $
#
DISTNAME= manedit-0.8.1
@@ -22,7 +22,7 @@
# The FreeBSD makefile may be used as "generic UNIX".
MAKE_FILE= Makefile.FreeBSD
Home |
Main Index |
Thread Index |
Old Index