From owner-freebsd-ports Sun Feb 13 7:29:56 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by builder.freebsd.org (Postfix) with ESMTP id 10D0841F2 for ; Sun, 13 Feb 2000 07:29:53 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA92142; Sun, 13 Feb 2000 07:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mailgw1.be.to (mailgw1.be.to [210.235.212.5]) by builder.freebsd.org (Postfix) with ESMTP id 3D9044160 for ; Sun, 13 Feb 2000 07:28:02 -0800 (PST) Received: from mail1.be.to (point1.be.to [210.235.212.29]) by mailgw1.be.to (8.9.3+3.2W/BETO.2.1-2000020313000035) with ESMTP id AAA21964 for ; Mon, 14 Feb 2000 00:28:09 +0900 Received: from acidrain (ppp22-Mobara1.mtci.ne.jp [210.172.1.224]) by mail1.be.to (8.8.8+3.0Wbeta13/BETO.2.0-1999110714000000) with SMTP id AAA05647 for ; Mon, 14 Feb 2000 00:28:06 +0900 Received: (qmail 8704 invoked by uid 1001); 13 Feb 2000 15:27:44 -0000 Message-Id: <20000213152744.8703.qmail@dolphin.be.to> Date: 13 Feb 2000 15:27:44 -0000 From: okazaki@be.to Reply-To: okazaki@be.to To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16698: Refactoring port: textproc/jade Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16698 >Category: ports >Synopsis: Refactoring port: textproc/jade >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: Sun Feb 13 07:30:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: OKAZAKI Tetsurou >Release: FreeBSD 3.4-STABLE i386 >Organization: Unknown >Environment: FreeBSD: ports/textproc/jade/Makefile,v 1.21 2000/02/12 01:21:11 >Description: Turn on USE_LIBTOOL. >How-To-Repeat: >Fix: Apply this patch, thanks. Changes: Makefile pkg/PLIST Removes: patches/patch-ad diff -urN /usr/ports/textproc/jade/Makefile jade/Makefile --- /usr/ports/textproc/jade/Makefile Sun Feb 13 21:25:22 2000 +++ jade/Makefile Sun Feb 13 22:19:03 2000 @@ -21,9 +21,13 @@ .endif USE_GMAKE= YES +USE_LIBTOOL= YES GNU_CONFIGURE= yes CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" CONFIGURE_ARGS= --enable-default-catalog=${PREFIX}/share/sgml/catalog + +post-extract: + @${CHMOD} u+w ${WRKSRC}/configure pre-install: @find ${WRKSRC} \( -name \*.orig -o -name \*~ \) -exec ${RM} -f \{} \; diff -urN /usr/ports/textproc/jade/patches/patch-ad jade/patches/patch-ad --- /usr/ports/textproc/jade/patches/patch-ad Thu Dec 2 14:42:07 1999 +++ jade/patches/patch-ad Thu Jan 1 09:00:00 1970 @@ -1,19 +0,0 @@ ---- config/ltmain.sh.orig Wed Oct 7 13:16:34 1998 -+++ config/ltmain.sh Tue Feb 2 20:38:44 1999 -@@ -967,6 +967,16 @@ - versuffix="$current.$revision" - ;; - -+ freebsd) -+ version_vars="$version_vars major versuffix" -+ major="$current" -+ if [ $PORTOBJFORMAT = elf ]; then -+ versuffix="$current"; -+ else -+ versuffix="$current.$revision"; -+ fi -+ ;; -+ - *) - $echo "$modename: unknown library version type \`$version_type'" 1>&2 - echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2 diff -urN /usr/ports/textproc/jade/pkg/PLIST jade/pkg/PLIST --- /usr/ports/textproc/jade/pkg/PLIST Fri Feb 11 22:30:36 2000 +++ jade/pkg/PLIST Sun Feb 13 21:56:47 2000 @@ -140,16 +140,12 @@ include/sp/sptchar.h include/sp/types.h include/sp/xnew.h -lib/libgrove.la lib/libgrove.so lib/libgrove.so.1.3 -lib/libsp.la lib/libsp.so lib/libsp.so.1.3 -lib/libspgrove.la lib/libspgrove.so lib/libspgrove.so.1.3 -lib/libstyle.la lib/libstyle.so lib/libstyle.so.1.3 share/doc/jade/archform.htm >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message