diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2003-11-02 21:58:39 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2003-11-02 21:58:39 +0000 |
commit | 89951ffaba8cbcf5f796e55b3a6ba827748687a0 (patch) | |
tree | 6a7c07e8533e466b642deb0d420486a84e143073 /devel/rhtvision | |
parent | b440228ea26288a53d152c8b9f45fe787848710b (diff) |
Update to 2.0.2
Notes
Notes:
svn path=/head/; revision=92877
Diffstat (limited to 'devel/rhtvision')
-rw-r--r-- | devel/rhtvision/Makefile | 10 | ||||
-rw-r--r-- | devel/rhtvision/distinfo | 2 | ||||
-rw-r--r-- | devel/rhtvision/pkg-plist | 4 |
3 files changed, 11 insertions, 5 deletions
diff --git a/devel/rhtvision/Makefile b/devel/rhtvision/Makefile index 3c9681a1f272..ac30d05165b0 100644 --- a/devel/rhtvision/Makefile +++ b/devel/rhtvision/Makefile @@ -6,7 +6,7 @@ # PORTNAME= rhtvision -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= tvision @@ -26,6 +26,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} .if !defined(WITHOUT_X11) USE_XLIB= yes PLIST_SUB+= X11_ONLY="" +CFLAGS+= -I${X11BASE}/include .else PLIST_SUB+= X11_ONLY="@comment " @@ -34,10 +35,11 @@ pre-configure: .endif post-patch: -.for f in config.pl confignt.pl conflib.pl linux/compress \ - linuxso/makemak.in linuxso/makemak.pl Makefile.in +.for f in config.pl confignt.pl conflib.pl linux/compress Makefile.in @${REINPLACE_CMD} -e 's,/usr/bin/perl,${PERL5},g' \ - -e 's/\(soname.*\)intver/\1extver/g' \ + -e 's,/usr/local,${LOCALBASE},g' \ + -e 's,/usr/X11R6,${X11BASE},g' \ + -e 's,\(soname.*\)Version,\1VersionMajor,g' \ -e 's/\tmake/\t\\$$(MAKE)/g' \ -e 's/ make/ $$(MAKE)/g' \ ${WRKSRC}/${f} diff --git a/devel/rhtvision/distinfo b/devel/rhtvision/distinfo index 217405fe464e..814cb4536ee5 100644 --- a/devel/rhtvision/distinfo +++ b/devel/rhtvision/distinfo @@ -1 +1 @@ -MD5 (rhtvision-2.0.1.src.tar.gz) = 409c52e8ec111a10f40b41a7fd198766 +MD5 (rhtvision-2.0.2.src.tar.gz) = 4071b59f9846f4f4d0111417caaa9c2b diff --git a/devel/rhtvision/pkg-plist b/devel/rhtvision/pkg-plist index b4f25dd558dd..a3aaba804b34 100644 --- a/devel/rhtvision/pkg-plist +++ b/devel/rhtvision/pkg-plist @@ -1,3 +1,4 @@ +bin/rhtv-config include/rhtvision/cl/dir.h include/rhtvision/cl/dirent.h include/rhtvision/cl/fnmatch.h @@ -83,6 +84,7 @@ include/rhtvision/tv/menuview.h include/rhtvision/tv/mnoselct.h include/rhtvision/tv/msgbox.h include/rhtvision/tv/no_mss.h +include/rhtvision/tv/nointl.h include/rhtvision/tv/nscoll.h include/rhtvision/tv/nssorcol.h include/rhtvision/tv/object.h @@ -93,6 +95,7 @@ include/rhtvision/tv/osclipboard.h include/rhtvision/tv/otstream.h include/rhtvision/tv/palette.h include/rhtvision/tv/parmtext.h +include/rhtvision/tv/parttree.h include/rhtvision/tv/point.h include/rhtvision/tv/preadobj.h include/rhtvision/tv/program.h @@ -111,6 +114,7 @@ include/rhtvision/tv/searchrc.h include/rhtvision/tv/sitem.h include/rhtvision/tv/sortcoll.h include/rhtvision/tv/sortlibo.h +include/rhtvision/tv/ssc_streams.h include/rhtvision/tv/statsdef.h include/rhtvision/tv/statsitm.h include/rhtvision/tv/statslin.h |