aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2001-12-07 23:43:46 +0800
committerpetef <petef@FreeBSD.org>2001-12-07 23:43:46 +0800
commitd75d003553129c7fd9bba07f50e70566f86565a8 (patch)
treef99e7681282bd12c0571708c0b003331e535f1d1 /net
parenteb027758c13ba5ff81f0ce847f84d0e003869754 (diff)
downloadfreebsd-ports-gnome-d75d003553129c7fd9bba07f50e70566f86565a8.tar.gz
freebsd-ports-gnome-d75d003553129c7fd9bba07f50e70566f86565a8.tar.zst
freebsd-ports-gnome-d75d003553129c7fd9bba07f50e70566f86565a8.zip
Fix a problem with auto{conf,make}: some build magic was introduced to
make sure that the "autoconf" and "automake" binaries KDE looked for were found and were autoconf213 and automake14 (as there are issues with the latest versions), but the logic in setting $PATH was wrong. This puts ${WRKSRC}/auto-bin before the rest of the users $PATH. This fixes KDE auto* problems if automake14 and automake-1.5 are both installed. PR: 32512 Submitted by: Alan Eldridge <alane@geeksrus.net> Approved by: will
Diffstat (limited to 'net')
-rw-r--r--net/kio_fish/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/kio_fish/Makefile b/net/kio_fish/Makefile
index ae2bccc28e0e..8032c110deed 100644
--- a/net/kio_fish/Makefile
+++ b/net/kio_fish/Makefile
@@ -17,7 +17,7 @@ USE_KDELIBS_VER=2
INSTALLS_SHLIB= yes
USE_AUTOCONF= yes
USE_GMAKE= yes
-CONFIGURE_ENV+= PATH=$$PATH:${WRKSRC}/auto-bin
+CONFIGURE_ENV+= PATH=${WRKSRC}/auto-bin:$$PATH
MAKE_ENV+= ${CONFIGURE_ENV}
pre-configure:
tions'>-1/+12 * - Update to 0.29pgollucci2010-02-122-5/+4 * Help out users of cons* terminals other than cons25 by making thedougb2010-02-092-2/+2 * Update for version 2.18dougb2010-02-081-1/+1 * Update for version 2.18 by documenting the --no-term-title optiondougb2010-02-082-1/+8 * Update through version 2.17 [1]dougb2010-02-081-12/+19 * New Featuresdougb2010-02-081-18/+50 * - update to jpeg-8dinoex2010-02-056-5/+6 * - Update to 2.0.10pgollucci2010-02-043-13/+13 * - Fix dependswen2010-01-301-1/+3 * Add support for www/hiawatha for WebUI.itetcu2010-01-292-2/+16 * Catch up with master 1.634.linimon2010-01-281-30/+110 * Update for version 2.17dougb2010-01-241-1/+1 * - Remove unneeded dependencies which is in perl-5.8.9 distkuriyama2010-01-241-3/+1 * Update copyright datedougb2010-01-241-22/+32 * Update for version 2.17, add the --no-confirm optiondougb2010-01-241-1/+1 * Update the copyright datedougb2010-01-241-68/+227 * Update ports-mgmt/pkg_install to 20090902 snapshot.flz2010-01-232-5/+5 * Update to 3.4-20100104miwi2010-01-0636-1486/+232 * - remove superfluous EXTRACT_SUFXmich2010-01-041-1/+0 * - Update to 0.4wxs2010-01-023-7/+10 * Use BERLIOS macro for MASTER_SITES.bsam2010-01-011-1/+1 * Update for version 2.16dougb2009-12-311-1/+1 * Update for version 2.16:dougb2009-12-311-5/+5 * Two minor bug fixes:dougb2009-12-311-3/+9 * - Convert NOMANCOMPRESS to NO_MANCOMPRESS to sync with srcmiwi2009-12-291-1/+1 * - Restore some of the leftover exceptions but use LOCALBASE instead of X11BASE.miwi2009-12-282-6/+6 * - Expand the glob to check for Perl so that it actualltmiwi2009-12-272-1/+12 * - Update to 2.0.9miwi2009-12-273-200/+312 * - Remove X11BASE support it is now obsolete.miwi2009-12-265-0/+160 * - Add optional support for sysutils/lsofmiwi2009-12-261-2/+7 * App::Pm2Port is a perl module to creat FreeBSD port fromwen2009-12-225-0/+44 * - Update to a new snapshot: this fixes the bug in processing ports/packagesstas2009-12-222-4/+5 * - Update to 12/21/2009 snapshot.stas2009-12-222-4/+4 * Stop users from sending general questions, suggestions and patchesknu2009-12-212-2/+4 * For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-12-212-5/+0 * Update to 0.8.2makc2009-12-215-30/+38 * Update to 2.12.2.marcus2009-12-203-8/+15 * Update for version 2.15dougb2009-12-191-1/+1 * Update for version 2.15:dougb2009-12-191-3/+1 * This is svn version r200709dougb2009-12-191-72/+86 * - Get rip python 2.3+miwi2009-12-141-1/+1 * Update for version 2.14dougb2009-12-111-1/+1 * Bug Fixesdougb2009-12-111-37/+75 * 1. Show that -v can be used with --check-port-dbdirdougb2009-12-111-3/+5 * Update for version 2.13dougb2009-12-073-5/+8 * This is svn version r200201dougb2009-12-071-17/+152 * Introducing portmaster with package support!dougb2009-12-071-86/+510 * - Update HsColour to 1.15pgj2009-12-072-4/+4 * - Mark IGNORE, ports-mgmt/tinderbox is newermiwi2009-12-051-0/+2 * - Update to Tinderbox 3.3 Releasemiwi2009-12-055-30/+17 * - Update to latest development snapshot of portupgrade.stas2009-10-292-8/+9 * Forgot to bump version.remko2009-10-261-1/+1 * Fix unmatched quote.remko2009-10-211-1/+1 * - Add .bak to the list of files to be deleted in post-patch (the CHECK_FOR_ROOTwxs2009-09-191-1/+1 * - Add .bak to the list of files to be deleted in post-patch (the CHECK_FOR_ROOTwxs2009-09-191-3/+1 * - Add support for FreeBSD 9.0miwi2009-09-183-5/+25 * - Add support for FreeBSD 9.0miwi2009-09-173-0/+27 * Update for version 2.12dougb2009-09-153-2/+116 * Update for version 2.12:dougb2009-09-151-10/+18 * New Featuresdougb2009-09-151-96/+132 * portrac is a simple GUI tool for tracking port updates.miwi2009-09-134-0/+48 * Add 2 new patches being tested by flz@ in the next -exp run: uid/gidlinimon2009-09-131-10/+19 * - Update to 0.99sergei2009-09-104-115/+4 * Catch up with master 1.627. While here, include the latest version oflinimon2009-09-081-4/+101 * - Update GHC and Haskell ports to 6.10.4 (for both i386 and amd64), bumppgj2009-09-024-48/+132 * - Update to 0.15amdmi32009-09-022-4/+5 * - Update to 1.3.araujo2009-08-312-4/+4 * Catch up with master 1.626.linimon2009-08-291-36/+24 * Update for version 2.11dougb2009-08-251-1/+1 * 1. Add a "quick start" note to the top of the man page that directsdougb2009-08-251-6/+25 * In the previous update I did s/$globlist/$glob_dirs/ in multiport()dougb2009-08-251-2/+2 * - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-227-14/+7 * Update for version 2.10dougb2009-08-211-1/+1 * Bug Fixesdougb2009-08-211-19/+25 * Add dependency on KDE4 icons, which are in separate port now.makc2009-08-181-1/+3 * Change the default behaviour to continue on newly found leaf packages.stefan2009-08-132-3/+3 * - Update to 2.0.8 (code cleanup, new -a switch)amdmi32009-08-113-286/+369 * . fix pkg-plist;bsam2009-08-112-0/+2 * Update to version 2.2.bsam2009-08-102-4/+4 * Update for version 2.9dougb2009-08-071-1/+1 * In multiport() add a check_interactive() for every port in the listdougb2009-08-071-1/+3 * - Fix build after KDE updatemiwi2009-08-051-1/+1 * -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-032-2/+2 * - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-315-5/+5 * Update for version 2.8dougb2009-07-301-1/+1 * Update for version 2.8:dougb2009-07-301-16/+23 * Feature Updatesdougb2009-07-301-43/+58 * - Drop maintainership to ruby@sem2009-07-222-2/+2 * - A workaround for a null string problem with -R optionsem2009-07-222-1/+25 * Update to 2.12.1.marcus2009-07-192-8/+8 * Update to 2.12.0.marcus2009-07-093-12/+49 * symports reads through your ports tree and generates a tree usingtabthorpe2009-06-244-0/+37 * Download portaudit database from http://portaudit.FreeBSD.org/ insteadsimon2009-06-214-5/+5 * A simple utility to show the package name and versiondhn2009-06-185-0/+79 * Catch up with master 1.620.linimon2009-06-041-4/+6 * - Resolve LATEST_LINK conflictpav2009-06-011-0/+2 * Catch up with master 1.619.linimon2009-05-291-0/+21 * - Update to 1.2dhn2009-05-253-14/+10 * Update to 2.11.2.marcus2009-05-242-6/+34 * Chase libgmp and bump PORTREVISION.ale2009-05-132-2/+4 * Bring more fixes, optimizations and changes from CVS (PORTREVISION bumped):itetcu2009-05-1124-44/+1140 * Finds updates for FreeBSD pkgs by checking the ports index.miwi2009-05-015-0/+47 * - update to 1.2.1leeym2009-04-282-5/+6 * Update to 2.11.1.marcus2009-04-132-6/+20 * Import an other round of changes from marcuscom cvs and bump PORTREVISION:itetcu2009-04-1210-17/+257 * Catch up with master 1.617.linimon2009-04-111-9/+5 * - After portversion get -F option, -v stops showing full packages names.sem2009-04-092-1/+11 * Conflicts with kports-qt4makc2009-04-071-1/+2 * Connect ports-mgmt/kports-qt4makc2009-04-071-0/+1 * Update to 0.8.1 after repocopy.makc2009-04-077-75/+80 * - A patch to fix fetching of packages problem.sem2009-04-012-0/+12 * - Update to 0.1.1miwi2009-03-312-4/+4 * - Update to 1.2.0miwi2009-03-312-4/+4 * Pull two fixes from CVS:itetcu2009-03-283-1/+47 * OPTIONs test fixes.itetcu2009-03-261-2/+2 * Bring in 2 fixes from cvs:itetcu2009-03-253-7/+55 * Catch up with master 1.614.linimon2009-03-241-2/+43 * Update to 2.11.0.marcus2009-03-232-31/+48 * Catch up with master 1.613.linimon2009-03-221-0/+24 * - Update to 0.0.3pgj2009-03-214-10/+10 * - Update to 1.1.0dhn2009-03-132-4/+4 * - Update to 2.0.7amdmi32009-03-124-14/+31 * - Update to 0.3beat2009-03-112-6/+7 * Catch up with master 1.612.linimon2009-03-071-8/+6 * MFD: Latest stable tinderbox release from ports-mgmt/tinderbox-devel anditetcu2009-03-044-3877/+20 * - Update to 20090228miwi2009-03-012-7/+5 * Update to 3.2 release. This release offers no changes over Release Candidate 3.itetcu2009-02-262-4/+6 * Catch up with master 1.611.linimon2009-02-261-4/+4 * Connect tinderbox-devel to the build.itetcu2009-02-171-0/+1 * This port was repo-copyed from ports-mgmt/tinderbox.itetcu2009-02-165-3893/+37 * - Update USE_TK to 84 due to planned defalt tcl changemm2009-02-151-2/+2 * - Simplify ldconfig handlingpav2009-02-132-6/+2 * Update for version 2.7dougb2009-02-061-1/+1 * Update for version 2.7:dougb2009-02-061-11/+36 * New Featuredougb2009-02-061-44/+138 * Update my email address to @FreeBSD.org.beat2009-01-291-1/+1 * Change maintainer email address.makc2009-01-258-10/+114 * - don't patch non-existent files if WITHOUT_WEBUI is defineditetcu2009-01-214-2/+4 * Remove wrapper configuration file at deinstall.flz2009-01-202-0/+9 * Fix some typos in the CONFIGURE_ENV section.marcus2009-01-192-5/+6 * Update to 2.10.2.marcus2009-01-192-9/+61 * Catch up with master 1.608.linimon2009-01-181-2/+2 * Catch up with master 1.607.linimon2009-01-121-21/+0 * Catch up with master 1.606.linimon2009-01-121-27/+47 * - Remove portsnap port, it's now integrated into the base systempav2009-01-087-146/+0 * - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-074-29/+5 * Bring in new features and bugfixes from CVS:itetcu2008-12-286-0/+7742 * Update ports-mgmt/pkg_install to 20080708 snapshot.flz2008-12-262-4/+4 * - Update to 0.3miwi2008-12-233-7/+10 * - Update to 0.2miwi2008-12-142-4/+4 * xps (eXquisite Port Seeker) is a tool that searches the portsmiwi2008-12-074-0/+34 * Remove entry 2de14f7a-dad9-11d8-b59a-00061bc2ad93 (Multiplesimon2008-12-012-46/+0 * - Update to 2.0.5pav2008-11-202-220/+220 * - Take maintainershipsergei2008-11-201-1/+1 * Update to 3.1.2 with the following fixes and minor changes:itetcu2008-11-1710-104/+8 * Mark broken, to many annoying bugs in this release.itetcu2008-11-152-0/+4 * Don't install .orig file resulting from patching.itetcu2008-11-132-0/+2 * Actually add the patch to fix database migration from 3.0.0[_n] forgotten initetcu2008-11-132-0/+28 * Fix database migration from 3.0.0[_n] and bump PORTREVISION.itetcu2008-11-132-0/+2 * Update to 3.1.1 - Bug fix and feature release.itetcu2008-11-1220-222/+106 * Update to 0.0.2.1wxs2008-11-084-10/+8 * Update to 20081104. It incorporates the local patch put in place a whilewxs2008-11-083-64/+5 * - Add @exec lines so the register script is called when the package is used.wxs2008-11-064-0/+4 * Porte provides a simple, fast and efficient interface to searchingkoitsu2008-11-059-0/+119 * Correct a typo.marcus2008-10-232-2/+3 * Update to 2.10.1marcus2008-10-222-5/+10 * - Update to 1.1amdmi32008-10-132-4/+4 * Add the pkg_add_it-1.0 utility for easy interactive package selection.roam2008-10-064-0/+49 * - Fix commandline arguments handling (again)amdmi32008-09-242-7/+7 * - Fix commandline arguments handling for some cases (actualy any case when tw...amdmi32008-09-232-1/+91 * - Update to 2.0.4miwi2008-09-082-8/+9 * - remove unexisting dirs from plsititetcu2008-09-084-6/+2 * - fix PGSQL support [1]itetcu2008-09-07