dnl dnl GNOME_XML_HOOK (script-if-xml-found, failflag) dnl dnl If failflag is "failure", script aborts due to lack of XML dnl dnl Check for availability of the libxml library dnl the XML parser uses libz if available too dnl AC_DEFUN([GNOME_XML_HOOK],[ AC_PATH_PROG(GNOME_CONFIG,gnome-config,no) if test "$GNOME_CONFIG" = no; then if test x$2 = xfailure; then AC_MSG_ERROR(Could not find gnome-config) fi fi GNOME_XML_CFLAGS=`$GNOME_CONFIG --cflags xml` AC_SUBST(GNOME_XML_CFLAGS) AC_CHECK_LIB(xml, xmlNewDoc, [ $1 GNOME_XML_LIB=`$GNOME_CONFIG --libs xml` ], [ if test x$2 = xfailure; then AC_MSG_ERROR(Could not link sample xml program) fi ], `$GNOME_CONFIG --libs xml`) AC_SUBST(GNOME_XML_LIB) ]) AC_DEFUN([GNOME_XML_CHECK], [ GNOME_XML_HOOK([],failure) ]) ts-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/xfce4-wm/files
'left'>Age
Commit message (Expand)AuthorAgeFilesLines
* The FreeBSD Xfce team proudly presents Xfce 4.12.olivierd2015-03-062-63/+0
FilesLines
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-11/vuzernoland2008-12-231-1/+1
* Update to version 1.1.0az2008-12-223-23/+4
* - This port has been FORBIDDEN for more than 6 months. Set to expire in onepav2008-12-201-0/+2
* - Convert to OPTIONS and add more of themamdmi32008-12-204-148/+218
* - Update to 0.61miwi2008-12-132-4/+4
* net-p2p/rtorrent needs recent gcc (4.2+).flz2008-12-111-0/+2
* Update net-p2p/rtorrent-devel to 0.8.4.flz2008-12-093-10/+7
* Update net-p2p/libtorrent-devel to 0.12.4.flz2008-12-094-8/+17
* Update net-p2p/rtorrent to 0.8.2.flz2008-12-093-11/+30
* Update net-p2p/libtorrent to 0.12.2.flz2008-12-094-9/+9
* 2008-09-19 japanese/escpf: Has been broken for more than 6 monthsmiwi2008-12-0822-949/+0
* - Update to 4.17.0miwi2008-12-073-21/+27
* Update ktorrent to 3.1.5 for KDE4.makc2008-12-064-413/+514
* Drop maintainership.lioux2008-11-303-3/+3
* - Update maintainer mail adressmiwi2008-11-301-1/+1
* - Fix PLISTgahr2008-11-251-1/+0
* - Update to 0.4.8gahr2008-11-253-13/+14
* - Update to 0.3.22gahr2008-11-253-6/+5
* Update ktorrent to 2.2.8 - the last release for KDE3.makc2008-11-216-10/+12
* Only add extra patches if they are present.flz2008-11-174-0/+9
* BTPD is a bittorrent client consisting of a daemon and client commands, whichmiwi2008-11-164-0/+41
* Fix the build by regenerate the ${WRKSRC}/intltool-*.in. Current, in themezz2008-11-111-0/+3
* Update to 1.40.mezz2008-11-1110-182/+225
* Update net-p2p/rtorrent-devel to 0.8.3.flz2008-11-103-6/+18
* - Use net/xmlrpc-c-devel instead of net/xmlrpc-c.flz2008-11-102-25/+4
* Update net-p2p/libtorrent-devel to 0.12.3.flz2008-11-102-4/+4
* -LOCALBASE -> (MAN)PREFIX to install its own files.mezz2008-11-031-5/+3
* - Update to 0.3.4miwi2008-10-242-6/+6
* - Update to 3.2.6.106miwi2008-10-192-10/+13
* - Update to 0.60miwi2008-10-192-4/+4
* - Update to 0.52amdmi32008-10-134-11/+70
* Unworkable is a BSD-licensed BitTorrent implementationmiwi2008-10-114-0/+50
* - Update to 0.4.7gahr2008-09-233-13/+10
* - Update to 0.3.21gahr2008-09-234-23/+11
* - Update to 4.18.8amdmi32008-09-232-4/+4
* Update to 1.34.mezz2008-09-239-58/+66
* Reset infofarmer due to maintainer-timeouts and no response to email.linimon2008-09-071-1/+1
* - Fix build when automake and qt3 are installedgahr2008-08-271-4/+5
* - Update to 0.3.3miwi2008-08-264-15/+6
* - Update to 0.4.5gahr2008-08-263-26/+47
* - Update to 0.3.19gahr2008-08-264-12/+18
* - Update to 4.18.6amdmi32008-08-232-4/+4
* Update to 1.33.mezz2008-08-214-6/+8
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-2113-14/+0
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62ade2008-08-201-1/+1
* - Update to 4.18.5rafan2008-08-172-4/+4
* Update to 2.9.6lioux2008-08-102-4/+4
* Update to 1.32.mezz2008-08-107-9/+9
* Fix the meta-port.mezz2008-08-071-0/+2
* Fix the build.mezz2008-08-071-1/+1
* - Update to 1.31, be sure to read in UPDATING.mezz2008-08-0721-1137/+1616
* - Fix plist for NOPORTDOCS=yesamdmi32008-08-012-15/+15
* Update my email address to my @FreeBSD.org address.rnoland2008-07-312-2/+2
* Update to version 2.2.7markus2008-07-306-12/+10
* - Don't remove directories owned by other ports or mtree. (This is notpav2008-07-291-21/+0
* - Remove USE_GCC where it can be satisfied with base compiler on followingpav2008-07-253-3/+0
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MA...pav2008-07-255-7/+0
* - Update to 0.96.5rafan2008-07-222-5/+4
* - Update to 4.18.3.lippe2008-07-222-9/+8
* - Chase lang/guile share library version bump (.18 -> .19)rafan2008-07-211-1/+1
* hrktorrent is a light console torrent client using rasterbar's libtorrent.miwi2008-07-206-0/+58
* - Append CONFIGURE_ARGS for ImageMagick.alepulver2008-07-182-0/+2
* - Ressurect a patch file in an attempt to fix build on amd64/7pav2008-07-162-0/+34
* - Update to 0.4.4gahr2008-07-152-4/+4
* - Update to 0.3.18gahr2008-07-154-6/+22
* Update to 0.11lioux2008-07-1211-140/+133
* Update to 3.1.1.0wxs2008-07-094-8/+8
* Update to 1.0.2.mezz2008-07-073-10/+11
* Update to 0.0.25erwin2008-07-073-5/+12
* - Update to 0.4.3gahr2008-07-043-6/+8
* - Update to 0.3.17gahr2008-07-042-5/+5
* Fix typo (USE_BZIP2).flz2008-07-022-4/+4
* - Update to 0.96miwi2008-06-293-26/+30
* The tarball has been re-rolled. They have backed out the plugins related fix:mezz2008-06-264-6/+8
* Update to 0.5.9.3.mezz2008-06-244-8/+8
* - Update to version 0.13svn.r2335.alepulver2008-06-246-280/+278
* - Update to version 1.0.0.alepulver2008-06-244-12/+12
* - Update to version 0.13.alepulver2008-06-246-25/+80
* - Update to 3.1.0.0miwi2008-06-234-12/+12
* Update net-p2p/ctorrent to 3.3.2.flz2008-06-212-4/+4
* Update to 0.5.9.2.mezz2008-06-214-10/+8
* - This port has been BROKEN for more than 6 months. It will be removed unlesspav2008-06-191-0/+2
* - Builds on amd64 nowpav2008-06-192-14/+2
* Don't install documentation when NOPORTDOCS is defined.flz2008-06-181-0/+2
* Don't install documentation if NOPORTDOCS is defined.flz2008-06-181-2/+4
* - Removed a wrong character **/**.araujo2008-06-181-4/+5
* - Update to 4.18.2.araujo2008-06-182-8/+7
* Update to 1.22.mezz2008-06-147-12/+18
* - Fix QT4 modules dependency listgahr2008-06-131-3/+4
* - Fix PLISTgahr2008-06-091-0/+2
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-06