aboutsummaryrefslogtreecommitdiffstats
path: root/macros
diff options
context:
space:
mode:
Diffstat (limited to 'macros')
-rw-r--r--macros/ChangeLog6
-rw-r--r--macros/gnome.m45
2 files changed, 9 insertions, 2 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog
index d2e57f7673..3e899bc3f0 100644
--- a/macros/ChangeLog
+++ b/macros/ChangeLog
@@ -1,3 +1,9 @@
+Thu Mar 19 23:23:30 1998 Tom Tromey <tromey@cygnus.com>
+
+ * gnome.m4: An empty true branch of an `if' statement is not valid
+ sh syntax. If GNOME_INIT_HOOK argument $1 is empty, use ":"
+ instead.
+
1998-03-19 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gnome.m4 (GNOME_INIT_HOOK): Provide a way to hook some code to
diff --git a/macros/gnome.m4 b/macros/gnome.m4
index 283745c111..aa6165fad4 100644
--- a/macros/gnome.m4
+++ b/macros/gnome.m4
@@ -37,7 +37,8 @@ AC_DEFUN([GNOME_INIT_HOOK],
AC_ARG_WITH(gnome,
[ --with-gnome Specify prefix for GNOME files],[
if test x$withval = xyes; then
- $1
+ dnl Note that an empty true branch is not valid sh syntax.
+ ifelse([$1], [], :, [$1])
else
LDFLAGS="$LDFLAGS -L$withval/lib"
CFLAGS="$CFLAGS -I$withval/include"
@@ -61,4 +62,4 @@ AC_DEFUN([GNOME_INIT_HOOK],
AC_DEFUN([GNOME_INIT],[
GNOME_INIT_HOOK([],fail)
-]) \ No newline at end of file
+])
9:21:07 +0800'>2017-10-101-0/+3 * Add LICENSEsunpoet2017-10-101-4/+6 * Add LICENSEsunpoet2017-10-101-0/+3 * Add LICENSEsunpoet2017-10-101-0/+5 * Add LICENSEsunpoet2017-10-101-3/+8 * Add LICENSEsunpoet2017-10-101-0/+3 * Add LICENSEsunpoet2017-10-102-3/+9 * Add LICENSEsunpoet2017-10-102-1/+8 * Add LICENSEsunpoet2017-10-101-1/+4 * Add LICENSEsunpoet2017-10-101-1/+4 * Add LICENSEsunpoet2017-10-101-0/+4 * - Update to r584amdmi32017-10-092-4/+4 * - Update to r3997amdmi32017-10-092-4/+4 * Update web site URL.grog2017-10-091-1/+1 * astro/gpstk: drop unused dependenciesjbeich2017-10-081-3/+2 * Update to 0.12sunpoet2017-10-073-4/+7 * graphics/netpbm: Update to 10.80.00tobik2017-10-061-4/+4 * - Update to 12921amdmi32017-10-062-4/+4 * - Update to 0.46amdmi32017-10-062-4/+5 * - Update to 2.1.6wen2017-09-262-4/+4 * Update Stellarium and official User Guide to version 0.16.1.danfe2017-09-253-7/+10 * devel/boost-*: update to 1.65.1jbeich2017-09-252-2/+2 * devel/boost-*: enable C++11 featuresjbeich2017-09-252-2/+2 * Remove USES=execinfo.mat2017-09-221-1/+1 * Fix license information for portgs that use "the same license as Perl".mat2017-09-1510-10/+10 * Update to 0.083sunpoet2017-09-152-4/+4 * Update CMake to 3.9, merge devel/cmake-modules into devel/cmakeadridg2017-09-152-0/+29 * - Add LICENSE_FILEamdmi32017-09-142-1/+2 * Add self to markers.adridg2017-09-131-0/+1 * Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-1110-7/+10 * - Update to 12712amdmi32017-09-042-4/+4 * - Update to 2.13.1amdmi32017-08-312-4/+4 * astro/xearth: Add myself (pizzamig) to freebsd.committers.markerspizzamig2017-08-291-0/+1 * - Update to 2.13.0amdmi32017-08-203-4/+15 * Update devel/protobuf to 3.4.0sunpoet2017-08-162-2/+2 * astro/match: Update to 1.0dbaio2017-08-132-7/+8 * Update astro/gpstk to 2.9 -- allows to be built with gcc6.tcberner2017-08-027-342/+47 * - Update to 12545amdmi32017-07-312-4/+4 * - Update WWWamdmi32017-07-291-1/+1 * Update to 0.06sunpoet2017-07-262-7/+5 * - Update to r3973amdmi32017-07-212-9/+16 * - Update to r583amdmi32017-07-212-7/+10 * 1: Update to 0.9.2.vanilla2017-07-192-5/+5 * - Update to 0.45amdmi32017-07-112-9/+18 * - Update to 12450amdmi32017-07-072-4/+4 * Fix build on 12.0-CURRENTtobik2017-06-301-3/+3 * - Update Stellarium and official User Guide to version 0.16.0danfe2017-06-273-24/+130 * Update maintainer email addressdbaio2017-06-271-1/+1 * Update Qt4-based (legacy) Stellarium to version 0.12.9.danfe2017-06-263-8/+23 * Make ninja opt-out in cmake.mktcberner2017-06-261-1/+1 * Finally (after 2 years) move house.grog2017-06-231-1/+1 * - Update to 12275amdmi32017-06-162-4/+4 * - Update to 0.082wen2017-06-152-4/+4 * Convert to USES=groffantoine2017-06-131-5/+1 * Update port to work after removal of groff from the base system.jpaetzel2017-06-131-0/+4 * Update maintainer email addressdbaio2017-06-101-1/+1 * astro/qmapshack: update to 1.8.1cmt2017-06-052-4/+4 * - Don't needlessly rebuild bundled manpages, drop unneeded build dependsamdmi32017-06-011-4/+2 * Chase a few more changes that were fallout of an upstream distfile reroll.jpaetzel2017-05-312-1/+5 * Mark some ports failing on armv6, for errors classified as "configure_error".linimon2017-05-281-0/+2 * Update to 0.081sunpoet2017-05-272-4/+4 * Mark some ports failing on armv6, for errors classified as "???".linimon2017-05-271-0/+2 * Update to 0.099sunpoet2017-05-262-4/+4 * Chase rerolled distfilejpaetzel2017-05-252-5/+6 * Revision bump of all ports with USE_GL after consolidation of mesa-libsrezny2017-05-237-6/+7 * - Update to 2.12.2amdmi32017-05-222-5/+4 * Mark some ports failing on power64. In cases where the error messagelinimon2017-05-222-0/+4 * Mark some ports failing on power64. In cases where the error messagelinimon2017-05-211-1/+1 * astro/google-earth: Add pkg-message to let users know linprocfs should bejrm2017-05-201-0/+6 * Update to 0.1100sunpoet2017-05-182-3/+8 * - Update to 12039amdmi32017-05-162-4/+4 * Mark BROKEN: wrong LIB_DEPENDSantoine2017-05-111-0/+2 * astro/xearth: Add myself (dbaio) to freebsd.committers.markersdbaio2017-05-081-5/+6 * - Update to 0.9-2tota2017-05-072-4/+4 * - Update to 3.16amdmi32017-05-037-69/+113 * devel/boost-*: update to 1.64.0jbeich2017-05-022-1/+2 * Update devel/protobuf to 3.3.0sunpoet2017-04-292-2/+2 * Update to 0.079sunpoet2017-04-272-5/+4 * Chase ffmpeg 3.3 update (ABI changes)riggs2017-04-253-2/+3 * - Fix shebangsmiwi2017-04-241-3/+7 * - Fix shebangsmiwi2017-04-221-2/+4 * - Fix shebangsamdmi32017-04-211-1/+3 * - Update to 2.12.1amdmi32017-04-132-5/+4 * astro/qmapshack: Update version 1.7.2=>1.8.0bofh2017-04-123-5/+6 * astro/routino: Update version 3.1.1=>3.2bofh2017-04-093-7/+10 * - Update to 11826amdmi32017-04-062-4/+4 * This class implements an application to predict satellite visibility andwen2017-04-035-0/+103 * Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-04-0110-5/+10 * - Update devel/libpthread-stubs to 0.4ashish2017-03-291-3/+3 * - Update Stellarium to version 0.15.2danfe2017-03-253-10/+21 * - Fix plist when PGPLOT and CFITSIO options are enableddanilo2017-03-222-7/+3 * - Update to 2.12.0amdmi32017-03-213-4/+11 * - Update to 11639amdmi32017-03-202-4/+4 * Update to 0.098sunpoet2017-03-182-4/+4 * - Update to 2.11.1amdmi32017-03-142-4/+4 * Remove optional dependency on expired misc/p5-Geo-Coder-Geocoder-USsunpoet2017-03-131-4/+3 * Mark the remaining ports depending on Google Code as DEPRECATED, with anmat2017-03-041-0/+2 * astro/swe: Update version 2.05.01=>2.06bofh2017-02-242-4/+7 * Omit GH_PROJECT=${PORTNAME} which is the default for USE_GITHUB=yes.gerald2017-02-201-1/+0 * Update Qt5 to 5.7.1, and unify the Qt4 and Qt5 ports some moretcberner2017-02-191-1/+1 * Add myself to astro/xearth/files/freebsd.committers.markerstobik2017-02-151-0/+1 * Fixing the order of astro/xearth/files/freebsd.committers.markersmmokhi2017-02-131-1/+1 * Update to 0.078sunpoet2017-02-112-4/+4 * Update to 0.097sunpoet2017-02-112-4/+4 * Updating astro/xearch freebsd.committers.markers with my info.mmokhi2017-02-111-0/+1 * - Update to 11526amdmi32017-02-072-4/+4 * Use real PORTVERSIONsunpoet2017-02-051-6/+3 * Add 64 bit support.tijl2017-02-012-2/+6 * Bump PORTREVISION for ports affected by the fix the last commit.mat2017-02-011-1/+1 * Mark various ports broken on aarch64 and armv6.linimon2017-01-311-0/+2 * Fix geo location.krion2017-01-301-1/+1 * Update devel/protobuf to 3.2.0sunpoet2017-01-302-2/+2 * astro/gpsbabel: unbreak with clang 4.0jbeich2017-01-251-0/+22 * - Update to 2.11.0amdmi32017-01-244-12/+10 * - Update WWWamdmi32017-01-241-1/+1 * - Update WWW (reported by repology)amdmi32017-01-231-1/+1 * Update to 0.05sunpoet2017-01-222-4/+7 * Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/sunpoet2017-01-211-1/+1 * Take maintainership of these 2 ports.ler2017-01-191-1/+1 * astro/xplanet: fix build with libc++ 4.0 and gcc6novel2017-01-171-0/+150 * Update to 0.096sunpoet2017-01-162-4/+4 * - Update to 5.16danilo2017-01-163-5/+7 * - Add myself to freebsd.committers.markerscpm2017-01-141-0/+1 * - Try to fix build on DragonFlyamdmi32017-01-131-1/+1 * Update MAINTAINER on my ports (and created by line) to my @FreeBSD.org emailler2017-01-111-1/+1 * - Update to 11427amdmi32017-01-112-4/+4 * astro/qmapshack: 1.7.2cmt2017-01-103-15/+4 * Add myself to astro/xearth/files/freebsd.committers.markersler2017-01-101-0/+1 * Add more PLIST_SUB to Mk/Uses/python.mksunpoet2017-01-081-6/+1 * devel/boost-*: update to 1.63.0jbeich2017-01-062-2/+2 * Update to 3.41sunpoet2017-01-043-13/+11 * Remove BROKEN_FreeBSD_9sunpoet2017-01-011-2/+0 * Update my coordinates.rpaulo2017-01-011-1/+1 * Update `astro/stellarium' to version 0.15.1.danfe2016-12-285-299/+71 * - Fix build on 11+amdmi32016-12-272-21/+30 * Assign maintainership to Larry Rosenman.adamw2016-12-271-1/+1 * Reset ports per maintainer request.rene2016-12-262-7/+4 * - Fix conflict with utf8cpp by using it as dependencyamdmi32016-12-262-7/+8 * - Update to 18.6amdmi32016-12-212-4/+4 * - Install all required headersamdmi32016-12-192-0/+22 * Get rid of QT_PREFIX in favour of PREFIX.tcberner2016-12-192-21/+20 * astro/pp3: Fix build on gcc (missing head include)marino2016-12-181-0/+10 * astro/astronomy: Fix DF buildmarino2016-12-182-0/+12 * - Fix another comment typeamdmi32016-12-181-1/+1 * - Mark BROKEN on 9.xamdmi32016-12-171-1/+3 * Add licensesehaupt2016-12-171-0/+3 * - Update devel/protobuf to 3.1.0sunpoet2016-12-152-1/+2 * Remove libintl.so.9 compatibility link that was added in r374303 totijl2016-12-092-2/+2 * Remove libexpat.so.6 compatibility link that was added in r374303 totijl2016-12-092-1/+2 * Remove libjpeg.so.11 compatibility link that was added in r374303 totijl2016-12-091-1/+1 * Bump PORTREVISIONS for ports depending on the canonical version of GCC andgerald2016-12-072-0/+2 * - Update to 0.8-40tota2016-12-062-5/+8 * - Sort PLISTsunpoet2016-12-041-1/+1 * - Update yo 0.077wen2016-12-042-4/+4 * Do not use post-stage. Use post-install instead.mat2016-12-021-1/+1 * - Update java version requirementamdmi32016-11-241-4/+14 * - Update osmium to 2.10.3 and rename to libosmiumamdmi32016-11-2411-163/+246 * devel/boost-*: update to 1.62.0jbeich2016-11-232-1/+2 * - Use USES=localbasesunpoet2016-11-212-14/+12 * Bump PORTREVISIONS for ports depending on the canonical version of GCC andgerald2016-11-201-0/+1 * devel/icu: update to 58.1jbeich2016-11-201-1/+1 * - Update to 0.21sunpoet2016-11-203-6/+7 * - Update to 2.3sunpoet2016-11-202-8/+8 * - Fix build on Sparc64sunpoet2016-11-201-1/+2 * astro/gpsd: Set USES+=ncurses when NCURSES option is onmarino2016-11-181-0/+1 * Mark as broken on various tier-2 archs.linimon2016-11-141-0/+2 * - Update to 11223amdmi32016-11-112-4/+4 * Track used or drop unused devel/icu dependencyjbeich2016-11-111-1/+3 * - Update to 0.095wen2016-11-102-4/+4 * Fix build with newer gcc versions.tcberner2016-11-091-0/+63 * - Update to 0.076wen2016-11-072-4/+4 * Update to 7.1.7.2606 and allow hardware 3D rendering with Mesa drivers.tijl2016-11-057-678/+307 * Remove NVIDIA option from Linux ports now that the nvidia-driver can betijl2016-11-041-0/+1 * Cleanup USE_GITHUB usage.mat2016-10-262-9/+9 * ${RM} already has -f.mat2016-10-211-1/+1 * update qmapshack to 1.7.1cmt2016-10-193-4/+15 * Introduce new extensible virtual categories for KDEtcberner2016-10-192-6/+2 * astro/opencpn: minor fixupjbeich2016-10-094-6/+78 * astro/opencpn: list together with other geo appsjbeich2016-10-091-1/+1 * astro/opencpn: add new portjbeich2016-10-09