aboutsummaryrefslogtreecommitdiffstats
path: root/misc/pinfo
Commit message (Collapse)AuthorAgeFilesLines
* Ensure the port is linked to libncursesw to properly support wildchar.bapt2019-09-132-4/+18
| | | | | | | | 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>
* Update devel/readline to 8.0sunpoet2019-04-091-1/+1
| | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://tiswww.case.edu/php/chet/readline/CHANGES PR: 236156 Exp-run by: antoine
* Install texinfo files (GNU info) into ${PREFIX}/share/infobapt2018-11-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | 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
* Update devel/readline to 7.0 patch 3sunpoet2017-06-271-1/+1
| | | | | | | | | | | - 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
* Mark as broken on aarch64: fails to link with sbrk.linimon2016-11-101-0/+2
| | | | | | While here, pet portlint and remove stale ia64 lines. Approved by: portmgr (tier-2 blanket)
* MASTER_SITES cleanup.mat2015-05-141-1/+1
| | | | | | | | | | | | | | | | | | | - 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
* Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. Thetijl2014-11-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Convert to USES=autoreconftijl2014-09-171-9/+2
|
* - Convert to USES=libtooltijl2014-09-141-11/+3
| | | | - Run autopoint to install gettext related build scripts
* Allow to build with texinfo from portsantoine2014-06-261-1/+1
| | | | With hat: portmgr
* - Add LICENSE_FILEamdmi32014-05-271-5/+4
| | | | - Convert to USES=tar
* misc/pinfo: Unbreak everywheremarino2013-11-031-21/+20
| | | | | | | | 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
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | misc)
* misc/pinfo: Unbreak fetch with two new master sitesmarino2013-08-261-1/+2
| | | | | | | | | 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.
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* - Cleanup outdated checks. (PERL_LEVEL < 5.12)az2013-06-181-1/+1
| | | | | | - Assign some p5- ports under perl@ maintainership. Approved by: portmgr@ (bapt@)
* Fix gettext logic. Gettext is needed in pre-configure.ehaupt2013-05-091-5/+2
| | | | Submitted by: ak, John Marino <draco@marino.st> (via irc)
* Convert USE_NCURSES by USES=ncursesbapt2013-05-061-10/+12
| | | | Convert USE_READLINE by USES=readline
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-2/+2
| | | | Approved by: portmgr (bapt)
* - Update to version 0.6.10sperber2012-12-017-214/+37
| | | | | | | | | | - 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
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2
| | | | | | | | | - 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
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sincekwm2011-08-121-1/+0
| | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
|
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | 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)
* - Update MASTER_SITES.lippe2008-05-121-1/+1
| | | | | | PR: ports/121884 Submitted by: Marcin Cieslak <saper@system.pl> Approved by: gabor (mentor)
* - Welcome X.org 7.2 \o/.flz2007-05-202-7/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Remove FreeBSD 4.X support from unmaintained ports in categories startinggabor2007-04-181-8/+1
| | | | with letter i-m
* - Remove directories that are not in mtree filerafan2006-08-151-0/+6
| | | | | | | | | 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>
* - Fix wrong patch.mnag2006-04-142-1/+2
| | | | | | | - Bump PORTREVISION PR: 95410 Submitted by: Stanislaw Halik <sthalik___tehran.lain.pl>
* upgrade to 0.6.9ijliao2006-03-318-18/+211
| | | | | PR: 95115 Submitted by: Ports Fury
* - Add SHA256pav2005-11-261-0/+1
|
* Support WITHOUT_NLSkris2004-03-252-6/+13
|
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-2/+2
| | | | | Submitted by: trevor Tested by: bento
* SIZEify.trevor2004-01-301-0/+1
|
* Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1
|
* - Update to version 0.6.8krion2003-08-284-8/+5
| | | | | PR: 56040 Submitted by: Ports Fury
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-271-0/+1
| | | | Prodded by: kris
* Chase the libintl.so shared lib version.marcus2003-08-251-1/+1
|
* upgrade to 0.6.7ijliao2003-05-122-3/+2
| | | | | PR: 51865 Submitted by: Ports Fury
* De-pkg-comment.knu2003-02-212-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* upgrade to 0.6.6p1ijliao2002-09-172-3/+3
| | | | | PR: 42808 Submitted by: ericyu <ericyu@mail2000.com.tw>
* Chase shlib rev of devel/gettextade2002-08-021-1/+1
| | | | | Submitted by: lots and lots Pointy hat to: ade
* gettext upgrade uber-patch (stage 3)ade2002-04-131-2/+2
| | | | | | | | | | - 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
* Update to 0.6.5p2pat2002-04-072-3/+2
| | | | | PR: 36822 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h andsobomax2002-03-181-4/+0
| | | | -liconv to -lgiconv.
* Bump PORTREVISION to reflect the (lib)iconv upgrade.knu2002-03-181-0/+1
|
* Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that needsobomax2002-03-181-1/+1
| | | | libiconv.
* Stage 1 of gettext update.ade2002-03-161-1/+1
| | | | | | | | | | | | 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
* Update to 0.6.5pat2002-03-012-2/+2
| | | | | PR: 35416 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* upgrade to 0.6.4ijliao2001-12-093-4/+9
| | | | | PR: 32625 Submitted by: Ports Fury
* Update to 0.6.3lioux2001-08-092-8/+6
| | | | | PR: 29444 Submitted by: Kato Tsuguru <tkato@prontomail.com>
* Fix checksum (no diffs actually, seems to be recompressed).dirk2001-04-111-1/+1
|
* - Support libintl library properlykevlo2000-11-172-17/+10
| | | | | | | - Use LOCALBASE to refer external dependancy files PR: 22891 Submitted by: Ports Fury
* Upgrade to 0.6.1.tg2000-11-163-8/+17
|
* Shlib version of ncurses is now at 5. These ports still don't buildasami2000-11-141-1/+1
| | | | | | | (ncurses version mismatch?) but at least we're seeing real compilation errors. Submitted by: bento
* Convert to PORTNAME/PORTVERSION.asami2000-04-141-2/+2
|
* Update to version 0.5.9.steve1999-11-142-3/+3
| | | | | PR: 14739 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jP>
* Update to version 0.5.8cpiazza1999-09-243-8/+11
| | | | | PR: 13904 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-2/+2
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Upgrade to 0.5.5.tg1999-07-082-4/+4
|
* Commit #3/4 to enforce caps, no period.hoek1999-06-271-1/+1
| | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s
* New port pinfo. pinfo is a (n)curses based info viewer.tg1999-05-205-0/+45