dnl dnl GNOME_ORBIT_HOOK (script-if-orbit-found, failflag) dnl dnl if failflag is "failure" it aborts if orbit is not found. dnl AC_DEFUN([GNOME_ORBIT_HOOK],[ AC_PATH_PROG(ORBIT_CONFIG,orbit-config,no) AC_PATH_PROG(ORBIT_IDL,orbit-idl,no) AC_CACHE_CHECK([for working ORBit environment],gnome_cv_orbit_found,[ if test x$ORBIT_CONFIG = xno -o x$ORBIT_IDL = xno; then gnome_cv_orbit_found=no else gnome_cv_orbit_found=yes fi ]) AM_CONDITIONAL(HAVE_ORBIT, test x$gnome_cv_orbit_found = xyes) if test x$gnome_cv_orbit_found = xyes; then $1 ORBIT_CFLAGS=`orbit-config --cflags client server` ORBIT_LIBS=`orbit-config --use-service=name --libs client server` AC_SUBST(ORBIT_CFLAGS) AC_SUBST(ORBIT_LIBS) else if test x$2 = xfailure; then AC_MSG_ERROR(ORBit not installed or installation problem) fi fi ]) AC_DEFUN([GNOME_ORBIT_CHECK], [ GNOME_ORBIT_HOOK([],failure) ]) ader'> cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libpeak/files/patch-peak_engine_mode_kqueue.c
='left'>Lines
Commit message (Expand)AuthorAgeFilesLines
* Reset maintainership de jure. In fact KDE 3 has not been maintained by our teamMax Brazhnikov2011-07-081-1/+1
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-161-2/+1
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
* - bump all port that indirectly depends on libjpeg and have not yet been bump...Dirk Meyer2009-07-311-0/+1
* The KDE FreeBSD team is proud to announce the releaseMartin Wilke2008-08-291-3/+3
* The KDE FreeBSD team is proud to announce the releaseMartin Wilke2008-08-182-10/+64
* Update to KDE 3.5.8Michael Nottebrock2007-10-302-5/+3
* Update to KDE 3.5.7 / KOffice 1.6.3Michael Nottebrock2007-07-043-5/+3
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-201-0/+1
* Update to KDE 3.5.6 / KOffice 1.6.2Michael Nottebrock2007-03-141-3/+3
* Update to KDE 3.5.5 / KOffice 1.6.1Michael Nottebrock2006-12-202-3/+4
* KDE 3.5.4 / KOffice 1.5.2Michael Nottebrock2006-09-132-6/+8
* Update to KDE 3.5.3Michael Nottebrock2006-06-062-11/+10
* Update to KDE 3.5.2Michael Nottebrock2006-03-312-64/+13
* Update to KDE 3.5.1.Michael Nottebrock2006-02-011-3/+3
* Update to KDE 3.5.0Michael Nottebrock2006-01-092-111/+7