Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.9 01 Apr 2024 17:36:02 |
Matthias Andree (mandree) |
textproc/gsed: skip panic-tests.sh when running as root...
...for instance as poudriere, because the tests sets up a directory
that is intended to be non-writable, which is ignored on FreeBSD 14,
and causes the panic-tests.sh to fail because sed can unexpectedly
create a temp file when running as root. |
4.9 23 Jan 2024 11:32:28 |
Alexey Dokuchaev (danfe) |
Convert more of my ports to new manual page location (part two). |
4.9 16 Nov 2022 10:15:26 |
Alexey Dokuchaev (danfe) |
textproc/gsed: update GNU stream editor to version 4.9
Reported by: portscout |
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) |
4.8 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 ) |
4.8 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
4.8 10 Sep 2021 21:17:51 |
Bernhard Froehlich (decke) |
textproc/gsed: Add CPE information
Approved by: portmgr (blanket) |
4.8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.8 07 Mar 2021 22:33:43 |
sunpoet |
Update WWW
Approved by: portmgr (blanket) |
4.8 02 Feb 2020 02:55:33 |
danfe |
Update GNU stream editor to version 4.8.
PR: 243607
Exp-run by: antoine |
4.7 05 Nov 2019 08:18:17 |
danfe |
Assume maintainership of several GNU tools I've been keeping an eye to
and updating as of recently. |
4.7 04 Nov 2019 21:21:04 |
rene |
Returns johans's ports to the pool after safekeeping his commit bit. |
4.7 21 Jan 2019 14:37:46 |
danfe |
Update GNU sed to version 4.7.
PR: 215768
Submitted by: pfg
Exp-run by: antoine |
4.2.2_2 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 |
4.2.2_1 28 Mar 2018 09:03:24 |
amdmi3 |
- Add LICENSE
- Switch to options helpers
- Switch to new test framework
Approved by: portmgr blanket |
4.2.2_1 28 Jul 2017 21:45:20 |
jkim |
Set MAKEINFO to the full path of makeinfo when USES=makeinfo is set.
PR: 221027
Reviewed by: mat
Approved by: portmgr (antoine) |
4.2.2_1 08 Dec 2016 19:23:25 |
tijl |
Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
4.2.2 15 Nov 2014 16:26:33 |
antoine |
Cleanup plist |
4.2.2 25 Jun 2014 08:58:09 |
bapt |
Fix build on system built WITHOUT_INFO
With hat: portmgr |
4.2.2 24 Jun 2014 16:41:08 |
bapt |
Fix typo |
4.2.2 24 Jun 2014 16:38:57 |
bapt |
Fix gettext support
USES+= gettext was added after bsd.port.pre.mk and thus had no effect |
4.2.2 09 Oct 2013 06:44:54 |
bapt |
Fix packaging without nls |
4.2.2 07 Oct 2013 05:02:18 |
johans |
Enable stage support |
4.2.2 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
4.2.2 24 Jun 2013 18:54:47 |
johans |
- Update GNU sed to 4.2.2
- Adopt port
Approved by: gabor (old maintainer) |
4.2.1_2 27 Apr 2013 18:25:25 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here |
4.2.1_2 18 Mar 2013 11:40:04 |
bapt |
Fix a long standing bug of lib/charset.alias being overwritten, modified, and
badly tracked by ports.
Make lib/charset.alias a file only provided by converters/libiconv
Create a new USES: charsetfix, that will modify in post patch the Makefile.in to
prevent a port from modifying/overwritting the charset.alias file during make
install.
Prevent devel/gettext from installing that files.
Fix a couple of ports that actually touch charset.alias during the build phase.
Based on a patch by ale
(http://lists.freebsd.org/pipermail/freebsd-gnome/2012-October/027747.html)
Approved by: kwm (gnome)
Exp-run by: miwi |
4.2.1_2 06 Oct 2012 16:12:49 |
eadler |
Convert to OptionsNG
Approved by: gabor (maintainer) |
4.2.1_2 03 Jul 2011 14:40:25 |
ohauer |
-remove MD5 |
4.2.1_2 08 Jun 2010 06:45:21 |
gabor |
- Bump PORTREVISION after gettext update
PR: ports/147486
Submitted by: Alain Wolf <wolf@digris.ch> |
4.2.1 05 Feb 2010 21:52:50 |
gabor |
- Update to 4.2.1
- Enable NLS |
4.1.5_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 ) |
4.1.5_1 31 Mar 2007 19:56:19 |
gabor |
- Remove DESTDIR support from my ports as it is useless now. New implementation
is coming. |
4.1.5_1 17 Feb 2007 20:53:56 |
gabor |
- Remove support for FreeBSD 4.x
Approved by: erwin (mentor, implicit) |
4.1.5_1 08 Dec 2006 13:46:35 |
gabor |
Change my e-mail address.
Approved by: erwin (mentor) |
4.1.5_1 08 Aug 2006 08:09:32 |
erwin |
- Fix typo in manpage
- Eliminate a patch
- Respect DESTDIR
PR: 101565
Submitted by: gabor (maintainer) |
4.1.5 20 Apr 2006 05:51:54 |
sem |
- Fix build on 4.x
PR: ports/96013
Submitted by: maintainer |
4.1.5 15 Apr 2006 15:34:38 |
pav |
- Update to 4.1.5
PR: ports/93928
Submitted by: Rainer Alves <rainer.alves@gmail.com>
Approved by: <gabor.kovesdan@t-hosting.hu> (maintainer) |
4.1.4 02 Dec 2005 17:44:28 |
garga |
- Update 4.1.4
- Add SHA256
- Cleanup
- Pass maintainership to submitter
PR: ports/89841
Submitted by: Gabor Kovesdan <gabor.kovesdan@t-hosting.hu> |
4.0.9_1 02 Dec 2005 02:05:39 |
linimon |
Reset maintainer per his request. We hope to see him back soon. |
4.0.9_1 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
4.0.9_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'. |
4.0.9_1 18 Mar 2004 02:52:47 |
trevor |
Add size data.
Approved by: maintainers |
4.0.9_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
4.0.9 27 Jan 2004 18:50:06 |
pav |
- Update to 4.0.9
PR: ports/61988
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer) |
4.0.7 12 Dec 2003 12:21:56 |
roam |
Spell NOPORTDOCS correctly in Cyrille Lefevre's ports.
PR: 57749
Approved by: maintainer timeout |
4.0.7 19 May 2003 01:46:43 |
petef |
- update to 4.0.7
- install docs
PR: 51792
Submitted by: maintainer |
4.0.5 21 Feb 2003 13:42:50 |
knu |
De-pkg-comment. |
4.0.5 04 Feb 2003 12:29:28 |
nork |
Test target added.
PR: 47825
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer) |
4.0.5 02 Feb 2003 14:48:27 |
nork |
Update to version 4.0.5.
PR: ports/47755
Submitted by: Ports Fury
Approved by: maintainer timeout |
4.0.3 03 Jan 2003 06:29:28 |
petef |
Update to 4.0.3.
PR: 46337
Submitted by: maintainer |
3.02 24 Jun 2002 04:44:17 |
ijliao |
${PERL} -> ${REINPLACE_CMD}
PR: 39746
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer) |
3.02 22 Jun 2002 02:00:10 |
billf |
'utility' is singular and so is 'exists', so use it instead of 'exist' |
17 Jan 2002 23:13:38 |
dwcjr |
Update maintainer's email address Update a few MASTER_SITES |
13 Sep 2001 01:21:13 |
lioux |
o style fixes o unconditionalize MAKE_FLAGS |
30 Aug 2001 04:58:35 |
lioux |
Update MAINTAINER email: clefevre@redirect.to -> clefevre@citeweb.net |
09 Jun 2001 13:59:34 |
roam |
Change maintainer's email address: clefevre@poboxes.com -> clefevre@redirect.to
|
15 Feb 2001 17:01:03 |
sf |
change maintainer's e-mail address. |
03 Feb 2001 12:06:11 |
roam |
Improve the general appearance of this port: - PORTNAME changed to sed; -
PKGNAMEPREFIX added so the package name is still gsed; - do-install removed,
using the real sed install target; - a typo fixed in pkg-descr. - maintainer
changed to Cyrille Lefevre |
28 Dec 2000 15:58:58 |
kevlo |
- Fix PORTNAME - Use do-install target (instead of playing with regex) - Add
'GNU' prefix to directory entry of info file (similer to devel/gmake) - Add
missing @dirrm |
19 Dec 2000 08:13:29 |
will |
Add gsed 3.02, the GNU version of sed(1), the stream editor. |