| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
02 Aug 2011 20:58:23
1.3.3_2
|
ehaupt  |
Remove WWW entries from unmaintained ports that return 404 or where the domain
disappeared. |
03 Jul 2011 14:12:23
1.3.3_2
|
ohauer  |
-remove MD5 |
04 Dec 2010 07:34:27
1.3.3_2
|
ade  |
Sync to new bsd.autotools.mk |
02 Aug 2009 19:36:34
1.3.3_2
|
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 |
21 Aug 2008 06:18:49
1.3.3_2
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
30 Aug 2007 15:57:06
1.3.3_2
|
sem  |
- Fix build with gcc 4.x
PR: ports/115647 (based on)
Submitted by: Oliver Brandmueller <ob@e-gitt.net> |
02 Jul 2007 19:01:04
1.3.3_2
|
pav  |
- Mark these unmaintained ports BROKEN on HEAD: do not compile with GCC 4.2 |
01 Feb 2007 02:42:06
1.3.3_2
|
kris  |
Use libtool port instead of included version to avoid objformat a.out botch |
14 Aug 2006 23:06:39
1.3.3_2
|
clsung  |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
games/ graphics/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
23 Feb 2006 10:40:45
1.3.3_2
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
16 Dec 2005 16:41:38
1.3.3_1
|
ehaupt  |
- Update master site
- Pacify portlint (me)
PR: 90501
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> |
26 Nov 2005 01:48:16
1.3.3_1
|
pav  |
- Add SHA256 |
15 Nov 2005 06:52:12
1.3.3_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. |
01 Jun 2005 19:56:04
1.3.3_1
|
oliver  |
change the libtool version to use from 1.3 to 1.5 |
12 Apr 2005 03:26:57
1.3.3_1
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
1.3.3_1
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
04 Aug 2004 22:28:43
1.3.3_1
|
marcus  |
Add yet another MASTER_SITE. |
26 Jul 2004 19:29:38
1.3.3_1
|
marcus  |
Add another MASTER_SITE for Hermes so that it fetches once more.
Submitted by: Kent Stewart <kstewart@owt.com> |
09 Jul 2004 17:43:11
1.3.3_1
|
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 |
14 Mar 2004 06:17:56
1.3.3_1
|
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. |
14 Feb 2004 06:06:06
1.3.3_1
|
kris  |
Mark IGNORE on sparc64, because the library interchanges red and blue
colour channels in images, giving funky results. |
04 Feb 2004 05:21:48
1.3.3_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
29 Jan 2004 07:24:56
1.3.3
|
trevor  |
SIZEify. |
11 Aug 2003 15:44:41
1.3.3
|
marcus  |
Update to 1.3.3.
PR: 55467
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
11 Jul 2003 07:15:22
1.3.2_1
|
marcel  |
Remove the patch for config.sub to teach it about ia64. We now have a
centralized solution. |
08 Jun 2003 17:30:10
1.3.2_1
|
marcel  |
Remove ONLY_FOR_ARCHS completely. It lists all supported platforms
now.
Pointed out by: kris |
08 Jun 2003 09:36:20
1.3.2_1
|
marcel  |
Add ia64 to ONLY_FOR_ARCHS. It builds. |
08 Jun 2003 09:34:23
1.3.2_1
|
marcel  |
Teach config.sub about ia64.
Ok'd: kris |
04 Jun 2003 07:32:39
1.3.2_1
|
kris  |
Fix endian detection on 64-bit machines and bump PORTREVISION. This was
(at least) causing red and blue colour channels to be transposed on sparc64. |
21 May 2003 00:48:42
1.3.2
|
kris  |
This seems to build on sparc64 now (perhaps on ia64 as well, although that
should be tested) |
18 May 2003 18:58:49
1.3.2
|
petef  |
- fix MASTER_SITES
- use DOCSDIR
- fix the auto* build
PR: 52135
Submitted by: Ports Fury |
20 Feb 2003 18:08:19
1.3.2
|
knu  |
de-pkg-comment |
21 Dec 2002 07:08:47
1.3.2
|
kris  |
ONLY_FOR_ARCHES=i386 alpha (looks like it could be ported to sparc64 using
the linux target as a base) |
24 Dec 2001 02:17:17 
|
pat  |
- PORTDOCS police - DOCSDIR support to some - Brush out some lint |
08 Oct 2000 02:35:34 
|
asami  |
Convert category graphics to new layout. |
28 Aug 2000 18:53:09 
|
sobomax  |
Update to 1.3.2. |
26 Jun 2000 12:43:27 
|
sobomax  |
Add a WWW. |
22 Jun 2000 06:52:16 
|
will  |
Unleash all of these ports upon the people. I no longer have any interest in
any of them, but will be happy to assign MAINTAINER to others and commit
updates for them. |
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:12:51 
|
sobomax  |
Second round of INSTALL_SHLIBS=yes fixes. |
29 May 2000 00:14:51 
|
will  |
Remove obsolete MASTER_SITES. There no longer seems to be a homepage for this
graphics library, which seems to be distributed by ClanLib people these days.
|