pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/curl



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Aug 29 07:08:32 UTC 2017

Modified Files:
        pkgsrc/www/curl: Makefile

Log Message:
Remove superfluous automake dependency (after update).

Fixes PR 52513 by David H. Gutteridge.


To generate a diff of this commit:
cvs rdiff -u -r1.186 -r1.187 pkgsrc/www/curl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/curl/Makefile
diff -u pkgsrc/www/curl/Makefile:1.186 pkgsrc/www/curl/Makefile:1.187
--- pkgsrc/www/curl/Makefile:1.186      Thu Aug 24 20:03:02 2017
+++ pkgsrc/www/curl/Makefile    Tue Aug 29 07:08:32 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.186 2017/08/24 20:03:02 adam Exp $
+# $NetBSD: Makefile,v 1.187 2017/08/29 07:08:32 wiz Exp $
 
 DISTNAME=      curl-7.55.1
 PKGREVISION=   1
@@ -25,11 +25,6 @@ PKGCONFIG_OVERRIDE=  libcurl.pc.in
 
 INSTALLATION_DIRS=     share/doc/curl
 
-# only needed for 7.55.0 due to a bug, see patches/patch-Makefile.am
-USE_TOOLS+=            automake
-pre-configure:
-       cd ${WRKSRC} && automake
-
 .include "../../mk/bsd.prefs.mk"
 
 .if !empty(PKGSRC_RUN_TEST:M[Yy][Ee][Ss])



Home | Main Index | Thread Index | Old Index