aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2010-12-10 00:10:19 +0800
committermm <mm@FreeBSD.org>2010-12-10 00:10:19 +0800
commitc562039aaa5b864ecc2d2b96546d4c47f8c7bcf7 (patch)
treeaa59fad4216a4a2c13b3660b56bc601c3b590169 /databases
parent90b00c6b571da73bbebf9a54d8d58ac4ee9a847d (diff)
downloadfreebsd-ports-gnome-c562039aaa5b864ecc2d2b96546d4c47f8c7bcf7.tar.gz
freebsd-ports-gnome-c562039aaa5b864ecc2d2b96546d4c47f8c7bcf7.tar.zst
freebsd-ports-gnome-c562039aaa5b864ecc2d2b96546d4c47f8c7bcf7.zip
- Fix build if WITH_ICU or WITH_ICU4 defined (bsd.autotools.mk update)
Approved by: portmgr (pav)
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql83-server/Makefile2
-rw-r--r--databases/postgresql84-server/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql83-server/Makefile b/databases/postgresql83-server/Makefile
index 88faf6a0752e..e111cb932dad 100644
--- a/databases/postgresql83-server/Makefile
+++ b/databases/postgresql83-server/Makefile
@@ -284,7 +284,7 @@ post-patch:
@${REINPLACE_CMD} s/@PTHREAD_LIBS@// ${WRKSRC}/src/Makefile.global.in
. if defined(WITH_ICU) || defined(WITH_ICU4)
@${REINPLACE_CMD} -E -e \
- "s|^(m4_if.*)2.6[0-9](.*Autoconf version )2.6[0-9]|\1${AUTOCONF_VERSION:S/2/2./}\2${AUTOCONF_VERSION:S/2/2./}|g" \
+ "s|^(m4_if.*)2.6[0-9](.*Autoconf version )2.6[0-9]|\1${AUTOCONF_VERSION}\2${AUTOCONF_VERSION}|g" \
${WRKSRC}/configure.in
. endif
diff --git a/databases/postgresql84-server/Makefile b/databases/postgresql84-server/Makefile
index cee186c67f01..432f397574cd 100644
--- a/databases/postgresql84-server/Makefile
+++ b/databases/postgresql84-server/Makefile
@@ -297,7 +297,7 @@ post-patch:
@${REINPLACE_CMD} s/@PTHREAD_LIBS@// ${WRKSRC}/src/Makefile.global.in
. if defined(WITH_ICU) || defined(WITH_ICU4)
@${REINPLACE_CMD} -E -e \
- "s|^(m4_if.*)2.6[0-9](.*Autoconf version )2.6[0-9]|\1${AUTOCONF_VERSION:S/2/2./}\2${AUTOCONF_VERSION:S/2/2./}|g" \
+ "s|^(m4_if.*)2.6[0-9](.*Autoconf version )2.6[0-9]|\1${AUTOCONF_VERSION}\2${AUTOCONF_VERSION}|g" \
${WRKSRC}/configure.in
. endif
class='commitgraph'>* - Assign to new maintainerpav2008-07-031-1/+1 * - update to 1.70leeym2008-07-022-5/+4 * - update to 1.5.8leeym2008-07-022-4/+4 * - Update to 1.5.0.chinsan2008-07-022-4/+4 * Update to 2.22.4.mezz2008-07-022-5/+4 * - update to 1.68leeym2008-06-292-4/+4 * Update to 1.17ehaupt2008-06-262-5/+4 * - Remove 5.x support.araujo2008-06-251-9/+1 * - Use new freepascal stuffacm2008-06-242-7/+4 * Fix build with GCC 3.4vs2008-06-241-0/+11 * Upgrade to 3.80 beta 2ache2008-06-232-5/+5 * Upgrade to version 2.2.olgeni2008-06-213-5/+6 * - Reduce self-test verbosity.lippe2008-06-213-2/+55 * Rename manual "test" target to "regression-test" so that it willnaddy2008-06-214-5/+5 * Make COMMENT overridable by a slave port.erwin2008-06-201-1/+1 * Add py-librtfcomp , LZRTF compression library.erwin2008-06-203-0/+32 * Add librtfcomp 1.1, LZRTF compression library.erwin2008-06-206-0/+108 * Update to 2.0.1mat2008-06-192-4/+4 * New port: pigz, Parallel GZip.delphij2008-06-194-0/+37 * - update patch for unrar-3.80.b1 and unbreak this portleeym2008-06-192-5/+5 * - Repocopy archivers/orange to archivers/liborange.araujo2008-06-1811-152/+65 * Reset maintainership (the domain has expired):pav2008-06-181-1/+1 * . Add a regression-test target.glewis2008-06-171-0/+3 * Drop maintainership.lioux2008-06-161-1/+1 * Upgrade to 3.80 beta 1ache2008-06-152-6/+6 * - Update to version 1.02lwhsu2008-06-156-94/+38 * - Fix shebang line in installed examplesstas2008-06-151-0/+2 * - Update to 2.0.0 (2.00)clsung2008-06-132-4/+4 * - Update to 1.5.4.chinsan2008-06-112-26/+27 * - update to 1.9.6leeym2008-06-082-7/+12 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-0623-12/+23 * Fix INDEX build.itetcu2008-06-061-0/+1 * - Update is needed because dynamite has been renamed to libdynamite.araujo2008-06-062-6/+6 * - Remove archivers/dynamite, project has been renamed to archivers/libdynamite.araujo2008-06-065-37/+0 * - Repocopy from archivers/dynamite to archivers/libdynamite.araujo2008-06-065-10/+12 * Fix a few typos in ports/archivers.olgeni2008-06-052-3/+3 * Fix kdeutils for amd64-current (and perhaps other 64-bitdeischen2008-06-041-0/+92 * - Update to 2.03miwi2008-05-302-6/+8 * . Update to 2.5.4b.glewis2008-05-292-5/+5 * - Update to 1.0.0.chinsan2008-05-282-5/+5 * Update to 2.22.3.marcus2008-05-283-5/+5 * Update to 4.32.6: Minor fixes and improvements, no user-visible changes.naddy2008-05-246-12/+21 * - Respect NOPORTEXAMPLESmiwi2008-05-242-8/+10 * Fix a few typos in the archivers category.olgeni2008-05-247-7/+7 * Update to 1.0.0.1kevlo2008-05-232-4/+4 * - Pass maintainership to submittertabthorpe2008-05-234-4/+4 * The PHP_Archive package allows creation of self-contained cross-platformmiwi2008-05-224-0/+55 * - Update to 2.011jadawin2008-05-1912-24/+24 * - Update to 1.5mm2008-05-163-13/+13 * Update to 1.0kevlo2008-05-164-33/+58 * - Fix syntaxpav2008-05-151-1/+1 * - Mark BROKEN on CURRENTpav2008-05-151-0/+4 * - Update to 2.010jadawin2008-05-136-12/+12 * . Update to 2.4.17.glewis2008-05-112-4/+4 * A change in the lpq1 component of the port:itetcu2008-05-092-6/+6 * - Fix docs installationsat2008-05-071-1/+1 * - Update to 4.58sat2008-05-072-6/+5 * Add forgotten files in previous commit:itetcu2008-05-072-0/+58 * - Update to v20080420itetcu2008-05-072-5/+7 * - Update to 2.010jadawin2008-05-066-12/+12 * Initial import of deco 0.8.1.kevlo2008-05-065-0/+104 * remove quotes from RESTRICTEDitetcu2008-05-051-1/+1 * - Set compiler optimizer for nasmmiwi2008-04-301-2/+2 * Assign to new volunteer, by request.linimon2008-04-301-1/+1 * - update to 1.3dinoex2008-04-302-5/+5 * - Fix package listehaupt2008-04-291-0/+5 * Update to 1.16ehaupt2008-04-292-7/+6 * Reset aaron's port maintainerships due to many maintainer-timeouts.linimon2008-04-291-1/+1 * Reset jylefort's port maintainerships. portmgr has taken his commit bitlinimon2008-04-291-1/+1 * - Fix fetchinggabor2008-04-291-1/+1 * - Update to 1.2.3miwi2008-04-272-4/+4 * - Make the port fetchable again after the distfile was modified upstream.miwi2008-04-262-5/+5 * - Update to 2.009jadawin2008-04-2212-24/+24 * - Revert previous workaround, 8.0-CURRENT has grown fdopendir(3).naddy2008-04-224-28/+9 * Conflict with archivers/lzmautils.naddy2008-04-211-0/+3 * Import lzma 4.32.5.naddy2008-04-2113-0/+175 * Honors CCache2008-04-211-0/+1 * - Respect a non-default CCsat2008-04-211-1/+1 * - Fix the "Main packet not found" error;thierry2008-04-201-8/+3 * Parity v2 Archive create/verify/recoverthierry2008-04-204-0/+51 * - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-2012-15/+13 * - Update mastersite.jmelo2008-04-181-2/+2 * - Update mastersite.jmelo2008-04-181-1/+1 * - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_C...araujo2008-04-175-10/+5 * Work around the assumption that openat() implies the existence ofnaddy2008-04-122-0/+19 * - Pass literal gmake as MAKEPROG, build breaks when passed full path to gmakepav2008-04-111-1/+1 * Change maintainers e-mail address.ehaupt2008-04-111-2/+2