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)
])
05 01:05:31 +0800'>2016-04-051-1/+1 * Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.mat2016-04-01158-379/+379 * Add missing items to the calligra-l10n ports plists.rakuco2016-03-292-0/+2 * - Update security/gnutls to 3.4.10.tijl2016-03-271-0/+1 * - Separate japanese/mecab-ipadic into three slave portstota2016-03-266-23/+72 * - change MAINTAINER email address [1]ohauer2016-03-254-4/+4 * Update to 0.1.2.rakuco2016-03-232-3/+3 * Change header installation location for kdelibs4-based ports.rakuco2016-03-152-12/+13 * These ports do not build with PHP 7.0, make them as such.mat2016-03-141-0/+1 * Update to 1.9.5mat2016-03-104-789/+27 * Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.mat2016-03-082-10/+7 * - Update to 0.20160301danilo2016-03-062-3/+3 * - Update to 20160229.kuriyama2016-03-044-10/+10 * Update to 2.8.9dev.8.rakuco2016-03-045-71/+34 * Update to 2.8.8rel.2.rakuco2016-03-045-66/+30 * Fix line breaks conversion.rakuco2016-02-291-2/+2 * - Makefile.local for slave ports is included by bsd.port.mk r397519dinoex2016-02-281-4/+0 * - Update to 4.2.3tota2016-02-262-3/+3 * - Update to 4.4.2miwi2016-02-232-3/+3 * Update to 2.8.9.rakuco2016-02-202-6/+5 * Update to 5.0.5.jkim2016-02-161-4/+4 * japanese/mutt-devel: document ncurses requirement (USES+=ncurses)marino2016-02-131-1/+1 * japanese/lipsf: USES+= ncurses, respect LDFLAGSmarino2016-02-133-5/+22 * - Update to 0.20160201danilo2016-02-122-3/+3 * Update Calligra to 2.9.11.rakuco2016-02-092-3/+2 * japanese/skkfep: forgot to commit changed patch file earliermarino2016-02-061-4/+6 * japanese/jed: forgot to commit changed patch file earliermarino2016-02-061-6/+6 * japanese/skkfep: USES+= ncursesmarino2016-02-061-0/+1 * japanese/ng: USES+= ncurses, link with libncurses (not termcap)marino2016-02-061-1/+2 * japanese/ng-devel: USES+= ncursesmarino2016-02-061-4/+3 * japanese/ne: USES+= ncurses, respect LDFLAGSmarino2016-02-062-2/+12 * japanese/lynx(-current): document ncurses requirement (USES+=ncurses)marino2016-02-062-2/+2 * japanese/jls: document ncurses requirement (USES+=ncurses)marino2016-02-061-2/+5 * japanese/jed: USES+= ncurses, link with ncurses (not curses)marino2016-02-061-1/+2 * japanese/less: document ncurses requirement (USES+=ncurses)marino2016-01-311-1/+1 * - Update to 4.2.2tota2016-01-272-3/+3 * - Add japanese/bugzilla50tota2016-01-256-0/+333 * Modernize pkg-plist, remove deprecated @dirrmpawel2016-01-191-149/+7 * - Add NO_ARCHsunpoet2016-01-171-0/+1 * - Add NO_ARCHsunpoet2016-01-171-0/+1 * mark ports that don't work with Ruby 2.3swills2016-01-171-0/+2 * - Update to 4.4.1miwi2016-01-132-3/+3 * - Update to 0.20160105danilo2016-01-132-3/+3 * Convert LICENSE= "GPLxx # or later" to "GPLxx+"amdmi32016-01-132-2/+2 * Add Public Domain support to ports license framework. You can now useamdmi32016-01-121-3/+1 * - Update to 0.20151202danilo2016-01-122-3/+3 * - Update to 20151228.kuriyama2016-01-114-10/+10 * Update to 1.9.1.nobutaka2016-01-072-5/+4 * - Take maintainershipmiwi2015-12-281-2/+3 * Remove expired port:rene2015-12-268-109/+0 * Update Calligra to 2.9.10.rakuco2015-12-223-29/+42 * Make build as a user.mat2015-12-224-0/+56 * - Remove old gruftmiwi2015-12-211-1/+0 * Update to 5.0.4.jkim2015-12-181-4/+4 * - Reset maintainermiwi2015-12-112-2/+2 * - Update to 4.4sunpoet2015-12-112-4/+6 * - Switch to USES=tar:tgzamdmi32015-12-091-8/+6 * Update giflib to 5.1.1antoine2015-12-041-1/+1 * - Update MASTER_SITES and WWW, unbreak fetchamdmi32015-12-012-6/+3 * - Update MASTER_SITES, unbreak fetchamdmi32015-12-011-3/+2 * - Update MASTER_SITES, unbreak fetchamdmi32015-12-011-4/+2 * - Update MASTER_SITES and WWW, unbreak fetchamdmi32015-12-012-6/+3 * - Update MASTER_SITES, unbreak fetchamdmi32015-12-011-4/+2 * - Fix fetchamdmi32015-12-012-8/+38 * japanese/ochusha: Deprecate for removal on xmasmarino2015-11-271-0/+3 * Add two patches from upstream bug #7265, which fixes incompatibilities withadamw2015-11-241-1/+1 * - Add PORTSCOUTsunpoet2015-11-142-2/+2 * - Add NO_ARCHsunpoet2015-11-131-0/+1 * Allow building with giflib 5.1antoine2015-11-131-2/+14 * Use OPTIONS helpers.ume2015-11-131-18/+9 * Use @sample.ume2015-11-131-3/+1 * Mark a few ports BROKEN: unfetchableantoine2015-11-0911-0/+22 * - Update to 20151030.kuriyama2015-11-074-10/+10 * Fix ports that confused the meaning of WRKDIR and WRKSRC.mat2015-11-0518-29/+34 * Update to 5.0.3.jkim2015-11-041-4/+4 * Bump portrevision of ports that might have been built with a broken post-installbapt2015-10-311-1/+1 * Fix a bug in Makefile.in which installed a BDF file ashrs2015-10-224-2/+4 * Update to 20151021.mat2015-10-213-12/+11 * Improve shebangfix frameworkamdmi32015-10-192-3/+1 * japanese/spamassassin: Unbreak and adapt to 3.4.1pi2015-10-182-204/+124 * - Update WWWsunpoet2015-10-182-2/+1 * Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.tijl2015-10-104-34/+41 * Remove trailing whitespace from Makefiles, A-L.olgeni2015-10-085-7/+7 * Fix RUN_DEPENDSantoine2015-09-271-2/+2 * Remove deprecated @exec/@unexec from ports using uim-module-managerantoine2015-09-262-6/+6 * japanese/wordpress: update to 4.3.1rm2015-09-262-3/+3 * Fix indexbapt2015-09-261-2/+2 * Specify correctly @post* for gtk-query-immodulesbapt2015-09-261-2/+2 * Update dependency.hrs2015-09-261-2/+2 * Mark NO_ARCH.hrs2015-09-2618-17/+37 * Fix inconsistent installation directories of Japanese fonts andhrs2015-09-26112-974/+1177 * Add a missing dependency which could cause a build failure.hrs2015-09-261-2/+3 * Update to 5.0.2.jkim2015-09-242-6/+6 * - Split japanese/font-mplus into font-mplus-outline andhrs2015-09-2116-393/+312 * Typos, whitespace and capitalization fixes (G-P).olgeni2015-09-213-4/+7 * Make all GNUstep ports install into the System domain so that the Local domai...theraven2015-09-192-21/+21 * It seems some people keep adding $FreeBSD$ to patch files.mat2015-09-162-6/+0 * - Fix fetchamdmi32015-09-161-1/+2 * Make it so that the default Perl is always called perl5.mat2015-09-142-3/+3 * Fix fonts.dir by using fonts:fc and style consistency.hrs2015-09-1430-103/+91 * - Update to 0.20150901danilo2015-09-142-3/+3 * - Rename japanese/marumoji-fonts with japanese/font-marumoji.hrs2015-09-1311-167/+74 * - Use post-install-DOCS-on.hrs2015-09-132-4/+4 * - Use post-install-DOCS-on.hrs2015-09-132-4/+4 * Fix fonts.dir. It was totally broken since r381876.hrs2015-09-132-6/+6 * - Use post-install-DOCS-on.hrs2015-09-132-4/+4 * Use post-install-DOCS-on.hrs2015-09-131-0/+2 * Fix fonts.dir. It was totally broken since r381876.hrs2015-09-132-5/+3 * Fix fonts.alias. It was totally broken since r381876.hrs2015-09-132-5/+8 * Put MKDIR into post-install-DOCS-on, too.hrs2015-09-131-1/+1 * - Fix FONTSDIR.hrs2015-09-132-2/+5 * - Fix shebangsamdmi32015-09-121-1/+7 * - Clarify LICENSEamdmi32015-09-101-1/+3 * Fix dependency which could cause build failure pointed out in r396511.hrs2015-09-092-2/+10 * - Mark MAKE_JOBS_UNSAFE as this fails sporadicallyamdmi32015-09-091-0/+2 * - Update to 20150701cs2015-09-093-6/+10 * - Remove "BROKEN on powerpc" statement, the port builds finedanfe2015-09-082-33/+22 * - Fix PYDISTUTILS_EGGINFO, this time properlyamdmi32015-09-081-1/+1 * - Fix PYDISTUTILS_EGGINFOamdmi32015-09-081-2/+2 * - Update to 20150831.kuriyama2015-09-064-10/+10 * Convert most ports using cloud.github.com to GHC.mat2015-09-051-1/+3 * Shut up the warning messages in case of Perl 5.22.ume2015-09-044-1/+43 * Update LibreOffice to 5.0.1.jkim2015-09-021-4/+4 * - Fix shebangsamdmi32015-09-011-2/+3 * - Update to 4.3sunpoet2015-08-312-3/+4 * Reset maintainership per mail on freebsd-ports@ listjbeich2015-08-311-1/+1 * - Switch to options helpersamdmi32015-08-273-15/+8 * remove empty pkg-plistpgollucci2015-08-211-1/+0 * japanese/alias-fonts: convert to USES=fontpgollucci2015-08-204-61/+39 * Remove UNIQUENAME and LATEST_LINK.mat2015-08-172-2/+0 * Fix installation of fonts.alias.nobutaka2015-08-173-5/+6 * japanese/namazu2: convert to USES=metaportpgollucci2015-08-121-10/+1 * japanese/skk: convert to USES=metaportpgollucci2015-08-122-7/+1 * - Update to 0.20150803danilo2015-08-072-3/+3 * Update to 4.2.4flo2015-08-072-3/+3 * Part 1 of adding USE_GNOME=intltool to ports that require it.kwm2015-08-033-3/+3 * By default libtool replaces -export-symbols <file> with -retain-symbols-filetijl2015-08-0212-20/+14 * Remove expired ports:rene2015-08-015-35/+0 * - Separate libsynctex from tex-web2c to devel/tex-synctex.hrs2015-07-262-10/+584 * Fix ${opt}_* variables.hrs2015-07-251-7/+7 * Add www/p5-CGI.pm to RUN_DEPENDS when perl is 5.22 or later.kuriyama2015-07-221-2/+7 * This module provides methods to convert different written forms ofkuriyama2015-07-225-0/+55 * Remove expired ports:rene2015-07-225-49/+0 * mail/spamassassin, japanese/spamassassin: fix bug with dns/p5-Net-DNS changepi2015-07-211-1/+1 * Add missing dependency.hrs2015-07-211-1/+2 * - Add print/latex-biber, a biblatex replacement which supports Unicode.hrs2015-07-205-0/+42 * Update TeXLive to TL2015.hrs2015-07-204-66/+97 * fix issues related with USES=fontssanpei2015-07-185-15/+5 * convert to USES=metaportsanpei2015-07-182-6/+1 * Update to 2.17.2106.102.hrs2015-07-1336-112/+251 * - Update to 20150630.kuriyama2015-07-134-10/+10 * - Add japanese/uim-mozc, uim plugin for mozc input method[*].hrs2015-07-108-10/+119 * - Update to 0.20150703danilo2015-07-052-3/+3 * Set NO_ARCH for remaining rubygem-* ports with no arch dependent filespgollucci2015-07-035-0/+10 * After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,adamw2015-06-292-4/+0 * Deprecate ports broken for more than 6 monthsantoine2015-06-211-0/+3 * - Clarify LICENSEamdmi32015-06-191-2/+5 * - Fix shebangsamdmi32015-06-171-2/+3 * Apply patch for CVE-2015-2775.delphij2015-06-172-1/+16 * - Update to 0.20150602danilo2015-06-172-3/+3 * - Modernize plistamdmi32015-06-162-115/+8 * - Update to 4.2.0tota2015-06-132-14/+6 * - Update to 3.0.9tota2015-06-132-14/+6 * - Fix shebangsamdmi32015-06-111-1/+6 * - Fix shebangsamdmi32015-06-101-2/+3 * - update to 4.4.9ohauer2015-06-012-4/+4 * - Don't cat pkg-message from Makefilesamdmi32015-05-271-1/+0 * - Update to 0.3.5sunpoet2015-05-262-5/+5 * - Fix runtime behaviour: fonts.alias was not updated properlyriggs2015-05-245-75/+20 * Remove $FreeBSD$ from patches files everywhere.mat2015-05-231-2/+1 * - Update to 4.2.2sunpoet2015-05-162-4/+4 * - Update to 0.20150513danilo2015-05-142-3/+3 * MASTER_SITES cleanup.mat2015-05-1454-116/+63 * Cleanup DIST* variables.mat2015-05-127-14/+8 * Move p5- ports from ports@ to perl@.mat2015-05-116-6/+6 * japanese/xpdf: remove CPE info added by mistake in r385837robak2015-05-091-2/+0 * japanese/xpdf: add CPE inforobak2015-05-091-0/+2 * - Update to 4.2.1sunpoet2015-05-092-3/+3 * Update ports in the [i-m]* category to not use GH_COMMIT.mat2015-05-087-16/+9 * japanese/jishyo: don't redefine WRKSRC to the default valuejbeich2015-05-071-2/+0 * - Update to 20150430.kuriyama2015-05-064-10/+10 * Use USES=fakeroot instead of NEED_ROOT=yesbapt2015-05-031-7/+3 * Update spamassassin to 3.4.1.adamw2015-04-301-1/+3 * - Chase GNU Emacs updatesashish2015-04-276-5/+6 * - Update to 4.2sunpoet2015-04-262-3/+3 * Update to 4.3.7.jkim2015-04-261-4/+4 * Fix build with Perl 5.18+mat2015-04-254-7/+22 * Deprecate Perl modules that only work with 5.16, as it's being phased out, withmat2015-04-242-0/+6 * japanese/k12: fix pkg-message pathsrobak2015-04-211-2/+2