| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
27 Oct 2007 16:31:50
1.11_1
|
bland  |
Re-enable EXTRA_PATCHES option.
PR: 117561 |
25 Oct 2007 00:37:25
1.11_1
|
marcus  |
Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for(Only the first 15 lines of the commit message are shown above ) |
11 Oct 2007 08:24:47
1.9.2_2
|
danfe  |
- Remove extraneous comma from previous commit
- Better English in port description |
10 Oct 2007 14:29:42
1.9.2_2
|
bland  |
- Convert to OPTIONS.
- Pet portlint (spaces -> tab).
PR: 117063 |
01 Feb 2007 02:42:06
1.9.2_2
|
kris  |
Use libtool port instead of included version to avoid objformat a.out botch |
05 Nov 2006 02:42:02
1.9.2_2
|
mezz  |
INSTALLS_SHLIB -> USE_LDCONFIG.
Found by: portlint (cports.sh) |
16 May 2006 16:59:23
1.9.2_2
|
mezz  |
portlint:
- Remove a long list of support encoding in pkg-descr, tell user to
check in either README or website. Reduced it under 24 lines. |
04 May 2006 00:38:41
1.9.2_2
|
edwin  |
remove USE_REINPLACE for all ports with categories starting with C |
23 Feb 2006 10:40:45
1.9.2_2
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
28 Jan 2006 03:19:38
1.9.2_1
|
nork  |
Add backup sites for WITH_EXTRA_PATCHES. |
23 Nov 2005 22:41:05
1.9.2_1
|
pav  |
- Add SHA256 checksums |
15 Nov 2005 06:52:12
1.9.2_1
|
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 Mar 2005 10:10:44
1.9.2_1
|
ahze  |
Add WWW: http://www.gnu.org/software/libiconv/ to pkg-descr |
27 Jul 2004 04:28:14
1.9.2_1
|
bland  |
Add knob WITH_EXTRA_PATCHES which brings in:
- Fixes for cp932 roundtrip issue (Microsoft KB: Q170559).
- EUCJP-MS encoding.
- A number of aliases for cp932 and EUCJP-MS encodings.
Requested by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
Patches by: MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp> |
09 Jul 2004 20:14:39
1.9.2
|
bland  |
Update to 1.9.2 |
09 Jul 2004 18:43:11
1.9.1_3
|
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 13:32:26
1.9.1_3
|
pav  |
- Add SIZE to GNOME ports
Submitted by: trevor |
14 Mar 2004 06:17:56
1.9.1_3
|
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:57:37
1.9.1_3
|
marcus  |
Add a check for USE_ICONV, and if found, error out. This will avoid fork
bombs on systems where USE_ICONV has been incorrectly defined in make.conf
or in the environment.
Submittd by: trevor |
14 Oct 2003 09:00:14
1.9.1_3
|
bland  |
Add depricated charset names to mapping. They still required by older
4.x systems.
Reminded by: marcus |
14 Oct 2003 08:04:52
1.9.1_2
|
bland  |
- Starting from FreeBSD 4.6 we have nl_langinfo(CODESET) supported. Therefore
we must map codeset name rather than locale name on recent systems.
- Use %%DOCSDIR%% |
16 Jun 2003 17:14:26
1.9.1_1
|
marcus  |
Add optional support to compile in additional character set support.
Submitted by: Pav Lucistnik <pav@oook.cz> |
13 Jun 2003 07:37:08
1.9.1
|
marcus  |
Don't try to install files to ${PREFIX} during the build.
Reported by: Andrew J Caines <A.J.Caines@halplant.com> |
11 Jun 2003 18:48:42
1.9.1
|
marcus  |
Update to 1.9.1.
PR: 52893
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
07 Mar 2003 05:58:00
1.8_2
|
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
28 Oct 2002 06:03:01
1.8_2
|
alfred  |
A letter got chopped from this patchfile and caused the port
to be unable to patch. fix it. |
28 Oct 2002 03:15:36
1.8_2
|
marcus  |
Another diff got merged into my last commit. It's probably okay to add
it anyway.
Add an alias for the UTF8 locale that points to UTF-8. |
28 Oct 2002 03:14:04
1.8_2
|
marcus  |
Do not create a ${PREFIX}/doc directory. Also, consolidate two patches
that modify the same file into one.
Submitted by: bento and kris |
04 Aug 2002 06:46:14
1.8_1
|
marcus  |
Add --without-libintl-prefix as a CONFIGURE_ARG so to eliminate a
circular dependency with gettext. This prevents iconv from being linked
against libintl. Bump PORTREVISION. |
16 Jun 2002 20:11:11
1.8
|
marcus  |
Update to 1.8, and retain shared lib version of 3.
Reviewed by: sobomax |
15 Jun 2002 21:16:13
1.7.0.1
|
marcus  |
Add a few other distfile mirrors.
Reported by: Anders Andersson <anders@sanyusan.se>,
Kent Stewart <kstewart@owt.com> |
29 May 2002 20:21:28
1.7.0.1
|
obrien  |
Speed up fetching.
Noted by: kris |
28 May 2002 04:04:43
1.7.0.1
|
obrien  |
Update to 1.7.0.1.
OK'ed by: marcus |
26 May 2002 22:35:49
1.7_5
|
marcus  |
Correct the path to gperf.
PR: 38586
Submitted by: Lev Serebryakov <lev@serebryakov.spb.ru>
Pointy hat to: me |
23 May 2002 06:57:20
1.7_5
|
marcus  |
* Add support for Korean real-world locales
* Allow libiconv to be built on FreeBSD < 4.3
* Bump PORTREVISION
PR: 37271
Submitted by: Hye-Shik Chang <perky@fallin.lv> (Korean locale patch)
me (build fix)
Reviewed by: sobomax (build fix) |
14 May 2002 20:28:45
1.7_4
|
marcus  |
Allow libiconv to be built by a non-root user.
PR: 36810
Submitted by: KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp> |
30 Apr 2002 09:07:36
1.7_4
|
sobomax  |
Use USE_LIBTOOL. |
29 Apr 2002 19:42:33
1.7_4
|
marcus  |
Actually add the new patches from the last commit.... |
29 Apr 2002 19:41:51
1.7_4
|
marcus  |
Fix a few problems in libiconv.
* Allow libcharset to find charset.alias in the correct place
* Add support for the new FreeBSD locales
* Fix potential infinite loop when conversion fails
* Bump PORTREVISION
PR: 37543, 37497
Submitted by: Fuyuhiko Maruyama <fuyuhik8@is.titech.ac.jp> (infinite loop
fix) marcus (everything else)
Reviewed by: nork (infinite loop fix), sobomax
Approved by: sobomax |
24 Apr 2002 16:49:49
1.7_3
|
sobomax  |
As it was advertised more than a month ago complete giconv -> iconv
conversion by removing code which installs compatibility `g'-symlinks. This
change is likely to break the following ports:
ports/x11-wm/icewm
ports/databases/grass
Please blame their maintainers, not me. |
18 Mar 2002 09:43:25
1.7_2
|
sobomax  |
Iconv cleanup, stage 1a: remove `g' prefix from binaries, headers, libraries and
manpages installed by libiconv (aka GNU iconv) and add similar `b'-prefixes
into components installed by iconv (aka BSD iconv). The reason why we do this
is because unfortunately BSD iconv become abadonware (author doesn't maintain
it anymore), while number of ports that need functional iconv library grows
very fast, thus creating significant overhead due to patches needed to make
ports working with prefixed GNU iconv. For compatibility reasons create
symlinks in GNU iconv, so that all ports that expect GNU iconv to have `g'
prefix should work unmodified until all those `g'-hacks are wiped out.
Prompted by: ache
Reviewed by (in principle): freebsd-ports, freebsd-gnome |
31 Oct 2001 08:32:30 
|
sobomax  |
Don't link in libc - FreeBSD doesn't need this. |
23 Oct 2001 11:48:26 
|
sobomax  |
Remove dead WWW. |
16 Sep 2001 21:30:33 
|
asami  |
Don't create ${PREFIX}/doc, which isn't used anyway. |
27 Aug 2001 11:39:54 
|
sobomax  |
- Remove useless USE_LIBTOOL; - properly name shared libraries (get rid of
bogus .so.X.Y convention); - add files missed from pkg-plist (documentation);
- don't waste time building/running tests included into distribution. |
26 Aug 2001 02:53:03 
|
mi  |
Upgrade to 1.7... Run included tests after the build... Maintainers (gnome@)
were informed a couple of days ago, but are impressively silent and I've been
using KDE/libxml2 linked against this library since with no problem. |
29 Jun 2001 12:31:08 
|
sobomax  |
Remove patch that isn't necessary anymore. This should fix build on -current.
|
29 May 2001 11:32:22 
|
sobomax  |
Unbroke on 5-CURRENT. |
11 May 2001 18:36:50 
|
ade  |
SWitch maintainership of core GNOME ports to a small group of committers
(gnome@FreeBSD.org), since this is now definitely too big for just one person.
|
02 Apr 2001 11:05:32 
|
sobomax  |
Update to 1.6.1. |
09 Feb 2001 19:36:46 
|
sobomax  |
Update to 1.5.1. |
05 Feb 2001 14:30:41 
|
olgeni  |
Style/space police (space -> tab) over the converters category. |
20 Nov 2000 16:57:23 
|
sobomax  |
Update to 1.4. |
01 Nov 2000 15:51:11 
|
sobomax  |
Whitespace-only: Make indentation uniform across my ports. |
08 Oct 2000 01:48:42 
|
asami  |
Convert category converters to new layout. |
18 Jul 2000 08:59:07 
|
sobomax  |
Prefix all bits of this iconv() implementation with "g" to avoid conflict with
another iconv() in converters/iconv: |
17 Jul 2000 17:47:13 
|
sobomax  |
Add libiconv - a charset conversion library (LGPL'ed iconv() implementation).
|