pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/tinyproxy



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May 31 17:35:39 UTC 2020

Modified Files:
        pkgsrc/www/tinyproxy: Makefile

Log Message:
www/tinyproxy: remove unknown configure options


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/www/tinyproxy/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/tinyproxy/Makefile
diff -u pkgsrc/www/tinyproxy/Makefile:1.42 pkgsrc/www/tinyproxy/Makefile:1.43
--- pkgsrc/www/tinyproxy/Makefile:1.42  Fri Mar 13 21:03:41 2020
+++ pkgsrc/www/tinyproxy/Makefile       Sun May 31 17:35:39 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2020/03/13 21:03:41 tnn Exp $
+# $NetBSD: Makefile,v 1.43 2020/05/31 17:35:39 rillig Exp $
 
 DISTNAME=      tinyproxy-1.10.0
 PKGREVISION=   2
@@ -16,10 +16,8 @@ BUILD_DEPENDS+=              asciidoc-[0-9]*:../../t
 BUILD_DEFS+=           VARBASE
 
 GNU_CONFIGURE=         yes
-CONFIGURE_ARGS+=       --with-config=${PKG_SYSCONFDIR}/tinyproxy.conf
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 CONFIGURE_ARGS+=       --localstatedir=${VARBASE}
-CONFIGURE_ARGS+=       --enable-transparent-proxy
 
 RCD_SCRIPTS=           tinyproxy
 



Home | Main Index | Thread Index | Old Index