summaryrefslogtreecommitdiffstats
path: root/security/sfs
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Fix build on 6.xkrion2005-08-241-0/+14
| | | | Approved by: portmgr (self)
* Fix plist.krion2005-01-151-0/+1
|
* Fix code so it is favored by both GCCs (2.x and 3.x), and unbreak the build.danfe2004-10-2012-4/+454
| | | | | Approved by: fjoe (mentor, implicit) maintainer timeout
* BROKEN on 5.x: Does not compilekris2004-09-261-0/+4
| | | | Approved by: portmgr (self)
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* BROKEN on !i386: Does not compilekris2004-06-191-0/+4
|
* Sync with new bsd.autotools.mkade2004-06-041-1/+1
|
* - Raise PORTREVISION for recent changespav2004-05-221-1/+1
|
* - Add patch for NFS headers and unbreak buildpav2004-05-214-18/+29
| | | | | | | | | | - Use UID/GID 171, 71 belongs to Oracle - Use USE_LIBTOOL and remove .la files - Use DOCSDIR macro in pkg-plist PR: ports/66933 Submitted by: leeym Approved by: maintainer
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* . Fix the build on FreeBSD/alpha 4.x (5.x appears to have other problems).glewis2004-02-191-0/+12
| | | | | | PR: 45805 Submitted by: Volker Stolz <vs@foldr.org> Approved by: maintainer timeout
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 1)
* Per bento logs, mark as broken on 5.x due to an install error.linimon2003-12-231-0/+4
| | | | Notified maintainer.
* Fix compile problems on -CURRENT.mdodd2003-10-152-4/+11
| | | | | | PR: ports/57586 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer
* BROKEN on 5.x: does not compilekris2003-10-131-0/+4
|
* Fix info files.edwin2003-10-052-6/+2
| | | | | PR: ports/57251 Submitted by: Dan Pelleg <daniel+gnats@pelleg.org>
* Catch up with URL changes on MASTER_SITES, and in documentation.mdodd2003-09-192-2/+2
| | | | | | PR: ports/56749 Submitted by: maintainer Approved by: portmgr (lioux)
* De-pkg-comment.knu2003-02-212-1/+1
|
* Update to 0.7.2.petef2003-01-0214-313/+293
| | | | | PR: 46148 Submitted by: maintainer
* fix build with new bisonijliao2002-12-223-1/+80
| | | | | PR: 45900 Submitted by: Miguel Mendez <flynn@energyhq.homeip.net>
* Depend on new version of libgmp under -CURRENT.mdodd2002-08-051-1/+1
|
* - Update documentation.mdodd2002-07-1210-111/+294
| | | | | | | - Sanitize install script. - Bump PORTREVISION. Submitted by: MAINTAINER
* A secure global network file system. SFS names FSs by public keysmdodd2002-07-1212-0/+514
PR: ports/40455 Submitted by: Michael Handler <handler@grendel.net>
OpenPOWER on IntegriCloud