Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 May 2000 09:45:04 +0800 (CST)
From:      ycheng@sinica.edu.tw
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/18577: Upgrade to version 1.5
Message-ID:  <200005160145.JAA04697@doit.wsl.sinica.edu.tw>

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

>Number:         18577
>Category:       ports
>Synopsis:       Upgrade to version 1.5
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 15 18:50:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Unprivileged user
>Release:        FreeBSD 4.0-20000406-STABLE i386
>Organization:
ASCC
>Environment:

	

>Description:

	upgrade to version 1.5
	submit by tkato@prontomail.ne.jp and review by maintainer (me)

>How-To-Repeat:

	

>Fix:

	

the following patch:


diff -urN popt.orig/Makefile popt/Makefile
--- popt.orig/Makefile	Tue May 16 09:25:02 2000
+++ popt/Makefile	Tue May 16 09:28:59 2000
@@ -6,28 +6,18 @@
 #
 
 PORTNAME=	popt
-PORTVERSION=	1.4
+PORTVERSION=	1.5
 CATEGORIES=	devel
-MASTER_SITES=	ftp://ftp.redhat.com/redhat/current/SRPMS/SRPMS/ \
-		ftp://ftp.freesoftware.com/pub/linux/redhat/current/SRPMS/SRPMS/
-EXTRACT_SUFX=	-1.src.rpm
+MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/
 
 MAINTAINER=	ycheng@sinica.edu.tw
 
-BUILD_DEPENDS=	${LOCALBASE}/bin/rpm2cpio:${PORTSDIR}/misc/rpm
 LIB_DEPENDS=	intl.1:${PORTSDIR}/devel/gettext
 
-USE_GMAKE=	yes
 USE_LIBTOOL=	yes
-CONFIGURE_ARGS=	--enable-shared
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
+		LIBS="-L${LOCALBASE}/lib"
 
 MAN3=		popt.3
-MANCOMPRESSED=	no
-
-do-extract:
-	@${RM} -rf ${WRKDIR}
-	@${MKDIR} ${WRKDIR}
-	@${LOCALBASE}/bin/rpm2cpio ${_DISTDIR}${DISTFILES} | (cd ${WRKDIR}; cpio -i)
-	@tar -xzf ${WRKDIR}/${DISTNAME}.tar.gz -C ${WRKDIR}
 
 .include <bsd.port.mk>
diff -urN popt.orig/files/md5 popt/files/md5
--- popt.orig/files/md5	Tue May 16 09:25:02 2000
+++ popt/files/md5	Tue May 16 09:26:09 2000
@@ -1 +1 @@
-MD5 (popt-1.4-1.src.rpm) = a4a87c369b0d7aa7cfa5ee575efeccfd
+MD5 (popt-1.5.tar.gz) = 13f88aa5db9fa21aa164afdec9c7cfea
diff -urN popt.orig/patches/patch-aa popt/patches/patch-aa
--- popt.orig/patches/patch-aa	Thu Jan  1 08:00:00 1970
+++ popt/patches/patch-aa	Tue May 16 09:31:05 2000
@@ -0,0 +1,11 @@
+--- po/Makefile.in.in.orig	Thu Sep 30 06:12:45 1999
++++ po/Makefile.in.in	Tue May  9 21:18:58 2000
+@@ -18,7 +18,7 @@
+ 
+ prefix = @prefix@
+ exec_prefix = @exec_prefix@
+-datadir = $(prefix)/@DATADIRNAME@
++datadir = @datadir@
+ localedir = $(datadir)/locale
+ gnulocaledir = $(prefix)/share/locale
+ gettextsrcdir = $(prefix)/share/gettext/po

>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?200005160145.JAA04697>