ports/115952: update of sfslite port
ports at okws.org
ports at okws.org
Thu Aug 30 20:50:03 UTC 2007
>Number: 115952
>Category: ports
>Synopsis: update of sfslite port
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Thu Aug 30 20:50:02 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Maxwell Krohn
>Release: FreeBSD 5.4-RELEASE-p22 i386
>Organization:
OKWS.org
>Environment:
System: FreeBSD rael.lcs.mit.edu 5.4-RELEASE-p22 FreeBSD 5.4-RELEASE-p22 #7: Wed Mar 14 16:00:17 EDT 2007 strib at freebsd-5.pdos.lcs.mit.edu:/usr/obj/usr/src/sys/PDOS i386
diff -u devel/sfslite.old/Makefile devel/sfslite/Makefile
--- devel/sfslite.old/Makefile Mon Aug 14 18:55:16 2006
+++ devel/sfslite/Makefile Thu Aug 30 15:55:11 2007
@@ -6,7 +6,7 @@
#
PORTNAME= sfslite
-PORTVERSION= 0.8.4
+PORTVERSION= 1.2.2
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://dist.okws.org/dist/
@@ -16,8 +16,6 @@
GNU_CONFIGURE= yes
USE_GMAKE= yes
-CONFIGURE_ARGS+=--with-sfsuser=sfs \
- --with-sfsgroup=sfs
#
# rpcc does not work with byacc, so just require BISON
#
@@ -49,6 +47,7 @@
.else
BUILD_MODE?= shopt
RPCC_BIN?= bin
+CONFIGURE_ARGS += --enable-system-bin
.endif # define(BUILD_MODE)
USE_LDCONFIG= yes
diff -u devel/sfslite.old/distinfo devel/sfslite/distinfo
--- devel/sfslite.old/distinfo Tue Dec 6 11:04:29 2005
+++ devel/sfslite/distinfo Thu Aug 30 16:10:46 2007
@@ -1,3 +1,3 @@
-MD5 (sfslite-0.8.4.tar.gz) = 743caad1058dc30d28698f80718af035
-SHA256 (sfslite-0.8.4.tar.gz) = b0b37ad6d319ca1f732aa88274e88f03884b9388cc396605cf101d3cb99451b4
-SIZE (sfslite-0.8.4.tar.gz) = 929145
+MD5 (sfslite-1.2.2.tar.gz) = a819f483eb2a0508f363c2f9cb2326e4
+SHA256 (sfslite-1.2.2.tar.gz) = 8b78bede2a2dc4d6756652a71ac22969490ab0bc2218b3651f2374067b146089
+SIZE (sfslite-1.2.2.tar.gz) = 1269819
diff -u devel/sfslite.old/pkg-install devel/sfslite/pkg-install
--- devel/sfslite.old/pkg-install Sat Sep 17 07:04:52 2005
+++ devel/sfslite/pkg-install Thu Aug 30 15:30:56 2007
@@ -1,45 +1,3 @@
#!/bin/sh
-if [ -n "${PACKAGE_BUILDING}" ]; then
- exit 0
-fi
-
-USER=sfs
-GROUP=sfs
-UID=171
-GID=171
-PW=/usr/sbin/pw
-COMMENT='Self-Certifying File System'
-
-if [ "$2" = "PRE-INSTALL" ]; then
- echo -n "Checking for group '$GROUP'... "
-
- if ! ${PW} groupshow $GROUP >/dev/null 2>&1; then
- echo -n "doesn't exist, adding... "
- if ${PW} groupadd $GROUP -g ${GID}; then
- echo "success."
- else
- echo "FAILED!"
- exit 1
- fi
- else
- echo "exists."
- fi
-
- echo -n "Checking for user '$USER'... "
-
- if ! ${PW} usershow $USER >/dev/null 2>&1; then
- echo -n "doesn't exist, adding... "
- if ${PW} useradd $USER -u ${UID} -c ${COMMENT} \
- -d /nonexistent -g $GROUP -s /sbin/nologin -h -; then
- echo "success."
- else
- echo "FAILED!"
- exit 1
- fi
- else
- echo "exists."
- fi
-fi
-
-exit 0
+exit 0
diff -u devel/sfslite.old/pkg-plist devel/sfslite/pkg-plist
--- devel/sfslite.old/pkg-plist Sat Jan 21 20:48:33 2006
+++ devel/sfslite/pkg-plist Thu Aug 30 16:06:25 2007
@@ -1,5 +1,5 @@
%%RPCC_BIN%%/rpcc
-%%RPCC_BIN%%/unwrap
+%%RPCC_BIN%%/tame
include/sfslite
include/sfslite-%%VERSION%%/%%TAG%%/aclnt.h
include/sfslite-%%VERSION%%/%%TAG%%/aes.h
@@ -27,6 +27,7 @@
include/sfslite-%%VERSION%%/%%TAG%%/blowfish.h
include/sfslite-%%VERSION%%/%%TAG%%/callback.h
include/sfslite-%%VERSION%%/%%TAG%%/cbuf.h
+include/sfslite-%%VERSION%%/%%TAG%%/corebench.h
include/sfslite-%%VERSION%%/%%TAG%%/crypt.h
include/sfslite-%%VERSION%%/%%TAG%%/crypt_prot.h
include/sfslite-%%VERSION%%/%%TAG%%/crypt_prot.x
@@ -83,16 +84,40 @@
include/sfslite-%%VERSION%%/%%TAG%%/sfsschnorr.h
include/sfslite-%%VERSION%%/%%TAG%%/sfsserv.h
include/sfslite-%%VERSION%%/%%TAG%%/sfstty.h
+include/sfslite-%%VERSION%%/%%TAG%%/sfs_select.h
include/sfslite-%%VERSION%%/%%TAG%%/sha1.h
include/sfslite-%%VERSION%%/%%TAG%%/srp.h
include/sfslite-%%VERSION%%/%%TAG%%/stllike.h
include/sfslite-%%VERSION%%/%%TAG%%/str.h
include/sfslite-%%VERSION%%/%%TAG%%/suio++.h
include/sfslite-%%VERSION%%/%%TAG%%/sysconf.h
+include/sfslite-%%VERSION%%/%%TAG%%/tame_aio.h
+include/sfslite-%%VERSION%%/%%TAG%%/tame_autocb.h
+include/sfslite-%%VERSION%%/%%TAG%%/tame_closure.h
+include/sfslite-%%VERSION%%/%%TAG%%/tame_connectors.h
+include/sfslite-%%VERSION%%/%%TAG%%/tame_event_ag.h
+include/sfslite-%%VERSION%%/%%TAG%%/tame_event_green.h
+include/sfslite-%%VERSION%%/%%TAG%%/tame_event.h
+include/sfslite-%%VERSION%%/%%TAG%%/tame.h
+include/sfslite-%%VERSION%%/%%TAG%%/tame_io.h
+include/sfslite-%%VERSION%%/%%TAG%%/tame_lock.h
+include/sfslite-%%VERSION%%/%%TAG%%/tame_nlock.h
+include/sfslite-%%VERSION%%/%%TAG%%/tame_pc.h
+include/sfslite-%%VERSION%%/%%TAG%%/tame_pipeline.h
+include/sfslite-%%VERSION%%/%%TAG%%/tame_recycle.h
+include/sfslite-%%VERSION%%/%%TAG%%/tame_rendezvous.h
+include/sfslite-%%VERSION%%/%%TAG%%/tame_rpcserver.h
+include/sfslite-%%VERSION%%/%%TAG%%/tame_run.h
+include/sfslite-%%VERSION%%/%%TAG%%/tame_slotset.h
+include/sfslite-%%VERSION%%/%%TAG%%/tame_tfork_ag.h
+include/sfslite-%%VERSION%%/%%TAG%%/tame_tfork.h
+include/sfslite-%%VERSION%%/%%TAG%%/tame_thread.h
+include/sfslite-%%VERSION%%/%%TAG%%/tame_trigger.h
+include/sfslite-%%VERSION%%/%%TAG%%/tame_typedefs.h
+include/sfslite-%%VERSION%%/%%TAG%%/tame_weakref.h
include/sfslite-%%VERSION%%/%%TAG%%/tiger.h
include/sfslite-%%VERSION%%/%%TAG%%/umac.h
include/sfslite-%%VERSION%%/%%TAG%%/union.h
-include/sfslite-%%VERSION%%/%%TAG%%/unwrap.h
include/sfslite-%%VERSION%%/%%TAG%%/uvfstrans.h
include/sfslite-%%VERSION%%/%%TAG%%/vatmpl.h
include/sfslite-%%VERSION%%/%%TAG%%/vec.h
@@ -100,6 +125,16 @@
include/sfslite-%%VERSION%%/%%TAG%%/xdr_suio.h
include/sfslite-%%VERSION%%/%%TAG%%/xdrmisc.h
include/sfslite-%%VERSION%%/%%TAG%%/xhinfo.h
+include/sfslite-%%VERSION%%/%%TAG%%/dsa.h
+include/sfslite-%%VERSION%%/%%TAG%%/elgamal.h
+include/sfslite-%%VERSION%%/%%TAG%%/fips186.h
+include/sfslite-%%VERSION%%/%%TAG%%/fprint.h
+include/sfslite-%%VERSION%%/%%TAG%%/homoenc.h
+include/sfslite-%%VERSION%%/%%TAG%%/qtailq.h
+include/sfslite-%%VERSION%%/%%TAG%%/rabin_fprint.h
+include/sfslite-%%VERSION%%/%%TAG%%/rabinpoly.h
+include/sfslite-%%VERSION%%/%%TAG%%/rexcommon.h
+include/sfslite-%%VERSION%%/%%TAG%%/sfssesscrypt.h
lib/sfslite
lib/sfslite-%%VERSION%%/%%TAG%%/aiod
lib/sfslite-%%VERSION%%/%%TAG%%/env.mk
@@ -119,6 +154,10 @@
lib/sfslite-%%VERSION%%/%%TAG%%/libsfsmisc.la
lib/sfslite-%%VERSION%%/%%TAG%%/libsfsmisc.so
lib/sfslite-%%VERSION%%/%%TAG%%/libsfsmisc.so.0
+lib/sfslite-%%VERSION%%/%%TAG%%/libtame.a
+lib/sfslite-%%VERSION%%/%%TAG%%/libtame.la
+lib/sfslite-%%VERSION%%/%%TAG%%/libtame.so
+lib/sfslite-%%VERSION%%/%%TAG%%/libtame.so.0
lib/sfslite-%%VERSION%%/%%TAG%%/mallock.o
lib/sfslite-%%VERSION%%/%%TAG%%/mmcd
@dirrm lib/sfslite-%%VERSION%%/%%TAG%%
>Description:
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list