aboutsummaryrefslogtreecommitdiff
path: root/security/sfs
Commit message (Collapse)AuthorAgeFilesLines
* - Remove FreeBSD 4.X support from unmaintained ports in categories startingGabor Kovesdan2007-04-201-8/+4
| | | | | | | with letter r-s Notes: svn path=/head/; revision=190445
* Reset handler@grendel.net at his request.Mark Linimon2007-03-071-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=186768
* Fix typo in previous commit.Shaun Amott2006-07-271-1/+1
| | | | Notes: svn path=/head/; revision=168909
* - Fix build on 64-bit machines.Shaun Amott2006-07-273-8/+19
| | | | | | | | | | | | - Mark IGNORE on !i386, due to a run-time issue. - Use DATADIR macro in pkg-plist while here. PR: ports/99949 Submitted by: shaun (me) Approved by: Maintainer timeout (19 days) Notes: svn path=/head/; revision=168908
* Remove USE_REINPLACE from all categories starting with SEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162215
* Chase gmp library and bump PORTREVISION.Alex Dupre2006-05-101-2/+2
| | | | Notes: svn path=/head/; revision=161929
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+6
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* Chase URLs per distfile survey.Mark Linimon2005-11-251-1/+1
| | | | Notes: svn path=/head/; revision=149391
* 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. Notes: svn path=/head/; revision=148323
* Fix build on 6.xKirill Ponomarev2005-08-241-0/+14
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=140962
* Fix plist.Kirill Ponomarev2005-01-151-0/+1
| | | | Notes: svn path=/head/; revision=126487
* Fix code so it is favored by both GCCs (2.x and 3.x), and unbreak the build.Alexey Dokuchaev2004-10-2012-4/+454
| | | | | | | | Approved by: fjoe (mentor, implicit) maintainer timeout Notes: svn path=/head/; revision=119851
* BROKEN on 5.x: Does not compileKris Kennaway2004-09-261-0/+4
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118428
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-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 Notes: svn path=/head/; revision=113296
* BROKEN on !i386: Does not compileKris Kennaway2004-06-191-0/+4
| | | | Notes: svn path=/head/; revision=111806
* Sync with new bsd.autotools.mkAde Lovett2004-06-041-1/+1
| | | | Notes: svn path=/head/; revision=110841
* - Raise PORTREVISION for recent changesPav Lucistnik2004-05-221-1/+1
| | | | Notes: svn path=/head/; revision=109695
* - Add patch for NFS headers and unbreak buildPav Lucistnik2004-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 Notes: svn path=/head/; revision=109674
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* . Fix the build on FreeBSD/alpha 4.x (5.x appears to have other problems).Greg Lewis2004-02-191-0/+12
| | | | | | | | | PR: 45805 Submitted by: Volker Stolz <vs@foldr.org> Approved by: maintainer timeout Notes: svn path=/head/; revision=101409
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Per bento logs, mark as broken on 5.x due to an install error.Mark Linimon2003-12-231-0/+4
| | | | | | | Notified maintainer. Notes: svn path=/head/; revision=96492
* Fix compile problems on -CURRENT.Matthew N. Dodd2003-10-152-4/+11
| | | | | | | | | PR: ports/57586 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer Notes: svn path=/head/; revision=91365
* BROKEN on 5.x: does not compileKris Kennaway2003-10-131-0/+4
| | | | Notes: svn path=/head/; revision=90960
* Fix info files.Edwin Groothuis2003-10-052-6/+2
| | | | | | | | PR: ports/57251 Submitted by: Dan Pelleg <daniel+gnats@pelleg.org> Notes: svn path=/head/; revision=90274
* Catch up with URL changes on MASTER_SITES, and in documentation.Matthew N. Dodd2003-09-192-2/+2
| | | | | | | | | PR: ports/56749 Submitted by: maintainer Approved by: portmgr (lioux) Notes: svn path=/head/; revision=89061
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Update to 0.7.2.Pete Fritchman2003-01-0214-313/+293
| | | | | | | | PR: 46148 Submitted by: maintainer Notes: svn path=/head/; revision=72162
* fix build with new bisonYing-Chieh Liao2002-12-223-1/+80
| | | | | | | | PR: 45900 Submitted by: Miguel Mendez <flynn@energyhq.homeip.net> Notes: svn path=/head/; revision=71792
* Depend on new version of libgmp under -CURRENT.Matthew N. Dodd2002-08-051-1/+1
| | | | Notes: svn path=/head/; revision=64046
* - Update documentation.Matthew N. Dodd2002-07-1210-111/+294
| | | | | | | | | | - Sanitize install script. - Bump PORTREVISION. Submitted by: MAINTAINER Notes: svn path=/head/; revision=62845
* A secure global network file system. SFS names FSs by public keysMatthew N. Dodd2002-07-1212-0/+514
PR: ports/40455 Submitted by: Michael Handler <handler@grendel.net> Notes: svn path=/head/; revision=62840