/lang/tclX80/

a> : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/openjade
Commit message (Collapse)AuthorAgeFilesLines
* Remove libintl.so.9 compatibility link that was added in r374303 totijl2016-12-091-1/+1
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Add a new keywork xmlcatmgrbapt2016-05-252-44/+36
| | | | | | | | | | It simplifies the handling of the XML and SMGL catalog It brings a big of consistency by always specifying the catalog path absolute instead of mixing absolute and relative path. The keyword is also written a PKG_ROOTDIR friendly to simplify cross installing Reviewed by: hrs Differential Revision: https://reviews.freebsd.org/D6539
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.mat2016-04-011-2/+2
| | | | | With hat: portmgr Sponsored by: Absolight
* Remove $FreeBSD$ from patches files everywhere.mat2015-05-233-7/+0
| | | | | With hat: portmgr Sponsored by: Absolight
* Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. Thetijl2014-11-302-11/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Allow staging as a regular userantoine2014-09-132-0/+12
|
* Rename textproc/ patch-xy patches to reflect the files they modify.adamw2014-07-292-0/+0
|
* - Add USES=libtooltijl2014-07-033-24/+6
| | | | - Remove hack for gcc 3.x
* Modernize LIB_DEPENDS format.mandree2014-02-201-1/+1
| | | | Approved by: portmgr (blanket approval)
* - Stage supportmiwi2014-02-172-4/+2
|
* Fix properties on pkg-plistbapt2014-01-221-1/+0
|
* Remove USE_GCC=any as it works with clang nowbapt2013-10-091-1/+0
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | textproc)
* Convert to new perl frameworkbapt2013-09-17