Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Apr 2020 09:00:01 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532998 - in head: devel/automake devel/automake/files mail/bogofilter security/ipsec-tools security/ipsec-tools/files
Message-ID:  <202004260900.03Q9016t014375@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Sun Apr 26 09:00:01 2020
New Revision: 532998
URL: https://svnweb.freebsd.org/changeset/ports/532998

Log:
  Update devel/automake to 1.16.2.
  
  mail/bogofilter security/ipsec-tools:
  Patch Makefile.in instead of Makefile.am so automake is not required.
  
  PR:		245599
  Approved by:	portmgr (antoine)
  Exp-run by:	antoine

Deleted:
  head/devel/automake/files/patch-bug31222
  head/security/ipsec-tools/files/extra-patch-aclocal.m4
Modified:
  head/devel/automake/Makefile
  head/devel/automake/distinfo
  head/mail/bogofilter/Makefile
  head/security/ipsec-tools/Makefile
  head/security/ipsec-tools/files/extra-patch-ipsec-tools

Modified: head/devel/automake/Makefile
==============================================================================
--- head/devel/automake/Makefile	Sun Apr 26 05:53:37 2020	(r532997)
+++ head/devel/automake/Makefile	Sun Apr 26 09:00:01 2020	(r532998)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	automake
-PORTVERSION=	1.16.1
-PORTREVISION=	2
+PORTVERSION=	1.16.2
 CATEGORIES=	devel
 MASTER_SITES=	GNU
 

Modified: head/devel/automake/distinfo
==============================================================================
--- head/devel/automake/distinfo	Sun Apr 26 05:53:37 2020	(r532997)
+++ head/devel/automake/distinfo	Sun Apr 26 09:00:01 2020	(r532998)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1528387628
-SHA256 (automake-1.16.1.tar.xz) = 5d05bb38a23fd3312b10aea93840feec685bdf4a41146e78882848165d3ae921
-SIZE (automake-1.16.1.tar.xz) = 1534936
+TIMESTAMP = 1586784230
+SHA256 (automake-1.16.2.tar.xz) = ccc459de3d710e066ab9e12d2f119bd164a08c9341ca24ba22c9adaa179eedd0
+SIZE (automake-1.16.2.tar.xz) = 1545912

Modified: head/mail/bogofilter/Makefile
==============================================================================
--- head/mail/bogofilter/Makefile	Sun Apr 26 05:53:37 2020	(r532997)
+++ head/mail/bogofilter/Makefile	Sun Apr 26 09:00:01 2020	(r532998)
@@ -25,10 +25,7 @@ UNICODE_DESC=		Normalize tokens to Unicode (UTF-8) (re
 CONFLICTS_INSTALL?=	bogofilter-sqlite-[0-9]* bogofilter-tc-[0-9]* bogofilter-lmdb-[0-9]* \
 			bogofilter-kc-[0-9]*
 
-# XXX FIXME: autoreconf:build should not be required,
-# but something hoses timestamps on src/tests/Makefile.am
-# but not src/tests/Makefile.in.
-USES+=		autoreconf:build cpe perl5 shebangfix tar:xz
+USES+=		cpe perl5 shebangfix tar:xz
 SHEBANG_FILES=	contrib/randomtrain.sh contrib/scramble.sh \
 		src/tests/unsort.pl contrib/*.pl
 USE_PERL5=	run
@@ -61,7 +58,7 @@ INSTALL_TARGET=	install-strip prefix=${PREFIX} mandir=
 post-patch:
 	${REINPLACE_CMD} -e 's/INTEGRITY_TESTS = t.lock1 t.lock3 t.valgrind/INTEGRITY_TESTS = t.lock1/' \
 		-e 's/ENVIRON_TESTS = t.abort/ENVIRON_TESTS =/' \
-		${WRKSRC}/src/tests/Makefile.am
+		${WRKSRC}/src/tests/Makefile.in
 
 post-build:
 	cd ${WRKSRC}/src && ${SETENV} SHELL=${SH} ${MAKE_CMD} ${TEST_TARGET} ${_MAKE_JOBS} SHELL=${SH} \

Modified: head/security/ipsec-tools/Makefile
==============================================================================
--- head/security/ipsec-tools/Makefile	Sun Apr 26 05:53:37 2020	(r532997)
+++ head/security/ipsec-tools/Makefile	Sun Apr 26 09:00:01 2020	(r532998)
@@ -86,27 +86,9 @@ WCPSKEY_EXTRA_PATCHES=	${FILESDIR}/wildcard-psk.diff $
 REQUIREMOD?=	ipsec
 .endif
 
-# Need to be patched for openssl-1.1.1 (default after 1200080)
-.if ${OPSYS} == FreeBSD
-.  if ${OSVERSION} >= 1200085 && ${SSL_DEFAULT} != openssl
-BUILD_DEPENDS+=	automake>=0:devel/automake
-.  endif
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e "s/-Werror//g ; s/-R$$libdir/-Wl,-rpath=$$libdir/g" ${WRKSRC}/configure
 
-# Need to be patched for openssl-1.1.1 (default after 1200080)
-.if ${OPSYS} == FreeBSD
-.  if ${OSVERSION} >= 1200085 && ${SSL_DEFAULT} != openssl
-post-configure:
-	@${REINPLACE_CMD} -e "s/automake-1.14/automake-1.16/g" ${WRKSRC}/Makefile ${WRKSRC}/*/Makefile \
-				${WRKSRC}/*/*/Makefile
-	@${REINPLACE_CMD} -e "s/aclocal-1.14/aclocal-1.16/g" ${WRKSRC}/Makefile ${WRKSRC}/*/Makefile \
-				${WRKSRC}/*/*/Makefile
-.  endif
-.endif
-
 post-install:
 	@${MKDIR} ${STAGEDIR}/${PREFIX}/etc/racoon
 	@if [ -z `/sbin/sysctl -a | ${GREP} -q ipsec && ${ECHO_CMD} ipsec` ]; then \
@@ -125,7 +107,6 @@ post-install-DOCS-on:
 
 .if ${OPSYS} == FreeBSD
 .  if ${OSVERSION} >= 1200085 && ${SSL_DEFAULT} != openssl
-EXTRA_PATCHES+=	${FILESDIR}/extra-patch-aclocal.m4
 EXTRA_PATCHES+=	${FILESDIR}/extra-patch-ipsec-tools
 PLIST_FILES+=	include/racoon/openssl_compat.h
 .  endif

Modified: head/security/ipsec-tools/files/extra-patch-ipsec-tools
==============================================================================
--- head/security/ipsec-tools/files/extra-patch-ipsec-tools	Sun Apr 26 05:53:37 2020	(r532997)
+++ head/security/ipsec-tools/files/extra-patch-ipsec-tools	Sun Apr 26 09:00:01 2020	(r532998)
@@ -1,15 +1,15 @@
---- src/racoon/Makefile.am
-+++ src/racoon/Makefile.am
-@@ -4,7 +4,7 @@ sbin_PROGRAMS = racoon racoonctl plainrsa-gen
- noinst_PROGRAMS = eaytest
+--- src/racoon/Makefile.in
++++ src/racoon/Makefile.in
+@@ -571,7 +571,7 @@ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
  include_racoon_HEADERS = racoonctl.h var.h vmbuf.h misc.h gcmalloc.h admin.h \
  	schedule.h sockmisc.h isakmp_var.h isakmp.h isakmp_xauth.h \
 -	isakmp_cfg.h isakmp_unity.h ipsec_doi.h evt.h
 +	isakmp_cfg.h isakmp_unity.h ipsec_doi.h evt.h openssl_compat.h
- lib_LTLIBRARIES = libracoon.la
  
- adminsockdir=${localstatedir}/racoon
-@@ -32,7 +32,7 @@ racoon_SOURCES = \
+ lib_LTLIBRARIES = libracoon.la
+ adminsockdir = ${localstatedir}/racoon
+@@ -597,7 +597,7 @@ racoon_SOURCES = \
  	gssapi.c dnssec.c getcertsbyname.c privsep.c \
  	pfkey.c admin.c evt.c ipsec_doi.c oakley.c grabmyaddr.c vendorid.c \
  	policy.c localconf.c remoteconf.c crypto_openssl.c algorithm.c \
@@ -18,22 +18,22 @@
  	plog.c logger.c schedule.c str2val.c \
  	safefile.c backupsa.c genlist.c rsalist.c \
  	cftoken.l cfparse.y prsa_tok.l prsa_par.y 
-@@ -51,12 +51,12 @@ libracoon_la_SOURCES = kmpstat.c vmbuf.c sockmisc.c misc.c
+@@ -617,12 +617,12 @@ racoonctl_LDADD = libracoon.la ../libipsec/libipsec.la
+ libracoon_la_SOURCES = kmpstat.c vmbuf.c sockmisc.c misc.c
  libracoon_la_CFLAGS = -DNOUSE_PRIVSEP $(AM_CFLAGS)
- 
  plainrsa_gen_SOURCES = plainrsa-gen.c plog.c \
 -	crypto_openssl.c logger.c 
 +	crypto_openssl.c logger.c openssl_compat.c
+ 
  EXTRA_plainrsa_gen_SOURCES = $(MISSING_ALGOS)
  plainrsa_gen_LDADD = $(CRYPTOBJS) vmbuf.o misc.o
  plainrsa_gen_DEPENDENCIES = $(CRYPTOBJS) vmbuf.o misc.o
- 
 -eaytest_SOURCES = eaytest.c plog.c logger.c
 +eaytest_SOURCES = eaytest.c plog.c logger.c openssl_compat.c
  EXTRA_eaytest_SOURCES = missing/crypto/sha2/sha2.c
- eaytest_LDADD =	crypto_openssl_test.o vmbuf.o str2val.o misc_noplog.o \
+ eaytest_LDADD = crypto_openssl_test.o vmbuf.o str2val.o misc_noplog.o \
  	$(CRYPTOBJS)
-@@ -75,7 +75,7 @@ noinst_HEADERS = \
+@@ -642,7 +642,7 @@ noinst_HEADERS = \
  	debugrm.h         isakmp.h      misc.h          sainfo.h \
  	dhgroup.h         isakmp_agg.h  netdb_dnssec.h  schedule.h \
  	isakmp_cfg.h      isakmp_xauth.h isakmp_unity.h isakmp_frag.h \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004260900.03Q9016t014375>