aboutsummaryrefslogtreecommitdiff
path: root/shells/tcsh_nls
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Remove libiconv.so.3 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-0/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428150
* - remove do_nada from fetch targetJason Helfman2015-04-081-3/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=383606
* enable stage.Hajimu UMEMOTO2013-10-041-2/+1
| | | | Notes: svn path=/head/; revision=329354
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | shells) Notes: svn path=/head/; revision=327770
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here Notes: svn path=/head/; revision=316683
* - Drop conditional that was only relevant to 6.X and olderPav Lucistnik2012-03-021-7/+1
| | | | Notes: svn path=/head/; revision=292545
* - Restore shells/tcsh_nls, I have misread the OSVERSION conditionalPav Lucistnik2012-03-022-0/+80
| | | | | | | | Requested by: ume Pointy hat to: pav Notes: svn path=/head/; revision=292544
* - Retire shells/tcsh_nls, is included in base system since FreeBSD 7.0-RELEASEPav Lucistnik2012-03-022-80/+0
| | | | Notes: svn path=/head/; revision=292530
* NLS catalog stuff of csh(1) was MFC'ed. So, enable buildingHajimu UMEMOTO2006-02-261-2/+2
| | | | | | | | | on RELENG_6 as well. Approved by: portmgr (kris) Notes: svn path=/head/; revision=156831
* Add new port tcsh_nls - Misc NLS catalogs for tcsh whichHajimu UMEMOTO2006-02-192-0/+80
requires libiconv. This port is meaningful only on 7-CURRENT for now. Notes: svn path=/head/; revision=156359