aboutsummaryrefslogtreecommitdiff
path: root/misc/pinfo/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+0
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-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) Notes: svn path=/head/; revision=214430
* - Update MASTER_SITES.Felippe de Meirelles Motta2008-05-121-1/+1
| | | | | | | | | PR: ports/121884 Submitted by: Marcin Cieslak <saper@system.pl> Approved by: gabor (mentor) Notes: svn path=/head/; revision=212951
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Remove FreeBSD 4.X support from unmaintained ports in categories startingGabor Kovesdan2007-04-181-8/+1
| | | | | | | with letter i-m Notes: svn path=/head/; revision=190286
* - Fix wrong patch.Marcus Alves Grando2006-04-141-0/+1
| | | | | | | | | | - Bump PORTREVISION PR: 95410 Submitted by: Stanislaw Halik <sthalik___tehran.lain.pl> Notes: svn path=/head/; revision=159450
* upgrade to 0.6.9Ying-Chieh Liao2006-03-311-14/+14
| | | | | | | | PR: 95115 Submitted by: Ports Fury Notes: svn path=/head/; revision=158450
* Support WITHOUT_NLSKris Kennaway2004-03-251-0/+7
| | | | Notes: svn path=/head/; revision=105228
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-2/+2
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* - Update to version 0.6.8Kirill Ponomarev2003-08-271-3/+3
| | | | | | | | PR: 56040 Submitted by: Ports Fury Notes: svn path=/head/; revision=87806
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-261-0/+1
| | | | | | | Prodded by: kris Notes: svn path=/head/; revision=87743
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
| | | | Notes: svn path=/head/; revision=87644
* upgrade to 0.6.7Ying-Chieh Liao2003-05-121-2/+1
| | | | | | | | PR: 51865 Submitted by: Ports Fury Notes: svn path=/head/; revision=80786
* De-pkg-comment.Akinori MUSHA2003-02-201-0/+1
| | | | Notes: svn path=/head/; revision=75971
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-101-2/+0
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-061-0/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* upgrade to 0.6.6p1Ying-Chieh Liao2002-09-161-2/+2
| | | | | | | | PR: 42808 Submitted by: ericyu <ericyu@mail2000.com.tw> Notes: svn path=/head/; revision=66455
* Chase shlib rev of devel/gettextAde Lovett2002-08-011-1/+1
| | | | | | | | Submitted by: lots and lots Pointy hat to: ade Notes: svn path=/head/; revision=63850
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-04-121-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 Notes: svn path=/head/; revision=57625
* Update to 0.6.5p2Patrick Li2002-04-061-2/+1
| | | | | | | | PR: 36822 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=57394
* Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h andMaxim Sobolev2002-03-181-4/+0
| | | | | | | -liconv to -lgiconv. Notes: svn path=/head/; revision=56294
* Bump PORTREVISION to reflect the (lib)iconv upgrade.Akinori MUSHA2002-03-181-0/+1
| | | | Notes: svn path=/head/; revision=56291
* Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that needMaxim Sobolev2002-03-181-1/+1
| | | | | | | libiconv. Notes: svn path=/head/; revision=56287
* Stage 1 of gettext update.Ade Lovett2002-03-151-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 Notes: svn path=/head/; revision=56168
* Update to 0.6.5Patrick Li2002-02-281-1/+1
| | | | | | | | PR: 35416 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=55357
* upgrade to 0.6.4Ying-Chieh Liao2001-12-081-3/+7
| | | | | | | | PR: 32625 Submitted by: Ports Fury Notes: svn path=/head/; revision=51239
* Update to 0.6.3Mario Sergio Fujikawa Ferreira2001-08-081-7/+5
| | | | | | | | PR: 29444 Submitted by: Kato Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=45974
* - Support libintl library properlyKevin Lo2000-11-171-4/+8
| | | | | | | | | | - Use LOCALBASE to refer external dependancy files PR: 22891 Submitted by: Ports Fury Notes: svn path=/head/; revision=35221
* Upgrade to 0.6.1.Thomas Gellekum2000-11-161-7/+13
| | | | Notes: svn path=/head/; revision=35189
* Shlib version of ncurses is now at 5. These ports still don't buildSatoshi Asami2000-11-141-1/+1
| | | | | | | | | | (ncurses version mismatch?) but at least we're seeing real compilation errors. Submitted by: bento Notes: svn path=/head/; revision=35116
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-2/+2
| | | | Notes: svn path=/head/; revision=27512
* Update to version 0.5.9.Steve Price1999-11-141-2/+2
| | | | | | | | PR: 14739 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jP> Notes: svn path=/head/; revision=23087
* Update to version 0.5.8Chris Piazza1999-09-241-7/+7
| | | | | | | | PR: 13904 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=21905
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-2/+2
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20960
* Upgrade to 0.5.5.Thomas Gellekum1999-07-081-3/+3
| | | | Notes: svn path=/head/; revision=20119
* New port pinfo. pinfo is a (n)curses based info viewer.Thomas Gellekum1999-05-201-0/+25
Notes: svn path=/head/; revision=18898