| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
14 Jan 2012 08:57:23
0.7.2_10
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
03 Jul 2011 14:03:52
0.7.2_10
|
ohauer  |
-remove MD5 |
19 Apr 2010 10:43:43
0.7.2_10
|
ale  |
Switch to use newer GMP version.
PR: ports/144487
Submitted by: ale
Approved by: portmgr (-exp run by erwin) |
27 Mar 2010 00:15:24
0.7.2_9
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
09 Aug 2009 09:32:11
0.7.2_9
|
erwin  |
Mark BROKEN on 8.x: does not build. |
13 May 2009 09:46:02
0.7.2_9
|
ale  |
Chase libgmp and bump PORTREVISION. |
16 Dec 2007 13:17:26
0.7.2_8
|
araujo  |
- Convert rc scripts to the new style.
- Bump PORTREVISION.
PR: ports/116966
Submitted by: Dave Grochowski <malus.x@gmail.com> (maintainer)
Approved by: stas (mentor, implicit) |
23 Nov 2007 01:22:52
0.7.2_7
|
linimon  |
Add sfsrwcd: clients cannot make connections without it.
Part of: ports/116966
Submitted by: maintainer, private email
Approved by: portmgr (self) |
07 Nov 2007 19:04:21
0.7.2_6
|
miwi  |
- Fix pkg-plist
Submitted by: pointyhat via linimon
Approved by: portmgr (linimon) |
23 Sep 2007 09:14:20
0.7.2_5
|
miwi  |
- Add missing patch
- Fix whitspaces
Submitted by: Dave Grochowski <malus.x@gmail.com> (maintainer) |
23 Sep 2007 03:17:21
0.7.2_5
|
edwin  |
Update port: security/sfs, fix build with gcc42
The attached patch fixes security/sfs so it builds with
gcc42. The only change I made that I am wary of is commenting
out the LIBTOOL variable in ${WRKSRC}/sfsrwcd/Makefile.
However, this seems to work fine on both 7.0-CURRENT and
6.2-STABLE.
In addition, I would not mind maintaining the port.
PR: ports/116389
Submitted by: Dave Grochowski <malus.x@gmail.com> |
02 Jul 2007 19:01:04
0.7.2_4
|
pav  |
- Mark these unmaintained ports BROKEN on HEAD: do not compile with GCC 4.2 |
20 Apr 2007 15:12:30
0.7.2_4
|
gabor  |
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter r-s |
07 Mar 2007 05:43:18
0.7.2_4
|
linimon  |
Reset handler@grendel.net at his request.
Hat: portmgr |
27 Jul 2006 23:10:45
0.7.2_4
|
shaun  |
Fix typo in previous commit. |
27 Jul 2006 23:04:48
0.7.2_4
|
shaun  |
- Fix build on 64-bit machines.
- 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) |
13 May 2006 04:15:53
0.7.2_4
|
edwin  |
Remove USE_REINPLACE from all categories starting with S |
10 May 2006 14:46:48
0.7.2_4
|
ale  |
Chase gmp library and bump PORTREVISION. |
23 Feb 2006 10:40:45
0.7.2_3
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
24 Jan 2006 01:03:33
0.7.2_2
|
edwin  |
SHA256ify
Approved by: krion@ |
25 Nov 2005 06:02:46
0.7.2_2
|
linimon  |
Chase URLs per distfile survey. |
15 Nov 2005 06:52:12
0.7.2_2
|
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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. |
24 Aug 2005 09:42:40
0.7.2_2
|
krion  |
Fix build on 6.x
Approved by: portmgr (self) |
15 Jan 2005 08:33:34
0.7.2_2
|
krion  |
Fix plist. |
20 Oct 2004 12:33:37
0.7.2_2
|
danfe  |
Fix code so it is favored by both GCCs (2.x and 3.x), and unbreak the build.
Approved by: fjoe (mentor, implicit)
maintainer timeout |
26 Sep 2004 03:07:15
0.7.2_2
|
kris  |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self) |
09 Jul 2004 17:43:11
0.7.2_2
|
marcus  |
Apply a big libtool patch to allow porters to use the libtool installed by
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 |
19 Jun 2004 09:33:58
0.7.2_2
|
kris  |
BROKEN on !i386: Does not compile |
04 Jun 2004 17:29:38
0.7.2_2
|
ade  |
Sync with new bsd.autotools.mk |
22 May 2004 10:38:01
0.7.2_2
|
pav  |
- Raise PORTREVISION for recent changes |
21 May 2004 23:29:25
0.7.2_1
|
pav  |
- Add patch for NFS headers and unbreak build
- 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 |
31 Mar 2004 03:12:58
0.7.2_1
|
trevor  |
SIZEify (maintainer timeout) |
19 Feb 2004 18:36:49
0.7.2_1
|
glewis  |
. Fix the build on FreeBSD/alpha 4.x (5.x appears to have other problems).
PR: 45805
Submitted by: Volker Stolz <vs@foldr.org>
Approved by: maintainer timeout |
04 Feb 2004 05:10:27
0.7.2_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
23 Dec 2003 20:35:08
0.7.2
|
linimon  |
Per bento logs, mark as broken on 5.x due to an install error.
Notified maintainer. |
15 Oct 2003 22:04:36
0.7.2
|
mdodd  |
Fix compile problems on -CURRENT.
PR: ports/57586
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: maintainer |
13 Oct 2003 00:01:00
0.7.2
|
kris  |
BROKEN on 5.x: does not compile |
05 Oct 2003 01:47:10
0.7.2
|
edwin  |
Fix info files.
PR: ports/57251
Submitted by: Dan Pelleg <daniel+gnats@pelleg.org> |
19 Sep 2003 01:55:19
0.7.2
|
mdodd  |
Catch up with URL changes on MASTER_SITES, and in documentation.
PR: ports/56749
Submitted by: maintainer
Approved by: portmgr (lioux) |
21 Feb 2003 13:26:58
0.7.2
|
knu  |
De-pkg-comment. |
02 Jan 2003 05:23:45
0.7.2
|
petef  |
Update to 0.7.2.
PR: 46148
Submitted by: maintainer |
22 Dec 2002 17:16:46
0.6_2
|
ijliao  |
fix build with new bison
PR: 45900
Submitted by: Miguel Mendez <flynn@energyhq.homeip.net> |
05 Aug 2002 14:54:39
0.6_1
|
mdodd  |
Depend on new version of libgmp under -CURRENT. |
12 Jul 2002 05:31:41
0.6_1
|
mdodd  |
- Update documentation.
- Sanitize install script.
- Bump PORTREVISION.
Submitted by: MAINTAINER |
12 Jul 2002 02:52:31
0.6
|
mdodd  |
A secure global network file system. SFS names FSs by public keys
PR: ports/40455
Submitted by: Michael Handler <handler@grendel.net> |