aboutsummaryrefslogtreecommitdiff
path: root/Mk
Commit message (Collapse)AuthorAgeFilesLines
* - Remove the patch that was clearing default build flags for buildRaphael Kubo da Costa2011-09-111-0/+4
| | | | | | | | | | | | | profiles, so that CMake can be used outside of ports. - Bump CMake PORTREVISION. - Pass default build flags (at least I hope) via bsd.cmake.mk. PR: 159276 Submitted by: Igor Soumenkov <2igosha@gmail.com> Approved by: avilla (mentor) Notes: svn path=/head/; revision=281618
* - only grep for firefox version in stdout [1], do the same for thunderbird andFlorian Smeets2011-09-101-6/+6
| | | | | | | | | | | | seamonkey - limit output to the first line by using head -1, this fixes -i18n ports installation, if the parent port was build with DEBUG PR: ports/160365 [1] Submitted by: amdmi3 [1] Notes: svn path=/head/; revision=281578
* Cater to versions of FreeBSD greater than 9 (up to 99). [1]Gerald Pfeifer2011-09-101-6/+6
| | | | | | | | | Tweak the representation of versions of GCC that newer appeared in base. Submitted by: bf [1] Notes: svn path=/head/; revision=281575
* Simplify USERS/GROUPS management, use groupmod instead of usermod to append ↵Baptiste Daroussin2011-09-091-8/+7
| | | | | | | | | | | | | | | user to a group This fix group management PR: ports/159577 Submitted by: sahil Reviewed by: flz Exp-run: bapt Approved by: portmgr (flz) Notes: svn path=/head/; revision=281486
* - Update to 11.0.0Sofian Brabez2011-09-071-0/+1
| | | | | | | | | | | - Update MASTER_SITES - Add LICENSE Reviewed by: lwhsu@ Approved by: jadawin@ (mentor) Notes: svn path=/head/; revision=281367
* - Remove python.cdpa.nsysu.edu.tw from MASTER_SITE_PYTHONSunpoet Po-Chuan Hsieh2011-09-051-1/+0
| | | | Notes: svn path=/head/; revision=281217
* - Update lang/python32 to 3.2.2Wen Heping2011-09-051-2/+2
| | | | Notes: svn path=/head/; revision=281188
* . Make commented examples reference 1.6 (the current default) rather than 1.5.Greg Lewis2011-09-041-6/+6
| | | | Notes: svn path=/head/; revision=281175
* - Revert accidental commitSunpoet Po-Chuan Hsieh2011-09-042-15/+14
| | | | Notes: svn path=/head/; revision=281172
* - Remove ftp.net.ohio-state.eduSunpoet Po-Chuan Hsieh2011-09-043-15/+15
| | | | | | | | PR: ports/160311 Submitted by: Anton Shterenlikht <mexas@bristol.ac.uk> Notes: svn path=/head/; revision=281171
* Refer to GCC 4.2+ instead of GCC 3.4+ in a comment, since the latter isGerald Pfeifer2011-09-041-1/+1
| | | | | | | not in any supported release of FreeBSD any more. Notes: svn path=/head/; revision=281169
* Update EMACS_VER in accordance with recent update of editors/xemacs21-muleMANTANI Nobutaka2011-09-031-2/+2
| | | | | | | to fix package building errors of ports that depend on editors/xemacs21-mule. Notes: svn path=/head/; revision=281097
* Add bsd.zenoss.mk for support of zenpacks.Chris Rees2011-09-011-0/+72
| | | | | | | | PR: ports/160290 Submitted by: Jason Helfman <jhelfman@experts-exchange.com> Notes: svn path=/head/; revision=280988
* - Readd the accidentaly removed "else" (now drupal6 can be installed)Baptiste Daroussin2011-08-311-0/+1
| | | | | | | | Reported by: Mike Harding <mvh@ix.netcom.com> Pointyhat to: Bapt (myself) Notes: svn path=/head/; revision=280806
* Remove reference to drupal5, it has goneBaptiste Daroussin2011-08-301-8/+0
| | | | Notes: svn path=/head/; revision=280745
* - Update databases/db5 to new upstream release 5.2.28.0. ChangeLog:Matthias Andree2011-08-251-8/+7
| | | | | | | | | | | | | | | | | http://download.oracle.com/docs/cd/E17076_02/html/installation/changelog_5_2.html - Remove databases/db51 (no hard dependencies), users having set db51 manually for their ports need to set db5 and rebuild dependent ports. - Add OPTIONS for localization (default off) and crypto (default on). - Install libdb*-5.so symlinks into $PREFIX/lib - If WITH_DEBUG is set, pass --enable-umrw to pacify valgrind, and --enable-debug. Notes: svn path=/head/; revision=280427
* - Revert change of default Ruby version from 1.9 back to 1.8 due toSteve Wills2011-08-241-3/+3
| | | | | | | | | unforseen issues. Discussed with: stas Notes: svn path=/head/; revision=280308
* - Undo some of the changes related to making Ruby 1.9 default.Steve Wills2011-08-231-4/+2
| | | | | | | | Specifically, don't try to use devel/ruby-gems instead of the bundled gem. Notes: svn path=/head/; revision=280238
* - Bump the revision of ruby18 port to force the package rebuild:Stanislav Sedov2011-08-221-1/+1
| | | | | | | | the new package doesn't include default ruby, irb, ri links because the default version has changed. Notes: svn path=/head/; revision=280219
* Remove dead site (ftp\.)?sunsite.org.ukChris Rees2011-08-221-5/+1
| | | | | | | | PR: ports/159994 Submitted by: Anton Shterenlikht <mexas@bristol.ac.uk> Notes: svn path=/head/; revision=280187
* - Update Ruby 1.9 to p290Steve Wills2011-08-211-10/+12
| | | | | | | - Make Ruby 1.9 the default Ruby Notes: svn path=/head/; revision=280102
* - adjust USE_APACHE sampleOlli Hauer2011-08-201-2/+3
| | | | | | | | | USE_APACHE value is preferred without "." since bsd.apache.mk has to rip out the "." for further processing. Support for "." in the value is taret for change. Notes: svn path=/head/; revision=280091
* - change default apache version to apache22Olli Hauer2011-08-201-2/+2
| | | | | | | | | | | - make entry in UPDATING with hat apache@ PR: ports/147009 Notes: svn path=/head/; revision=280081
* ${ECHO} should have been ${ECHO_CMD}Florian Smeets2011-08-201-1/+1
| | | | | | | | Reported by: <ttsestt@gmail.com> Pointyhat to: flo (who really needs some sleep) Notes: svn path=/head/; revision=280039
* fix installation of gecko ports after 1.34. On FreeBSD versions < 800081Florian Smeets2011-08-191-0/+7
| | | | | | | | | | | | | | | | | libarchive has a bug in the s modifier of -s where it would not rewrite symlinks e.g. /usr/local/bin/firefox would still point to /usr/ports/www/firefox/work/fake/lib/firefox/firefox Instead of forcing a dependency on archivers/libarchive use a creative workaround and rewrite the symlinks. This workaround should be removed once we drop support for FreeBSD 7 Reported by: naddy Submitted by: <ttsestt@gmail.com> Notes: svn path=/head/; revision=280035
* Fix paths for mozilla ports.Alex Dupre2011-08-181-6/+10
| | | | | | | Approved by: flo Notes: svn path=/head/; revision=279963
* retire GECKO_PTHREAD_LIBS just use PTHREAD_LIBS.Florian Smeets2011-08-161-1/+0
| | | | | | | | | this will enable compilation with clang. firefox 6 and thunderbid 6 now build fine with clang. other gecko ports should become compilable as soon as they are based on the same gecko version as firefox and thunderbird 6 Notes: svn path=/head/; revision=279840
* - add support for seamonkey 2.3, firefox and thunderbird 6Florian Smeets2011-08-161-29/+27
| | | | | | | | | | - use tar instead of cpio for installing files from the fake root, this is in preparation of firefox 7 [1] Submitted by: Pan Tsu <inyaoo@gmail.com> [1] Notes: svn path=/head/; revision=279828
* - Update USE_PERL5_REASON message as we have lang/perl5.14 in ports treeSunpoet Po-Chuan Hsieh2011-08-151-1/+1
| | | | | | | | PR: ports/159350 Submitted by: sunpoet (myself) Notes: svn path=/head/; revision=279741
* Refactor the perl parts of bsd.port.mk to live in bsd.perl.mk. This neverMark Linimon2011-08-122-143/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | got finished correctly in the first place. Note that this reverts two things in gabor's original bsd.perl.mk rewrite that were never actually used/tested: - ability of USE_PERL5 and other variables to specify a version. - conditional inclusion of bsd.perl.mk based on USE_PERL5 or similar. What this commit does is to make bsd.perl.mk be _exactly_ the current code from bsd.port.mk (modulo a few comments). Work to test the former would be welcome. The problem with the latter is that multiple attempts over the last N years to test it inevitably showed INDEX breakage. My own conclusion is that that simply makes the tree too fragile (and is the reason I kept putting off working on it in the first place). Others will disagree. Hopefully this change will make the perl-specific bits in bsd.*.mk easier to maintain. While here, fix a bogus comment (CCFLAGS). Adding to pointy hat collection: linimon Notes: svn path=/head/; revision=279560
* - fix problem with metadata on tier-2 machines for Pascal ports. TheMark Linimon2011-08-122-13/+8
| | | | | | | | | | | | | | | | | | reason is that bsd.fpc.mk was only defining PPNAME for i386 and amd64. Provide a placeholder and proper IGNORE for tier-2 [1] - remove obsolete check for /usr/share/mk/bsd.port.options.mk [2] - add USE_DRUPAL for easy include of Mk/bsd.drupal.mk [3] PR: ports/155017 [2], ports/159288 [3] Submitted by: linimon (discussed with acm), eadler, crees Notes: svn path=/head/; revision=279557
* Retire gnometarget, now that it was removed from all users.Koop Mast2011-08-121-1/+1
| | | | | | | | PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279527
* - bsd.drupal.mk has been repocopied to ${PORTSDIR}/MkChris Rees2011-08-111-24/+38
| | | | | | | | | | | - Prepare bsd.drupal.mk for use in ${PORTSDIR}/Mk - Remove unneeded LICENSE lines from drupal ports PR: ports/153795 Submitted by: Nick Hilliard <nick@foobar.org> (maintainer) Notes: svn path=/head/; revision=279491
* Add back gnometarget, while it doesn't do anything anymore. It is still in useKoop Mast2011-08-091-1/+1
| | | | | | | | | in a lot of ports. Noticed by: flo@ Notes: svn path=/head/; revision=279308
* Remove the now-dead gnometarget component.Joe Marcus Clarke2011-08-091-1/+1
| | | | | | | Reported by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279299
* - update MASTER_SITE_GNUSTEPDirk Meyer2011-08-071-1/+1
| | | | Notes: svn path=/head/; revision=279118
* The ring.nict.co.jp server has a CPAN tree, but it's empty.Doug Barton2011-08-051-4/+1
| | | | | | | Per http://www.ring.gr.jp/, "ring.riken.jp left the project on Apr. 30" Notes: svn path=/head/; revision=278979
* remove firefox35 support from bsd.gecko.mkFlorian Smeets2011-08-031-6/+4
| | | | Notes: svn path=/head/; revision=278876
* - Fix formattingSunpoet Po-Chuan Hsieh2011-08-031-2/+2
| | | | | | | Submitted by: obrien@ Notes: svn path=/head/; revision=278839
* update to 2.2 and make this the default seamonkey versionFlorian Smeets2011-08-011-18/+22
| | | | | | | Much of the work was done by beat for the 2.1 update, i update everything to 2.2 Notes: svn path=/head/; revision=278751
* Clean up after revision 1.51 and adjust comments to the new reality of usGerald Pfeifer2011-07-311-4/+2
| | | | | | | not caring about FreeBSD <= 6 any more (and thus no g77 in base ever). Notes: svn path=/head/; revision=278658
* Update the glib and gtk stack to the lastest stable releases.Koop Mast2011-07-301-26/+41
| | | | | | | | | | | Add new ports for the new stable releases of gtk+-3.0. Update vala to the newest stable release 0.12.1. Thanks to pav@ for doing multiple exp-runs, and marcus@ for repo-copies. Full contributors acknowledgment will be given in the GNOME 3 import. Notes: svn path=/head/; revision=278556
* Add maintainer line to Mk/bsd.drupal.mkChris Rees2011-07-291-0/+10
| | | | Notes: svn path=/head/; revision=278518
* Remove dead site (ftp.kaist.ac.kr).Emanuel Haupt2011-07-281-4/+0
| | | | Notes: svn path=/head/; revision=278485
* remove netlib.enseeiht.fr from MASTER_SITE_NETLIB,Brendan Fabeny2011-07-221-1/+0
| | | | | | | based on repeated distilator NXDOMAIN results Notes: svn path=/head/; revision=278185
* - Make 3.2 higher priority than 3.1Li-Wen Hsu2011-07-221-1/+1
| | | | | | | | PR: ports/156811 Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com> Notes: svn path=/head/; revision=278167
* - Update to 3.2.1Li-Wen Hsu2011-07-221-2/+2
| | | | | | | | PR: ports/158850 Submitted by: wen Notes: svn path=/head/; revision=278165
* removed unused __softMAKEFLAGS [0]Baptiste Daroussin2011-07-211-136/+33
| | | | | | | | | | | | remove old security check code [1] PR: ports/156077 [1], ports/158956 [0] Submitted by: Eitan Adler <lists@eitanadler.com> [1], bapt@ (myself) [0] Tested on: pointyhat-west With hat: portmgr Notes: svn path=/head/; revision=278121
* Fix INDEXFILE for upcoming 10.0 branch.Mark Linimon2011-07-212-7/+7
| | | | | | | | | PR: ports/158750 Submitted by: crees Tested on: pointyhat-west Notes: svn path=/head/; revision=278069
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,Mark Linimon2011-07-212-87/+16
| | | | | | | | | | | | | | | | | | | remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5 or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM is also removed, as it is not available in Java 1.5 and higher. Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5. While here, replace static values of JAVA_VERSION in files/*.in by %%JAVA_VERSION%% . PR: ports/158969 Submitted by: rene Tested on: pointyhat-west -exp Notes: svn path=/head/; revision=278068