Import of pkgsrc-2015Q3

This commit is contained in:
2015-10-03 03:37:01 -07:00
committed by Lionel Sambuc
parent f641581404
commit 9d819b6d54
7578 changed files with 228314 additions and 80018 deletions

View File

@@ -1,4 +1,4 @@
# $NetBSD: metadata.mk,v 1.11 2015/02/16 10:17:47 jperkin Exp $
# $NetBSD: metadata.mk,v 1.12 2015/07/04 16:18:38 joerg Exp $
######################################################################
### The targets below are all PRIVATE.
@@ -236,7 +236,6 @@ MESSAGE_SUBST+= PKGNAME=${PKGNAME} \
EMULDIR=${EMULDIR} \
EMULSUBDIR=${EMULSUBDIR} \
LOCALBASE=${LOCALBASE} \
X11PREFIX=${X11PREFIX} \
X11BASE=${X11BASE} \
PKG_SYSCONFDIR=${PKG_SYSCONFDIR} \
ROOT_GROUP=${REAL_ROOT_GROUP} \

View File

@@ -1,4 +1,4 @@
# $NetBSD: package.mk,v 1.10 2015/04/21 17:01:56 joerg Exp $
# $NetBSD: package.mk,v 1.11 2015/09/07 11:02:28 jperkin Exp $
.if defined(PKG_SUFX)
WARNINGS+= "PKG_SUFX is deprecated, please use PKG_COMPRESSION"
@@ -137,8 +137,8 @@ package-links: delete-package-links
### the non-primary categories to which the package belongs.
###
delete-package-links:
${RUN} ${FIND} ${PACKAGES} -type l -name ${PKGFILE:T} -print \
| ${XARGS} ${RM} -f
${RUN} ${FIND} ${PACKAGES}/*/${PKGFILE:T} -type l -print \
2>/dev/null | ${XARGS} ${RM} -f
######################################################################
### tarup (PUBLIC)