Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jan 2019 17:51:39 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r491744 - in head: devel/bazel devel/glib20 devel/p5-Devel-BeginLift devel/p5-UNIVERSAL-ref devel/py-columnize games/kiki graphics/jogl mail/py-milter math/cln multimedia/kodi net-mgmt/...
Message-ID:  <201901311751.x0VHpd7Y031278@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Thu Jan 31 17:51:39 2019
New Revision: 491744
URL: https://svnweb.freebsd.org/changeset/ports/491744

Log:
  Only append to EXTRA_PATCHES after bsd.port.pre.mk

Modified:
  head/devel/bazel/Makefile
  head/devel/glib20/Makefile
  head/devel/p5-Devel-BeginLift/Makefile
  head/devel/p5-UNIVERSAL-ref/Makefile
  head/devel/py-columnize/Makefile
  head/games/kiki/Makefile
  head/graphics/jogl/Makefile
  head/mail/py-milter/Makefile
  head/math/cln/Makefile
  head/multimedia/kodi/Makefile
  head/net-mgmt/kismet/Makefile
  head/print/pdf-renderer/Makefile

Modified: head/devel/bazel/Makefile
==============================================================================
--- head/devel/bazel/Makefile	Thu Jan 31 17:47:17 2019	(r491743)
+++ head/devel/bazel/Makefile	Thu Jan 31 17:51:39 2019	(r491744)
@@ -41,7 +41,7 @@ STRIP=	# The bazel binary is also a zip archive (extra
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == "i386"
-EXTRA_PATCHES=	${FILESDIR}/extra-i386_src_BUILD ${FILESDIR}/extra-i386_tools_cpp_BUILD.static.freebsd
+EXTRA_PATCHES+=	${FILESDIR}/extra-i386_src_BUILD ${FILESDIR}/extra-i386_tools_cpp_BUILD.static.freebsd
 .endif
 
 # Have the location of the system-wide rc file reside ${ETCDIR}.

Modified: head/devel/glib20/Makefile
==============================================================================
--- head/devel/glib20/Makefile	Thu Jan 31 17:47:17 2019	(r491743)
+++ head/devel/glib20/Makefile	Thu Jan 31 17:51:39 2019	(r491744)
@@ -72,7 +72,7 @@ CONFIGURE_ARGS+=	--with-libiconv=gnu
 .endif
 
 .if ${ARCH} == powerpc64
-EXTRA_PATCHES=	${FILESDIR}/extra-arch-powerpc64
+EXTRA_PATCHES+=	${FILESDIR}/extra-arch-powerpc64
 .endif
 
 # Let glib use asm code for implementing atomic ops on i386 and amd64.

Modified: head/devel/p5-Devel-BeginLift/Makefile
==============================================================================
--- head/devel/p5-Devel-BeginLift/Makefile	Thu Jan 31 17:47:17 2019	(r491743)
+++ head/devel/p5-Devel-BeginLift/Makefile	Thu Jan 31 17:51:39 2019	(r491744)
@@ -21,7 +21,7 @@ USE_PERL5=	configure
 .include <bsd.port.pre.mk>
 
 .if ${PERL_LEVEL} >= 502501
-EXTRA_PATCHES=	${PATCHDIR}/extra-patch-BeginLift.xs
+EXTRA_PATCHES+=	${PATCHDIR}/extra-patch-BeginLift.xs
 .endif
 
 .include <bsd.port.post.mk>

Modified: head/devel/p5-UNIVERSAL-ref/Makefile
==============================================================================
--- head/devel/p5-UNIVERSAL-ref/Makefile	Thu Jan 31 17:47:17 2019	(r491743)
+++ head/devel/p5-UNIVERSAL-ref/Makefile	Thu Jan 31 17:51:39 2019	(r491744)
@@ -20,7 +20,7 @@ USE_PERL5=	configure
 .include <bsd.port.pre.mk>
 
 .if ${PERL_LEVEL} >= 502501
-EXTRA_PATCHES=	${PATCHDIR}/extra-patch-ref.xs
+EXTRA_PATCHES+=	${PATCHDIR}/extra-patch-ref.xs
 .endif
 
 .include <bsd.port.post.mk>

Modified: head/devel/py-columnize/Makefile
==============================================================================
--- head/devel/py-columnize/Makefile	Thu Jan 31 17:47:17 2019	(r491743)
+++ head/devel/py-columnize/Makefile	Thu Jan 31 17:51:39 2019	(r491744)
@@ -22,7 +22,7 @@ USE_PYTHON=	autoplist distutils
 .include <bsd.port.pre.mk>
 
 .if ${PYTHON_MAJOR_VER} == "3"
-EXTRA_PATCHES=      ${FILESDIR}/extra-patch-____pkginfo____.py
+EXTRA_PATCHES+=      ${FILESDIR}/extra-patch-____pkginfo____.py
 .else
 MY_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}backports.shutil_get_terminal_size>=1.0:devel/py-backports.shutil_get_terminal_size@${PY_FLAVOR}
 .endif

Modified: head/games/kiki/Makefile
==============================================================================
--- head/games/kiki/Makefile	Thu Jan 31 17:47:17 2019	(r491743)
+++ head/games/kiki/Makefile	Thu Jan 31 17:51:39 2019	(r491744)
@@ -40,7 +40,7 @@ CXXFLAGS+=	-Werror=tautological-constant-out-of-range-
 .endif
 
 .if ${OSVERSION} > 1200031
-EXTRA_PATCHES=	${FILESDIR}/extra-patch-ino64
+EXTRA_PATCHES+=	${FILESDIR}/extra-patch-ino64
 .endif
 
 post-patch:

Modified: head/graphics/jogl/Makefile
==============================================================================
--- head/graphics/jogl/Makefile	Thu Jan 31 17:47:17 2019	(r491743)
+++ head/graphics/jogl/Makefile	Thu Jan 31 17:51:39 2019	(r491744)
@@ -65,7 +65,7 @@ PLIST_SUB+=	JDK7="@comment "
 .endif
 
 .if ${JAVA_PORT_VERSION:M1.8.*}
-EXTRA_PATCHES=	${PATCHDIR}/extra-patch-build.xml
+EXTRA_PATCHES+=	${PATCHDIR}/extra-patch-build.xml
 .endif
 
 post-patch:

Modified: head/mail/py-milter/Makefile
==============================================================================
--- head/mail/py-milter/Makefile	Thu Jan 31 17:47:17 2019	(r491743)
+++ head/mail/py-milter/Makefile	Thu Jan 31 17:51:39 2019	(r491744)
@@ -32,7 +32,7 @@ post-install:
 .include <bsd.port.pre.mk>
 
 .if ${FLAVOR:Upy27:Mpy3*}
-EXTRA_PATCHES=	${PATCHDIR}/extra-patch-miltermodule.c
+EXTRA_PATCHES+=	${PATCHDIR}/extra-patch-miltermodule.c
 .endif
 
 .include <bsd.port.post.mk>

Modified: head/math/cln/Makefile
==============================================================================
--- head/math/cln/Makefile	Thu Jan 31 17:47:17 2019	(r491743)
+++ head/math/cln/Makefile	Thu Jan 31 17:51:39 2019	(r491744)
@@ -26,7 +26,7 @@ INFO=		cln
 
 .if ${ARCH} == aarch64 || ${ARCH} == armv6 || ${ARCH} == armv7
 CPPFLAGS+=	-DNO_ASM
-EXTRA_PATCHES=	${PATCHDIR}/extra-patch-src_base_cl__low.h \
+EXTRA_PATCHES+=	${PATCHDIR}/extra-patch-src_base_cl__low.h \
 		${PATCHDIR}/extra-patch-src_base_low_cl__low__div.cc \
 		${PATCHDIR}/extra-patch-src_base_low_cl__low__mul.cc
 .endif

Modified: head/multimedia/kodi/Makefile
==============================================================================
--- head/multimedia/kodi/Makefile	Thu Jan 31 17:47:17 2019	(r491743)
+++ head/multimedia/kodi/Makefile	Thu Jan 31 17:51:39 2019	(r491744)
@@ -202,7 +202,7 @@ PLIST_SUB+=	ARM="@comment "
 PLIST_SUB+=	X86=""
 .else
 # armv6 || armv7 (rpi1 and rpi2 only)
-EXTRA_PATCHES=	${FILESDIR}/extra-armv6_hal
+EXTRA_PATCHES+=	${FILESDIR}/extra-armv6_hal
 CONFIGURE_ARGS+=	--enable-player=omxplayer
 LIB_DEPENDS+=	libEGL.so:misc/raspberrypi-userland \
 		libhal.so:sysutils/hal \

Modified: head/net-mgmt/kismet/Makefile
==============================================================================
--- head/net-mgmt/kismet/Makefile	Thu Jan 31 17:47:17 2019	(r491743)
+++ head/net-mgmt/kismet/Makefile	Thu Jan 31 17:51:39 2019	(r491744)
@@ -67,7 +67,7 @@ PLIST_SUB+=	PLUGINS="@comment "
 .include <bsd.port.pre.mk>
 
 .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200000
-EXTRA_PATCHES=${FILESDIR}/extra-patch-restricted-plugin-ptw_aircrack-crypto.cc
+EXTRA_PATCHES+=	${FILESDIR}/extra-patch-restricted-plugin-ptw_aircrack-crypto.cc
 .endif
 
 post-patch:

Modified: head/print/pdf-renderer/Makefile
==============================================================================
--- head/print/pdf-renderer/Makefile	Thu Jan 31 17:47:17 2019	(r491743)
+++ head/print/pdf-renderer/Makefile	Thu Jan 31 17:51:39 2019	(r491744)
@@ -40,7 +40,7 @@ ALL_TARGET+=	javadoc
 .include <bsd.port.pre.mk>
 
 .if ${JAVA_PORT_VERSION:M1.8.*}
-EXTRA_PATCHES=	${PATCHDIR}/extra-patch-swinglabs-build-impl.xml
+EXTRA_PATCHES+=	${PATCHDIR}/extra-patch-swinglabs-build-impl.xml
 .endif
 
 do-install:



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