Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6.13_2 07 Feb 2024 13:08:22 |
Juraj Lutter (otis) |
misc/pinfo: Move manpages to PREFIX/share/man |
0.6.13_1 24 May 2023 16:34:10 |
Mathieu Arnold (mat) |
*: regular cleanup for GH_TAGNAME bad usage |
0.6.13_1 13 May 2023 21:48:31 |
Juraj Lutter (otis) |
misc/pinfo: Change patch files
Use commit-based patches instead of pull-based. No functional changes.
Suggested-by: jbeich |
0.6.13_1 13 May 2023 20:08:39 |
Juraj Lutter (otis) |
misc/pinfo: Fix build with newer ncurses
- Fix build on FreeBSD 13.2
PR: 271392 |
0.6.13 10 Sep 2022 20:52:32 |
Juraj Lutter (otis) |
misc/pinfo: Update WWW |
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) |
0.6.13 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 ) |
0.6.13 20 Jul 2022 14:22:28 |
Tobias C. Berner (tcberner) |
misc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan E <alane@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alex Stangl <alex@stangl.us>
* Alexander Logvinov <avl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Nusov <alexander.nusov@nfvexpress.com>
* Alexander Timoshenko <gonzo@univ.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
0.6.13 01 Jul 2021 13:52:23 |
Juraj Lutter (otis) |
misc/pinfo: Remove superfluous lines from Makefile |
0.6.13 01 Jul 2021 13:40:21 |
Juraj Lutter (otis) |
misc/pinfo: Update to 0.6.13 and take maintainership |
0.6.10_5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.6.10_5 01 Jan 2021 23:51:49 |
linimon |
Mark ports that are BROKEN due to sbrk on aarch64, also BROKEN on riscv64
where appropriate.
While here, pet portlint (Makevar order; whitespace).
Approved by: portmgr (tier-2 blanket) |
0.6.10_5 20 Aug 2020 10:32:50 |
eugen |
misc/pinfo: fix build with -fno-common (clang 11 and gcc 10)
PORTREVISION not bumped as it fixes build for FreeBSD 13.
Reported by: pkg-fallout |
0.6.10_5 13 Sep 2019 09:19:01 |
bapt |
Ensure the port is linked to libncursesw to properly support wildchar.
While here make it use USES=ncurses to be able to properly choose between
base ncurses and the port version
PR: 240553
Reported by: Victor Sudakov <vas@mpeks.tomsk.su> |
0.6.10_4 09 Apr 2019 14:04:50 |
sunpoet |
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine |
0.6.10_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 |
0.6.10_2 27 Jun 2017 13:46:53 |
sunpoet |
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine |
0.6.10_1 10 Nov 2016 01:21:43 |
linimon |
Mark as broken on aarch64: fails to link with sbrk.
While here, pet portlint and remove stale ia64 lines.
Approved by: portmgr (tier-2 blanket) |
0.6.10_1 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 |
0.6.10_1 29 Nov 2014 18:22:33 |
tijl |
Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt. Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.
USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.
Update gettext to 0.19.3.
Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports. When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.
Fix some ports that installed files in lib/locale instead of share/locale.
PR: 194038
Reviewed by: bapt
Exp-run: antoine
Approved by: portmgr (antoine) |
0.6.10 17 Sep 2014 10:19:57 |
tijl |
Convert to USES=autoreconf |
0.6.10 13 Sep 2014 18:23:09 |
tijl |
- Convert to USES=libtool
- Run autopoint to install gettext related build scripts |
0.6.10 26 Jun 2014 07:32:37 |
antoine |
Allow to build with texinfo from ports
With hat: portmgr |
0.6.10 26 May 2014 19:45:04 |
amdmi3 |
- Add LICENSE_FILE
- Convert to USES=tar |
0.6.10 02 Nov 2013 19:57:12 |
marino |
misc/pinfo: Unbreak everywhere
Fix tested on DragonFly, and FreeBSD 8, 9, 10 (Redports).
As a bonus, it even supports stage! Nice work.
PR: ports/181889
Submitted by: KATO Tsuguru |
20 Sep 2013 20:50:59
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc) |
0.6.10 26 Aug 2013 13:52:06 |
marino |
misc/pinfo: Unbreak fetch with two new master sites
Alioth now requires https, so the http master site was getting forwarded.
Even changing this to https didn't solve the issue as fetch returned a
"not acceptable" due to the self-signed certificate.
However, there are dozens of gentoo mirror sites with the file so lets
just use those. |
0.6.10 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.6.10 18 Jun 2013 13:49:02 |
az |
- Cleanup outdated checks. (PERL_LEVEL < 5.12)
- Assign some p5- ports under perl@ maintainership.
Approved by: portmgr@ (bapt@) |
0.6.10 09 May 2013 08:50:00 |
ehaupt |
Fix gettext logic. Gettext is needed in pre-configure.
Submitted by: ak, John Marino <draco@marino.st> (via irc) |
0.6.10 06 May 2013 15:34:18 |
bapt |
Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline |
0.6.10 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
0.6.10 30 Nov 2012 23:50:02 |
sperber |
- Update to version 0.6.10
- Add MAKE_JOBS_SAFE
- Convert to optionsng
PR: ports/170158
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by: beat (mentor)
Feature safe: yes |
0.6.9_4 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 |
0.6.9_4 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> |
0.6.9_4 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.6.9_4 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
0.6.9_3 06 Jun 2008 13:45:40 |
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) |
0.6.9_2 12 May 2008 15:26:51 |
lippe |
- Update MASTER_SITES.
PR: ports/121884
Submitted by: Marcin Cieslak <saper@system.pl>
Approved by: gabor (mentor) |
0.6.9_2 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.6.9_1 18 Apr 2007 11:46:10 |
gabor |
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter i-m |
0.6.9_1 15 Aug 2006 07:56:23 |
rafan |
- Remove directories that are not in mtree file
Note that these directories are be removed by other dependency ports,
so I do not bump PORTREVISION for them. These affected ports are
belong to ports@.
PR: ports/101586
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> |
0.6.9_1 14 Apr 2006 01:51:08 |
mnag |
- Fix wrong patch.
- Bump PORTREVISION
PR: 95410
Submitted by: Stanislaw Halik <sthalik___tehran.lain.pl> |
0.6.9 31 Mar 2006 03:26:51 |
ijliao |
upgrade to 0.6.9
PR: 95115
Submitted by: Ports Fury |
0.6.8_1 25 Nov 2005 16:09:33 |
pav |
- Add SHA256 |
0.6.8_1 25 Mar 2004 12:03:57 |
kris |
Support WITHOUT_NLS |
0.6.8_1 04 Feb 2004 04:36:30 |
marcus |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento |
0.6.8 29 Jan 2004 16:13:06 |
trevor |
SIZEify. |
0.6.8 23 Jan 2004 18:12:26 |
trevor |
Now gettext 0.12.1 is gettext-old. |
0.6.8 27 Aug 2003 18:41:20 |
krion |
- Update to version 0.6.8
PR: 56040
Submitted by: Ports Fury |
0.6.7_1 26 Aug 2003 20:25:58 |
marcus |
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris |
0.6.7 25 Aug 2003 05:41:38 |
marcus |
Chase the libintl.so shared lib version. |
0.6.7 12 May 2003 07:50:31 |
ijliao |
upgrade to 0.6.7
PR: 51865
Submitted by: Ports Fury |
0.6.6p1 20 Feb 2003 18:46:39 |
knu |
De-pkg-comment. |
0.6.6p1 16 Sep 2002 18:13:33 |
ijliao |
upgrade to 0.6.6p1
PR: 42808
Submitted by: ericyu <ericyu@mail2000.com.tw> |
0.6.5p2_1 01 Aug 2002 16:22:41 |
ade |
Chase shlib rev of devel/gettext
Submitted by: lots and lots
Pointy hat to: ade |
0.6.5p2_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 |
0.6.5p2 06 Apr 2002 23:47:53 |
pat |
Update to 0.6.5p2
PR: 36822
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> |
0.6.5_1 18 Mar 2002 11:50:39 |
sobomax |
Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h and
-liconv to -lgiconv. |
0.6.5_1 18 Mar 2002 10:27:58 |
knu |
Bump PORTREVISION to reflect the (lib)iconv upgrade. |
0.6.5_1 18 Mar 2002 09:46:46 |
sobomax |
Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need
libiconv. |
0.6.5 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 |
28 Feb 2002 22:11:29 |
pat |
Update to 0.6.5 |
08 Dec 2001 20:24:15 |
ijliao |
upgrade to 0.6.4 |
08 Aug 2001 17:30:35 |
lioux |
Update to 0.6.3 |
11 Apr 2001 08:09:27 |
dirk |
Fix checksum (no diffs actually, seems to be recompressed). |
17 Nov 2000 14:51:06 |
kevlo |
- Support libintl library properly - Use LOCALBASE to refer external
dependancy files |
16 Nov 2000 13:31:19 |
tg |
Upgrade to 0.6.1. |
14 Nov 2000 00:44:10 |
asami |
Shlib version of ncurses is now at 5. These ports still don't build (ncurses
version mismatch?) but at least we're seeing real compilation errors. |
08 Oct 2000 05:01:16 |
asami |
Convert category misc to new layout. |