ports/76247: Port Update

georg.graf at wu-wien.ac.at georg.graf at wu-wien.ac.at
Fri Jan 14 16:00:45 UTC 2005


>Number:         76247
>Category:       ports
>Synopsis:       Port Update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 14 16:00:43 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Georg Graf
>Release:        FreeBSD 5.3-RELEASE i386
>Organization:
Vienna University of business administration
>Environment:
System: FreeBSD pandora.wu-wien.ac.at 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Mon Nov 8 15:17:37 CET 2004 root at pandora.wu-wien.ac.at:/usr/obj/usr/src/sys/SMP i386


	
>Description:
	Update to arla-0.38, FreeBSD 5 only
>How-To-Repeat:
	Nothing to repeat, port currently marked as broken
>Fix:

diff -ru /usr/ports/net/arla/Makefile arla-new/Makefile
--- /usr/ports/net/arla/Makefile	Tue Jan 11 10:28:02 2005
+++ arla-new/Makefile	Fri Jan 14 16:53:31 2005
@@ -6,33 +6,34 @@
 #
 
 PORTNAME=	arla
-PORTVERSION=	0.35.6
+PORTVERSION=	0.38
 CATEGORIES=	net
 MASTER_SITES=	ftp://ftp.stacken.kth.se/pub/arla/
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	georg.graf at wu-wien.ac.at
 COMMENT=	A free AFS client implementation
 
-BROKEN=		"Does not build"
-EXPIRATION_DATE=2005-02-18
-DEPRECATED=	${BROKEN}
-
-USE_XLIB=	yes
-
-.if !exists(/usr/lib/libkafs.a)
-IGNORE=		requires kerberos
-.endif
+INSTALLS_SHLIB=yes
 
 .if !exists(/usr/src/sys/kern/vnode_if.src)
-IGNORE=		requires kernel source
+IGNORE=		requires kernel source for building
 .endif
 
-GNU_CONFIGURE=	yes
-MAN1=		rxdebug.1 tokens.1 unlog.1 aklog.1 klog.1 fs.1 kalog.1 pts.1 \
-		udebug.1
-MAN3=		cmd.3
-MAN5=		CellServDB.5 DynRootDB.5 ThisCell.5 SuidCells.5
-MAN8=		mount_xfs.8 umount_xfs.8 arlad.8 arla-cli.8 vos.8 bos.8
-INFO=		arla
+HAS_CONFIGURE=yes
+CONFIGURE_ARGS=--prefix=${PREFIX}
+
+MAN1= afstool.1 arla-send-pr.1 kalog.1 pts.1 rxdebug.1 tokens.1 udebug.1
+MAN3= arg_printusage.3 getarg.3 log_close.3 log_get_mask.3 log_log.3 \
+	log_mask2str.3 log_open.3 log_set_mask.3 log_set_mask_str.3 \
+	log_unit_free.3 log_unit_init.3 log_vlog.3
+MAN4= nnpfs.4
+MAN5=  AliasDB.5 CellServDB.5 DynRootDB.5 SuidCells.5 ThisCell.5 arla.conf.5
+MAN8= arla-cli.8 arlad.8 mount_nnpfs.8 umount_nnpfs.8 vos.8
+INFO=           arla send-pr
+
+.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 503000
+BROKEN=         "Not sure if stable on FreeBSD < 5.3"
+.endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff -ru /usr/ports/net/arla/distinfo arla-new/distinfo
--- /usr/ports/net/arla/distinfo	Wed Mar 10 22:50:21 2004
+++ arla-new/distinfo	Fri Jan 14 11:23:25 2005
@@ -1,2 +1,2 @@
-MD5 (arla-0.35.6.tar.gz) = 42dbf03c908faf72ae38dfb3cfdffe53
-SIZE (arla-0.35.6.tar.gz) = 1290419
+MD5 (arla-0.38.tar.gz) = 6fa131f2c1ad4528bef21e0a840d3e70
+SIZE (arla-0.38.tar.gz) = 2138444
Only in /usr/ports/net/arla/files: patch-aa
Only in /usr/ports/net/arla/files: patch-ac
Only in /usr/ports/net/arla/files: patch-ad
diff -ru /usr/ports/net/arla/pkg-descr arla-new/pkg-descr
--- /usr/ports/net/arla/pkg-descr	Wed Aug  1 06:21:04 2001
+++ arla-new/pkg-descr	Fri Jan 14 16:53:18 2005
@@ -1,19 +1,33 @@
 Arla is a free AFS client implementation.
 
-The main goal of the Arla project is to make a fully functional client with all
-capabilities of commercial AFS. Other planned and implemented things are
-all the normal management tools and a server.
-
-Version 0.35.5 status:
-
-* Read/write support
-* Authentication (with kth-krb4)
-* Working filesystem on OpenBSD, FreeBSD, NetBSD, Linux and Solaris
-* Some administration programs (fs, vos and pts)
+
+Project goals
+
+Arla is a free AFS implementation. The main goal is to make a
+fully functional client with all capabilities of AFS as formerly
+sold by Transarc and today available as OpenAFS. Other stuff,
+such as servers and management tools are being developed, but
+currently not considered stable.
+
+
+Project status
+
+Working stable client (currently caching files from the start up
+   to where you read)
+Authentication (with Heimdal)
+Used in production systems with FreeBSD, NetBSD and Linux.
+Some administration programs (fs, vos, pts and bos)
+An experimental AFS server (milko)
+Graphical program amon for monitoring the state of the cache.
+A graphical interface for managing ACLs 
+
 
 WWW: http://www.stacken.kth.se/projekt/arla/
 
-This port requires kerberos
+Georg Graf
+georg.graf at wu-wien.ac.at
+
+Former arla port (up to 0.35.2) by:
 
 Peter Hawkins
 thepish at freebsd.org
diff -ru /usr/ports/net/arla/pkg-plist arla-new/pkg-plist
--- /usr/ports/net/arla/pkg-plist	Wed Sep 12 05:42:42 2001
+++ arla-new/pkg-plist	Fri Jan 14 16:17:12 2005
@@ -1,44 +1,44 @@
-bin/aklog
-bin/amon
+bin/afsfsperf
+bin/afstool
+bin/arla-send-pr
 bin/bos
 bin/fs
 bin/kalog
-bin/klog
 bin/mk_cmds
+bin/nnpfs.ko
 bin/pts
 bin/rxdebug
+bin/rxperf
 bin/tokens
 bin/udebug
-bin/unlog
-bin/up
 bin/vos
-bin/xfs.ko
 bin/ydr
- at unexec if cmp -s %D/etc/CellServDB %D/etc/CellServDB.default; then rm -f %D/etc/CellServDB; fi
+etc/CellServDB
 etc/CellServDB.default
- at unexec if cmp -s %D/etc/SuidCells %D/etc/SuidCells.default; then rm -f %D/etc/SuidCells; fi
+etc/SuidCells
 etc/SuidCells.default
- at unexec if cmp -s %D/etc/ThisCell %D/etc/ThisCell.default; then rm -f %D/etc/ThisCell; fi
+etc/ThisCell
 etc/ThisCell.default
- at unexec if cmp -s %D/etc/arla.conf %D/etc/arla.conf.default; then rm -f %D/etc/arla.conf; fi
+etc/arla.conf
 etc/arla.conf.default
-include/afs/cmd.h
-include/arlalib.h
+include/arlamath.h
 include/atypes.h
-include/auth.h
 include/base64.h
+include/bool.h
 include/bos.cs.h
 include/cb.cs.h
 include/cb.h
 include/cb.ss.h
-include/cellconfig.h
 include/fs.cs.h
 include/fs.h
 include/fs.ss.h
 include/fs_errors.h
 include/getarg.h
-include/ka-procs.h
+include/hash.h
+include/heap.h
+include/list.h
 include/lock.h
+include/log.h
 include/lwp.h
 include/parse_bytes.h
 include/parse_time.h
@@ -48,22 +48,10 @@
 include/pts.h
 include/pts.ss.h
 include/resolve.h
+include/roken-common.h
 include/roken.h
 include/rtbl.h
-include/rx/rx.h
-include/rx/rx_clock.h
-include/rx/rx_event.h
-include/rx/rx_globs.h
-include/rx/rx_mach.h
-include/rx/rx_misc.h
-include/rx/rx_multi.h
-include/rx/rx_null.h
-include/rx/rx_pkt.h
-include/rx/rx_queue.h
-include/rx/rx_trace.h
-include/rx/rx_user.h
-include/rx/rxgencon.h
-include/rx/rxkad.h
+include/sl.h
 include/ss/ss.h
 include/timer.h
 include/ubik.cs.h
@@ -71,36 +59,238 @@
 include/vldb.cs.h
 include/vldb.h
 include/vldb.ss.h
-info/arla.info
-lib/libacl.a
+include/xdbm.h
+lib/emacs/site-lisp/send-pr.el
 lib/libarlalib.a
+lib/libarlalib.la
+lib/libarlautil.a
+lib/libarlautil.la
 lib/libbosclient.a
 lib/libbosserver.a
 lib/libbufdir.a
-lib/libcmd.a
 lib/libkaclient.a
 lib/libkaserver.a
-lib/libko.a
 lib/liblwp.a
 lib/libptclient.a
 lib/libptserver.a
 lib/libroken.a
+lib/libroken.la
 lib/librx.a
+lib/librx.la
+lib/librxcbclient.a
+lib/librxcbserver.a
 lib/librxdefclient.a
 lib/librxfsserver.a
-lib/librxkad.a
 lib/librxvlserver.a
 lib/librxvolserver.a
 lib/libsl.a
+lib/libsl.la
 lib/libss.a
+lib/libss.la
 libexec/arlad
 sbin/arla-cli
-sbin/rxperf
-sbin/mount_xfs
+sbin/mount_nnpfs
+sbin/nnpfs_makedev
 sbin/startarla
-sbin/umount_xfs
-sbin/xfs_makedev
- at dirrm include/afs
- at dirrm include/rx
+sbin/umount_nnpfs
+share/gnats/stacken
+ at dirrm cache
 @dirrm include/ss
- at unexec rmdir cache 2>/dev/null || true
+ at unexec rmdir %D/etc/pam.d 2>/dev/null || true
+ at unexec rmdir %D/etc/rc.d 2>/dev/null || true
+ at unexec rmdir %D/libdata 2>/dev/null || true
+ at unexec rmdir %D/libexec 2>/dev/null || true
+ at unexec rmdir %D/share 2>/dev/null || true
+ at unexec rmdir %D/share/aclocal 2>/dev/null || true
+ at unexec rmdir %D/share/dict 2>/dev/null || true
+ at unexec rmdir %D/share/doc 2>/dev/null || true
+ at unexec rmdir %D/share/doc/ja 2>/dev/null || true
+ at unexec rmdir %D/share/emacs 2>/dev/null || true
+ at unexec rmdir %D/share/emacs/site-lisp 2>/dev/null || true
+ at unexec rmdir %D/share/examples 2>/dev/null || true
+ at unexec rmdir %D/share/gnats 2>/dev/null || true
+ at unexec rmdir %D/share/java 2>/dev/null || true
+ at unexec rmdir %D/share/java/classes 2>/dev/null || true
+ at unexec rmdir %D/share/locale 2>/dev/null || true
+ at unexec rmdir %D/share/locale/bg 2>/dev/null || true
+ at unexec rmdir %D/share/locale/da 2>/dev/null || true
+ at unexec rmdir %D/share/locale/de 2>/dev/null || true
+ at unexec rmdir %D/share/locale/en 2>/dev/null || true
+ at unexec rmdir %D/share/locale/en_GB 2>/dev/null || true
+ at unexec rmdir %D/share/locale/eo 2>/dev/null || true
+ at unexec rmdir %D/share/locale/es 2>/dev/null || true
+ at unexec rmdir %D/share/locale/et 2>/dev/null || true
+ at unexec rmdir %D/share/locale/fr 2>/dev/null || true
+ at unexec rmdir %D/share/locale/he 2>/dev/null || true
+ at unexec rmdir %D/share/locale/hr 2>/dev/null || true
+ at unexec rmdir %D/share/locale/hu 2>/dev/null || true
+ at unexec rmdir %D/share/locale/id 2>/dev/null || true
+ at unexec rmdir %D/share/locale/it 2>/dev/null || true
+ at unexec rmdir %D/share/locale/ja 2>/dev/null || true
+ at unexec rmdir %D/share/locale/lt 2>/dev/null || true
+ at unexec rmdir %D/share/locale/ms 2>/dev/null || true
+ at unexec rmdir %D/share/locale/nb 2>/dev/null || true
+ at unexec rmdir %D/share/locale/nl 2>/dev/null || true
+ at unexec rmdir %D/share/locale/pt_BR 2>/dev/null || true
+ at unexec rmdir %D/share/locale/ru 2>/dev/null || true
+ at unexec rmdir %D/share/locale/sv 2>/dev/null || true
+ at unexec rmdir %D/share/locale/tr 2>/dev/null || true
+ at unexec rmdir %D/share/locale/zh_TW.Big5 2>/dev/null || true
+ at unexec rmdir %D/share/misc 2>/dev/null || true
+ at unexec rmdir %D/share/nls 2>/dev/null || true
+ at unexec rmdir %D/share/nls/C 2>/dev/null || true
+ at unexec rmdir %D/share/nls/POSIX 2>/dev/null || true
+ at unexec rmdir %D/share/nls/af_ZA.ISO8859-1 2>/dev/null || true
+ at unexec rmdir %D/share/nls/af_ZA.ISO8859-15 2>/dev/null || true
+ at unexec rmdir %D/share/nls/af_ZA.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/am_ET.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/be_BY.CP1131 2>/dev/null || true
+ at unexec rmdir %D/share/nls/be_BY.CP1251 2>/dev/null || true
+ at unexec rmdir %D/share/nls/be_BY.ISO8859-5 2>/dev/null || true
+ at unexec rmdir %D/share/nls/be_BY.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/bg_BG.CP1251 2>/dev/null || true
+ at unexec rmdir %D/share/nls/bg_BG.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/ca_ES.ISO8859-1 2>/dev/null || true
+ at unexec rmdir %D/share/nls/ca_ES.ISO8859-15 2>/dev/null || true
+ at unexec rmdir %D/share/nls/ca_ES.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/cs_CZ.ISO8859-2 2>/dev/null || true
+ at unexec rmdir %D/share/nls/cs_CZ.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/da_DK.ISO8859-1 2>/dev/null || true
+ at unexec rmdir %D/share/nls/da_DK.ISO8859-15 2>/dev/null || true
+ at unexec rmdir %D/share/nls/da_DK.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/de_AT.ISO8859-1 2>/dev/null || true
+ at unexec rmdir %D/share/nls/de_AT.ISO8859-15 2>/dev/null || true
+ at unexec rmdir %D/share/nls/de_AT.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/de_CH.ISO8859-1 2>/dev/null || true
+ at unexec rmdir %D/share/nls/de_CH.ISO8859-15 2>/dev/null || true
+ at unexec rmdir %D/share/nls/de_CH.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/de_DE.ISO8859-1 2>/dev/null || true
+ at unexec rmdir %D/share/nls/de_DE.ISO8859-15 2>/dev/null || true
+ at unexec rmdir %D/share/nls/de_DE.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/el_GR.ISO8859-7 2>/dev/null || true
+ at unexec rmdir %D/share/nls/el_GR.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/en_AU.ISO8859-1 2>/dev/null || true
+ at unexec rmdir %D/share/nls/en_AU.ISO8859-15 2>/dev/null || true
+ at unexec rmdir %D/share/nls/en_AU.US-ASCII 2>/dev/null || true
+ at unexec rmdir %D/share/nls/en_AU.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/en_CA.ISO8859-1 2>/dev/null || true
+ at unexec rmdir %D/share/nls/en_CA.ISO8859-15 2>/dev/null || true
+ at unexec rmdir %D/share/nls/en_CA.US-ASCII 2>/dev/null || true
+ at unexec rmdir %D/share/nls/en_CA.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/en_GB.ISO8859-1 2>/dev/null || true
+ at unexec rmdir %D/share/nls/en_GB.ISO8859-15 2>/dev/null || true
+ at unexec rmdir %D/share/nls/en_GB.US-ASCII 2>/dev/null || true
+ at unexec rmdir %D/share/nls/en_GB.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/en_IE.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/en_NZ.ISO8859-1 2>/dev/null || true
+ at unexec rmdir %D/share/nls/en_NZ.ISO8859-15 2>/dev/null || true
+ at unexec rmdir %D/share/nls/en_NZ.US-ASCII 2>/dev/null || true
+ at unexec rmdir %D/share/nls/en_NZ.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/en_US.ISO8859-1 2>/dev/null || true
+ at unexec rmdir %D/share/nls/en_US.ISO8859-15 2>/dev/null || true
+ at unexec rmdir %D/share/nls/en_US.US-ASCII 2>/dev/null || true
+ at unexec rmdir %D/share/nls/en_US.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/es_ES.ISO8859-1 2>/dev/null || true
+ at unexec rmdir %D/share/nls/es_ES.ISO8859-15 2>/dev/null || true
+ at unexec rmdir %D/share/nls/es_ES.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/et_EE.ISO8859-15 2>/dev/null || true
+ at unexec rmdir %D/share/nls/et_EE.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/fi_FI.ISO8859-1 2>/dev/null || true
+ at unexec rmdir %D/share/nls/fi_FI.ISO8859-15 2>/dev/null || true
+ at unexec rmdir %D/share/nls/fi_FI.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/fr_BE.ISO8859-1 2>/dev/null || true
+ at unexec rmdir %D/share/nls/fr_BE.ISO8859-15 2>/dev/null || true
+ at unexec rmdir %D/share/nls/fr_BE.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/fr_CA.ISO8859-1 2>/dev/null || true
+ at unexec rmdir %D/share/nls/fr_CA.ISO8859-15 2>/dev/null || true
+ at unexec rmdir %D/share/nls/fr_CA.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/fr_CH.ISO8859-1 2>/dev/null || true
+ at unexec rmdir %D/share/nls/fr_CH.ISO8859-15 2>/dev/null || true
+ at unexec rmdir %D/share/nls/fr_CH.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/fr_FR.ISO8859-1 2>/dev/null || true
+ at unexec rmdir %D/share/nls/fr_FR.ISO8859-15 2>/dev/null || true
+ at unexec rmdir %D/share/nls/fr_FR.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/he_IL.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/hi_IN.ISCII-DEV 2>/dev/null || true
+ at unexec rmdir %D/share/nls/hr_HR.ISO8859-2 2>/dev/null || true
+ at unexec rmdir %D/share/nls/hr_HR.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/hu_HU.ISO8859-2 2>/dev/null || true
+ at unexec rmdir %D/share/nls/hu_HU.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/hy_AM.ARMSCII-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/hy_AM.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/is_IS.ISO8859-1 2>/dev/null || true
+ at unexec rmdir %D/share/nls/is_IS.ISO8859-15 2>/dev/null || true
+ at unexec rmdir %D/share/nls/is_IS.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/it_CH.ISO8859-1 2>/dev/null || true
+ at unexec rmdir %D/share/nls/it_CH.ISO8859-15 2>/dev/null || true
+ at unexec rmdir %D/share/nls/it_CH.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/it_IT.ISO8859-1 2>/dev/null || true
+ at unexec rmdir %D/share/nls/it_IT.ISO8859-15 2>/dev/null || true
+ at unexec rmdir %D/share/nls/it_IT.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/ja_JP.SJIS 2>/dev/null || true
+ at unexec rmdir %D/share/nls/ja_JP.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/ja_JP.eucJP 2>/dev/null || true
+ at unexec rmdir %D/share/nls/kk_KZ.PT154 2>/dev/null || true
+ at unexec rmdir %D/share/nls/kk_KZ.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/ko_KR.CP949 2>/dev/null || true
+ at unexec rmdir %D/share/nls/ko_KR.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/ko_KR.eucKR 2>/dev/null || true
+ at unexec rmdir %D/share/nls/la_LN.ISO8859-1 2>/dev/null || true
+ at unexec rmdir %D/share/nls/la_LN.ISO8859-15 2>/dev/null || true
+ at unexec rmdir %D/share/nls/la_LN.ISO8859-2 2>/dev/null || true
+ at unexec rmdir %D/share/nls/la_LN.ISO8859-4 2>/dev/null || true
+ at unexec rmdir %D/share/nls/la_LN.US-ASCII 2>/dev/null || true
+ at unexec rmdir %D/share/nls/lt_LT.ISO8859-13 2>/dev/null || true
+ at unexec rmdir %D/share/nls/lt_LT.ISO8859-4 2>/dev/null || true
+ at unexec rmdir %D/share/nls/lt_LT.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/nl_BE.ISO8859-1 2>/dev/null || true
+ at unexec rmdir %D/share/nls/nl_BE.ISO8859-15 2>/dev/null || true
+ at unexec rmdir %D/share/nls/nl_BE.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/nl_NL.ISO8859-1 2>/dev/null || true
+ at unexec rmdir %D/share/nls/nl_NL.ISO8859-15 2>/dev/null || true
+ at unexec rmdir %D/share/nls/nl_NL.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/no_NO.ISO8859-1 2>/dev/null || true
+ at unexec rmdir %D/share/nls/no_NO.ISO8859-15 2>/dev/null || true
+ at unexec rmdir %D/share/nls/no_NO.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/pl_PL.ISO8859-2 2>/dev/null || true
+ at unexec rmdir %D/share/nls/pl_PL.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/pt_BR.ISO8859-1 2>/dev/null || true
+ at unexec rmdir %D/share/nls/pt_BR.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/pt_PT.ISO8859-1 2>/dev/null || true
+ at unexec rmdir %D/share/nls/pt_PT.ISO8859-15 2>/dev/null || true
+ at unexec rmdir %D/share/nls/pt_PT.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/ro_RO.ISO8859-2 2>/dev/null || true
+ at unexec rmdir %D/share/nls/ro_RO.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/ru_RU.CP1251 2>/dev/null || true
+ at unexec rmdir %D/share/nls/ru_RU.CP866 2>/dev/null || true
+ at unexec rmdir %D/share/nls/ru_RU.ISO8859-5 2>/dev/null || true
+ at unexec rmdir %D/share/nls/ru_RU.KOI8-R 2>/dev/null || true
+ at unexec rmdir %D/share/nls/ru_RU.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/sk_SK.ISO8859-2 2>/dev/null || true
+ at unexec rmdir %D/share/nls/sk_SK.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/sl_SI.ISO8859-2 2>/dev/null || true
+ at unexec rmdir %D/share/nls/sl_SI.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/sr_YU.ISO8859-2 2>/dev/null || true
+ at unexec rmdir %D/share/nls/sr_YU.ISO8859-5 2>/dev/null || true
+ at unexec rmdir %D/share/nls/sr_YU.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/sv_SE.ISO8859-1 2>/dev/null || true
+ at unexec rmdir %D/share/nls/sv_SE.ISO8859-15 2>/dev/null || true
+ at unexec rmdir %D/share/nls/sv_SE.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/tr_TR.ISO8859-9 2>/dev/null || true
+ at unexec rmdir %D/share/nls/tr_TR.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/uk_UA.ISO8859-5 2>/dev/null || true
+ at unexec rmdir %D/share/nls/uk_UA.KOI8-U 2>/dev/null || true
+ at unexec rmdir %D/share/nls/uk_UA.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/zh_CN.GB18030 2>/dev/null || true
+ at unexec rmdir %D/share/nls/zh_CN.GB2312 2>/dev/null || true
+ at unexec rmdir %D/share/nls/zh_CN.GBK 2>/dev/null || true
+ at unexec rmdir %D/share/nls/zh_CN.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/zh_CN.eucCN 2>/dev/null || true
+ at unexec rmdir %D/share/nls/zh_HK.Big5HKSCS 2>/dev/null || true
+ at unexec rmdir %D/share/nls/zh_HK.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/nls/zh_TW.Big5 2>/dev/null || true
+ at unexec rmdir %D/share/nls/zh_TW.UTF-8 2>/dev/null || true
+ at unexec rmdir %D/share/sgml 2>/dev/null || true
+ at unexec rmdir %D/share/skel 2>/dev/null || true
+ at unexec rmdir %D/share/xml 2>/dev/null || true
+ at unexec rmdir %D/www 2>/dev/null || true

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list