Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.9.3_3 01 Sep 2014 12:53:55
  |
bapt  |
Remove non staged ports without pending PR from databases |
1.9.3_3 10 Jun 2014 07:39:02
  |
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt) |
1.9.3_3 20 Sep 2013 16:13:49
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
1.9.3_3 23 Apr 2013 14:20:28
  |
bapt  |
Finish converting the whole ports tree to USES=pkgconfig |
1.9.3_3 19 Mar 2013 13:04:31
  |
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) |
1.9.3_3 26 Jul 2012 05:40:24
 |
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) |
1.9.3_3 23 Jul 2012 01:33:56
 |
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. |
1.9.3_3 23 Sep 2011 22:26:39
 |
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 |
1.9.3_3 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
1.9.3_3 19 Mar 2011 13:15:34
 |
ale  |
Bump PORTREVISION for ports linking to default libmysqlclient. |
1.9.3_2 04 Dec 2010 07:34:27
 |
ade  |
Sync to new bsd.autotools.mk |
1.9.3_2 22 Aug 2009 00:18:43
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
1.9.3_2 02 Aug 2009 19:36:34
 |
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 |
1.9.3_2 05 Jan 2009 17:27:29
 |
pav  |
- Remove conditional checks relevant only on FreeBSD 5.x and older |
1.9.3_2 19 Apr 2008 17:56:05
 |
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) |
1.9.3_2 14 Mar 2007 07:47:33
 |
linimon  |
Reset gaoj@cpsc.ucalgary.ca due to maintainer-timeouts and no response to email.
Hat: portmgr |
1.9.3_2 28 Jan 2007 09:07:47
 |
kris  |
Use libtool port instead of included one to avoid objformat a.out botch |
1.9.3_2 04 May 2006 21:41:12
 |
edwin  |
Remove USE_REINPLACE from all categories starting with D |
1.9.3_2 23 Feb 2006 10:40:45
 |
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.9.3_1 22 Jan 2006 08:23:41
 |
edwin  |
SHA256ify
Approved by: krion@ |
1.9.3_1 15 Nov 2005 06:52:12
 |
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. |
1.9.3_1 26 Jan 2005 14:00:12
 |
arved  |
Improve handling of pkgconfig files
PR: 76686
Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca> |
1.9.3_1 13 Oct 2004 02:53:10
 |
edwin  |
[maintainer] Unbreak databases/mysqlcppapi after mysql41-* update
databases/mysqlcppapi is unable to detect mysql-4.1.4 and
use new mysql_shutdown() api. Thus it is broken with mysql41-*
after mysql41-* were updated to 4.1.4. I hope this fix can
make it way to ports before the freeze.
PR: ports/71348
Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca> |
1.9.3 27 Aug 2004 18:40:15
 |
sem  |
A fork of mysql++ C++ API for MySQL
PR: ports/70050
Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca> |