| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
13 May 2013 21:12:52
3.6_9
|
mi  |
Add a patch to allow building with gcc-4.7 and 4.8.
Approved by: maintainer |
27 Apr 2013 08:50:47
3.6_9
|
mva  |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
24 Apr 2013 18:10:32
3.6_9
|
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
26 Mar 2013 13:02:02
3.6_9
|
demon  |
Remove extra lines. |
26 Mar 2013 12:56:15
3.6_9
|
demon  |
Do not compile and use bundled libiconv, the converters/iconv from ports.
PR: 177321
Submitted by: William Grzybowski <william88@gmail.com>
With help and suggestions from: bapt |
23 Sep 2011 22:26:39
3.6_8
|
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 |
20 Mar 2011 12:54:45
3.6_8
|
miwi  |
- Get Rid MD5 support |
04 Dec 2010 07:34:27
3.6_8
|
ade  |
Sync to new bsd.autotools.mk |
31 May 2010 02:01:56
3.6_8
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
02 Aug 2009 19:36:34
3.6_7
|
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 |
06 Jun 2008 13:15:29
3.6_7
|
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) |
19 Apr 2008 17:56:05
3.6_6  |
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) |
23 Feb 2006 10:40:45
3.6_6
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
22 Jan 2006 08:22:34
3.6_5
|
edwin  |
SHA256ify
Approved by: krion@ |
08 Dec 2005 11:18:11
3.6_5
|
demon  |
Plug memory leak in librecode.
Bump PORTREVISION.
PR: 89934
Submitted by: Sergey Prikhodko <sergey@network-asp.biz> |
15 Nov 2005 06:52:12
3.6_4
|
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
09 Jul 2004 17:43:11
3.6_4
|
marcus  |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
18 Mar 2004 18:01:13
3.6_4
|
trevor  |
Add size data, approved by maintainers. |
14 Mar 2004 06:17:56
3.6_4
|
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
08 Feb 2004 22:51:27
3.6_4
|
krion  |
- Fix build on AMD64
Approved by: maintainer informed |
04 Feb 2004 04:36:30
3.6_4
|
marcus  |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento |
23 Jan 2004 18:12:26
3.6_3
|
trevor  |
Now gettext 0.12.1 is gettext-old. |
17 Nov 2003 12:29:10
3.6_3
|
trevor  |
USE_REINPLACE need be defined only when REINPLACE_CMD is used. |
26 Aug 2003 20:25:58
3.6_3
|
marcus  |
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris |
25 Aug 2003 05:41:38
3.6_2
|
marcus  |
Chase the libintl.so shared lib version. |
13 Aug 2003 07:23:29
3.6_2
|
demon  |
Utilize INFO variable. |
16 Apr 2003 22:32:47
3.6_2
|
mbr  |
Fix compilation on alpha.
Submitted by: Christian Weisgerber <naddy@freebsd.org>
PR: 51066 |
23 Mar 2003 09:49:38
3.6_2
|
mbr  |
Bump the port revision.
Pointed out by: kris |
23 Mar 2003 08:17:26
3.6_1
|
mbr  |
Fix unresolved symbols in the recode port. Without this
fix the libs cannot be used with php. |
07 Mar 2003 05:58:00
3.6_1
|
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
05 Nov 2002 00:53:43
3.6_1
|
edwin  |
USE_PERL is needed for the post-po-file target.
Submitted by: marius@alchemy.franken.de |
04 Nov 2002 22:57:37
3.6_1
|
edwin  |
Half of these ones missed yesterday while converting to USE_REINPLACE.
The other half needs perl to build.
Noticed on bento and others (full mailbox :-) |
01 Aug 2002 16:22:41
3.6_1
|
ade  |
Chase shlib rev of devel/gettext
Submitted by: lots and lots
Pointy hat to: ade |
29 Apr 2002 07:08:02
3.6_1
|
demon  |
Put back ru.po, it was deleted by mistake.
Spotted by: olgeni |
17 Apr 2002 07:16:40
3.6_1
|
demon  |
Use devel/gettext port;
Correct pkg-plist;
General cleanup;
Submitted by: naddy
Remove files/ru.po file since it is the same file included into recode
distribution. |
12 Apr 2002 17:10:20
3.6_1
|
ade  |
gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr |
02 Apr 2002 22:32:16
3.6
|
naddy  |
Replace characters illegal in the specified encoding of the Greek
message catalog so it will work with new gettext.
Assistance from Costas Christoyannis <dij@hack.gr>.
Approved by: demon |
15 Mar 2002 19:44:29
3.6
|
ade  |
Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies
Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old
Reviewed by: portmgr |
04 Oct 2001 22:42:06 
|
demon  |
Fix iconv issue. |
09 Sep 2001 10:17:09 
|
demon  |
Upgrade to 3.6. |
05 Jul 2001 12:40:52 
|
demon  |
Add one missing file. |
21 May 2001 12:05:18 
|
demon  |
Add Russian messages. |
24 Feb 2001 17:41:37 
|
wosch  |
Update URL for bibliographic character sets. |
07 Dec 2000 12:19:22 
|
sobomax  |
Use libintl from xgettext port. |
08 Oct 2000 00:48:42 
|
asami  |
Convert category converters to new layout. |
16 Jun 2000 22:52:41 
|
asami  |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 09:19:52 
|
sobomax  |
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking it.
|
15 Jun 2000 18:59:45 
|
sobomax  |
Third round of INSTALL_SHLIBS=yes fixes. |