pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/libfetch
Module Name: pkgsrc
Committed By: joerg
Date: Thu Oct 27 10:05:38 UTC 2016
Modified Files:
pkgsrc/net/libfetch: Makefile
pkgsrc/net/libfetch/files: Makefile
Log Message:
Add the necessary dependencies for safe concurrent build.
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/net/libfetch/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/libfetch/files/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/libfetch/Makefile
diff -u pkgsrc/net/libfetch/Makefile:1.58 pkgsrc/net/libfetch/Makefile:1.59
--- pkgsrc/net/libfetch/Makefile:1.58 Fri Oct 21 11:51:18 2016
+++ pkgsrc/net/libfetch/Makefile Thu Oct 27 10:05:38 2016
@@ -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_FEATURES= nbcompat
USE_BSD_MAKEFILE= yes
-MAKE_JOBS_SAFE= NO
-
.include "../../mk/bsd.prefs.mk"
.if !empty(FETCH_USING:Mfetch)
CHECK_PERMS= no
Index: pkgsrc/net/libfetch/files/Makefile
diff -u pkgsrc/net/libfetch/files/Makefile:1.7 pkgsrc/net/libfetch/files/Makefile:1.8
--- pkgsrc/net/libfetch/files/Makefile:1.7 Thu Oct 3 01:25:51 2013
+++ pkgsrc/net/libfetch/files/Makefile Thu Oct 27 10:05:38 2016
@@ -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 @@ CPPFLAGS+= -DFTP_COMBINE_CWDS
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