aboutsummaryrefslogtreecommitdiffstats
path: root/databases/rdfdb
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$ from patches files in categories a-j.mat2015-05-222-4/+0
| | | | | With hat: portmgr Sponsored by: Absolight
* databases category: Remove $PTHREAD_LIBSmarino2015-03-252-3/+2
| | | | | | Note: virtuoso did not pass check-plist from before, so it was fixed. approved by: PTHREAD blanket
* Berkeley DB cleanup, remove versions 4.0 ... 4.7.mandree2014-08-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | - Mk/bsd.database.mk rewrite, new default to db5. - db6 is eligible by default only if installed on the system. - Bump PORTREVISION of all ports that directly depend on BerkeleyDB or where USE_BDB is found in the port's directory - Patch a few ports such that they will pick up or work with newer versions. - Add UPDATING entry - Drive-by format fix for pks - Drop BerkeleyDB option from mail/popular for now, requires more work. - Exp-run logs linked from the PR below. - Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes for new Berkeley DB, but are untested. NOTE: please read UPDATING and the Wiki page before proceeding! Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup PR: 192690 Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports)
* 1: Support staging.vanilla2014-05-164-11/+6
| | | | 2: use USE_RC_SUBR instead.
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | databases)
* . fix build with clang (CFLAGS+=-Wno-return-type);bsam2013-06-132-12/+6
| | | | | | | | . trim Makefile headers; . remove the indefinite article from COMMENT; . use PLIST_FILES; . remove pkg-list (two lines for PLIST_FILES, two lines useless anyway); . do not mute install.
* - Switch to USERS/GROUPS macrosbapt2011-06-092-56/+4
| | | | - bump portrevision
* Remove databases/db3. All users were using db3+mandree2011-05-231-1/+1
| | | | | | and have in fact been using 4.0+ since 2011-04-12 (Mk/bsd.database.mk r1.57). Chase upgrade in dependent ports and change USE_BDB to 40+.
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-12-211-3/+0
| | | | | | | | 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.
* Fix build with custom LOALBSE.itetcu2009-06-032-4/+3
| | | | Prompted by: QATty
* - utilize USE_BDBleeym2006-12-133-3/+20
|
* - Add SHA256pav2005-11-241-0/+1
|
* Register new UID/GIDkrion2004-06-242-5/+1
| | | | | PR: ports/68243 Submitted by: Simon Barner <barner@in.tum.de>
* Set an expiry date of 2004-08-20 for these BROKEN/IGNORE/FORBIDDENkris2004-06-221-1/+3
| | | | | ports. They will be removed on or after that date if they are still broken and no fix has been submitted to GNATS.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 2)
* SIZEify.trevor2004-01-291-0/+1
|
* Reset bouncing maintainer address ("Host not found")kris2003-08-161-1/+1
|
* The oracle7-client and rdfdb ports use a uid that is not registered inkris2003-07-201-0/+2
| | | | | | the porter's handbook, and as a consequence both ports use conflicting uids. Maintainers have been unresponsive about this problem for 2 months, so mark both ports IGNORE until they respond to the issue.
* De-pkg-comment.knu2003-02-212-1/+1
|
* BerkeleyDB cleanup - stage 2ade2002-08-232-13/+10
| | | | | Update databases/db3 to 3.3.11, and fix the few ports that need sorting after the shlib version update, and a slight API change from 3.2.x->3.3.x
* Add rdfdb 0.46, a lightweight RDF database.petef2002-06-0910-0/+191
PR: 33281 Submitted by: Philip Jenvey <pjenvey@turntables.org>