dnl dnl GNOME_GNORBA_HOOK (script-if-gnorba-found, failflag) dnl dnl if failflag is "failure" it aborts if gnorba is not found. dnl AC_DEFUN([GNOME_GNORBA_HOOK],[ GNOME_ORBIT_HOOK([],$2) AC_CACHE_CHECK([for gnorba libraries],gnome_cv_gnorba_found,[ gnome_cv_gnorba_found=no if test x$gnome_cv_orbit_found = xyes; then GNORBA_CFLAGS="`gnome-config --cflags gnorba gnomeui`" GNORBA_LIBS="`gnome-config --libs gnorba gnomeui`" if test -n "$GNORBA_LIBS"; then gnome_cv_gnorba_found=yes fi fi ]) AM_CONDITIONAL(HAVE_GNORBA, test x$gnome_cv_gnorba_found = xyes) if test x$gnome_cv_orbit_found = xyes; then $1 GNORBA_CFLAGS="`gnome-config --cflags gnorba gnomeui`" GNORBA_LIBS="`gnome-config --libs gnorba gnomeui`" AC_SUBST(GNORBA_CFLAGS) AC_SUBST(GNORBA_LIBS) else if test x$2 = xfailure; then AC_MSG_ERROR(gnorba library not installed or installation problem) fi fi ]) AC_DEFUN([GNOME_GNORBA_CHECK], [ GNOME_GNORBA_HOOK([],failure) ]) ' alt='cgit logo'/> index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/databases
Commit message (Expand)AuthorAgeFilesLines
* Update libmemcache to 1.0.1.seanc2004-12-083-3/+4
* Update to 0.02mat2004-12-073-4/+17
* Add explicit imake dependency to fix build after X11 libraries no longerlesi2004-12-071-1/+2
* Update to 3.09.osa2004-12-072-3/+3
* Update to 1.0.3.marcus2004-12-075-50/+5
* Add myself as committer, and use my @FreeBSD.org address.girgen2004-12-0628-28/+28
* - Fix plisterwin2004-12-062-0/+5
* Upgrade to 0.8.3.vanilla2004-12-051-1/+1
* - fix pkg-plistclsung2004-12-051-0/+1
* - add subdir for db43clsung2004-12-051-0/+1
* - repocopied from databases/db42 (via portmgr)clsung2004-12-0530-360/+305
* -Update to 0.7.2sem2004-12-043-3/+6
* - Update to 0.7.2sem2004-12-043-10/+25
* Update to 0.06mat2004-12-032-3/+3
* Update to 0.05mat2004-12-032-3/+3
* Fix build on Python 2.4.perky2004-12-035-0/+81
* Update to 0.04mat2004-12-022-4/+12
* Add p5-File-Temp dependency to mysql-scripts.ale2004-12-019-9/+18
* Reset MAINTAINER to ports@FreeBSD.orgahze2004-12-011-1/+1
* Backout plist hack in favor of a Makefile hack and define NO_FILTER_SHLIBSseanc2004-12-012-1/+2
* Add a port for libmemcache, a C API for memcached.seanc2004-11-305-0/+35
* Update to latest release - 3.30.osa2004-11-302-3/+3
* Update to latest release - 3.08.osa2004-11-304-7/+11
* Add databases/py-MySQLdb-devel 1.1.7, devel version of py-MySQLdbclement2004-11-295-29/+35
* - Use OPTIONS and add various knob [1]clement2004-11-292-3/+30
* Chase recent Log4J port renamehq2004-11-281-1/+1
* Fix configure checks for C++ headers on 4.xlofi2004-11-283-6/+9
* New port: databases/pear-MDB2 PEAR database abstraction layeredwin2004-11-274-0/+91
* Chase wxgtk2*-devel libraries version bump.fjoe2004-11-264-6/+76
* . Update to 3.0.16.glewis2004-11-264-6/+6
* ${DOCSDIR} should include ${PORTVERSION} for this port.fjoe2004-11-251-1/+2
* - Update to 0.08sem2004-11-252-3/+3
* - Update to latest version 1.0.5vs2004-11-254-8/+8
* BROKEN: Does not compilekris2004-11-252-0/+4
* - Standardize an EXPIRATION_DATE format.sem2004-11-241-1/+1
* Set Python version explicitly so that py-psycopg does not fail to installanders2004-11-241-0/+1
* Use new GCONF_SCHEMAS.mezz2004-11-242-3/+2
* Another step along the road to the postgresql new world order.ade2004-11-24293-9544/+12872
* Use new INSTALLS_OMF.mezz2004-11-238-8/+4
* Update to 3.29.osa2004-11-222-3/+3
* Update to 3.07.osa2004-11-222-3/+3
* - Last nail to the coffin: chase mysql++ update and mark BROKEN unconditionallypav2004-11-211-9/+8
* - Update to 1.7.20pav2004-11-2112-302/+190
* Add forgetSQL, a Python module for object-oriented access to SQLanders2004-11-216-0/+76
* Update port to phpMyAdmin-2.6.0-pl3 to fixjosef2004-11-206-6/+8
* With portmgr hat on, reset inactive maintainer. These ports are now uplinimon2004-11-201-1/+1
* Update to 2.4.2lofi2004-11-206-12/+9
* Update to 0.07mat2004-11-193-5/+8
* PR:foxfair2004-11-192-3/+3
* Support for ISO-8859-2 fonts should be enabled with --enable-latin2demon2004-11-172-2/+2
* Update to 1.46mat2004-11-172-3/+12
* Update to 0.05mat2004-11-172-3/+12
* Fix package build.krion2004-11-162-3/+2
* Fix docs installation.ale2004-11-161-1/+2
* update to 4.0.1eik2004-11-162-5/+6
* Expand width of the Responsible field for the output from "query-pr -i".ceri2004-11-162-1/+27
* Correct some potential buffer overflows [1].ceri2004-11-165-2/+64
* - Mark BROKEN on 4.xpav2004-11-163-0/+3
* Merge security fix from 4.0.1 for CAN-2004-0623.ceri2004-11-152-1/+12
* Update to version 1.0.20krion2004-11-146-42/+8
* Update to version 3.52.1krion2004-11-144-25/+46
* Add missing filekris2004-11-132-0/+2
* Grr... Forgot to `cvs add' the new patches prior to committing. Again...mi2004-11-132-0/+54
* Update to version 0.21.demon2004-11-123-7/+5
* Make buildable with newer MySQL clients -- 4 and 5 -- but keepmi2004-11-124-9/+23
* Update to 1.13mat2004-11-112-3/+3
* update proj library versionmharo2004-11-101-1/+3
* - Update to 0.10.3pav2004-11-102-3/+3
* - Update to 7.2.6pav2004-11-102-10/+10
* - Chase postgresql updatepav2004-11-101-1/+2
* Massive ports move to better categories.skv2004-11-093-4/+2
* Update to version 1.12.demon2004-11-092-3/+3
* Remove a redundant x86/amd64 section to fix the build on amd64.marcus2004-11-081-0/+34
* * update to 0.20petef2004-11-082-4/+3
* Add evolution-data-server.marcus2004-11-081-0/+1
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-08