Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.18.16_4 13 Apr 2024 13:03:19 |
Po-Chuan Hsieh (sunpoet) |
*/*: Remove GNU_CONFIGURE_MANPREFIX=${PREFIX}/share after
9fd7ee1cdf6cbd5528159b58a966e1a40e2909a9 |
5.18.16_4 21 Feb 2024 15:06:19 |
Po-Chuan Hsieh (sunpoet) |
devel/autogen: Update manpage location
(003a571d1d6585196545295efc181514f171c4c4, r523104) |
5.18.16_4 31 Jul 2023 16:39:47 |
Po-Chuan Hsieh (sunpoet) |
devel/autogen: Cosmetic change |
5.18.16_4 30 Jul 2023 22:59:04 |
Robert Clausecker (fuz) Author: Andrew "RhodiumToad" Gierth |
*/*: adapt to new guile framework
- change all ports using guile to USES=guile
- flavorize guile-lib, guile-cairo, slib-guile
PR: 260960
Reported by: Martin Neubauer <m.ne@gmx.net>
Approved by: bofh
Differential Revision: https://reviews.freebsd.org/D40194 |
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) |
5.18.16_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 ) |
5.18.16_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 ) |
5.18.16_3 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
5.18.16_2 30 Mar 2022 22:02:43 |
Po-Chuan Hsieh (sunpoet) |
devel/autogen: Cosmetic change |
5.18.16_2 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
5.18.16_1 15 Jun 2021 07:13:31 |
Mathieu Arnold (mat) |
cleanup: Remove empty files.
Those were all patches that were emptied, and which removal was
forgotten. |
5.18.16_1 10 Jun 2021 14:45:58 |
Po-Chuan Hsieh (sunpoet) |
devel/autogen: Cosmetic change |
5.18.16_1 18 Apr 2021 05:41:54 |
Po-Chuan Hsieh (sunpoet) |
devel/autogen: Use BINARY_ALIAS |
5.18.16_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.18.16_1 07 Mar 2021 22:10:27 |
sunpoet |
Convert REINPLACE_CMD to patch files |
5.18.16_1 27 Jun 2019 09:02:57 |
danfe |
Update Guile to version 2.2.5, modern stable version, and fix dependent
ports to build against it. Most changes are rather minor and mechanical
except for the devel/gdb (obtained via their bugtracker [1], courtesy of
Doug Evans). One port (science/meep) I had to mark BROKEN after fixing
it proved to be very tedious and actually unreliable. It is very old,
there are newer versions available so it should be fixed by updating.
One port (devel/libruin) had revealed a bug in the new Guile code (an
auxiliary script, really) that had to be worked-round; reference to the
problematic upstream commit is provided in the patch.
PR: 229613
Exp-run by: antoine
[1] https://sourceware.org/bugzilla/show_bug.cgi?id=21104#c8 |
5.18.16 19 Apr 2019 23:25:55 |
sunpoet |
Update to 5.18.16
- Update LICENSE
- Add LICENSE_FILE
Changes: https://sourceforge.net/p/autogen/mailman/message/36402347/
https://git.savannah.gnu.org/cgit/autogen.git/tree/NEWS.pre
https://git.savannah.gnu.org/cgit/autogen.git/log/ |
5.18.12_3 02 Feb 2019 21:54:54 |
sunpoet |
Change the way *_DEPENDS are set |
5.18.12_3 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
5.18.12_2 01 Jun 2018 10:16:42 |
cpm |
Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.6
PR: 228597
Approved by: portmgr (antoine) |
5.18.12_1 10 Mar 2018 11:22:59 |
cpm |
Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.4
PR: 225560
Submitted by: Yasuhiro KIMURA <yasu@utahime@org>
Reviewed by: cpm
Approved by: portmgr (antoine) |
5.18.12 13 Dec 2017 20:49:35 |
sunpoet |
Mark CONFLICTS_INSTALL with games/columns |
5.18.12 20 Aug 2017 12:26:00 |
sunpoet |
Update to 5.18.12
- Fix LIB_DEPENDS: remove devel/boehm-gc-threaded
- Sort *_DEPENDS
- Add USES=gnome
Changes: https://git.savannah.gnu.org/cgit/autogen.git/tree/NEWS.pre |
5.18.10 19 Aug 2017 16:04:37 |
sunpoet |
Cosmetic change
- Use CONFIGURE_ENV
- Take maintainership
- Update pkg-descr
- Update WWW |
5.18.10 16 Jul 2016 14:54:55 |
pawel |
Update to version 5.18.10
PR: 211109
Submitted by: Tobias Kortkamp |
5.18.4_2 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
5.18.4_2 17 May 2016 17:09:50 |
mat |
There is no :gnu master sites.
Sponsored by: Absolight |
5.18.4_2 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
5.18.4_2 16 Oct 2015 21:25:36 |
marino |
devel/autogen: Fix stage-qa failure
The autoopts-config script needs bash, so it's been added as a run
dependences and the shebang wsa fixed. While here, add the GPLv2 LICENSE
and improve the COMMENT.
PR: 203672
Submitted by: Yuri (rawbw.com) |
5.18.4_1 10 May 2015 21:46:45 |
amdmi3 |
- Simplify MASTER_SITES
- Strip library |
5.18.4 31 Jan 2015 10:54:08 |
kwm |
Update autogen to 5.18.4.
Switch to guile2, because autogen is used by anjuta. And some components in
the GNOME stack use guile2 already. |
5.12_4 09 Dec 2014 10:37:00 |
bapt |
cleanup plist |
5.12_4 02 Dec 2014 22:50:11 |
bapt |
Finish resetting maintainership
PR: 195059 |
5.12_4 27 Oct 2014 07:32:26 |
bapt |
Nuke some @dirrm from devel |
5.12_4 31 Aug 2014 15:17:50 |
tijl |
lang/guile:
- Add USES=libtool and bump dependent ports
- Replace Makefile.* patches with USES=pathfix
- Replace config.h.in patch with USE_AUTOTOOLS=autoheader
- Avoid automake by touching Makefile.in
Approved by: portmgr (implicit, bump unstaged port) |
5.12_3 26 Jul 2014 10:15:25 |
amdmi3 |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
5.12_2 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
5.12_1 11 Apr 2014 13:27:47 |
bapt |
USES=tar:bzip2 |
5.12_1 22 Jan 2014 23:57:02 |
bapt |
Support stage
Modernize a bit |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
5.12_1 07 May 2013 13:12:32 |
bapt |
Add some shebangfix to allow building most of the ports tree without
/usr/bin/perl
Submitted by: John Marino
Obtained from: DPorts |
5.12 29 Sep 2011 10:47:45 |
clsung |
- Update to 5.12
PR: ports/158621
Noted by: Bruce Korb <bkorb_AT_gnu dot org> |
5.9.7_1 11 Aug 2011 19:20:17 |
kwm |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
5.9.7_1 31 Jul 2011 15:07:08 |
jlaffaye |
- Chase guile shared lib bump
- Add an entry to UPDATING |
5.9.7 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
5.9.7 22 Aug 2009 00:18:43 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
5.9.7 03 Feb 2009 02:02:36 |
clsung |
- Update to 5.9.7 |
5.9.5_2 22 Jan 2009 16:04:11 |
miwi |
- Chase lang/guile shlib bump |
5.9.5_1 21 Jul 2008 04:49:09 |
rafan |
- Chase lang/guile share library version bump (.18 -> .19)
- Bump PORTREVISION
PR: ports/125435 |
5.9.5 23 Jun 2008 02:12:53 |
clsung |
- Update to 5.9.5 |
5.9.4_2 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) |
5.9.4_1 01 Mar 2008 06:22:42 |
marcus |
Chase libguile shared lib version. |
5.9.4 25 Dec 2007 08:14:45 |
clsung |
- Update to 5.9.4 |
5.9.2 30 Jul 2007 03:53:29 |
clsung |
- Update to 5.9.2 |
5.9.1 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 |
5.9.1 09 Jun 2007 06:12:34 |
clsung |
- Update to 5.9.1 |
5.9 23 Feb 2007 05:32:16 |
clsung |
- Update to 5.9
Noted by: Bruce Korb <bruce dot korb_AT_3pardata dot com> |
5.8.9 22 Feb 2007 09:01:11 |
clsung |
- Update to 5.8.9 |
5.8.8 02 Jan 2007 03:39:24 |
clsung |
- Update to 5.8.8 |
5.8.7 05 Nov 2006 14:13:37 |
clsung |
- Update to 5.8.7 |
5.8.6 02 Oct 2006 08:29:17 |
clsung |
- Update to 5.8.6
- I'll maintain it
- ChangeLog
- see http://autogen.sourceforge.net/announce.html |
5.8.4 14 Aug 2006 22:55:18 |
clsung |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include comms/ converters/ databases/ devel/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
5.8.4 29 May 2006 10:50:04 |
vs |
Update to 5.8.4
PR: ports/97663
Submitted by: Shaun Amott |
5.8.1_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
5.8.1 12 Jan 2006 01:05:03 |
ijliao |
upgrade to 5.8.1 |
5.7.3 24 Nov 2005 15:40:04 |
pav |
- Add some SHA256 checksums |
5.7.3 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
5.7.3 13 Oct 2005 19:18:43 |
garga |
- Update to 5.7.3
PR: ports/87381
Submitted by: Ports Fury |
5.7.2 01 Aug 2005 12:38:34 |
sem |
- Update to 5.7.2
PR: ports/84399
Submitted by: Ports Fury |
5.7 27 Jun 2005 20:30:35 |
jylefort |
Update to 5.7
PR: ports/82672
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
5.6.4 25 Oct 2004 15:39:03 |
clsung |
- update to 5.6.4
Approved by: co-mentor (vanilla) |
5.6.3 25 Oct 2004 08:53:40 |
clsung |
- Update to version 5.6.3
PR: ports/73073
Submitted by: KATO Tsuguru <tkato432 AT yahoo dot com>
Approved by: co-mentor (vanilla) |
5.6.2 28 Sep 2004 01:48:03 |
kris |
Now builds on amd64
Approved by: portmgr (self) |
5.6.2 28 May 2004 18:32:12 |
krion |
- Fix MASTER_SITES
PR: ports/67286
Submitted by: Ports Fury |
5.6.2 23 May 2004 19:05:07 |
krion |
- Update to version 5.6.2
PR: ports/67080
Submitted by: Ports Fury |
5.6.0 05 Mar 2004 12:20:00 |
kris |
BROKEN on amd64: Build fails |
5.6.0 29 Feb 2004 21:04:29 |
eik |
MASTER_SITE_GNU have the distfile in ${PORTNAME}/rel5.6
PR: 63513
Submitted by: Jason Harris <jharris@widomaker.com> |
5.6.0 28 Feb 2004 19:41:47 |
krion |
- Update to version 5.6.0
PR: ports/63494
Submitted by: Ports Fury |
5.5.7_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
5.5.7 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
5.5.7 05 Jan 2004 16:40:04 |
krion |
- Update to version 5.5.7
PR: 60928
Submitted by: Ports Fury |
5.5.6 17 Nov 2003 12:29:10 |
trevor |
USE_REINPLACE need be defined only when REINPLACE_CMD is used. |
5.5.6 26 Aug 2003 18:44:20 |
krion |
- Update to version 5.5.6
PR: 55999
Submitted by: Ports Fury |
5.5.5 01 Jul 2003 06:32:59 |
daichi |
update devel/autogen: 5.5.3 --> 5.5.5
PR: 52861
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
5.5.3 02 May 2003 03:29:00 |
marcus |
Chase guile's shared lib version. |
5.5.3 26 Apr 2003 22:37:12 |
nork |
Update to 5.5.3.
PR: ports/51362
Submitted by: Ports Fury |
5.5.2 20 Feb 2003 17:07:10 |
knu |
De-pkg-comment. |
5.5.2 17 Feb 2003 15:21:10 |
ijliao |
upgrade to 5.5.2 |
5.4.7 06 Nov 2002 16:55:39 |
ijliao |
upgrade to 5.4.7
PR: 44965
Submitted by: Ports Fury |
5.4.6 16 Oct 2002 06:39:20 |
vanilla |
Upgrade to 5.4.6.
PR: ports/44107
Submitted by: Ports Fury |
5.4.4 06 Oct 2002 17:44:14 |
ijliao |
upgrade to 5.4.4
PR: 43696
Submitted by: Ports Fury |
5.4.2_1 14 Sep 2002 22:57:49 |
kris |
Fix plist and add missing manpages |
5.4.2_1 31 Aug 2002 17:21:11 |
dwcjr |
Fix MAN1
PR: 42239
Submitted by: tkato@prontomail.com |
5.4.2 28 Aug 2002 03:39:34 |
kevlo |
Update to version 5.4.2
PR: 42034
Submitted by: Ports Fury |
5.3.9_1 16 Jul 2002 06:31:33 |
ijliao |
fix hang-in-build problem
PR: 40633
Submitted by: Amar Takhar <verm@drunkmonk.net> |
5.3.9 05 Jul 2002 08:26:13 |
ijliao |
upgrade to 5.3.9 |
5.3.8 19 Jun 2002 16:37:57 |
marcus |
Chase guile shared lib number.
Prompted by: Mike Harding <mvh@ix.netcom.com> |
5.3.8 18 Jun 2002 11:13:02 |
ijliao |
upgrade to 5.3.8 |
5.3.7 13 May 2002 08:50:18 |
ijliao |
upgrade to 5.3.7 |
5.3.6 02 May 2002 22:48:02 |
pat |
Update to 5.3.6
PR: 37684
Submitted by: KATO Tsuguru <tkato@prontomail.com> |