aboutsummaryrefslogtreecommitdiffstats
path: root/databases/dbh10/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove outdated, not depend on dbh10, which name is in collision with dbhbapt2013-10-021-22/+0
|
* - Remove NO_STAGE as these have been tested to be safebdrewery2013-09-251-1/+0
| | | | With hat: portmgr
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | databases)
* Convert databases to USES=pkgconfigbapt2013-04-231-8/+2
|
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.eadler2013-03-191-1/+1
| | | | | | | | | 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)
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configbapt2012-07-261-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* For ports maintained by ports@ where pkgconfig is one of the USE_GNOME depsdougb2012-07-231-1/+3
| | | | | convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep added by bsd.gnome.mk.
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sincekwm2011-08-121-1/+1
| | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1
| | | | starting with D
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
| | | | | | | | | | | | | | | | | | -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
* Use libtool port instead of included one to avoid objformat a.out botchkris2007-01-281-0/+1
|
* - Add CONFLICTS with databases/dbh and avoid duplicate LATEST_LINK.alepulver2006-11-051-0/+4
|
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-151-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.ade2006-02-231-1/+2
| | | | Approved by: portmgr (kris)
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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.
* - Update to 1.0.24ahze2005-03-161-1/+1
| | | | | PR: ports/78873 Submitted by: Ports Fury
* Update to version 1.0.20krion2004-11-141-4/+2
| | | | | PR: ports/73900 Submitted by: Ports Fury
* upgrade to 1.0.18ijliao2004-04-061-3/+3
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-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.
* - Update to version 1.0.17krion2003-10-291-1/+1
| | | | | PR: 58622 Submitted by: Ports Fury
* Update to version 1.0.15.demon2003-08-271-3/+1
|
* * Do not install useless .la filekrion2003-07-311-10/+3
| | | | | | | | * Utilize USE_GNOME PR: 55053 Submitted by: Ports Fury Approved by: fjoe (mentor) (implicit)
* Update to 1.0.14kevlo2003-03-281-2/+10
| | | | | PR: 50208 Submitted by: Marcus vA <marcus@sysfault.org>
* De-pkg-comment.knu2003-02-211-0/+1
|
* Fix Fetch.arved2003-02-161-2/+1
| | | | | PR: 47998 Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru>
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-111-2/+0
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Do not install useless .la file.naddy2002-11-091-0/+2
| | | | | PR: 44484 Submitted by: Ports Fury
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-071-0/+2
| | | | Approved by: pat
* upgrade to 1.0.11ijliao2002-08-151-1/+1
|
* add dbh 1.0ijliao2002-08-101-0/+23
Disk Based Hashtables