non port: devel/cook/Makefile |
SVNWeb
|
Number of commits found: 46 |
Sat, 19 Aug 2023
|
[ 02:52 Muhammad Moinur Rahman (bofh) ] b717d34
devel/cook: Mark BROKEN
- Fails to build with:
a space character is not allowed in an escape sequence parameter
- Add LICENSE GPLv3
- Utilize USES=localbase
- Mark DEPRECATED as upstreeam last release was in 2008 and upstream
site is vaporized
- Set EXPIRATION_DATE to 2023-12-31
- Refresh patches
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 25 May 2017
|
[ 14:23 bapt ]
Register build dependency on groff
|
Thu, 8 Dec 2016
|
[ 19:52 tijl ] (Only the first 10 of 551 ports in this commit are shown above. )
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
|
Fri, 21 Oct 2016
|
[ 12:51 mat ] (Only the first 10 of 718 ports in this commit are shown above. )
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
|
Wed, 30 Apr 2014
|
[ 16:21 bapt ]
Support stage
|
Fri, 20 Sep 2013
|
[ 17:03 bapt ] (Only the first 10 of 379 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1)
|
Wed, 24 Apr 2013
|
[ 18:10 ak ] (Only the first 10 of 1028 ports in this commit are shown above. )
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
|
Mon, 31 May 2010
|
[ 02:01 ade ] (Only the first 10 of 1416 ports in this commit are shown above. )
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
Thu, 19 Nov 2009
|
[ 22:07 pav ] (Only the first 10 of 68 ports in this commit are shown above. )
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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 (Only the first 15 lines of the commit message are shown above )
|
Fri, 6 Jun 2008
|
[ 13:21 edwin ] (Only the first 10 of 367 ports in this commit are shown above. )
Bump portrevision due to upgrade of devel/gettext.
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)
|
Mon, 21 Jan 2008
|
[ 15:33 jasone ]
Update to cook 2.30.
|
Mon, 23 Jul 2007
|
[ 09:36 rafan ] (Only the first 10 of 437 ports in this commit are shown above. )
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
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
|
Fri, 29 Jun 2007
|
[ 18:52 jasone ]
Add MASTER_SITE_LOCAL to deal with the primary site only storing the most
recent (and not necessarily usable) release of cook.
|
Tue, 12 Jun 2007
|
[ 16:22 jasone ]
Update cook to version 2.28.
|
Mon, 23 Jan 2006
|
[ 04:49 jasone ]
Remove WITHOUT_NLS support. The cook port can build without gettext, but
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
|
Wed, 18 Jan 2006
|
[ 03:21 jasone ]
Update to cook 2.26.
|
Thu, 12 Jan 2006
|
[ 09:15 jasone ]
Update to cook 2.25.
Approved by: markm (mentor)
|
Tue, 12 Apr 2005
|
[ 03:26 obrien ] (Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
Mon, 11 Apr 2005
|
[ 08:04 obrien ] (Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
Wed, 4 Feb 2004
|
[ 04:36 marcus ] (Only the first 10 of 312 ports in this commit are shown above. )
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
|
Fri, 23 Jan 2004
|
[ 18:12 trevor ] (Only the first 10 of 314 ports in this commit are shown above. )
Now gettext 0.12.1 is gettext-old.
|
Thu, 4 Dec 2003
|
[ 15:46 sergei ]
- Update to 2.24, which includes a fix for parallel building
- Install manpages to the standard location
- Sort pkg-plist
- Assign maintainership to the submitter
PR: 59661
Submitted by: Jason Evans <jasone@canonware.com>
|
Tue, 26 Aug 2003
|
[ 20:25 marcus ] (Only the first 10 of 173 ports in this commit are shown above. )
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris
|
Mon, 25 Aug 2003
|
[ 05:41 marcus ] (Only the first 10 of 175 ports in this commit are shown above. )
Chase the libintl.so shared lib version.
|
Sun, 8 Jun 2003
|
[ 12:50 erwin ]
o Fix unfetchable distfile but, in the same time
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)
|
Thu, 20 Feb 2003
|
[ 17:07 knu ] (Only the first 10 of 432 ports in this commit are shown above. )
De-pkg-comment.
|
Fri, 29 Nov 2002
|
[ 23:14 naddy ]
Fix build on alpha and make sure we don't pick up (and break on) bison.
|
Wed, 28 Aug 2002
|
[ 19:32 obraun ]
Upgrade to 2.21
Approved by: dwcjr (mentor)
|
Thu, 1 Aug 2002
|
[ 16:22 ade ] (Only the first 10 of 191 ports in this commit are shown above. )
Chase shlib rev of devel/gettext
Submitted by: lots and lots
Pointy hat to: ade
|
Tue, 11 Jun 2002
|
[ 16:23 pat ]
Update to 2.20
PR: 39145
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
|
Sat, 11 May 2002
|
[ 22:19 jasone ]
Drop maintainership.
|
Fri, 12 Apr 2002
|
[ 17:10 ade ] (Only the first 10 of 171 ports in this commit are shown above. )
gettext upgrade uber-patch (stage 3)
- 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
|
Fri, 15 Mar 2002
|
[ 19:44 ade ] (Only the first 10 of 191 ports in this commit are shown above. )
Stage 1 of gettext update.
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
|
Tue, 19 Feb 2002
|
[ 06:55 jasone ]
Update to 2.19.
|
Sat, 17 Nov 2001
|
[ 22:38 jasone ]
Update to cook 2.18.
|
Thu, 26 Apr 2001
|
[ 03:48 jasone ]
Update to cook 2.17.
|
Tue, 7 Nov 2000
|
[ 02:26 jasone ]
Bump PORTREVISION. Remove BUILD_DEPENDS tuple that is redundant with respect
to LIB_DEPENDS. Make portlint happy.
|
Mon, 6 Nov 2000
|
[ 22:10 jasone ]
cook depends on the libintl shared library at runtime. Add a corresponding
LIB_DEPENDS line.
|
Fri, 27 Oct 2000
|
[ 22:12 jasone ]
Update to cook version 2.16.
|
Wed, 31 May 2000
|
[ 00:19 jasone ]
Remove sunsite from MASTER_SITES, since recent versions of cook haven't been
propagated.
|
Number of commits found: 46 |