pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/libtasn1



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat Feb  8 23:57:51 UTC 2020

Modified Files:
        pkgsrc/security/libtasn1: Makefile

Log Message:
security/libtasn1: remove unknown configure options

The package does not mention the word "packager" anymore.


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/security/libtasn1/Makefile

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

Modified files:

Index: pkgsrc/security/libtasn1/Makefile
diff -u pkgsrc/security/libtasn1/Makefile:1.76 pkgsrc/security/libtasn1/Makefile:1.77
--- pkgsrc/security/libtasn1/Makefile:1.76      Sat Jan 18 23:35:09 2020
+++ pkgsrc/security/libtasn1/Makefile   Sat Feb  8 23:57:51 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2020/01/18 23:35:09 rillig Exp $
+# $NetBSD: Makefile,v 1.77 2020/02/08 23:57:51 rillig Exp $
 
 DISTNAME=      libtasn1-4.14
 PKGREVISION=   1
@@ -13,9 +13,6 @@ LICENSE=      gnu-fdl-v1.3 AND gnu-lgpl-v2.1 
 USE_LIBTOOL=           yes
 USE_TOOLS+=            bison makeinfo
 GNU_CONFIGURE=         yes
-CONFIGURE_ARGS+=       --with-packager="pkgsrc"
-CONFIGURE_ARGS+=       --with-packager-version="${PKGVERSION}"
-CONFIGURE_ARGS+=       --with-packager-bug-reports="http://gnats.NetBSD.org/";
 # Mac OS X has no prototype for getopt_long and no declaration for
 # struct option, so ignore getopt_long() even though the test succeeds.
 CONFIGURE_ENV.Darwin+= ac_cv_func_getopt_long=no



Home | Main Index | Thread Index | Old Index