Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Feb 2001 13:27:11 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/25151: Update port: textproc/pspell
Message-ID:  <200102162127.f1GLRBB71929@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         25151
>Category:       ports
>Synopsis:       Update port: textproc/pspell
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 16 13:30:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.2-RELEASE i386
>Organization:
>Environment:
>Description:
- Add missing LIB_DEPENDS
- Use NOPORTDOCS PLIST_SUB

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/textproc/pspell/Makefile textproc/pspell/Makefile
--- /usr/ports/textproc/pspell/Makefile	Tue Feb  6 03:03:34 2001
+++ textproc/pspell/Makefile	Fri Feb 16 20:05:40 2001
@@ -7,6 +7,7 @@
 
 PORTNAME=	pspell
 PORTVERSION=	0.12
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -14,17 +15,16 @@
 
 MAINTAINER=	ports@FreeBSD.org
 
+LIB_DEPENDS=	ltdl.1:${PORTSDIR}/devel/libtool
+
 USE_NEWGCC=	yes
+USE_GMAKE=	yes
 USE_LIBTOOL=	yes
-INSTALLS_SHLIB=	yes
 LIBTOOLFILES=	configure modules/configure libltdl/configure
-CONFIGURE_ENV+=	CXXFLAGS="${CXXFLAGS} -I${WRKSRC}" \
-		CPPFLAGS=-I${LOCALBASE}/include \
-		LDFLAGS=-L${LOCALBASE}/lib
-MAKE_ARGS+=	NOPORTDOCS=${NOPORTDOCS}
-.if !defined(NOPORTDOCS)
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
+		LIBS="-L${LOCALBASE}/lib"
 CONFIGURE_ARGS=	--enable-doc-dir=${PREFIX}/share/doc/pspell
-.endif
-USE_GMAKE=	yes
+MAKE_ARGS=	NOPORTDOCS=${NOPORTDOCS}
+INSTALLS_SHLIB=	yes
 
 .include <bsd.port.mk>
diff -urN /usr/ports/textproc/pspell/pkg-plist textproc/pspell/pkg-plist
--- /usr/ports/textproc/pspell/pkg-plist	Thu Feb  1 20:09:53 2001
+++ textproc/pspell/pkg-plist	Fri Feb 16 19:59:42 2001
@@ -33,40 +33,40 @@
 lib/libpspell.a
 lib/libpspell.so
 lib/libpspell.so.4
-share/doc/pspell/man-html/1_Introduction.html
-share/doc/pspell/man-html/2_Getting.html
-share/doc/pspell/man-html/3_Library.html
-share/doc/pspell/man-html/4_Status.html
-share/doc/pspell/man-html/5_Feedback.html
-share/doc/pspell/man-html/6_Changelog.html
-share/doc/pspell/man-html/7_Copyright.html
-share/doc/pspell/man-html/About_this.html
-share/doc/pspell/man-html/Contents.html
-share/doc/pspell/man-html/contents.png
-share/doc/pspell/man-html/index.html
-share/doc/pspell/man-html/manual.css
-share/doc/pspell/man-html/manual.html
-share/doc/pspell/man-html/next.png
-share/doc/pspell/man-html/next_g.png
-share/doc/pspell/man-html/prev.png
-share/doc/pspell/man-html/prev_g.png
-share/doc/pspell/man-html/up.png
-share/doc/pspell/man-html/up_g.png
-share/doc/pspell/man-text/1_Introduction.txt
-share/doc/pspell/man-text/2_Getting.txt
-share/doc/pspell/man-text/3_Library.txt
-share/doc/pspell/man-text/4_Status.txt
-share/doc/pspell/man-text/5_Feedback.txt
-share/doc/pspell/man-text/6_Changelog.txt
-share/doc/pspell/man-text/7_Copyright.txt
-share/doc/pspell/man-text/About_this.txt
-share/doc/pspell/man-text/Contents.txt
-share/doc/pspell/man-text/index.txt
-share/doc/pspell/man-text/manual.txt
-share/doc/pspell/manual.aux
-share/doc/pspell/manual.dvi
-share/doc/pspell/manual.lyx
-share/doc/pspell/manual.tex
+%%PORTDOCS%%share/doc/pspell/man-html/1_Introduction.html
+%%PORTDOCS%%share/doc/pspell/man-html/2_Getting.html
+%%PORTDOCS%%share/doc/pspell/man-html/3_Library.html
+%%PORTDOCS%%share/doc/pspell/man-html/4_Status.html
+%%PORTDOCS%%share/doc/pspell/man-html/5_Feedback.html
+%%PORTDOCS%%share/doc/pspell/man-html/6_Changelog.html
+%%PORTDOCS%%share/doc/pspell/man-html/7_Copyright.html
+%%PORTDOCS%%share/doc/pspell/man-html/About_this.html
+%%PORTDOCS%%share/doc/pspell/man-html/Contents.html
+%%PORTDOCS%%share/doc/pspell/man-html/contents.png
+%%PORTDOCS%%share/doc/pspell/man-html/index.html
+%%PORTDOCS%%share/doc/pspell/man-html/manual.css
+%%PORTDOCS%%share/doc/pspell/man-html/manual.html
+%%PORTDOCS%%share/doc/pspell/man-html/next.png
+%%PORTDOCS%%share/doc/pspell/man-html/next_g.png
+%%PORTDOCS%%share/doc/pspell/man-html/prev.png
+%%PORTDOCS%%share/doc/pspell/man-html/prev_g.png
+%%PORTDOCS%%share/doc/pspell/man-html/up.png
+%%PORTDOCS%%share/doc/pspell/man-html/up_g.png
+%%PORTDOCS%%share/doc/pspell/man-text/1_Introduction.txt
+%%PORTDOCS%%share/doc/pspell/man-text/2_Getting.txt
+%%PORTDOCS%%share/doc/pspell/man-text/3_Library.txt
+%%PORTDOCS%%share/doc/pspell/man-text/4_Status.txt
+%%PORTDOCS%%share/doc/pspell/man-text/5_Feedback.txt
+%%PORTDOCS%%share/doc/pspell/man-text/6_Changelog.txt
+%%PORTDOCS%%share/doc/pspell/man-text/7_Copyright.txt
+%%PORTDOCS%%share/doc/pspell/man-text/About_this.txt
+%%PORTDOCS%%share/doc/pspell/man-text/Contents.txt
+%%PORTDOCS%%share/doc/pspell/man-text/index.txt
+%%PORTDOCS%%share/doc/pspell/man-text/manual.txt
+%%PORTDOCS%%share/doc/pspell/manual.aux
+%%PORTDOCS%%share/doc/pspell/manual.dvi
+%%PORTDOCS%%share/doc/pspell/manual.lyx
+%%PORTDOCS%%share/doc/pspell/manual.tex
 share/pspell/cp1252.map
 share/pspell/iso8859-1.map
 share/pspell/iso8859-10.map
@@ -85,7 +85,7 @@
 share/pspell/region-to-spelling.map
 share/pspell/viscii.map
 @dirrm share/pspell
-@dirrm share/doc/pspell/man-text
-@dirrm share/doc/pspell/man-html
-@dirrm share/doc/pspell
+%%PORTDOCS%%@dirrm share/doc/pspell/man-text
+%%PORTDOCS%%@dirrm share/doc/pspell/man-html
+%%PORTDOCS%%@dirrm share/doc/pspell
 @dirrm include/pspell


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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102162127.f1GLRBB71929>