| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
23 Apr 2013 14:20:28
0.5.4_5
|
bapt  |
Finish converting the whole ports tree to USES=pkgconfig |
19 Mar 2013 13:04:31
0.5.4_5
|
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) |
26 Jul 2012 05:40:24
0.5.4_5
|
bapt  |
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat) |
23 Jul 2012 01:33:56
0.5.4_5
|
dougb  |
For ports maintained by ports@ where pkgconfig is one of the USE_GNOME deps
convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep
added by bsd.gnome.mk. |
01 Jun 2012 05:26:28
0.5.4_5
|
dinoex  |
- update png to 1.5.10 |
23 Sep 2011 22:26:39
0.5.4_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 |
26 Aug 2011 04:22:20
0.5.4_4
|
miwi  |
- Fix MASTER_SITES
- Add LICENSE
- Support NOPORTEXAMPLES
PR: 160139
Submitted by: Ports Fury |
11 Aug 2011 19:20:17
0.5.4_4  |
kwm  |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
02 Aug 2011 20:58:23
0.5.4_4
|
ehaupt  |
Remove WWW entries from unmaintained ports that return 404 or where the domain
disappeared. |
03 Jul 2011 06:14:57
0.5.4_4
|
miwi  |
- Kick MD5 Support |
04 Dec 2010 07:34:27
0.5.4_4
|
ade  |
Sync to new bsd.autotools.mk |
29 Mar 2010 11:18:09
0.5.4_4
|
dinoex  |
- fix build for png-1.4.1 |
29 Mar 2010 10:54:40
0.5.4_4
|
dinoex  |
- fix build for png-1.4.1 |
28 Mar 2010 06:47:48
0.5.4_4
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
0.5.4_3
|
dinoex  |
- update to jpeg-8 |
22 Aug 2009 02:23:49
0.5.4_2
|
amdmi3  |
- Fix broken makefiles introduced with translation to new SF File Release System
Reported by: dan
Pointyhat to: myself |
22 Aug 2009 00:35:32
0.5.4_2  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
02 Aug 2009 19:36:34
0.5.4_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 |
18 Jul 2009 11:11:29
0.5.4_2
|
dinoex  |
- update to jpeg7
Tested by: pav on pointyhat |
29 Jun 2007 08:32:36
0.5.4_1
|
miwi  |
- Fix build with gcc4
- Support USE_BDB
PR: 114078
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
15 Aug 2006 00:56:24
0.5.4_1
|
clsung  |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include misc/ multimedia/ net/ net-mgmt/ net-im/
net-p2p/ palm/ print/ science/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
23 Feb 2006 10:40:45
0.5.4_1
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
25 Nov 2005 17:42:55
0.5.4
|
pav  |
- Add SHA256 |
15 Nov 2005 06:52:12
0.5.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. |
03 Jun 2005 20:18:13
0.5.4
|
oliver  |
change the libtool version to use from 1.3 to 1.5 |
09 Jul 2004 17:43:11
0.5.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 Apr 2004 16:56:53
0.5.4
|
krion  |
- Update to version 0.5.4
PR: ports/65718
Submitted by: Ports Fury |
17 Mar 2004 18:29:46
0.5.3_1
|
trevor  |
SIZEify. |
14 Mar 2004 06:17:56
0.5.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. |
04 Feb 2004 05:10:27
0.5.3_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
11 Jul 2003 17:51:08
0.5.3
|
nork  |
Fix build.
PR: ports/54376
Submitted by: Ports Fury |
01 Jul 2003 06:49:30
0.5.3
|
daichi  |
update print/panda: 0.5.1 --> 0.5.3
PR: 52863
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
20 Feb 2003 18:55:51
0.5.1
|
knu  |
De-pkg-comment. |
07 Nov 2002 03:10:58
0.5.1
|
adamw  |
Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to: me
Approved by: pat |
02 May 2002 21:45:01
0.5.1
|
pat  |
Update to 0.5.1
PR: 37689
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
20 Apr 2002 15:29:47
0.5
|
ijliao  |
upgrade to 0.5
PR: 37280
Submitted by: Ports Fury |
30 Jan 2002 02:57:45 
|
pat  |
Update to 0.4.1 |
16 Jan 2002 10:43:52 
|
knu  |
Drop my maintainership. Anybody feel free to update it. |
11 Sep 2001 03:59:20 
|
ache  |
Bump png major |
11 Apr 2001 20:00:19 
|
knu  |
Build with NOPROFILE defined to avoid building the profiled library. |
03 Apr 2001 13:56:53 
|
knu  |
Oops, forgot to list the shared library on pkg-plist. |
28 Mar 2001 09:33:33 
|
knu  |
Add panda, a GPL'ed PDF generation library. |