summaryrefslogtreecommitdiff
path: root/devel/sdts++ (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-141-1/+1
| | | | | | | - these include comms/ converters/ databases/ devel/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* Conversion to a single libtool environment.Ade Lovett2006-02-231-3/+2
| | | | Approved by: portmgr (kris)
* - Add some SHA256 checksumsPav Lucistnik2005-11-241-0/+1
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | 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.
* Use correct LIB_DEPENDS for boost dependency.Simon Barner2005-11-111-1/+1
| | | | Reported by: pointyhat via kris
* Chase Boost shared lib version after update to Boost 1.33.0.Simon Barner2005-11-091-2/+1
| | | | | devel/sdts++: Also convert from BUILD_DEPENDS and RUN_DEPENDS to LIB_DEPENDS.
* - use GNU make insteadYen-Ming Lee2005-04-112-0/+63
| | | | | | | - fix plist PR: 79776 Submitted by: James E. Flemer <jflemer@alum.rpi.edu>
* - Fix build on 4.x (increase the max template depth)Sergey Matveychuk2005-01-021-0/+1
| | | | | | PR: ports/75723 Submitted by: Simon Barner <barner(at)gmx.de> Approved by: portmgr (marcus)
* Correct INFO handlingKris Kennaway2004-04-162-4/+2
|
* Tidy up whitespace.Trevor Johnson2004-04-101-1/+1
|
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | 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.
* Remove unused boost_1_27_0.tar.gz entry. Add SIZE line.Trevor Johnson2004-03-091-1/+1
|
* s|#if |#ifdef |Oliver Lehmann2003-12-131-1/+1
|
* update to 1.5.1 which unbreaks build on 5Oliver Lehmann2003-12-135-65/+91
|
* Move inclusion of bsd.port.pre.mk later in the file for conditional BROKENKris Kennaway2003-06-041-3/+3
| | | | | | | tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris
* BROKEN on 5.1: configure failsKris Kennaway2003-05-181-1/+7
|
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
|
* Fix PORTCOMMENTs that were killing INDEX builds.Adam Weinberger2002-11-072-2/+1
| | | | | 105 pointy hats to: me Approved by: pat
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | Approved by: pat
* - Fix and group MASTER_SITESPatrick Li2002-06-182-6/+9
| | | | | | | | - Update boost libraries to 1.27.0 - Bump PORTREVISION PR: 39226 Submitted by: Erwin Lansing <erwin@lansing.dk>
* Update to version 1.3.1aKevin Lo2001-07-214-39/+54
| | | | | PR: 29025 Submitted by: MAINTAINER
* Remove erik@habatech.no as MAINTAINER; mail has been bouncing for 10Bill Fenner2001-05-281-1/+1
| | | | weeks.
* New port: sdts++ - C++ library for SDTS related development.SADA Kenji2000-07-286-0/+96
PR: ports/16794 Submitted by: Erik H. Bakke <erik@habatech.no>