ports/94363: [PATCH] textproc/wordnet: Fix WWW, portlint
Ion-Mihai IOnut Tetcu
itetcu at people.tecnik93.com
Sat Mar 11 17:41:43 UTC 2006
>Number: 94363
>Category: ports
>Synopsis: [PATCH] textproc/wordnet: Fix WWW, portlint
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sat Mar 11 17:41:41 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Ion-Mihai "IOnut" Tetcu
>Release: FreeBSD 6.1-PRERELEASE i386
>Organization:
Tecnik'93
>Environment:
System: FreeBSD 6.1-PRERELEASE #0: Fri Feb 24 07:01:54 EET 2006
root at it.buh.tecnik93.com:/usr/obj/usr/src/sys/IT6_B_P
>Description:
Fix WWW [1]
portlint a little
Reported by: fenner's distfiles survey [1]
>How-To-Repeat:
>Fix:
--- wordnet.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/wordnet/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile 20 Jan 2006 02:18:19 -0000 1.12
+++ Makefile 11 Mar 2006 17:30:38 -0000
@@ -23,7 +23,6 @@
MAKE_ENV+= TCL_DVER=${TCL_DVER} VER=${PORTVERSION}
PLIST_SUB+= TCL_DVER=${TCL_DVER} VER=${PORTVERSION}
USE_BZIP2= yes
-USE_REINPLACE= yes
REINPLACE_ARGS= -i ""
INSTALLS_SHLIB= yes
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/textproc/wordnet/pkg-descr,v
retrieving revision 1.2
diff -u -r1.2 pkg-descr
--- pkg-descr 3 Oct 2000 15:17:16 -0000 1.2
+++ pkg-descr 11 Mar 2006 17:30:38 -0000
@@ -9,4 +9,4 @@
the few freely available, lexical databases. WordNet is available via an
on-line interface and also as easy-to-compile C source code for Unix.
-WWW: http://www.cogsci.princeton.edu/~wn/
+WWW: http://wordnet.princeton.edu/
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/textproc/wordnet/pkg-plist,v
retrieving revision 1.6
diff -u -r1.6 pkg-plist
--- pkg-plist 16 Jan 2006 03:48:42 -0000 1.6
+++ pkg-plist 11 Mar 2006 17:30:38 -0000
@@ -8,26 +8,26 @@
lib/libtclwn2.so.0
lib/libtclwn2.so
lib/tcl%%TCL_DVER%%/Wordnet/pkgIndex.tcl
-share/WordNet/adj.exc
-share/WordNet/adv.exc
-share/WordNet/cntlist
-share/WordNet/cntlist.rev
-share/WordNet/data.adj
-share/WordNet/data.adv
-share/WordNet/data.noun
-share/WordNet/data.verb
-share/WordNet/frames.vrb
-share/WordNet/index.adj
-share/WordNet/index.adv
-share/WordNet/index.noun
-share/WordNet/index.sense
-share/WordNet/index.verb
-share/WordNet/noun.exc
-share/WordNet/sentidx.vrb
-share/WordNet/sents.vrb
-share/WordNet/verb.exc
-share/WordNet/verb.Framestext
-share/WordNet/wn.xbm
+%%DATADIR%%/adj.exc
+%%DATADIR%%/adv.exc
+%%DATADIR%%/cntlist
+%%DATADIR%%/cntlist.rev
+%%DATADIR%%/data.adj
+%%DATADIR%%/data.adv
+%%DATADIR%%/data.noun
+%%DATADIR%%/data.verb
+%%DATADIR%%/frames.vrb
+%%DATADIR%%/index.adj
+%%DATADIR%%/index.adv
+%%DATADIR%%/index.noun
+%%DATADIR%%/index.sense
+%%DATADIR%%/index.verb
+%%DATADIR%%/noun.exc
+%%DATADIR%%/sentidx.vrb
+%%DATADIR%%/sents.vrb
+%%DATADIR%%/verb.exc
+%%DATADIR%%/verb.Framestext
+%%DATADIR%%/wn.xbm
@dirrm include/WordNet
@dirrm lib/tcl%%TCL_DVER%%/Wordnet
- at dirrm share/WordNet
+ at dirrm %%DATADIR%%
--- wordnet.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list