Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
19 Feb 2020 22:04:16
0.6.0_7

|
antoine  |
Remove optional dependency on pygtk2
With hat: portmgr |
15 Nov 2019 10:12:08
0.6.0_6

|
tobik  |
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql |
08 Nov 2019 14:47:00
0.6.0_6

|
tobik  |
Add missing USES={gnome,php,sdl} to the rest |
30 Nov 2017 15:50:34
0.6.0_6

|
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
01 Apr 2016 14:08:38
0.6.0_6

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
12 Nov 2015 16:54:14
0.6.0_6

|
ume  |
Use OPTIONS helpers. |
02 Aug 2015 15:03:20
0.6.0_6

|
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 ) |
03 Apr 2015 11:26:50
0.6.0_5

|
mat  |
Remove OSVERSION checks that do not make sense any more.
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).
Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.
Differential Revision: https://reviews.freebsd.org/D2209 |
03 Jan 2015 08:47:52
0.6.0_5

|
mva  |
- Convert <OPTION>_USE= PYTHON... to <OPTION>_USES= python...
With hat: python@ |
12 Nov 2014 13:46:00
0.6.0_5

|
antoine  |
Cleanup plist |
29 Jul 2014 17:12:50
0.6.0_5

|
adamw  |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
24 Apr 2014 18:21:56
0.6.0_5

|
tijl  |
- Convert to USES=libtool.
- New LIB_DEPENDS syntax.
- Remove references to PTHREAD_CFLAGS and PTHREAD_LIBS.
- Staging.
- japanese/tomoe: remove FreeBSD 6 support. |
30 Mar 2014 17:38:22
0.6.0_4

|
ume  |
- Make Ruby binding optional and off by default.
- Mark Ruby binding BROKEN as it doesn't detect rbobject.h
correctly after gem version of ruby-glib2 was enforced.
Spotted by: pkg-fallout |
24 Mar 2014 20:03:28
0.6.0_4

|
swills  |
- Fix index after removal of ruby-gnome ports
Reported by: many
Pointyhat to: swills |
19 Oct 2013 02:00:14
0.6.0_4

|
ume  |
use opt_USE OPTIONS helper. |
12 Oct 2013 20:10:42
0.6.0_4

|
ume  |
- enable stage.
- use modern OPTIONS helper. |
20 Sep 2013 18:47:56
0.6.0_4

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
japanese) |
16 Sep 2013 15:42:41
0.6.0_4

|
az  |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
03 Sep 2013 17:15:08
0.6.0_4

|
antoine  |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt) |
10 May 2013 01:46:53
0.6.0_4

|
bdrewery  |
- Fix extract on 9+ due to this picking up /usr/bin/unzip instead of
looking for the proper LOCALBASE/bin/unzip that UNZIP_CMD is set to.
Will let maintainers decide if archivers/unzip is really still needed.
Some of these ports/options remain broken due to other issues.
With hat: portmgr |
24 Apr 2013 18:10:32
0.6.0_4

|
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
08 Mar 2013 10:51:36
0.6.0_4

|
kwm  |
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
eliminate pkg-config run dependency completely, a second phase is needed
and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
versions for some ports.
* Fix other ports so they build with the new glib version.
Thanks to miwi and crees for helping out with some exp-runs.
Approved by: portmgr (miwi & bapt)
Obtained from: gnome team repo |
29 Jun 2012 16:43:30
0.6.0_4
|
az  |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
16 Jun 2012 19:48:10
0.6.0_4
|
ume  |
Convert to use new OPTIONS framework. |
23 Sep 2011 22:26:39
0.6.0_4
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
11 Aug 2011 23:42:24
0.6.0_4
|
swills  |
- Fix build with Ruby 1.9
PR: ports/159150
Submitted by: swills (me)
Approved by: maintainer timeout (ume; >2 weeks) |
06 Aug 2011 15:56:58
0.6.0_4
|
swills  |
- Mark broken with Ruby 1.9
With hat: ruby@ |
18 Mar 2011 17:59:51
0.6.0_4
|
miwi  |
- Get Rid MD5 support
With hat: portmgr (myself) |
31 May 2010 02:01:56
0.6.0_4
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
22 Aug 2009 00:24:37
0.6.0_3 
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with H,I,J,K,L |
06 Jun 2008 13:37:38
0.6.0_3
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
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) |
15 Oct 2007 15:00:03
0.6.0_2
|
ume  |
Unihan module is not buildable with GCC 4.2. So, disable Unihan
support by default on 7.X and later, and mark it as BROKEN with
GCC 4.2 when Unihan is enabled. |
29 Aug 2007 17:36:14
0.6.0_2
|
ume  |
Require pygtk2 to enable python support. |
20 Aug 2007 18:00:59
0.6.0_1
|
ume  |
Require textproc/p5-XML-Parser for build. |
16 Aug 2007 19:12:07
0.6.0
|
ume  |
Use LOCALBASE. |
16 Aug 2007 16:32:28
0.6.0
|
ume  |
Update to 0.6.0. |
08 Apr 2007 17:47:16
0.5.1
|
ume  |
Update to 0.5.1. |
20 Jan 2007 15:30:55
0.5.0_1
|
ume  |
Try to fix build on sparc64 by disabling Unihan support.
Reported by: pointyhat via kris |
11 Jan 2007 17:33:54
0.5.0_1
|
ume  |
OPTIONS'fy to support Ruby based dictionary module, Hyper Estraier
dictionary module, MySQL dictionary module and Unihan database
dictionary module. |
11 Jan 2007 15:33:21
0.5.0_1
|
ume  |
Fix plist.
Reported by: pointyhat via kris |
06 Jan 2007 15:19:08
0.5.0
|
ume  |
Update to 0.5.0. |
17 Dec 2006 08:00:23
0.4.0
|
ume  |
Update to 0.4.0. |
24 Feb 2006 15:35:23
0.2.1_1
|
ade  |
Fix devel/libytnef[1] and others[2] after libtool commit.
Submitted by: pointyhat[1] ume[2]
Approved by: portmgr (implicit) |
23 Feb 2006 10:40:45
0.2.1
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
18 Dec 2005 18:39:52
0.2.1
|
ume  |
make it buildable on 4.x. |
18 Dec 2005 14:50:34
0.2.1
|
ume  |
New port -- Tegaki Online MOji-ninshiki Engine |