aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cook
Commit message (Collapse)AuthorAgeFilesLines
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-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
* -remove MD5ohauer2011-07-031-1/+0
|
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
|
* - Mark MAKE_JOBS_UNSAFEpav2009-11-201-0/+1
| | | | Reported by: pointyhat
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-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)
* Bump portrevision due to upgrade of devel/gettext.edwin2008-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)
* Update to cook 2.30.jasone2008-01-213-6/+7
|
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-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
* Add MASTER_SITE_LOCAL to deal with the primary site only storing the mostjasone2007-06-301-1/+3
| | | | recent (and not necessarily usable) release of cook.
* Update cook to version 2.28.jasone2007-06-132-5/+6
|
* Remove WITHOUT_NLS support. The cook port can build without gettext, butjasone2006-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
* Update to cook 2.26.jasone2006-01-183-5/+7
|
* Update to cook 2.25.jasone2006-01-122-5/+7
| | | | Approved by: markm (mentor)
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-2/+2
| | | | | Submitted by: trevor Tested by: bento
* Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1
|
* - Update to 2.24, which includes a fix for parallel buildingsergei2003-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>
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-271-0/+1
| | | | Prodded by: kris
* Chase the libintl.so shared lib version.marcus2003-08-251-1/+1
|
* o Fix unfetchable distfile but, in the same timeerwin2003-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)
* De-pkg-comment.knu2003-02-212-1/+1
|
* Fix build on alpha and make sure we don't pick up (and break on) bison.naddy2002-11-302-1/+16
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* Upgrade to 2.21obraun2002-08-292-2/+2
| | | | Approved by: dwcjr (mentor)
* Chase shlib rev of devel/gettextade2002-08-021-1/+1
| | | | | Submitted by: lots and lots Pointy hat to: ade
* Update to 2.20pat2002-06-122-3/+2
| | | | | PR: 39145 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Drop maintainership.jasone2002-05-121-1/+1
|
* gettext upgrade uber-patch (stage 3)ade2002-04-131-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
* Stage 1 of gettext update.ade2002-03-161-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
* Update to 2.19.jasone2002-02-193-22/+2
|
* Update to cook 2.18.jasone2001-11-184-17/+27
|
* Update to cook 2.17.jasone2001-04-263-3/+3
|
* Bump PORTREVISION. Remove BUILD_DEPENDS tuple that is redundant withjasone2000-11-071-2/+1
| | | | | | respect to LIB_DEPENDS. Make portlint happy. Submitted by: steve
* cook depends on the libintl shared library at runtime. Add a correspondingjasone2000-11-071-0/+1
| | | | | | LIB_DEPENDS line. Submitted by: steve
* Update to cook version 2.16.jasone2000-10-282-5/+3
|
* Remove sunsite from MASTER_SITES, since recent versions of cook haven'tjasone2000-05-311-2/+4
| | | | been propagated.
* Update from version 2.11 to 2.15.jasone2000-04-232-2/+2
|
* Portlint COMMENT's.knu2000-04-151-1/+1
| | | | | | | Everybody should read the Handbook again! PR: ports/18008 Submitted by: tkato@prontomail.ne.jp
* PORTNAME/PORTVERSION updatemharo2000-04-121-2/+2
|
* Remove info/dir from the PLIST.jasone2000-02-221-1/+0
| | | | PR: ports/16898
* Clarify a comment. Remove an extra space in a call to 'echo'.jasone2000-02-221-3/+3
|
* Add port of 'cook', which is similar in nature to make(1).jasone2000-02-016-0/+141