Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6.7 23 Dec 2024 21:08:39 |
Daniel Engberg (diizzy) |
*/*: Use Gnome helper for defining libxml2 dependency
Replace LIB_DEPENDS with USES= gnome, USE_GNOME= libxml2
Approved by: portmgr (blanket) |
0.6.7 03 Mar 2024 00:25:59 |
Dima Panov (fluffy) |
devel/liblangtag: update to 0.6.7 release |
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.4 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.4 23 Jul 2022 21:48:28 |
Dima Panov (fluffy) |
devel/liblangtag: update to 0.6.4 maintenance release |
0.6.3_2 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
0.6.3_1 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
0.6.3 25 Dec 2021 21:38:20 |
Dima Panov (fluffy) |
devel/liblangtag: update to 0.6.3 release |
0.6.2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.6.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.6.2 28 Jul 2017 01:16:15 |
dbaio |
devel/liblangtag: Update license, Fix WWW
Approved by: portmgr (blanket) |
0.6.2 22 Feb 2017 15:02:18 |
bapt |
Drop useless dependency on gmake (bmake build those fine) |
0.6.2 17 Nov 2016 00:26:34 |
jkim |
Update to 0.6.2. |
0.5.8 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.5.8 13 Nov 2015 00:07:49 |
jkim |
Update to 0.5.8. |
0.5.7 11 Aug 2015 18:31:19 |
jkim |
Update to 0.5.7. |
0.5.4 27 Oct 2014 10:40:08 |
bapt |
Cleanup plist |
0.5.4 05 Oct 2014 10:06:35 |
tijl |
Patch configure to avoid dependency on devel/libtool |
0.5.4 11 Jun 2014 21:11:39 |
antoine |
Add missing USE_AUTOTOOLS= libtoolize |
0.5.4 11 Jun 2014 20:11:14 |
bapt |
Update liblangtag to 0.5.4 forgotten with the libreoffice update |
0.5.1_1 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
0.5.1 04 Oct 2013 10:36:10 |
bapt |
This port is already stage safe |
0.5.1 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.5.1 16 Sep 2013 13:04:54 |
sunpoet |
- Remove leading indefinite article from COMMENT
- Convert to new LIB_DEPENDS format
- Use USES=gmake |
0.5.1 02 Sep 2013 05:41:50 |
bsam |
1. Introduce using iconv with arguments:
. lib (default, implicit);
. build,
. patch.
The default is the same, all existing ports stay valid.
2. Introduce variable ICONV_CMD with default to ${LOCALBASE}/bin/iconv.
It is intended to get the value of /usr/bin/iconv at recent 10.x.
3. Adopt all ports to using USES+= icomv:build and iconv:patch and
change iconv (executable) at Makefile commands to ${ICONV_CMD} at those ports.
Submitted by: bsam (me, via e-mail)
Approved by: portmgr (bapt) |
0.5.1 08 May 2013 23:14:41 |
jkim |
Remove a redundant pair of braces. |
0.5.1 08 May 2013 22:53:09 |
jkim |
Update to 0.5.1. |
0.4.0 02 May 2013 21:47:51 |
kwm |
Disable introspection, so it doesn't get build if found on the system.
While here indent USES
Approved by: office (bapt) |
0.4.0 23 Apr 2013 10:13:20 |
bapt |
Convert devel to USES=pkgconfig |
0.4.0 19 Mar 2013 13:04:31 |
eadler |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi) |
0.4.0 20 Feb 2013 07:27:19 |
jkim |
liblangtag is an interface library to access/deal with tags for identifying
languages, which is described in RFC 5646.
WWW: http://tagoh.bitbucket.org/liblangtag/ |