Skip site navigation (1)Skip section navigation (2)
Date:      13 Feb 2000 15:27:44 -0000
From:      okazaki@be.to
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/16698: Refactoring port: textproc/jade
Message-ID:  <20000213152744.8703.qmail@dolphin.be.to>

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

>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




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