pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/libfetch Add the necessary dependencies for safe c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e25c5170414
branches:  trunk
changeset: 354336:4e25c5170414
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Oct 27 10:05:38 2016 +0000

description:
Add the necessary dependencies for safe concurrent build.

diffstat:

 net/libfetch/Makefile       |  4 +---
 net/libfetch/files/Makefile |  5 ++++-
 2 files changed, 5 insertions(+), 4 deletions(-)

diffs (37 lines):

diff -r bcdeaf4c6a74 -r 4e25c5170414 net/libfetch/Makefile
--- a/net/libfetch/Makefile     Thu Oct 27 07:43:34 2016 +0000
+++ b/net/libfetch/Makefile     Thu Oct 27 10:05:38 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2016/10/21 11:51:18 jperkin Exp $
+# $NetBSD: Makefile,v 1.59 2016/10/27 10:05:38 joerg Exp $
 #
 
 DISTNAME=      libfetch-2.38
@@ -15,8 +15,6 @@
 
 USE_BSD_MAKEFILE=      yes
 
-MAKE_JOBS_SAFE=                NO
-
 .include "../../mk/bsd.prefs.mk"
 .if !empty(FETCH_USING:Mfetch)
 CHECK_PERMS=           no
diff -r bcdeaf4c6a74 -r 4e25c5170414 net/libfetch/files/Makefile
--- a/net/libfetch/files/Makefile       Thu Oct 27 07:43:34 2016 +0000
+++ b/net/libfetch/files/Makefile       Thu Oct 27 10:05:38 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2013/10/03 01:25:51 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2016/10/27 10:05:38 joerg Exp $
 
 LIB=           fetch
 SRCS=          fetch.c common.c ftp.c http.c file.c
@@ -31,6 +31,9 @@
 
 WARNS?=                4
 
+ftp.o: ftperr.h
+http.o: httperr.h
+
 ftperr.h: ${.CURDIR}/ftp.errors ${.CURDIR}/Makefile ${.CURDIR}/errlist.sh
        sh ${.CURDIR}/errlist.sh ftp_errlist FTP \
            ${.CURDIR}/ftp.errors > ${.TARGET}



Home | Main Index | Thread Index | Old Index