ports/57360: Update port: textproc/wv2

KATO Tsuguru tkato at prontomail.com
Mon Sep 29 14:00:33 UTC 2003


>Number:         57360
>Category:       ports
>Synopsis:       Update port: textproc/wv2
>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:   Mon Sep 29 07:00:29 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE-p10 i386
>Organization:
>Environment:
>Description:
- Do not install useless .la file

New file:
files/patch-configure

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/textproc/wv2/Makefile textproc/wv2/Makefile
--- /usr/ports/textproc/wv2/Makefile	Sat Sep 27 03:01:34 2003
+++ textproc/wv2/Makefile	Sun Sep 28 20:00:15 2003
@@ -16,17 +16,15 @@
 
 LIB_DEPENDS=	iconv:${PORTSDIR}/converters/libiconv
 
-CONFIGURE_ARGS=	--with-libiconv=${LOCALBASE} --program-transform-name=
+CONFIGURE_ARGS=	--with-libiconv=${LOCALBASE}
 
-USE_GNOME=	libgsf
+USE_GNOME=	gnometarget libgsf
 USE_LIBTOOL=	yes
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 INSTALLS_SHLIB=	yes
-USE_REINPLACE=	yes
 
 post-extract:
 	@${TOUCH} ${WRKSRC}/config.h.in
-	@${REINPLACE_CMD} "s,-pedantic ,," ${WRKSRC}/configure
 
 .include <bsd.port.mk>
diff -urN /usr/ports/textproc/wv2/files/patch-configure textproc/wv2/files/patch-configure
--- /usr/ports/textproc/wv2/files/patch-configure	Thu Jan  1 09:00:00 1970
+++ textproc/wv2/files/patch-configure	Sun Sep 28 20:04:35 2003
@@ -0,0 +1,19 @@
+--- configure.orig	Thu Aug  7 23:26:19 2003
++++ configure	Sun Sep 28 20:01:00 2003
+@@ -3532,7 +3532,7 @@
+ 
+           ;;
+         esac
+-        CXXFLAGS="-Wall -pedantic -W -Wpointer-arith -Wwrite-strings $CXXFLAGS"
++        CXXFLAGS="-Wall -W -Wpointer-arith -Wwrite-strings $CXXFLAGS"
+ 
+ echo "$as_me:$LINENO: checking whether $CXX supports -Wundef" >&5
+ echo $ECHO_N "checking whether $CXX supports -Wundef... $ECHO_C" >&6
+@@ -10116,6 +10116,7 @@
+ 
+ # This can be used to rebuild libtool when needed
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+ 
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff -urN /usr/ports/textproc/wv2/pkg-plist textproc/wv2/pkg-plist
--- /usr/ports/textproc/wv2/pkg-plist	Sat Sep 27 03:01:34 2003
+++ textproc/wv2/pkg-plist	Sun Sep 28 19:56:32 2003
@@ -22,7 +22,7 @@
 include/wv2/word95_generated.h
 include/wv2/word97_generated.h
 include/wv2/word_helper.h
-lib/libwv2.la
+lib/libwv2.a
 lib/libwv2.so
 lib/libwv2.so.1
 @dirrm include/wv2
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list