Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2001 22:57:37 +0100 (CET)
From:      Cyrille Lefevre <clefevre@citeweb.net>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        torstenb@freebsd.org
Subject:   ports/24558: Updated port: converters/recode - 3.5
Message-ID:  <200101222157.f0MLvbk22814@gits.dyndns.org>

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

>Number:         24558
>Category:       ports
>Synopsis:       Updated port: converters/recode - 3.5
>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:   Mon Jan 22 14:00:02 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Cyrille Lefevre
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
ACME
>Environment:

FreeBSD gits 4.2-STABLE FreeBSD 4.2-STABLE #5: Thu Jan 18 00:14:29 CET 2001     root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM  i386

>Description:

	Makefile
		revision bumbed.
		-lintl moved from LDFLAGS to LIBS.
		post-extract deletion of info files added.
		post-patch enhanced. pre-patch moved to post-patch.

	pkg-plist
		reordered.
		extra info-files deleted.
		@exec install-info typo corrected.

	files/patch-ab
		@dircategory changed from GNU Recode to Miscellaneous.

>How-To-Repeat:

	n/a

>Fix:


Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/converters/recode/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- Makefile	2000/12/07 12:19:21	1.13
+++ Makefile	2001/01/22 21:50:36
@@ -7,6 +7,7 @@
 
 PORTNAME=	recode
 PORTVERSION=	3.5
+PORTREVISION=	1
 CATEGORIES=	converters
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	recode
@@ -17,12 +18,25 @@
 
 USE_LIBTOOL=	yes
 INSTALLS_SHLIB=	yes
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib -lintl"
+CONFIGURE_ENV=	CPPFLAGS=-I${LOCALBASE}/include \
+		LDFLAGS=-L${LOCALBASE}/lib \
+		LIBS=-lintl
 
 MAN1=		recode.1
 
-pre-patch:
-	@${PERL} -pi -e 's|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
+INSTALL_INFO?=	install-info
+
+post-extract:
+	@${RM} -f ${WRKSRC}/doc/${PORTNAME}.info*
+
+post-patch: patch-configure patch-makeinfo
+
+patch-configure:
+	@${PERL} -pi.fbsd -e 's|DATADIRNAME=lib|DATADIRNAME=share|g' \
+		${WRKSRC}/configure
+
+patch-makeinfo:
+	@${PERL} -pi.fbsd -e 's|\@MAKEINFO\@|\@MAKEINFO\@ --no-split|g' \
+		${WRKSRC}/doc/Makefile.in
 
 .include <bsd.port.mk>
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/converters/recode/pkg-plist,v
retrieving revision 1.3
diff -u -r1.3 pkg-plist
--- pkg-plist	2000/06/15 17:59:11	1.3
+++ pkg-plist	2001/01/22 21:49:18
@@ -1,17 +1,12 @@
 bin/recode
+include/recode.h
+include/recodext.h
 @unexec install-info --delete %D/info/recode.info %D/info/dir
 info/recode.info
-info/recode.info-1
-info/recode.info-2
-info/recode.info-3
-info/recode.info-4
-info/recode.info-5
-@exec install-info --delete %D/info/recode.info %D/info/dir
+@exec install-info %D/info/recode.info %D/info/dir
 lib/librecode.a
 lib/librecode.so
 lib/librecode.so.3
-include/recode.h
-include/recodext.h
 share/locale/da/LC_MESSAGES/recode.mo
 share/locale/de/LC_MESSAGES/recode.mo
 share/locale/es/LC_MESSAGES/recode.mo
Index: files/patch-ab
===================================================================
RCS file: /home/ncvs/ports/converters/recode/files/patch-ab,v
retrieving revision 1.1
diff -u -r1.1 patch-ab
--- files/patch-ab	1999/12/29 08:13:14	1.1
+++ files/patch-ab	2001/01/22 20:47:29
@@ -4,7 +4,7 @@
  @c %**start of header
  @setfilename recode.info
  @settitle The @code{recode} reference manual
-+@dircategory GNU Recode
++@dircategory Miscellaneous
  @finalout
  @c %**end of header
  

>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?200101222157.f0MLvbk22814>