Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8.3_2 01 Sep 2014 12:53:55 |
bapt |
Remove non staged ports without pending PR from databases |
0.8.3_2 27 Jun 2014 17:21:07 |
miwi |
- Chase database/sqlite3 slib bump
Approved by: portmgr (myself) |
0.8.3_1 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
0.8.3_1 27 May 2014 10:42:12 |
bapt |
Convert to USES=pgsql
With hat: portmgr |
0.8.3_1 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
0.8.3 11 Dec 2013 18:08:53 |
bapt |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases |
0.8.3 24 Nov 2013 12:29:14 |
mva |
- Fix the usage of 'python' to get rid of the implicit lang/python
dependency |
0.8.3 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
0.8.3 27 Apr 2013 08:50:47 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
0.8.3 26 Apr 2013 10:44:29 |
ak |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
0.8.3 23 Apr 2013 07:08:33 |
bapt |
Convert databases to USES=pkgconfig |
0.8.3 28 Mar 2013 16:29:01 |
eadler |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
0.8.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) |
0.8.3 22 Jul 2012 23:24:00 |
dougb |
For the ports that are maintained by ports@ that have pkgconfig as their
only USE_GNOME feature, convert to a BUILD_DEPENDS. This avoids both the
bug of the bogus run depend introduced by bsd.gnome.mk, and also avoids
needlessly pulling that file in. |
0.8.3 01 Jun 2012 16:59:20 |
bapt |
Convert to new options framework |
0.8.3 04 Mar 2012 05:45:37 |
miwi |
- Update 0.8.3
PR: 165572
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org> |
0.8.1_6 06 Feb 2012 12:25:50 |
miwi |
- Chase unixODBC shlib bump |
0.8.1_5 09 Oct 2011 01:40:58 |
dougb |
Remove optional dependencies on databases/xbase, which is about to be removed |
0.8.1_5 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 |
0.8.1_5 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.8.1_5 19 Mar 2011 13:15:34 |
ale |
Bump PORTREVISION for ports linking to default libmysqlclient. |
0.8.1_4 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.8.1_4 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
0.8.1_3 21 Dec 2009 02:19:12 |
dougb |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
0.8.1_3 22 Aug 2009 00:18:43 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
0.8.1_3 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 |
0.8.1_3 13 Jun 2009 15:52:43 |
erwin |
Remove Firebird option as that port expired in February. |
0.8.1_3 21 Aug 2008 06:18:49 |
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 ) |
0.8.1_3 06 Jun 2008 13:17:10 |
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) |
0.8.1_2 23 Apr 2008 19:31:03 |
pav |
- Bump PORTREVISION for the previous fix |
0.8.1_1 23 Apr 2008 08:06:18 |
miwi |
- Fix build after xorg cleanup |
0.8.1_1 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) |
0.8.1_1 14 Dec 2007 15:26:42 |
sem |
- Drop maintainership. I did not use them for ages. |
0.8.1_1 04 Oct 2007 00:21:24 |
edwin |
Remove always-false/true conditions based on OSVERSION 500000 |
0.8.1_1 30 Jul 2007 09:42:28 |
alexbl |
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav |
0.8.1_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.8.1 23 Jul 2006 13:28:50 |
sem |
- Update to 0.8.1 |
0.8_1 06 Jun 2006 09:01:20 |
sem |
- NOT_FOR_ARCH=ia64. Does not build.
Reported by: kris mail |
0.8_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.8 07 Feb 2006 17:56:16 |
sem |
- Remove USE_REINPLACE from my ports |
0.8 11 Dec 2005 20:37:51 |
sem |
- Update to 0.8
- Add Firebird and Paradox support |
0.7.4a 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. |
0.7.4a 11 Nov 2005 07:36:56 |
sem |
- Yield to a total SHAtification.
- mysql-administrator: simplify BROKEN message |
0.7.4a 28 Oct 2005 05:33:09 |
sem |
- Change an author's e-mail
- Add some new features for knoda |
0.7.4a 18 Oct 2005 10:54:23 |
sem |
- Fix a case when python was installed with a non-standard PREFIX.
Requested by: kris |
0.7.4a 18 Jul 2005 06:46:10 |
sem |
- Add missed pkg-config dependency
Reminded by: kris via pointyhat |
0.7.4a 14 Jul 2005 20:31:30 |
sem |
- Update to 0.7.4a
Pushed by: Andrej Zverev <az@inec.ru> |
0.7.3_2 01 May 2005 09:09:06 |
sem |
- Fix pkg-plist. Unbreak.
Reported by: kris via pointyhat |
0.7.3_1 30 Apr 2005 00:56:32 |
kris |
BROKEN: Incomplete pkg-plist |
0.7.3_1 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
0.7.3_1 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
0.7.3_1 08 Apr 2005 05:14:30 |
sem |
- We don't install .la file anymore
Reported by: kris via pointyhat |
0.7.3_1 03 Apr 2005 15:54:40 |
sem |
- Update to 0.7.3
- Fix build with modules other than mysql
reported by Paul J. Pathiakis <pathiaki@pathiaki.com> &
RÃcz JÃnos <wpooh@freestart.hu> |
0.7.2 31 Jan 2005 00:35:56 |
girgen |
Split the postgresql ports into a server and a client part.
All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.
PR: 75344
Approved by: portmgr@ (kris), ade & sean (mentors) |
0.7.2 03 Dec 2004 17:05:23 |
sem |
- Update to 0.7.2
* View support added
* hk_connection: passworddialog accepts a defaultdatasource for ODBC now
* SQLite3 support added
* local databases in different directories can be opened now
* Bugfixes |
0.7.1 06 Nov 2004 17:38:23 |
sem |
- Update to 0.7.1
- Add SQLite2 support
- add startup file to run ldconfig |
0.7 16 Jul 2004 03:19:43 |
sem |
Update to 0.7
PR: ports/69099
Submitted by: Andrej Zverev <az@inec.ru>
Approved by: krion (mentor) |
0.6.3 09 Jul 2004 17:43:11 |
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 |
0.6.3 07 Jul 2004 19:20:02 |
sem |
Change email address for my ports.
Approved by: krion (mentor) |
0.6.3 08 May 2004 05:34:51 |
kris |
Add missing manpages |
0.6.3 11 Apr 2004 01:23:15 |
linimon |
Update to 0.6.3:
- the password will be stored in the file .hk_classes/SERVER/driver.conf,
the RW-flags are set to the user only
- hk_presentation: presentation local datasources can be defined in the
datasource dialog
- Python script handles uninstall now
- (many other minor API changes and bugfixes: see ChangeLog)
Also, the port consolidates several patches into patching one Makefile.in.
PR: ports/65166
Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer) |
0.6.2 30 Mar 2004 19:20:23 |
krion |
- Use USE_ICONV knob
Approved by: portmgr |
0.6.2 25 Mar 2004 07:38:47 |
krion |
- Fix default options
PR: ports/64674
Submitted by: maintainer |
0.6.2 14 Mar 2004 06:17:56 |
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. |
0.6.2 11 Mar 2004 19:10:27 |
arved |
- Update to 0.6.2
- portlint
- utilize OPTIONS
- Add ODBC driver
- Pass Maintainership to submitter
PR: 64072
Submitted by: Sergey Matveychuk <sem@ciam.ru> |
0.6.1_2 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
0.6.1_2 04 Nov 2003 18:33:12 |
arved |
Fix python support.
Bump PORTREVISION
Reported by: enoal <sreco@xmission.com> |
0.6.1_1 01 Nov 2003 00:48:30 |
seanc |
Add PostgreSQL support. Make MySQL support optional, but on by default.
Specifying WITHOUT_MYSQL removes MySQL support. WITH_POSTGRESQL speaks
for itself. Port revision bump. |
0.6.1 31 Oct 2003 13:28:15 |
arved |
Remove bogus autoconf dependency
USE_MYSQL
Add LDCONFIG_DIRS |
0.6.1 31 Oct 2003 12:38:30 |
arved |
Add hk_classes,
C++ library which allows rapid development of database applications.
Note: hk_classes works with mysql, postgresql und ODBC, but this port only
supports mysql at the moment.
Prodded by: enoal <sreco@xmission.com>
PR: 41380 |