pkgsrc-WIP-changes archive

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

inn: Remove patch-configure



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By:	micha
Date:		Fri Sep 6 13:05:08 2019 +0200
Changeset:	7d599aaae7d7d2ccde1b9fb98045ca8c20317a07

Modified Files:
	inn/Makefile
	inn/distinfo
Removed Files:
	inn/patches/patch-configure

Log Message:
inn: Remove patch-configure

This ugly patch for yacc from last century directly modified the configure
script directly (not configure.ac). It should be no longer required.

OK from wiz@.

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

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

diffstat:
 inn/Makefile                |  1 +
 inn/distinfo                |  1 -
 inn/patches/patch-configure | 15 ---------------
 3 files changed, 1 insertion(+), 16 deletions(-)

diffs:
diff --git a/inn/Makefile b/inn/Makefile
index 3838a73167..eed092a599 100644
--- a/inn/Makefile
+++ b/inn/Makefile
@@ -26,6 +26,7 @@ GCC_REQD+=		2.95.3
 
 .include "../../news/inn/Makefile.common"
 
+# INN_DATA_DIR is added to BUILD_DEFS by Makefile.common
 BUILD_DEFS+=		INN_PATHBIN
 FILES_SUBST+=		INN_DATA_DIR=${INN_DATA_DIR}
 FILES_SUBST+=		INN_PATHBIN=${PREFIX}/${INN_PATHBIN:Q}
diff --git a/inn/distinfo b/inn/distinfo
index 27d2053cb8..5dcd491edb 100644
--- a/inn/distinfo
+++ b/inn/distinfo
@@ -5,7 +5,6 @@ RMD160 (inn-2.6.3.tar.gz) = 13a4a8a034f4e914b5579000f378203ad4037370
 SHA512 (inn-2.6.3.tar.gz) = 123881d474ce1df21983b3093827915706670a400d48c3945c32635cd2fa7f52be2470c39ad54b84cc31b5454d7a3be31feb306802957954a3450146e31f52cb
 Size (inn-2.6.3.tar.gz) = 2586168 bytes
 SHA1 (patch-Makefile.global.in) = b10fc0785ea790aad7b38989351fc74cadaebfec
-SHA1 (patch-configure) = 8b054a697f559980a5de00fa3132e08c390b4cc3
 SHA1 (patch-control_pgpverify.in) = e21fc10d6a9d54cd8c19661db061461097facbb4
 SHA1 (patch-lib_fdlimit.c) = 65dcb372deb477d93ae31379f23137b7c210fb88
 SHA1 (patch-perl_INN_Config.pm.in) = eb1ee267dd6d358d0d0a508206e4dd70fa784770
diff --git a/inn/patches/patch-configure b/inn/patches/patch-configure
deleted file mode 100644
index 39da118a51..0000000000
--- a/inn/patches/patch-configure
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-Add yacc to list of parser generators to check for in configure phase.
-
---- configure.orig	2019-02-07 15:02:22.000000000 +0000
-+++ configure
-@@ -14959,7 +14959,7 @@ else
-   RANLIB="$ac_cv_prog_RANLIB"
- fi
- 
--for ac_prog in 'bison -y' byacc
-+for ac_prog in 'bison -y' byacc yacc
- do
-   # Extract the first word of "$ac_prog", so it can be a program name with args.
- set dummy $ac_prog; ac_word=$2


Home | Main Index | Thread Index | Old Index