summaryrefslogtreecommitdiff
path: root/Mk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add variables for ZOPE. Patch supplied by maintinerAlan Eldridge2002-09-201-0/+21
| | | | | | | | Submitted by: maintainer Approved by: maintainer Notes: svn path=/head/; revision=66874
* * Some spelling/grammar fixes in commentsKris Kennaway2002-09-191-38/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Replace some bare uses of cat with ${CAT} * [ports/19112] Ignore RCS files (*,v) when applying patches * [ports/19270] Check whether ${DISTDIR} is writable and fail with a better error message if not (mostly caused by trying to fetch as the wrong user) * [ports/23560] Force patch backup files to be created with .orig suffix * [ports/34717] Don't enclose PTHREAD_LIBS in quotes, because it will cause problems if used in an already-quoted string. * [ports/34987] Fix an awk warning in MASTER_SORT/MASTER_SORT_REGEX code * [misc/38724] Change some uses of the deprecated test -h to test -L * [1] Registering real dependencies: dependency registration looks at the currently-installed version of the dependency and registers that version, instead of registering the version in ports which may be newer than what is installed. * [2] Further 100% speed-up of dependency registration process by eliminating second call to package-depends (using information from the first call stored in +CONTENTS file of package being installed). Very useful for developing GNOME or similar packages with zillion dependencies, when package-depends target could take few minutes to complete; * [2] Proper set-up of ${SHELL} variable in build environment, so that user's interactive shell isn't picked instead. This has various implications, ranging from build process speed-up due to using /bin/sh to invoke libtool instead of bash or any other much more bloated user's shell (configure scripts often pick it up from the ${SHELL} environment), to fixing problems some users have when building random ports. Submitted by: sobomax [1] [2], Aleksandr A. Babaylov <.@babolo.ru> [ports/19112], Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> [ports/19270], Alan Bawden <Alan@LCS.MIT.EDU> [ports/23560], Christian Weisgerber <naddy@mips.inka.de> [ports/34717], knu [ports/34987], april <april@oublinet.net> [ports/38724] PR: ports/19112, ports/19270, ports/23560, ports/34717, ports/34987, ports/36237, ports/38724 Tested on: bento 4-exp build Notes: svn path=/head/; revision=66644
* make xemacs-devel-mule ver up to dateYing-Chieh Liao2002-09-181-2/+2
| | | | | | | | PR: 42872 Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org> Notes: svn path=/head/; revision=66584
* Update lang/ruby-devel to the snapshot as of 2002-09-17.Akinori MUSHA2002-09-181-2/+2
| | | | | | | This fixes coredump on the Alpha. Notes: svn path=/head/; revision=66573
* Now supports the Sun JDK 1.4.1 for Linux instead of 1.4.0.Ernst de Haan2002-09-171-4/+4
| | | | Notes: svn path=/head/; revision=66493
* Fixed support for Blackdown JDK 1.3 for Linux.Ernst de Haan2002-09-171-0/+1
| | | | | | | Submitted by: Seamus Venasse <Seamus.Venasse@gov.yk.ca> Notes: svn path=/head/; revision=66492
* Fix building of kdemultimedia3 on -CURRENT. Obtained from wca.Sean Chittenden2002-09-152-2/+2
| | | | | | | | Reviewed by: wca Approved by: knu (mentor) Notes: svn path=/head/; revision=66379
* bump open-motif shlib versionYing-Chieh Liao2002-09-131-1/+1
| | | | Notes: svn path=/head/; revision=66273
* Seems ftp.nectec.or.th stopped mirroring local-distfiles about threeAkinori MUSHA2002-09-131-2/+2
| | | | | | | | | months ago, so remove it from MASTER_SITE_LOCAL. Detected by: fenner's distfiles survey Notes: svn path=/head/; revision=66254
* Make sure gtk-doc support is disabled even for ports that don't support theJoe Marcus Clarke2002-09-111-0/+1
| | | | | | | | | | --disable-gtk-doc option. PR: 42616 Reviewed by: sobomax Notes: svn path=/head/; revision=66174
* Add my iDaemons.org site to MASTER_SITE_BACKUP on which I startedAkinori MUSHA2002-09-111-0/+3
| | | | | | | | mirroring all the distfiles of ruby related ports except RESTRICTED ones. Notes: svn path=/head/; revision=66166
* Update lang/ruby, lang/ruby-devel and lang/ruby16-shim-ruby18 to theAkinori MUSHA2002-09-111-5/+6
| | | | | | | latest snapshots as of today, 2002-09-12 (JST). Notes: svn path=/head/; revision=66160
* Automagically mark kde2 ports as bork bork borked. If it really only needsAlan Eldridge2002-09-102-4/+4
| | | | | | | | | | | | qt2 then you better change it to say so or else it's on the hit list. Will has said that all kde2 ports must be fixed or gone before 4.7 ports freeze. Submitted by: Tilman Linneweh <tilman@arved.de> Reviewed by: resident psychopath and wild and crazy guy AlanE Approved by: billg@microsoft.com ("anything to get rid of some free s/w") Notes: svn path=/head/; revision=66016
* Two MASTER_SITE_SOURCEWARE fixes. The first fixes an existing problem,David E. O'Brien2002-09-071-2/+2
| | | | | | | | | the second the fact that sourceware is scheduled to go away. Submitted by: pfeifer Notes: svn path=/head/; revision=65796
* Allow 'make search ...' to work even if the ports tree is symbolicallyJosef Karthauser2002-09-031-1/+1
| | | | | | | | | linked from somewhere else. PR: ports/42060 Notes: svn path=/head/; revision=65552
* Remove USE_NEWGCC, which is no longer supported or required.Kris Kennaway2002-08-312-8/+0
| | | | Notes: svn path=/head/; revision=65345
* Update to 3.0.3. Not much changed here: [1] i18n PKGNAMEs converted toWill Andrews2002-08-252-2/+2
| | | | | | | | | | more closely conform to FreeBSD style etc, and Konqueror SSL patch merged. Tested by: Matt Douhan <matt@fruitsalad.org>, alane Submitted by: lioux [1] Notes: svn path=/head/; revision=64972
* NetBSD updateTrevor Johnson2002-08-251-6/+9
| | | | | | | Obtained from: fenner's survey and www.alltheweb.com Notes: svn path=/head/; revision=64968
* Update the RingServer list and add some descriptions about theAkinori MUSHA2002-08-241-13/+26
| | | | | | | redirector services. Notes: svn path=/head/; revision=64967
* Fix MLINKS broken since bsd.port.mk speed-up commit.Maxim Sobolev2002-08-191-1/+1
| | | | | | | | | Submitted & reported by: many PR (among others reports): 39646 Approved by: portmgr Notes: svn path=/head/; revision=64665
* Again changed the order within some lists for estetical reasons.Ernst de Haan2002-08-121-10/+10
| | | | Notes: svn path=/head/; revision=64420
* Added Blackdown JDK 1.4.1 for Linux.Ernst de Haan2002-08-121-0/+1
| | | | | | | See also: http://www.blackdown.org/java-linux/java2-status/jdk1.4-status.html Notes: svn path=/head/; revision=64414
* Changed the order within a list for estetical reasons.Ernst de Haan2002-08-121-1/+1
| | | | Notes: svn path=/head/; revision=64413
* Changed the installation directory of the Sun JDK 1.4.xErnst de Haan2002-08-101-1/+1
| | | | | | | | | | | for Linux from linux-sun-jdk1.4.0.01 to linux-sun-jdk1.4.0. This is more like the installation directories for the other JDK ports. PR: 41424 Notes: svn path=/head/; revision=64327
* Changed the installation directory of the Sun JDK 1.4.x for LinuxErnst de Haan2002-08-101-1/+1
| | | | | | | | | to linux-sun-jdk1.4.0.01. PR: 41424 Notes: svn path=/head/; revision=64326
* Changed the installation directory of the Sun JDK 1.3.x for Linux toErnst de Haan2002-08-101-1/+1
| | | | | | | | | linux-sun-jdk1.3.1. PR: 41424 Notes: svn path=/head/; revision=64324
* Now correctly looks for the Blackdown JDK 1.2 for Linux inErnst de Haan2002-08-101-1/+1
| | | | | | | ${LOCALBASE}/linux-blackdown-jdk1.2.2. Notes: svn path=/head/; revision=64321
* Fixed support for the Sun JDK 1.2.2 for Linux. The installationErnst de Haan2002-08-071-1/+1
| | | | | | | | | directory for that JDK was changed on June 13. See: http://www.freebsd.org/cgi/cvsweb.cgi/ports/java/linux-sun-jdk12/Makefile?rev=1.7&content-type=text/x-cvsweb-markup Notes: svn path=/head/; revision=64177
* Fix links to the Handbook, the FAQ and the porters-handbook.Marc Fonvieille2002-08-041-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=63962
* Use Bzip2 to compress packages for 5.0-DP#2.David E. O'Brien2002-08-041-1/+1
| | | | | | | | Requested by: re Two months silence by: portmgr Notes: svn path=/head/; revision=63946
* add MASTER_SITE_ISC (1) and apply themYing-Chieh Liao2002-08-011-0/+29
| | | | | | | | PR: 41218 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> (1) Notes: svn path=/head/; revision=63835
* Introduce MASTER_SITE_REDHAT_LINUX. (Feel free to add more mirror sites)Akinori MUSHA2002-07-251-0/+8
| | | | Notes: svn path=/head/; revision=63555
* Make ports that install gconf data PREFIX-safe.Joe Marcus Clarke2002-07-251-1/+2
| | | | | | | Discussed with: sobomax Notes: svn path=/head/; revision=63535
* Sync Austrian sunsite mirrors with reality.Christian Weisgerber2002-07-231-2/+1
| | | | | | | | | Prompted by PR: 40881 Submitted by: Tilman Linneweh <tilman@arved.de> Notes: svn path=/head/; revision=63432
* CPAN in uiarchive.uiuc.edu was moved.Jun Kuriyama2002-07-221-1/+1
| | | | | | | Found by: disfiles survey Notes: svn path=/head/; revision=63347
* Set --target="${RUBY_ARCH}" --program-prefix="" to CONFIGURE_ARGS andAkinori MUSHA2002-07-171-1/+3
| | | | | | | | stop using CONFIGURE_TARGET. This prevents lang/{ruby,ruby-devel} from installing binaries and libraries with weird prefixes. Notes: svn path=/head/; revision=63143
* Reorder MASTER_SITE_GNOME to make it easier to fetch gnome2 components.Maxim Sobolev2002-07-171-4/+4
| | | | Notes: svn path=/head/; revision=63135
* Add $FreeBSD$.Maxim Sobolev2002-07-151-0/+4
| | | | Notes: svn path=/head/; revision=62988
* New variable PYNUMERIC, containing a dependency line for the py-numericThomas Gellekum2002-07-151-0/+10
| | | | | | | extension. Notes: svn path=/head/; revision=62982
* Update lang/ruby and lang/ruby-devel to the latest snapshots as ofAkinori MUSHA2002-07-151-6/+6
| | | | | | | 2002-07-15. Notes: svn path=/head/; revision=62980
* Add xemacs-devel, xemacs-devel-mule.Shigeyuki Fukushima2002-07-141-1/+36
| | | | | | | | PR: ports/40524 Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org> Notes: svn path=/head/; revision=62924
* Correct gtkhtml dependencies: ghttp --> libghttp.Maxim Sobolev2002-07-141-1/+1
| | | | Notes: svn path=/head/; revision=62918
* Ensure that HAVE_GNOME is always defined, to make detection of optionalMaxim Sobolev2002-07-111-1/+2
| | | | | | | gnome components easier and update example accordingly. Notes: svn path=/head/; revision=62817
* Prepare for the upcoming mega-conversion to bsd.gnomeng.mk:Maxim Sobolev2002-07-111-2/+4
| | | | | | | | o use ${X11BASE}/bin/gnomecc to detect that gnomecontrolcenter is installed; o use panel_status.so.5 instead of panel_applet.so.5 to detect gnomecore. Notes: svn path=/head/; revision=62816
* Correct LIB_DEPENDS for libpanel.Maxim Sobolev2002-07-101-1/+1
| | | | Notes: svn path=/head/; revision=62773
* Use libpanel instead of gnomecore. Remove all foo_PKGNAMESUFFIX'es, becauseMaxim Sobolev2002-07-101-28/+4
| | | | | | | they aren't going to be used anyway. Notes: svn path=/head/; revision=62772
* Use libcapplet instead of gnomecc.Maxim Sobolev2002-07-101-7/+7
| | | | Notes: svn path=/head/; revision=62765
* - Remove duplicate gnomeaudio entry from _USE_GNOME_ALL;Maxim Sobolev2002-07-101-7/+8
| | | | | | | - make support for gnome-optional ports more robust. Notes: svn path=/head/; revision=62744
* Numerous improvements and cleanups:Maxim Sobolev2002-07-091-16/+15
| | | | | | | | | | | | | | - Add missed gnomeaudio into _USE_GNOME_ALL; - refine dependencies for all components; - add new redefineable knob GNOME_HTML_DIR, which allows to override value of --with-html-dir configure argument; - remove USE_REINPLACE workaround - real fix was just committed into bsd.port.mk; - improve example of gnome-optional port's logick; - improve conditions when PLIST_SUB is defined for gnome-optional ports. Notes: svn path=/head/; revision=62696
* Move USE_REINPLACE detection downward, so that it is possible to set it fromMaxim Sobolev2002-07-091-11/+11
| | | | | | | | | | | bsd.gnomeng.mk. Also increase OSVERSION `sed -i'check to be 500036 on -current, as users report that 500034 isn't sufficient to catch new sed(1) functionality. Approved by: portmgr (silently) Notes: svn path=/head/; revision=62694