| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
23 Apr 2013 14:20:28
0.2.1_5
|
bapt  |
Finish converting the whole ports tree to USES=pkgconfig |
28 Mar 2013 17:56:37
0.2.1_5
|
eadler  |
Convert a few remaining straglers from the unmaintined ports to pathfix |
28 Mar 2013 03:28:31
0.2.1_5
|
eadler  |
Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix"
instead. |
26 Jul 2012 05:40:24
0.2.1_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.2.1_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. |
23 Sep 2011 22:26:39
0.2.1_5
|
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
0.2.1_5
|
miwi  |
- Get Rid MD5 support |
04 Dec 2010 07:34:27
0.2.1_5
|
ade  |
Sync to new bsd.autotools.mk |
22 Aug 2009 00:32:25
0.2.1_5  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with N |
02 Aug 2009 19:36:34
0.2.1_5
|
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 |
09 Mar 2009 19:29:12
0.2.1_5
|
miwi  |
- Reset farrokhi@freebsd.org due to long period of inactivity.
Approved by: portmgr (linimon) |
21 Aug 2008 06:18:49
0.2.1_5
|
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 ) |
25 Jul 2008 12:24:09
0.2.1_5
|
pav  |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV |
06 Jun 2008 13:50:32
0.2.1_5
|
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
0.2.1_4  |
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) |
19 May 2007 20:32:57
0.2.1_4
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
01 Feb 2007 02:42:06
0.2.1_3
|
kris  |
Use libtool port instead of included version to avoid objformat a.out botch |
08 Nov 2006 09:28:33
0.2.1_3
|
farrokhi  |
Change my email address to farrokhi@ in all ports that I maintain.
Approved by: miwi (mentor) |
14 Oct 2006 08:54:54
0.2.1_3
|
marcus  |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris) |
11 May 2006 22:49:56
0.2.1_1
|
edwin  |
Remove USE_REINPLACE from all categories starting with N |
23 Feb 2006 10:40:45
0.2.1_1
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
12 Jan 2006 19:48:01
0.2.1
|
ehaupt  |
Add tapidbus 0.2.1, an abstraction layer for interprocess communication.
PR: ports/91671
Submitted by: Babak Farrokhi |