pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint Fix build under Mac OS X where "pax" ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4dda75bb4356
branches:  trunk
changeset: 357035:4dda75bb4356
user:      tron <tron%pkgsrc.org@localhost>
date:      Wed Jan 11 23:20:13 2017 +0000

description:
Fix build under Mac OS X where "pax" doesn't seem to automatically
create the target directory. We therefore do that manually.

diffstat:

 pkgtools/pkglint/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5f78047f6732 -r 4dda75bb4356 pkgtools/pkglint/Makefile
--- a/pkgtools/pkglint/Makefile Wed Jan 11 21:49:33 2017 +0000
+++ b/pkgtools/pkglint/Makefile Wed Jan 11 23:20:13 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.507 2017/01/01 16:41:37 rillig Exp $
+# $NetBSD: Makefile,v 1.508 2017/01/11 23:20:13 tron Exp $
 
 PKGNAME=       pkglint-5.4.15
 DISTFILES=     # none
@@ -23,6 +23,7 @@
 SUBST_SED.pkglint+=    -e s\|@BMAKE@\|${MAKE:Q}\|g
 
 do-extract:
+       ${RUN} ${MKDIR} ${WRKDIR}/pkglint
        ${RUN} cd ${FILESDIR} && ${PAX} -rw . ${WRKDIR}/pkglint
 
 pre-build:



Home | Main Index | Thread Index | Old Index