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 AC_CHECK_LIB(xml, xmlNewDoc, [ $1 AC_SUBST(GNOME_XML_LIB) 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_DEFUN([GNOME_XML_CHECK], [ GNOME_XML_HOOK([],failure) ]) vcs-git' href='https://www.csie.ntu.edu.tw/~b01902062/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/mikutter
Commit message (Expand)AuthorAgeFilesLines
* net-im/mikutter: Update to 3.8.3meta2018-12-033-22/+15
* - Update to 3.7.1tota2018-05-162-4/+4
* - Update to 3.7.0tota2018-05-163-6/+18
* - Update to 3.6.8tota2018-05-083-21/+5
* - Update to 3.6.7tota2018-05-082-5/+5
* - Update to 3.6.6tota2018-04-252-4/+4
* - Update to 3.6.5tota2018-03-202-4/+4
* - Update to 3.6.4tota2018-02-283-5/+57
* - Update to 3.6.1tota2018-01-262-6/+6
* - Update to 3.6.0tota2018-01-245-88/+105
* - Update RUN_DEPENDStota2018-01-242-5/+16
* - Update to 3.5.12tota2017-10-153-10/+19
* - Update to 3.5.11tota2017-09-052-4/+4
* - Update to 3.5.9tota2017-08-202-9/+10
* - Update to 3.5.7tota2017-05-042-4/+4
* - Update to 3.5.6tota2017-04-032-4/+4
* - Update to 3.5.5tota2017-03-263-16/+132
* Fix RUN_DEPENDS: use rubygem-json_pure1sunpoet2017-03-111-1/+2
* - Update to 3.4.2tota2016-08-032-6/+6
* - Update to 3.4.1tota2016-06-263-38/+34
* - Update to 3.3.10tota2016-05-162-4/+4
* - Update to 3.3.9tota2016-05-142-4/+4
* - Add missing RUN_DEPENDStota2016-04-091-0/+4
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-19/+19
* - Update to 3.3.8tota2016-02-272-3/+3
* - Update to 3.3.7tota2016-02-212-3/+3
* - Update to 3.3.6tota2016-02-152-3/+3