| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
23 Apr 2013 10:13:20
1.0.4
|
bapt  |
Convert devel to USES=pkgconfig |
19 Mar 2013 13:04:31
1.0.4
|
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
1.0.4
|
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
1.0.4
|
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. |
03 Jul 2011 14:59:23
1.0.4
|
ohauer  |
-remove MD5 |
04 Dec 2010 07:34:27
1.0.4
|
ade  |
Sync to new bsd.autotools.mk |
15 Jul 2010 05:13:54
1.0.4
|
miwi  |
- Update to 1.0.4
PR: 148547
Submitted by: Ports Fury |
02 Aug 2009 19:36:34
1.0.0
|
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 |
27 Oct 2008 15:59:27
1.0.0
|
tabthorpe  |
- Reassign to ports |
26 Feb 2008 13:02:33
1.0.0
|
tabthorpe  |
- Fix configure script options so port will compile in build cluster.
Submitted by: pointyhat via erwin and pav |
21 Feb 2008 16:58:10
1.0.0
|
tabthorpe  |
- Update to 1.0.0
- Unbreak on Sparc64
Approved by: portmgr (pav)
Tested by: Yuri Pankov and Carl Johan Gustavsson (Sparc64 environment) |
01 Feb 2008 06:56:31
0.99.47
|
linimon  |
Mark broken on sparc64: fails to install. |
17 Jan 2008 15:37:05
0.99.47
|
tabthorpe  |
- Unbreak on sparc64
* Thanks to upline developer Carlo Wood for the patch
* Thanks to Carl Johan Gustavsson for the sparc64 build test |
14 Jan 2008 16:08:25
0.99.47
|
tabthorpe  |
- Mark as BROKEN for sparc64
- Remove 4.X cruft while I am here |
23 Aug 2007 04:00:04
0.99.47
|
tabthorpe  |
- change maintainer address on ports I maintain
Approved by: clsung (mentor) |
07 Aug 2007 00:43:31
0.99.47
|
clsung  |
- Update to 0.99.47
- Take maintainership
PR: ports/115118
Submitted by: Thomas Abthorpe <thomas_AT_goodking dot ca> |
25 Mar 2007 21:21:40
0.99.45_1
|
miwi  |
- Fix build
PR: 110279
Submitted by: trasz <trasz@pin.if.uz.zgora.pl> |
28 Nov 2006 21:47:24
0.99.45
|
erwin  |
Update to 0.99.45 |
14 Aug 2006 22:55:18
0.99.44
|
clsung  |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include comms/ converters/ databases/ devel/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
01 Aug 2006 01:54:44
0.99.44
|
clsung  |
- Update to 0.99.44
PR: ports/101089
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
04 May 2006 21:41:12
0.99.40_1
|
edwin  |
Remove USE_REINPLACE from all categories starting with D |
23 Feb 2006 10:40:45
0.99.40_1
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
24 Nov 2005 15:40:04
0.99.40
|
pav  |
- Add some SHA256 checksums |
15 Nov 2005 06:52:12
0.99.40
|
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. |
06 Oct 2005 16:38:36
0.99.40
|
vs  |
USE_INC_LIBTOOL instead of local patch |
16 Sep 2005 15:36:38
0.99.40
|
mnag  |
Update to 0.99.40
Approved by: pav (mentor) |
11 Jan 2005 21:52:48
0.99.39_1
|
mezz  |
Add pkgconfig to fix the pkg-plist.
Reported by: pointyhat via kris |
31 Oct 2004 00:40:08
0.99.39
|
leeym  |
- update to 0.99.39 |
14 Mar 2004 02:57:57
0.99.31_2
|
kris  |
Work around bsd.port.mk bug: CC and CXX are not added to MAKE_ENV for
USE_GCC=3.2 and 3.3. |
14 Mar 2004 02:39:01
0.99.31_2
|
kris  |
Switch to gcc 3.3 since this is the latest version. |
04 Feb 2004 05:21:48
0.99.31_2
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
29 Jan 2004 07:24:56
0.99.31_1
|
trevor  |
SIZEify. |
25 Jan 2004 15:50:37
0.99.31_1
|
ijliao  |
fix build on -stable
Noticed by: bento via kris |
13 Dec 2003 14:40:25
0.99.31_1
|
ijliao  |
require gcc > 3.0 |
10 Nov 2003 08:29:22
0.99.31
|
ijliao  |
add libcwd 0.99.31
The C++ Debugging Support Library |