Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1.29_1 12 Feb 2024 14:31:45 |
Juraj Lutter (otis) |
devel/libthai: Bump PORTREVISION to force package rebuild
Because of libdatrie changes, libthai also needs to be rebuilt,
otherwise libthai does not get updated and, for example, xfce4
can not start with the error:
/usr/local/lib/libdatrie.so.1: version DATRIE_0.2 required
by /usr/local/lib/libthai.so.0 not defined
And also assume MAINTAINER |
0.1.29 22 Oct 2023 09:54:20 |
Daniel Engberg (diizzy) |
devel/libthai: Update MASTER_SITES
Add GitHub as primary source and linux.thai.net, while at it switch to
https for fallback site |
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.1.29 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.1.29 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.1.29 04 Jan 2022 18:56:59 |
Neel Chauhan (nc) |
devel/libthai: Update to 0.1.29 |
0.1.28_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.1.28_1 08 Jan 2021 07:47:03 |
fluffy |
devel/doxygen: Update to 1.9.0
- regen patches by 'make makepatch'
- adjust consumers which affected by new doxygen styles
- take maintainersip
Changelog: https://www.doxygen.nl/manual/changelog.html#log_1_9_0
PR: 242347
Submitted by: fluffy
Reported by: Naram Qashat (ex-maintainer)
Exp-run by: antoine |
0.1.28 01 Aug 2018 20:28:13 |
fernape |
devel/libthai: update to 0.1.28
* Change PORTVERSION to DISTVERSION
* Bumping PORTREVISION for dependent ports
Reported by: portscout
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D16547 |
0.1.27 01 Jan 2018 10:19:25 |
pi |
devel/libthai: Fix pkg-plist error when DOXYGEN is enabled
- make check-plist' showed we can simply remove these two files
from pkg-plist and no other files have to be added.
PR: 224799
Submitted by: Ting-Wei Lan <lantw44@gmail.com> |
0.1.27 20 Dec 2017 09:00:35 |
amdmi3 |
- Update WWW |
0.1.27 29 Oct 2017 06:57:53 |
vanilla |
Update to 0.1.27. |
0.1.26 16 Dec 2016 08:00:18 |
jhale |
Update to 0.1.26 |
0.1.25 18 Nov 2016 17:10:11 |
jhale |
Update to 0.1.25 |
0.1.24_1 27 Sep 2016 16:32:53 |
antoine |
- Update devel/doxygen to 1.8.12
- Adjust plist of ports depending on it
PR: 212869 |
0.1.24 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.1.24 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
0.1.24 11 Dec 2015 10:02:31 |
sunpoet |
- Update to 0.1.24
Changes: http://linux.thai.net/taxonomy/term/1
PR: 205200
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
0.1.23 02 Dec 2015 13:54:34 |
amdmi3 |
- Update to 0.1.23
- While here, clarify license and add LICENSE_FILE
PR: 204442
Submitted by: tkato432@yahoo.com |
0.1.22_1 02 Aug 2015 15:03:20 |
tijl |
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above ) |
0.1.22 27 Jul 2015 17:11:52 |
antoine |
Update devel/doxygen to 1.8.10
PR: 201365
exp-run: self |
0.1.22 08 May 2015 17:01:29 |
mi |
Update from 0.1.21 to 0.1.22. |
0.1.21_1 31 Dec 2014 06:45:11 |
antoine |
Update devel/doxygen to 1.8.9
PR: ports/196342
Submitted by: Naram Qashat (maintainer)
Exp-run and fixes to depending ports: self |
0.1.21 27 Oct 2014 10:40:08 |
bapt |
Cleanup plist |
0.1.21 03 Sep 2014 00:54:38 |
jhale |
- Update to 0.1.21 |
0.1.20_3 09 Aug 2014 19:39:09 |
antoine |
Update devel/doxygen to 1.8.7
Update dependent ports to build with it
Most of work by: pi@
Exp-run: self
PR: ports/190943 |
0.1.20_2 25 Jul 2014 13:07:40 |
amdmi3 |
- Switch devel/libdatrie to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
0.1.20_1 25 Jul 2014 13:07:18 |
amdmi3 |
- Switch devel/libthai to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
- Convert USE_XZ to USES
Approved by: portmgr blanket |
0.1.20 26 Oct 2013 15:34:55 |
danilo |
- Update from 0.1.19 to 0.1.20 |
0.1.19_1 26 Oct 2013 05:01:54 |
danilo |
- Add PORTREVISION due dependency update
- Convert LIB_DEPENDS to new syntax
- Convert USE_GMAKE to USES
- Use options helpers
- Add stage support |
0.1.19 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.1.19 23 Apr 2013 10:13:20 |
bapt |
Convert devel to USES=pkgconfig |
0.1.19 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.1.19 01 Feb 2013 14:21:28 |
danfe |
- Update to version 0.1.19
- Conditionally install Doxygen-generated HTML documentation
- Cleanup Makefile and reformat port description while here |
0.1.5_4 13 Dec 2012 11:55:37 |
araujo |
- Update MASTER_SITES.
- Update WWW on pkg-descr.
- Add LICENSE.
- Fix USE_AUTOTOOLS usage.
PR: ports/172226
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
0.1.5_4 08 Jan 2012 02:31:20 |
linimon |
Reset piyawat@usablelabs.com due to bounce.
Hat: portmgr |
0.1.5_4 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
0.1.5_4 22 Dec 2010 20:05:49 |
ade |
Sync to final (for now) bsd.autotools.mk |
0.1.5_4 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.1.5_4 16 Oct 2010 11:52:47 |
ade |
Punt autoconf267->autoconf268 |
0.1.5_4 05 Oct 2010 19:57:56 |
ade |
Round one migration of ports from automake{19,110} to automake111 |
0.1.5_4 24 Sep 2010 03:22:28 |
ade |
Migrate from devel/automake15 to devel/automake19 |
0.1.5_4 15 Sep 2010 18:35:24 |
ade |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
0.1.5_3 17 Aug 2009 01:40:39 |
linimon |
Turn off self-tests for sparc64-8 as a temporary workaround for release
(to be able to build kde).
Hat: portmgr |
0.1.5_3 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
0.1.5_3 01 Apr 2009 14:00:27 |
pav |
- Mark MAKE_JOBS_UNSAFE |
0.1.5_3 20 Aug 2008 00:57:32 |
ade |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
0.1.5_3 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
0.1.5_3 21 Oct 2007 10:27:00 |
lofi |
Run autogen.sh in WRKSRC instead of PORTDIR |
0.1.5_3 30 Sep 2007 04:47:37 |
linimon |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
0.1.5_2 28 Jul 2007 06:33:59 |
ade |
Update to the autotools new world order.
Tested by: numerous package build runs
Approved by: portmgr
Thanks to: des, kris, linimon, pav |
0.1.5_1 23 Jun 2006 02:17:45 |
shaun |
Fix plist: don't remove nls/en_US.US-ASCII or nls/POSIX
PR: ports/99338
Submitted by: shaun (me)
Approved by: ahze (mentor) |
0.1.5_1 31 Mar 2006 10:01:33 |
garga |
- Fix PLIST: Don't remove libdata/pkgconfig since it's on mtree
- Bump PORTREVISION for pkg-plist change
Reported by: krismail |
0.1.5 28 Mar 2006 11:30:40 |
garga |
- Forgot to apply thi spatch before add the port few minutes ago. It makes
the port install pkgconfig files on correct place. |
0.1.5 28 Mar 2006 11:14:15 |
garga |
Add libthai 0.1.5, thai language support library.
PR: ports/95003
Submitted by: Thawatchai Piyawat <piyawat@usablelabs.com> |