aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xscreensaver/files
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xscreensaver/files')
-rw-r--r--x11/xscreensaver/files/patch-ab20
1 files changed, 19 insertions, 1 deletions
diff --git a/x11/xscreensaver/files/patch-ab b/x11/xscreensaver/files/patch-ab
index 589d1064ebbc..e1135f87ebe8 100644
--- a/x11/xscreensaver/files/patch-ab
+++ b/x11/xscreensaver/files/patch-ab
@@ -18,12 +18,30 @@
fi
if test "$have_kerberos" = yes ; then
+@@ -6151,7 +6151,7 @@
+ gtk_path="$gtk_dir:$gtk_dir:$gtk_path"
+ fi
+
+- for ac_prog in glib-config
++ for ac_prog in `basename ${GLIB_CONFIG}`
+ do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+ set dummy $ac_prog; ac_word=$2
+@@ -6191,7 +6191,7 @@
+ test -n "$glib_config" && break
+ done
+
+- for ac_prog in gtk-config
++ for ac_prog in `basename ${GTK_CONFIG}`
+ do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+ set dummy $ac_prog; ac_word=$2
@@ -6485,7 +6485,7 @@
if eval "test \"`echo '$''{'ac_cv_gtk_version_string'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
- ac_cv_gtk_version_string=`$glib_config --version`
-+ ac_cv_gtk_version_string=`$gtk_config --version`
++ ac_cv_gtk_version_string=`${GTK_CONFIG} --version`
fi
echo "$ac_t""$ac_cv_gtk_version_string" 1>&6
09-09-241-1/+6 * lzmautils-devel -> xznaddy2009-09-213-4/+6 * Update to 0.16.0rnoland2009-09-202-6/+19 * - fix (and sort) plist after recent x11/xscreensaver updatemakc2009-09-182-13/+3 * Set the default Gecko provider to be libxul to fix the build of GNOME onmarcus2009-09-181-2/+2 * Update to version 2.10 which includes the following:dougb2009-09-154-27/+15 * Update to 1.1.0rene2009-09-143-11/+55 * - Update to Maintianer Mail adressmiwi2009-09-121-1/+1 * Chase the xscreensaver-gnome-hacks update.marcus2009-09-111-1/+1 * Update to 5.10.marcus2009-09-114-13/+5 * Update to 0.3.6garga2009-09-112-4/+4 * Bump PORTREVISION to chase the xscreensaver-gnome-hacks update.marcus2009-09-081-1/+1 * Update to 5.09.marcus2009-09-085-12/+20 * Update to 190.32bland2009-09-074-8/+8 * Bump PORTREVISION for libX11 change forgotten by me at thebsam2009-09-071-0/+1 * Add support to create users and groups from information stored in UIDs/GIDsflz2009-09-072-31/+4 * Update libX11 to version 1.1.5-4.fc10.bsam2009-09-062-8/+8 * Update to version 247krion2009-09-062-5/+4 * - Get rid of /usr/X11R6fluffy2009-09-051-1/+8 * - Update GHC and Haskell ports to 6.10.4 (for both i386 and amd64), bumppgj2009-09-0218-212/+308 * - Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirror...amdmi32009-09-022-4/+2 * - Update to 1.8ehaupt2009-09-023-9/+109 * - Removed patch that was integrated upstreamtabthorpe2009-09-022-42/+0 * The FreeBSD KDE is please to announce the release of KDE 4.3.1,tabthorpe2009-09-0217-54/+49 * - Update MASTER_SITESmiwi2009-08-301-2/+2 * Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and nolinimon2009-08-292-2/+2 * Reset maintainership, i do not use this port for a long time now.garga2009-08-271-1/+1 * - Update to 0.13miwi2009-08-273-9/+15 * Update to 190.25bland2009-08-272-4/+4 * Update to 190.25bland2009-08-272-4/+4 * On ia64, gdm (indirectly) uses log10 and ceil. Add libm to themarcel2009-08-251-0/+1 * xorg-server builds on ia64. Include it in the xorg meta-port.marcel2009-08-251-1/+1 * Pull galeon out of the Fifth Toe. It is no longer supported, and will bemarcus2009-08-251-2/+1 * - Add patch from upstream that fixes the HDD system monitor applet ifmarkus2009-08-234-2/+28 * - Reindent Makefile to fit in 80 columns, fix minor nitsdanfe2009-08-232-10/+8 * - Adjust port comment and descriptiondanfe2009-08-232-12/+11 * Chase the vte shared lib bump.marcus2009-08-237-6/+7 * Chase the fribidi shared lib bump.marcus2009-08-232-2/+2 * - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-2232-55/+35 * - Update to 20090815wxs2009-08-222-4/+4 * - Implement/Add the sensor 'system/uptime' for/to ksysguardd. As intendedmarkus2009-08-2112-0/+284 * Reset sbahra at his request due to lack of time to work on these ports.linimon2009-08-203-5/+5 * make startup notification really optionaloliver2009-08-161-3/+1 * Fix a few common typos in pkg-descr ("separate", "compatible").olgeni2009-08-164-4/+4 * - Add patch for konsole that implements the missing bits for FreeBSD to makemarkus2009-08-144-2/+296 * Fix build with custom LOCALBASE.makc2009-08-132-2/+4 * Remove ${PREFIX}/lib/kde3 from ldconfig paths.makc2009-08-131-2/+2 * Remove xdm-config, which is already handled by @exec and @unexec.olgeni2009-08-122-2/+1 * Fix dependency on kdenetworkmakc2009-08-111-1/+1 * Mk/bsd.kde4.mk:makc2009-08-1050-210/+177 * Correct the logic of the SIMD option so that packages are not built withmarcus2009-08-091-4/+4 * set expiration date to one month (project abandoned, master site disappeared)makc2009-08-091-1/+2 * Update to tint2-0.7.1 which contains a minor systray fix.dougb2009-08-072-4/+9 * remove dependency on multimedia/phonon-gstreamermakc2009-08-061-6/+2 * - Fix patch rejectmiwi2009-08-052-8/+8 * Update to 190.18bland2009-08-054-9/+8 * The KDE FreeBSD team is proud to announce the release of KDE 4.3.0miwi2009-08-0533-13247/+1310 * - Update Qt4 to 4.5.2miwi2009-08-055-9/+16 * - Update py-qt4 to py-qt4.5.4miwi2009-08-051-3/+3 * - Use accurate NVVERSION for checking libcuda compat library presencedanfe2009-08-042-4/+4 * Deprecate this port, the sheep server is gone, there is no tarball fordougb2009-08-041-0/+3 * Remove support for electricsheep as a screensaver, the project has beendougb2009-08-044-59/+5 * Update NVidia drivers to most recent versions.danfe2009-08-046-23/+19 * * Add support for SIMDoptimizations (off by default).marcus2009-08-032-1/+22 * -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-0340-40/+40 * - Reset maintainer and remove old MASTER_SITES.wxs2009-08-022-5/+3 * - Update to 1.1amdmi32009-08-012-6/+6 * - Add dependency on x11/xcb-proto >= 1.5, this does not build with earlier ve...amdmi32009-08-011-0/+2 * - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-31132-101/+132 * - Update to 1.4amdmi32009-07-302-4/+4 * - Fix build on 8.0-BETA2miwi2009-07-292-1/+7 * - Update URL of my distfile mirror in 87 portsamdmi32009-07-291-1/+1 * - Fix build after usb_revision.h removalmiwi2009-07-262-0/+8 * - update to jpeg7dinoex2009-07-1811-16/+22 * - Is not make jobs safepav2009-07-172-2/+2 * - New port: x11/ooxcbgahr2009-07-134-0/+32 * - Allow the port to be built with different compilersmiwi2009-07-131-0/+3 * - Update to 1.15.2miwi2009-07-123-5/+5 * - Drop maintainershipmiwi2009-07-111-1/+1 * Upgrade to version 2.07. There are a lot of new configuration options whichdougb2009-07-113-25/+26 * - Update to 20090710wxs2009-07-102-4/+4 * - Respect LOCALBASEpgj2009-07-102-0/+8 * - update to 0.9.5dinoex2009-07-074-18/+9 * - update to 1.0.2rene2009-07-074-17/+24 * - Fix build with USB 2.0miwi2009-07-063-19/+172 * - cleanup ADDITIONAL_LIB_DIRSdinoex2009-07-053-6/+0 * Update to 2.26.3.kwm2009-07-043-5/+11 * Presenting GNOME 2.26.3 for FreeBSD.kwm2009-07-041-1/+1 * Update to 2.26.3.kwm2009-07-043-4/+86 * Update to 2.26.2.avl2009-07-033-4/+7 * Update to 2.26.3.avl2009-07-033-4/+10 * Update to 2.26.2.avl2009-07-013-4/+10 * Update to 2.26.3.1.avl2009-07-012-4/+4 * - Enable installation of tutorialgahr2009-06-282-0/+7 * - Enable wide characters by default. Give a note, that 8-bit copy/pastestas2009-06-211-1/+19 * - Update to 0.08cdhn2009-06-202-6/+5 * Update to 2.9.6makc2009-06-183-7/+16 * - Update to 1.6.0miwi2009-06-173-9/+42 * - Update to 0.3.5dhn2009-06-172-5/+4 * - Assign all unmaintained ruby ports to ruby@,stas2009-06-164-4/+4 * - Update master sitesgahr2009-06-162-5/+6 * - Restore MAKE_JOBS_UNSAFEmiwi2009-06-162-2/+2 * - Move x11-wm/enlightenment-devel to x11-wm/enlightenmentgahr2009-06-1517-34/+34 * - Fix build with USB 2.0miwi2009-06-154-2/+402 * - Chase libxcb/xcb-proto updatedhn2009-06-153-1/+3 * - Update to 1.5dhn2009-06-152-4/+4 * - Update to 1.3dhn2009-06-155-24/+5 * - Update to 20090612.wxs2009-06-142-4/+4 * Mark BROKEN on 8.x: does not build.erwin2009-06-141-1/+7 * Update to 185.19bland2009-06-122-7/+8 * Mark BROKEN on 8.x: does not build.erwin2009-06-111-0/+4 * Convert most of remaining ports that depend on xorg-libraries toamdmi32009-06-0937-40/+78 * - Update to 20090609.wxs2009-06-092-4/+4 * Add a missing dependency on gnome-session.marcus2009-06-071-2/+3 * Update to version 180.60, the latest to date.danfe2009-06-062-9/+4 * Chase the vte shared lib version bump.oliver2009-06-051-0/+1 * The KDE FreeBSD team is pleased to announce KDE 4.2.4, the last bugfixmiwi2009-06-0316-36/+37 * Chase the vte shared lib version bump.marcus2009-06-034-4/+5 * . add linux-f10 ports to the rank of CONFLICTS for linux-fc4 ports;bsam2009-06-031-2/+2 * . add CONFLICTS to linux-f8 infrastructure ports;bsam2009-06-031-2/+2 * Fix a problem with GConf paths.marcus2009-06-021-2/+3 * Here are new Linux Fedora 10 infrastructure ports.bsam2009-06-024-380/+367 * - Don't use bashamdmi32009-06-011-0/+3 * - Resolve LATEST_LINK conflictpav2009-06-014-0/+5 * * Fix hardcoded use of /usr/local.marcus2009-06-013-11/+75 * Update to 2.26.2.marcus2009-05-313-4/+47 * Add a WITH_XTERM_COLOR knob to x11/rxvt-unicode port, which enable xtermthierry2009-05-311-1/+12 * - Fix local disclosure of X authority magic cookiemiwi2009-05-314-7/+392 * - Use direct launchpad urlamdmi32009-05-291-1/+1 * Fix pkg-plistrnoland2009-05-292-0/+5 * Reset maintainer: email address bounces.linimon2009-05-292-4/+1 * Remove patch from cvs also...rnoland2009-05-291-11/+0 * Update to 1.6rnoland2009-05-293-7/+16 * Update to 1.4.10rnoland2009-05-292-4/+4 * Fix an unfortunate typo which broke INDEX.erwin2009-05-281-2/+2 * Avant Window Navigator (Awn) is a dock-like bar which sits at theamdmi32009-05-287-0/+298 * Update to version 243krion2009-05-262-4/+4 * wbarconf is graphical configuration utility for wbar written in Python/GTKamdmi32009-05-265-0/+70 * - Add Backup mirrordhn2009-05-243-4/+7 * - Update to 3.03miwi2009-05-232-9/+16 * i3lock improves slock by making it fork() and therefore combinable withdhn2009-05-224-0/+45 * Presenting GNOME 2.26.2 for FreeBSD.marcus2009-05-212-2/+2 * Update to 2.26.2.kwm2009-05-213-59/+5 * Fix plist.kwm2009-05-212-1/+2 * Update to 2.26.2.kwm2009-05-203-4/+9 * - backout last commitdinoex2009-05-201-1/+1 * Update to 2.26.2.kwm2009-05-192-5/+4 * Update to 1.0.1rene2009-05-192-5/+4 * - use cups-client as depencydinoex2009-05-181-1/+1 * Correct path to file.marcus2009-05-171-1/+1 * Whoops, add two more hunks to complete XDMCP support.marcus2009-05-172-1/+21 * * Fix XDMCP support with gdm. Note: that for IPv4 support to work, onemarcus2009-05-176-12/+230 * Reorganize dependencies: check for package versions instead for files installed.makc2009-05-161-13/+13 * - Update to 1.0.1dhn2009-05-152-4/+4 * Update to 0.15.4rnoland2009-05-152-4/+4 * Chase libgmp and bump PORTREVISION.ale2009-05-134-6/+8 * Update KDE ports to 4.2.3makc2009-05-1012-27/+30 * - Update to 1.03miwi2009-05-092-5/+4 * - Mark my ports as MAKE_JOBS_SAFE (with the exception of nethack34-gnome whichwxs2009-05-092-0/+2 * - New port: x11/gambas2-gb-qt-kdeacm2009-05-093-0/+32 * - New port: x11/gambas-gb-desktopacm2009-05-093-0/+27 * Update to 0.10.kwm2009-05-082-8/+7 * Update to 1.4.2rnoland2009-05-082-4/+4 * Update to 2.0rnoland2009-05-082-4/+4 * Chase xserver update with driver port bumps.rnoland2009-05-085-5/+5 * - Update to 0.3.4amdmi32009-05-07