aboutsummaryrefslogtreecommitdiff
path: root/devel/cook
Commit message (Collapse)AuthorAgeFilesLines
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+3
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-191-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244489
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Update to cook 2.30.Jason Evans2008-01-213-6/+7
| | | | Notes: svn path=/head/; revision=205984
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* Add MASTER_SITE_LOCAL to deal with the primary site only storing the mostJason Evans2007-06-291-1/+3
| | | | | | | recent (and not necessarily usable) release of cook. Notes: svn path=/head/; revision=194477
* Update cook to version 2.28.Jason Evans2007-06-122-5/+6
| | | | Notes: svn path=/head/; revision=193337
* Remove WITHOUT_NLS support. The cook port can build without gettext, butJason Evans2006-01-231-2/+0
| | | | | | | | | | | there is no way to tell its configure script to not use gettext, even if the configure script finds a usable implementation. Therefore, always use gettext. Reported by: kris Notes: svn path=/head/; revision=154212
* Update to cook 2.26.Jason Evans2006-01-183-5/+7
| | | | Notes: svn path=/head/; revision=153777
* Update to cook 2.25.Jason Evans2006-01-122-5/+7
| | | | | | | Approved by: markm (mentor) Notes: svn path=/head/; revision=153340
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-2/+2
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* - Update to 2.24, which includes a fix for parallel buildingSergei Kolobov2003-12-044-53/+16
| | | | | | | | | | | | - Install manpages to the standard location - Sort pkg-plist - Assign maintainership to the submitter PR: 59661 Submitted by: Jason Evans <jasone@canonware.com> Notes: svn path=/head/; revision=95017
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-261-0/+1
| | | | | | | Prodded by: kris Notes: svn path=/head/; revision=87743
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
| | | | Notes: svn path=/head/; revision=87644
* o Fix unfetchable distfile but, in the same timeErwin Lansing2003-06-083-3/+7
| | | | | | | | | | | | o update to 2.23 o Add files in the pkg-plist PR: 53031 Submitted by: Serge Gagnon <gagnon__s@videotron.ca> Approved by: edwin (mentor) Notes: svn path=/head/; revision=82525
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* Fix build on alpha and make sure we don't pick up (and break on) bison.Christian Weisgerber2002-11-292-1/+16
| | | | Notes: svn path=/head/; revision=71235
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Upgrade to 2.21Oliver Braun2002-08-282-2/+2
| | | | | | | Approved by: dwcjr (mentor) Notes: svn path=/head/; revision=65186
* Chase shlib rev of devel/gettextAde Lovett2002-08-011-1/+1
| | | | | | | | Submitted by: lots and lots Pointy hat to: ade Notes: svn path=/head/; revision=63850
* Update to 2.20Patrick Li2002-06-112-3/+2
| | | | | | | | PR: 39145 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=61125
* Drop maintainership.Jason Evans2002-05-111-1/+1
| | | | Notes: svn path=/head/; revision=58942
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-04-121-1/+2
| | | | | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr Notes: svn path=/head/; revision=57625
* Stage 1 of gettext update.Ade Lovett2002-03-151-1/+1
| | | | | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr Notes: svn path=/head/; revision=56168
* Update to 2.19.Jason Evans2002-02-193-22/+2
| | | | Notes: svn path=/head/; revision=54884
* Update to cook 2.18.Jason Evans2001-11-174-17/+27
| | | | Notes: svn path=/head/; revision=50161
* Update to cook 2.17.Jason Evans2001-04-263-3/+3
| | | | Notes: svn path=/head/; revision=41906
* Bump PORTREVISION. Remove BUILD_DEPENDS tuple that is redundant withJason Evans2000-11-071-2/+1
| | | | | | | | | respect to LIB_DEPENDS. Make portlint happy. Submitted by: steve Notes: svn path=/head/; revision=34865
* cook depends on the libintl shared library at runtime. Add a correspondingJason Evans2000-11-061-0/+1
| | | | | | | | | LIB_DEPENDS line. Submitted by: steve Notes: svn path=/head/; revision=34858
* Update to cook version 2.16.Jason Evans2000-10-272-5/+3
| | | | Notes: svn path=/head/; revision=34310
* Remove sunsite from MASTER_SITES, since recent versions of cook haven'tJason Evans2000-05-301-2/+4
| | | | | | | been propagated. Notes: svn path=/head/; revision=28998
* Update from version 2.11 to 2.15.Jason Evans2000-04-232-2/+2
| | | | Notes: svn path=/head/; revision=27924
* Portlint COMMENT's.Akinori MUSHA2000-04-141-1/+1
| | | | | | | | | | Everybody should read the Handbook again! PR: ports/18008 Submitted by: tkato@prontomail.ne.jp Notes: svn path=/head/; revision=27537
* PORTNAME/PORTVERSION updateMichael Haro2000-04-111-2/+2
| | | | Notes: svn path=/head/; revision=27452
* Remove info/dir from the PLIST.Jason Evans2000-02-221-1/+0
| | | | | | | PR: ports/16898 Notes: svn path=/head/; revision=26129
* Clarify a comment. Remove an extra space in a call to 'echo'.Jason Evans2000-02-221-3/+3
| | | | Notes: svn path=/head/; revision=26127
* Add port of 'cook', which is similar in nature to make(1).Jason Evans2000-02-016-0/+141
Notes: svn path=/head/; revision=25385