Date: Mon, 16 Jan 2006 03:48:43 +0000 (UTC) From: Mikhail Teterin <mi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/wordnet Makefile distinfo pkg-plist ports/textproc/wordnet/files Makefile dict.Makefile include.Makefile patch-aa patch-ab patch-ac patch-ad patch-ae patch-ag patch-ah patch-binsrch patch-wn.h patch-wnb ... Message-ID: <200601160348.k0G3mhho048412@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mi 2006-01-16 03:48:43 UTC
FreeBSD ports repository
Modified files:
textproc/wordnet Makefile distinfo pkg-plist
textproc/wordnet/files Makefile dict.Makefile include.Makefile
patch-ab patch-ac patch-ad patch-ae
patch-ah src.lib.Makefile
src.wn.Makefile src.wnb.Makefile
textproc/wordnet/scripts configure
Added files:
textproc/wordnet/files patch-binsrch patch-wn.h patch-wnb
patch-wnglobal patch-wnhelp patch-wnrtl
Removed files:
textproc/wordnet/files patch-aa patch-ag src.Makefile
Log:
Finally update from 2.0 to 2.1. "Heavy Patching Zone" ensures WARNS=5
cleanliness in the main library (diffs to be sent to the vendor as in
the past).
The installed library is now called libWN, as vendor's build would call
it, rather than libwn2, as the previous version of the port called it.
This may upset the client port of p5 -- the maintainer is notified and
awaits this commit.
PR: ports/90323
Submitted by: clsung
Revision Changes Path
1.10 +5 -20 ports/textproc/wordnet/Makefile
1.5 +3 -2 ports/textproc/wordnet/distinfo
1.2 +4 -2 ports/textproc/wordnet/files/Makefile
1.4 +7 -8 ports/textproc/wordnet/files/dict.Makefile
1.4 +3 -4 ports/textproc/wordnet/files/include.Makefile
1.4 +0 -15 ports/textproc/wordnet/files/patch-aa (dead)
1.2 +283 -4 ports/textproc/wordnet/files/patch-ab
1.4 +211 -17 ports/textproc/wordnet/files/patch-ac
1.2 +2 -2 ports/textproc/wordnet/files/patch-ad
1.3 +1079 -13 ports/textproc/wordnet/files/patch-ae
1.3 +0 -7 ports/textproc/wordnet/files/patch-ag (dead)
1.2 +123 -11 ports/textproc/wordnet/files/patch-ah
1.1 +268 -0 ports/textproc/wordnet/files/patch-binsrch (new)
1.1 +279 -0 ports/textproc/wordnet/files/patch-wn.h (new)
1.1 +57 -0 ports/textproc/wordnet/files/patch-wnb (new)
1.1 +37 -0 ports/textproc/wordnet/files/patch-wnglobal (new)
1.1 +43 -0 ports/textproc/wordnet/files/patch-wnhelp (new)
1.1 +17 -0 ports/textproc/wordnet/files/patch-wnrtl (new)
1.2 +0 -3 ports/textproc/wordnet/files/src.Makefile (dead)
1.5 +6 -5 ports/textproc/wordnet/files/src.lib.Makefile
1.5 +4 -4 ports/textproc/wordnet/files/src.wn.Makefile
1.7 +9 -11 ports/textproc/wordnet/files/src.wnb.Makefile
1.6 +27 -34 ports/textproc/wordnet/pkg-plist
1.3 +19 -4 ports/textproc/wordnet/scripts/configure
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601160348.k0G3mhho048412>
