| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=211584
|
|
|
|
|
|
|
|
|
|
|
|
| |
"Many things have changed. Bugs have been fixed, new features
have been introduced. But most importantly, we're really retiring
the old 1.x-style libpqxx API now. This API (where upper-case letters
were still used in function names and such) has been supported for
more than three years in the interest of backwards compatibility,
but has been marked as obsolete all this time."
Notes:
svn path=/head/; revision=184349
|
|
|
|
| |
Notes:
svn path=/head/; revision=170180
|
|
|
|
|
|
|
| |
Security: http://thaiopensource.org/development/libpqxx/
Notes:
svn path=/head/; revision=163736
|
|
|
|
|
|
|
| |
Approved by: portmgr (kris)
Notes:
svn path=/head/; revision=156749
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154141
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=148323
|
|
|
|
|
|
|
| |
ftp stites, so let's use them
Notes:
svn path=/head/; revision=139841
|
|
|
|
|
|
|
| |
Approved by: ade, seanc (implicit)
Notes:
svn path=/head/; revision=138947
|
|
|
|
|
|
|
| |
Approved by: marcus (portmgr hat)
Notes:
svn path=/head/; revision=135416
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=127737
|
|
|
|
|
|
|
| |
Approved by: ade (mentor)
Notes:
svn path=/head/; revision=123277
|
|
|
|
|
|
|
|
|
|
|
| |
PR: ????? (¹)
Submitted by: maintainer
(¹) PR was cc'd to me six hours ago, but hasn't made it into GNATS yet.
Assemble an away team, number one!
Notes:
svn path=/head/; revision=122635
|
|
|
|
|
|
|
| |
Submitted by: maintainer
Notes:
svn path=/head/; revision=121972
|
|
|
|
|
|
|
|
| |
PR: ports/73904
Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer)
Notes:
svn path=/head/; revision=121668
|
|
|
|
|
|
|
|
|
| |
PR: 73641
Submitted by: Steven Looman <steven@krx.nl>
Palle Girgensohn <girgen@pingpong.net>
Notes:
svn path=/head/; revision=121054
|
|
|
|
|
|
|
|
|
|
|
| |
fix a wrong pkg-config specification position
PR: ports/69960
Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca>
Approved by: maintainer
Notes:
svn path=/head/; revision=115716
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=113296
|
|
|
|
|
|
|
|
| |
PR: ports/68217
Submitted by: maintainer.
Notes:
svn path=/head/; revision=112161
|
|
|
|
|
|
|
|
|
|
| |
Warning: broken on 4.x.
PR: 68217
Submitted by: maintainer.
Notes:
svn path=/head/; revision=112087
|
|
|
|
| |
Notes:
svn path=/head/; revision=105747
|
|
|
|
|
|
|
| |
(Part 2)
Notes:
svn path=/head/; revision=99920
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
regarded as a major release with features with interest to those with
large databases. The updates are extensive and the best source of info
is in the release notes. Enjoy and direct questions to database@!
Release notes:
http://www.postgresql.org/docs/7.4/static/release.html#RELEASE-7-4
PR: ports/59403, ports/59404, ports/59393, ports/59394,
ports/59395, ports/59397, ports/59398, ports/59402, &&
ports/59401
Submitted by: maintainer
Approved by: marcus (portmgr@ hat)
Notes:
svn path=/head/; revision=94977
|
|
|
|
| |
Notes:
svn path=/head/; revision=94172
|
|
|
|
|
|
|
|
|
|
| |
Add PKGNAMEPREFIX=postgresql
PR: 56336
Submitted by: maintainer
Notes:
svn path=/head/; revision=88418
|
|
|
|
| |
Notes:
svn path=/head/; revision=76031
|
|
is now a project on gborg. libpqxx is still a supported interface.
PR: ports/45944
Submitted by: Palle Girgensohn <girgen@pingpong.net>
Notes:
svn path=/head/; revision=72542
|