Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.30_3 31 Dec 2023 00:06:18 |
Muhammad Moinur Rahman (bofh) |
devel/cook: Remove expired port
2023-12-31 devel/cook: Upstream last release was in 2008 |
2.30_3 19 Aug 2023 02:52:48 |
Muhammad Moinur Rahman (bofh) |
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 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.30_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
2.30_3 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
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 ) |
2.30_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.30_3 25 May 2017 14:23:15 |
bapt |
Register build dependency on groff |
2.30_3 08 Dec 2016 19:52:20 |
tijl |
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. |
2.30_2 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
2.30_2 23 May 2016 18:36:52 |
amdmi3 |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
2.30_2 22 May 2015 13:34:22 |
mat |
Remove $FreeBSD$ from patches files in categories a-j.
With hat: portmgr
Sponsored by: Absolight |
2.30_2 14 May 2015 10:15:09 |
mat |
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 |
2.30_2 27 Oct 2014 10:10:59 |
bapt |
Cleanup plist |
2.30_2 30 Apr 2014 16:21:34 |
bapt |
Support stage |
2.30_2 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
2.30_2 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
2.30_2 23 Sep 2011 22:26:39 |
amdmi3 |
- 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 |
2.30_2 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
2.30_2 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
2.30_1 19 Nov 2009 22:07:43 |
pav |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
2.30_1 21 Aug 2008 06:18:49 |
rafan |
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 ) |
2.30_1 06 Jun 2008 13:21:59 |
edwin |
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) |
2.30 21 Jan 2008 15:33:00 |
jasone |
Update to cook 2.30. |
2.28 23 Jul 2007 09:36:52 |
rafan |
- 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 |
2.28 29 Jun 2007 18:52:25 |
jasone |
Add MASTER_SITE_LOCAL to deal with the primary site only storing the most
recent (and not necessarily usable) release of cook. |
2.28 12 Jun 2007 16:22:04 |
jasone |
Update cook to version 2.28. |
2.26 23 Jan 2006 04:49:41 |
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 |
2.26 18 Jan 2006 03:21:02 |
jasone |
Update to cook 2.26. |
2.25 12 Jan 2006 09:15:56 |
jasone |
Update to cook 2.25.
Approved by: markm (mentor) |
2.24_1 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
2.24_1 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
2.24_1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
2.24_1 04 Feb 2004 04:36:30 |
marcus |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento |
2.24 23 Jan 2004 18:12:26 |
trevor |
Now gettext 0.12.1 is gettext-old. |
2.24 04 Dec 2003 15:46:22 |
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> |
2.23_1 26 Aug 2003 20:25:58 |
marcus |
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris |
2.23 25 Aug 2003 05:41:38 |
marcus |
Chase the libintl.so shared lib version. |
2.23 08 Jun 2003 12:50:53 |
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) |
2.21 20 Feb 2003 17:07:10 |
knu |
De-pkg-comment. |
2.21 29 Nov 2002 23:14:27 |
naddy |
Fix build on alpha and make sure we don't pick up (and break on) bison. |
2.21 28 Aug 2002 19:32:29 |
obraun |
Upgrade to 2.21
Approved by: dwcjr (mentor) |
2.20 01 Aug 2002 16:22:41 |
ade |
Chase shlib rev of devel/gettext
Submitted by: lots and lots
Pointy hat to: ade |
2.20 11 Jun 2002 16:23:47 |
pat |
Update to 2.20
PR: 39145
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> |
2.19_1 11 May 2002 22:19:34 |
jasone |
Drop maintainership. |
2.19_1 12 Apr 2002 17:10:20 |
ade |
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 |
2.19 15 Mar 2002 19:44:29 |
ade |
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 |
19 Feb 2002 06:55:24 |
jasone |
Update to 2.19. |
17 Nov 2001 22:38:16 |
jasone |
Update to cook 2.18. |
26 Apr 2001 03:48:15 |
jasone |
Update to cook 2.17. |
07 Nov 2000 02:26:18 |
jasone |
Bump PORTREVISION. Remove BUILD_DEPENDS tuple that is redundant with respect
to LIB_DEPENDS. Make portlint happy. |
06 Nov 2000 22:10:26 |
jasone |
cook depends on the libintl shared library at runtime. Add a corresponding
LIB_DEPENDS line. |
27 Oct 2000 22:12:59 |
jasone |
Update to cook version 2.16. |
08 Oct 2000 02:10:04 |
asami |
Convert category devel to new layout. |
31 May 2000 00:19:09 |
jasone |
Remove sunsite from MASTER_SITES, since recent versions of cook haven't been
propagated. |