aboutsummaryrefslogtreecommitdiffstats
path: root/macros/gnome-gnorba-check.m4
blob: dbac0a6cf75be4e9560f4653eed1437962b07710 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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)
])
span title='2004-02-24 03:24:04 +0800'>2004-02-242-4/+3 * - Try to fix this on Bento. Configure script is needlessly picky about warningspav2004-02-231-1/+1 * - Chase download location againpav2004-02-231-2/+1 * Catch up to the cdevsw changes in 5-current.scottl2004-02-221-9/+14 * BROKEN: Checksum mismatchkris2004-02-221-0/+2 * - Remove unneeded reference to -lcipher, which was removed from -CURRENTpav2004-02-171-8/+2 * BROKEN on 5.x: configure failskris2004-02-171-1/+7 * BROKEN with perl != 5.6.1: broken plistkris2004-02-171-1/+7 * Fix plist & unmark broken.mikeh2004-02-172-3/+0 * BROKEN: Broken pkg-plistkris2004-02-171-0/+2 * - Teach included libtool to not be clever about -lc_rpav2004-02-151-0/+15 * - Update to 0.5.10pav2004-02-146-63/+45 * Upgrade to 8.1.1.kuriyama2004-02-112-2/+3 * Respect CFLAGS; utilize USE_GETOPT_LONG; utilize USE_LIBTOOL.linimon2004-02-113-45/+24 * Enable kdepasswd, depend on kdebase, fix plist.bas*, bump PORTREVISION.lofi2004-02-103-7/+79 * Create a new port for xtt516, a GUI for controlling the TenTec 516 ham radiopatrick2004-02-085-0/+32 * Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-064-2/+2 * Use PLIST_FILES.trevor2004-02-064-2/+2 * RUN_DEPENDS on gnupg, CONFLICTS with kgpg.lofi2004-02-051-1/+5 * Update to KDE 3.2.0lofi2004-02-0510-115/+253 * Remove unneeded patch files for version 0.9.1 to make it compile.patrick2004-02-053-44/+0 * Update to 0.9.1patrick2004-02-054-40/+37 * Set {WANT,USE}_GNOME correctly to make these ports compatible with the newmarcus2004-02-041-0/+2 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-0427-2/+27 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1 * Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-044-8/+9 * Fix build on AMD64arved2004-01-311-1/+1 * Should have read all my mail before committing.pav2004-01-291-1/+2 * - Update MASTER_SITESpav2004-01-291-1/+1 * SIZEify.trevor2004-01-2916-0/+16 * - Update to 0.6.4.1pav2004-01-272-3/+3 * Upgrade to version 2.5jmz2004-01-243-15/+2 * Now gettext 0.12.1 is gettext-old.trevor2004-01-244-4/+4 * Grig is a graphical front-end to the Ham Radio librariespav2004-01-235-0/+50 * Gpredict is a satellite tracking and prediction applicationpav2004-01-235-0/+87 * - Update to 2.0pav2004-01-224-5/+15 * Use the new ghostscript options.marcus2004-01-211-6/+1 * A better fix for the buffer overflow problem.jmz2004-01-202-2/+2 * - Update to 0.92.0, now with FreeBSD Bluetooth stack supportpav2004-01-144-6/+6 * Fix a buffer overflow problem.jmz2004-01-132-1/+2 * Reset maintainer from me@FreeBSD.org to ports@FreeBSD.org. Apparentlylinimon2004-01-121-1/+1 * update to 4.1.8mharo2004-01-112-2/+2 * Nitpicks for the comms/qpage portedwin2004-01-104-0/+50 * - Update to 0.5.8 [1]sergei2004-01-096-79/+15 * Add port for py-lirc 0.0.4,perky2004-01-075-0/+38 * The port did not build on many systems due to conflicting and missinglinimon2003-12-297-8/+78 * Fix build on 5.x.linimon2003-12-293-7/+49 * Add p5-Image-Size to RUN_DEPENDS.linimon2003-12-291-1/+2 * - Update to 0.91.0pav2003-12-266-16/+6 * - Restore Date created: and Whom: lines in the port Makefile headersergei2003-12-211-2/+2 * add working MASTER_SITESmharo2003-12-171-1/+3 * - Update to 0.5.7pav2003-12-173-23/+3 * - Fix build when older version is already installed. This will preferpav2003-12-161-1/+1 * - Fix INDEX.pav2003-12-142-2/+2 * Add gammu, a command-line program to communicate with Nokia cell phonespav2003-12-1419-0/+505 * - Use native threading librarypav2003-12-131-5/+4 * Add comms/qtpcr, software that controls the ICOM PCR-1000 Receiver.linimon2003-12-125-0/+64 * Upgrade to 8.0.9 (bugfix).kuriyama2003-12-112-3/+2 * Clean up historical baggage, and move the old local distfiles thatjoerg2003-12-101-1/+1 * Mark as broken on 5.x. Informed maintainer.linimon2003-12-081-1/+7 * Mark as broken on 5.x. Maintainer's address currently bounces.linimon2003-12-071-0/+4 * Per redirect response when sending mail to maintainer, update maintainer'slinimon2003-12-071-1/+1 * Make the sample config file correct for FreeBSD.obrien2003-12-072-0/+17 * Add py-bulksms, python client for BulkSMS.co.uk's HTTP API for sendingpav2003-12-065-0/+56 * Add hamfax, a Qt/X11 application for sending and receiving facsimilespav2003-12-067-0/+64 * Upgrade to 8.0.8.kuriyama2003-12-052-2/+2 * - Update to 0.5.6pav2003-12-059-46/+208 * - Fix MASTER_SITESdinoex2003-12-041-2/+1 * - AMD64 has no APMarved2003-11-261-3/+3 * Mark as broken on 5.x. The assumptions that the Makefiles make here,linimon2003-11-221-1/+7 * Change BROKEN to IGNORE in the case of configurations that will neverlinimon2003-11-221-1/+1 * - Fix pkg-plist vodafone_autralia -> vodafone_australiakrion2003-11-212-6/+13 * Reset unreachable MAINTAINERs to ports@FreeBSD.orgeik2003-11-201-1/+1 * Upgrade to 8.0.6.kuriyama2003-11-192-2/+2 * Fix build process on sparc64 and alpha systems.osa2003-11-182-4/+34 * - take maintainershipdinoex2003-11-181-1/+1 * unPERLify by using REINPLACE_CMD where appropriate.marcus2003-11-162-9/+11 * Fix build if bison is installed.fjoe2003-11-141-3/+11 * Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.trevor2003-11-133-4/+4 * Update to 2.0perky2003-11-102-2/+2 * Add sites to fetch distfile from.cy2003-11-091-1/+3 * As announced on Aug 7, remove this broken port.kris2003-11-088-330/+0 * Reset maintainer to ports@FreeBSD.org. Requested by: kris.linimon2003-11-031-1/+1 * Reset maintainer of ports owned by inactive committers who were just retired.kris2003-11-031-1/+1 * Fix build on non-intel archs.osa2003-11-031-3/+20 * ports with possibly unreachable MAINTAINERsedwin2003-11-021-1/+1 * Upgrade to 8.0.5 (minor bugfixes).kuriyama2003-11-012-2/+2 * Per distfile survey, remove old mastersites. All I could find onlinimon2003-10-261-2/+4 * Per distfile survey, remove mastersite that expired in October 2002.linimon2003-10-261-1/+2 * Update to 8.0.4.kuriyama2003-10-255-24/+40 * utilize SITE_PERLijliao2003-10-243-8/+6 * Cosmetic fix: use %%DOCSDIR%% macro.osa2003-10-2213-89/+89 * Unbreak build by use WANT_AUTOMAKE_VER=15.osa2003-10-211-1/+1 * Pass gnokii maintainership to ports@. I only passively use gnokii for SMSanders2003-10-201-1/+1 * Before committing the previous BROKEN changes I carefully checked the statuskris2003-10-161-7/+1 * BROKEN on 5.x: does not compilekris2003-10-161-1/+7 * Unbreak port by adding dependency on autoconf.edwin2003-10-131-2/+1 * BROKEN: Broken pkg-plistkris2003-10-131-0/+2 * Add USE_XLIB to the ports Makefileedwin2003-10-131-0/+1 * unbreak build on CURRENToliver2003-10-122-0/+12 * - use DOCSDIRdinoex2003-10-121-5/+5 * New port for libirman 0.4.2edwin2003-10-108-0/+82 * new port: comms/gscmxx 0.4.1 - gtk-frontend for scmxxedwin2003-10-085-0/+78 * New port: comms/lirc: Linux Infared Remote Controledwin2003-10-0610-0/+237 * Add garmin-utils 1.93, utilities for Garmin GPS receivers.oliver2003-10-065-0/+29 * Fix the -pthread problem in case the option gets removed again. Thiswill2003-10-042-3/+2 * - dependency update: intl.4 -> intl.5oliver2003-10-042-2/+4 * IA64s do not have apm.arved2003-09-301-2/+2 * Fix exit status passing in vgetty for external shells.jmz2003-09-292-1/+31 * javax.comm ports should use USE_JAVAedwin2003-09-29