aboutsummaryrefslogtreecommitdiff
path: root/Mk
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Use {CONFIGURE,BUILD,INSTALL}_WRKSRC where appropriate.Akinori MUSHA2002-07-071-7/+7
| | | | Notes: svn path=/head/; revision=62601
* Provide temporary workaround for problem with USE_REINPLACE in portsMaxim Sobolev2002-07-051-0/+4
| | | | | | | | | | converted to USE_GNOMENG. The real fix for bsd.port.mk will be committed later, after portmgr@ approval. Prompted by: Rasmus Skaarup <mfbsd@skaarup.org> Notes: svn path=/head/; revision=62471
* Backout changes that erroneously slipped into the last commit toMaxim Sobolev2002-07-053-44/+15
| | | | | | | | | bsd.gnomeng.mk. Big pointy hat to: sobomax Notes: svn path=/head/; revision=62469
* Correct typo: gtk12 --> glib12Maxim Sobolev2002-07-054-16/+45
| | | | Notes: svn path=/head/; revision=62468
* oaf requires gtk12, orbit and libxml, not gnomelibsMaxim Sobolev2002-07-051-1/+1
| | | | Notes: svn path=/head/; revision=62465
* Update to 3.0.2 (full log):Will Andrews2002-07-042-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | General: [1] Add a means of updating via patches rather than always using tarballs. Unfortunately, this method proved unreliable due to the binary files included with most of the KDE tarballs. For now, leave this support in until I can decide what to do with it. [2] Remove patches that were fixed in KDE CVS for KDE_3_0_BRANCH. This includes removal of malloc.h (from our viewpoint at least), a bug in kiconloader, and a typo in knode. [3] Move the current KDE version number to KDE_VERSION in bsd.kde.mk. [4] Support the notion of KDE_PREFIX. [5] Move arts and kde3-i18n* ports to use Makefile.kde. french/kde3-i18n: [6] Remove cruft from when this was generated with a core dump in the 3.0.1 distribution generation. All other ports: No changes of note not mentioned above. Thanks to the quick testers for their assistance with this upgrade: Tested by: Matt Douhan <matt@athame.co.uk> Andy Fawcett <andy@athame.co.uk> Dave Cantrell <phaedrus@alltel.net> Notes: svn path=/head/; revision=62444
* gtk12 shouldn't imply gnomehier.Maxim Sobolev2002-07-041-1/+1
| | | | Notes: svn path=/head/; revision=62431
* Add bsd.gnomeng.mk - a new framework for GNOME ports, which will allowMaxim Sobolev2002-07-042-0/+307
| | | | | | | | | | | to make GNOME1 platform more modular and will eventually replace bsd.gnome.mk completely. For the time being, it should be explicitly activated by the USE_GNOMENG knob, so that it is possible to do gradual conversion. Reviewed by: marcus, gnome@ Notes: svn path=/head/; revision=62427
* Use system sed(1) for doing in-place editing if OSVERSION is greater thanMaxim Sobolev2002-06-281-1/+1
| | | | | | | | | 460100. Submitted by: obrien Notes: svn path=/head/; revision=62152
* Changed the installation directory of the Sun JDK 1.4 for LinuxErnst de Haan2002-06-251-1/+1
| | | | | | | | | to ${LOCALBASE}/linux-jdk1.4.0.01. Noticed by: phantom Notes: svn path=/head/; revision=61945
* Directory structure slightly changed in 2 of the GNU mirrorsPatrick Li2002-06-191-2/+2
| | | | | | | | PR: ports/39533 Submitted by: Jason Harris <jharris@widomaker.com> Notes: svn path=/head/; revision=61582
* Change the way REINPLACE_CMD works - instead of using perl(1) on systemsMaxim Sobolev2002-06-191-7/+11
| | | | | | | | | | | where sed(1) can't do in-place editing add a new USE_REINPLACE knob, which if turned on defines REINPLACE_CMD and adds textproc/sed_inplace port into BUILD_DEPENDS if necessary. Not objected by: portmgr@ Notes: svn path=/head/; revision=61546
* Removed step 2 which used to check that the JDK ports actuallyErnst de Haan2002-06-181-56/+12
| | | | | | | | | exists. This unbreaks porteasy. Reported by: des Notes: svn path=/head/; revision=61512
* Get rid of old cruft that was inserted a long time ago to workaroundWill Andrews2002-06-162-6/+6
| | | | | | | | | problems people were seeing with e.g. devel/pth and friends installed. They conflict with GCC3 and may not be an issue anymore. But if someone reports the issue again we'll address it with a finer comb next time. Notes: svn path=/head/; revision=61393
* - Support development versions of Python.Thomas Gellekum2002-06-141-15/+61
| | | | | | | | | | | | - Allow installation to python-specific hierarchy. This will benefit users of Zope and mod_python. - Add PYTHON_*DIR variables to PLIST_SUB. PR: 38769 Submitted by: Hye-Shik Chang <perky@fallin.lv> Notes: svn path=/head/; revision=61260
* Add ${REINPLACE_CMD}, which will be used to get rid of depencency on perlMaxim Sobolev2002-06-131-0/+7
| | | | | | | | | | | in current. Use it like the following: ${REINPLACE_CMD} -e "foo" -e "bar" ${WRKSRC}/somefile Approved by: portmgr Notes: svn path=/head/; revision=61234
* Matches new names and locations of JDK ports.Ernst de Haan2002-06-121-18/+62
| | | | | | | Now also checks that all the JDK ports actually exist. Notes: svn path=/head/; revision=61173
* Move ftp.cpan.org a bit down in the list, since it seems to be not veryAnton Berezin2002-06-111-1/+1
| | | | | | | | | responsive for some time now. Also noticed by: petef Notes: svn path=/head/; revision=61124
* Remove gatekeeper.dec.com from CPAN mirrors, since it is a) unavailable,Anton Berezin2002-06-081-1/+0
| | | | | | | and b) is not listed at http://www.cpan.org/SITES.html. Notes: svn path=/head/; revision=60856
* 5.0-CURRENT no longer includes perl in the base system; don't expectKris Kennaway2002-06-071-2/+1
| | | | | | | | | to find it there. Also remove a redundant comment. Submitted by: des, obrien Notes: svn path=/head/; revision=60809
* Have GNOME extensions concatenate at end of PKGNAMESUFFIX insteadMario Sergio Fujikawa Ferreira2002-06-071-0/+20
| | | | | | | | | of overwriting it Approved by: sobomax (portmgr hat) Notes: svn path=/head/; revision=60790
* Add a new way to specify the GCC version your port needs.David E. O'Brien2002-06-041-8/+6
| | | | | | | | | Rather than USE_GCCXY, you now use USE_GCC=X.Y Approved by: kris Notes: svn path=/head/; revision=60621
* Update lang/ruby and lang/ruby-devel to the latest snapshots as ofAkinori MUSHA2002-05-241-5/+6
| | | | | | | 2002-05-23. Notes: svn path=/head/; revision=59876
* Add a new Festival site.Trevor Johnson2002-05-231-0/+1
| | | | | | | Submitted by: Jack Twilley Notes: svn path=/head/; revision=59763
* Implement MASTER_SITE_FESTIVAL and MASTER_SITE_FESTIVAL_OGI.Trevor Johnson2002-05-231-0/+11
| | | | Notes: svn path=/head/; revision=59762
* Embellish the CPAN mastersite list by x2.David E. O'Brien2002-05-191-0/+11
| | | | Notes: svn path=/head/; revision=59474
* Reduce the MASTER_SITE_PERL_CPAN list by 1/2. There were _22_! sites.David E. O'Brien2002-05-181-15/+4
| | | | | | | | | | The net has to be in *VERY* bad shape for you to fail on 21 sites and finally get the needed file from the 22nd site. If the list was meant more do document possible sites for to list in /etc/make.conf, they could be re-added as comments. Notes: svn path=/head/; revision=59436