pkgsrc-WIP-changes archive

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

Fix patches.



Module Name:	pkgsrc-wip
Committed By:	Juraj Lutter <juraj%lutter.sk@localhost>
Pushed By:	otis
Date:		Sun Jul 14 22:22:48 2019 +0000
Changeset:	c74b8f45b563aa8992bb6b402bf089f263d59fae

Modified Files:
	tinyproxy/Makefile
Added Files:
	tinyproxy/patches/patch-src_Makefile.in

Log Message:
Fix patches.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c74b8f45b563aa8992bb6b402bf089f263d59fae

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

diffstat:
 tinyproxy/Makefile                      |  2 +-
 tinyproxy/patches/patch-src_Makefile.in | 13 +++++++++++++
 2 files changed, 14 insertions(+), 1 deletion(-)

diffs:
diff --git a/tinyproxy/Makefile b/tinyproxy/Makefile
index eed132d76e..26f3ee93ad 100644
--- a/tinyproxy/Makefile
+++ b/tinyproxy/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.40 2019/05/23 19:23:21 rillig Exp $
 
 DISTNAME=	tinyproxy-1.10.0
-PKGREVISION=    2
+PKGREVISION=    3
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_GITHUB:=tinyproxy/}
 GITHUB_RELEASE=	${PKGVERSION_NOREV}
diff --git a/tinyproxy/patches/patch-src_Makefile.in b/tinyproxy/patches/patch-src_Makefile.in
new file mode 100644
index 0000000000..0d68e60e58
--- /dev/null
+++ b/tinyproxy/patches/patch-src_Makefile.in
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- src/Makefile.in.orig	2018-09-01 02:12:08.000000000 +0000
++++ src/Makefile.in
+@@ -290,7 +290,7 @@ target_vendor = @target_vendor@
+ top_build_prefix = @top_build_prefix@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+-pkgsysconfdir = $(sysconfdir)/$(PACKAGE)
++pkgsysconfdir = $(sysconfdir)
+ AM_CPPFLAGS = \
+ 	-DSYSCONFDIR=\"${pkgsysconfdir}\" \
+ 	-DLOCALSTATEDIR=\"${localstatedir}\"


Home | Main Index | Thread Index | Old Index