dnl dnl GNOME_INIT_HOOK (script-if-gnome-enabled, [failflag], [additional-inits]) dnl dnl if failflag is "fail" then GNOME_INIT_HOOK will abort if gnomeConf.sh dnl is not found. dnl AC_DEFUN([GNOME_INIT_HOOK],[ AC_SUBST(GNOME_LIBS) AC_SUBST(GNOMEUI_LIBS) AC_SUBST(GNOMEGNORBA_LIBS) AC_SUBST(GTKXMHTML_LIBS) AC_SUBST(ZVT_LIBS) AC_SUBST(GNOME_LIBDIR) AC_SUBST(GNOME_INCLUDEDIR) AC_ARG_WITH(gnome-includes, [ --with-gnome-includes Specify location of GNOME headers],[ CFLAGS="$CFLAGS -I$withval" ]) AC_ARG_WITH(gnome-libs, [ --with-gnome-libs Specify location of GNOME libs],[ LDFLAGS="$LDFLAGS -L$withval" gnome_prefix=$withval ]) AC_ARG_WITH(gnome, [ --with-gnome Specify prefix for GNOME files], if test x$withval = xyes; then want_gnome=yes dnl Note that an empty true branch is not dnl valid sh syntax. ifelse([$1], [], :, [$1]) else if test "x$withval" = xno; then want_gnome=no else want_gnome=yes LDFLAGS="$LDFLAGS -L$withval/lib" CFLAGS="$CFLAGS -I$withval/include" gnome_prefix=$withval/lib fi fi, want_gnome=yes) if test "x$want_gnome" = xyes; then AC_PATH_PROG(GNOME_CONFIG,gnome-config,no) if test "$GNOME_CONFIG" = "no"; then no_gnome_config="yes" else AC_MSG_CHECKING(if $GNOME_CONFIG works) if $GNOME_CONFIG --libs-only-l gnome >/dev/null 2>&1; then AC_MSG_RESULT(yes) GNOME_GNORBA_HOOK([],$2) GNOME_LIBS="`$GNOME_CONFIG --libs-only-l gnome`" GNOMEUI_LIBS="`$GNOME_CONFIG --libs-only-l gnomeui`" GNOMEGNORBA_LIBS="`$GNOME_CONFIG --libs-only-l gnorba gnomeui`" GTKXMHTML_LIBS="`$GNOME_CONFIG --libs-only-l gtkxmhtml`" ZVT_LIBS="`$GNOME_CONFIG --libs-only-l zvt`" GNOME_LIBDIR="`$GNOME_CONFIG --libs-only-L gnorba gnomeui`" GNOME_INCLUDEDIR="`$GNOME_CONFIG --cflags gnorba gnomeui`" $1 else AC_MSG_RESULT(no) no_gnome_config="yes" fi fi if test x$exec_prefix = xNONE; then if test x$prefix = xNONE; then gnome_prefix=$ac_default_prefix/lib else gnome_prefix=$prefix/lib fi else gnome_prefix=`eval echo \`echo $libdir\`` fi if test "$no_gnome_config" = "yes"; then AC_MSG_CHECKING(for gnomeConf.sh file in $gnome_prefix) if test -f $gnome_prefix/gnomeConf.sh; then AC_MSG_RESULT(found) echo "loading gnome configuration from" \ "$gnome_prefix/gnomeConf.sh" . $gnome_prefix/gnomeConf.sh $1 else AC_MSG_RESULT(not found) if test x$2 = xfail; then AC_MSG_ERROR(Could not find the gnomeConf.sh file that is generated by gnome-libs install) fi fi fi fi if test -n "$3"; then n="$3" for i in $n; do AC_MSG_CHECKING(extra library \"$i\") case $i in applets) AC_SUBST(GNOME_APPLETS_LIBS) GNOME_APPLETS_LIBS=`$GNOME_CONFIG --libs-only-l applets` AC_MSG_RESULT($GNOME_APPLETS_LIBS);; docklets) AC_SUBST(GNOME_DOCKLETS_LIBS) GNOME_DOCKLETS_LIBS=`$GNOME_CONFIG --libs-only-l docklets` AC_MSG_RESULT($GNOME_DOCKLETS_LIBS);; capplet) AC_SUBST(GNOME_CAPPLET_LIBS) GNOME_CAPPLET_LIBS=`$GNOME_CONFIG --libs-only-l capplet` AC_MSG_RESULT($GNOME_CAPPLET_LIBS);; *) AC_MSG_RESULT(unknown library) esac EXTRA_INCLUDEDIR=`$GNOME_CONFIG --cflags $i` GNOME_INCLUDEDIR="$GNOME_INCLUDEDIR $EXTRA_INCLUDEDIR" done fi ]) dnl dnl GNOME_INIT ([additional-inits]) dnl AC_DEFUN([GNOME_INIT],[ GNOME_INIT_HOOK([],fail,$1) ]) files/lodash.merge-4.6.2'>dependabot/npm_and_yarn/devel/electron6/files/lodash.merge-4.6.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/www/mediawiki12
Commit message (Expand)AuthorAgeFilesLines
* - Add PostgreSQL supportmiwi2006-12-111-2/+9
* - Update to 1.8.2pav2006-12-063-11/+11
* - Update port to version 1.7.1clsung2006-07-143-18/+14
* - Update the MediaWiki 1.6 port to locate the diff3 util onclsung2006-07-022-1/+12
* - Fix pkg-plistmiwi2006-06-301-1/+1
* - New WWW layoutmiwi2006-06-292-6/+6
* Mediawiki doesn't use the pecl-imagick extension,ale2006-06-061-1/+1
* - Security update to version 1.6.6clsung2006-05-282-4/+4
* - Fix plist after recent php changespav2006-05-221-0/+1
* - Update to 1.6.3.jmelo2006-04-142-11/+17
* - Update to 1.5.8garga2006-03-292-4/+4
* - Update to 1.5.7tdb2006-03-202-4/+4
* Update to 1.5.6arved2006-01-232-5/+5
* - Update to 1.5.5pav2006-01-152-4/+4
* - Update to 1.5.4tdb2006-01-113-6/+5
* Chase libversion bumb to libMagick.so.9edwin2006-01-051-0/+1
* www/mediawiki update to 1.5.3 (security update)edwin2005-12-212-3/+4
* Chase some URLs per the distfile survey.linimon2005-11-251-1/+1
* - Update to 1.5.2garga2005-11-092-11/+5
* - Update to 1.5.1garga2005-10-282-3/+3
* - Update to 1.5.0garga2005-10-132-4/+4
* - Update to 1.4.11garga2005-10-102-4/+4
* - Update to 1.4.10garga2005-09-232-3/+3
* Update to 1.4.9jylefort2005-09-012-3/+3
* Update to 1.4.7.novel2005-07-222-3/+3
* - Update to 1.4.6, which fixes Javascript injection vulnerabilitypav2005-07-082-4/+3
* - Fix typo (LASTEST_LINK -> LATEST_LINK).flz2005-06-071-1/+2
* - Security update to 1.4.5.flz2005-06-062-3/+4
* - Do not use NO_LATEST_LINK [1]jylefort2005-05-141-2/+1
* Update to 1.4.4novel2005-05-072-4/+25
* - Update to 1.4.0pav2005-05-062-25/+6
* Update to 1.3.12novel2005-05-022-5/+25
* - Add missing php dependencies (session and zlib).flz2005-03-041-1/+2
* - Update to 1.3.11.flz2005-03-02