ports/51705: Update port: www/dillo to 0.7.2

KATO Tsuguru tkato at prontomail.com
Fri May 2 23:10:28 UTC 2003


>Number:         51705
>Category:       ports
>Synopsis:       Update port: www/dillo to 0.7.2
>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:   Fri May 02 16:10:18 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 0.7.2

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/www/dillo/Makefile www/dillo/Makefile
--- /usr/ports/www/dillo/Makefile	Mon Apr 21 12:27:12 2003
+++ www/dillo/Makefile	Sat May  3 05:20:13 2003
@@ -6,34 +6,29 @@
 #
 
 PORTNAME=       dillo
-PORTVERSION=	0.7.1
+PORTVERSION=	0.7.2
 CATEGORIES=     www
 MASTER_SITES=	http://dillo.auriga.wearlab.de/download/
-# hack to account for the bugfix version number
-DISTNAME=	${PORTNAME}-${PORTVERSION}.2
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A fast, small graphical Web browser built upon GTK+
 
 LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg \
-		png.5:${PORTSDIR}/graphics/png \
-		intl.4:${PORTSDIR}/devel/gettext
-
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
+		png.5:${PORTSDIR}/graphics/png
 
+USE_BZIP2=	yes
 USE_GNOME=	gtk12
-GNU_CONFIGURE=	yes
-CONFIGURE_ARGS+=	--includedir="${LOCALBASE}/include" \
-			--libdir="${LOCALBASE}/lib" \
-			--with-jpeg-inc="${LOCALBASE}/include"
-CONFIGURE_ENV+=	CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}"
+USE_REINPLACE=	yes
 USE_GMAKE=	yes
+GNU_CONFIGURE=	yes
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
+		LDFLAGS="-L${LOCALBASE}/lib"
 
 post-patch:
-	${PERL} -pi -e "s at -D_REENTRANT -D_THREAD_SAFE@@" ${WRKSRC}/configure
-	${PERL} -pi -e "s at dillorc@dillorc.sample at g" ${WRKSRC}/Makefile.in
-	${MV} ${WRKSRC}/dillorc ${WRKSRC}/dillorc.sample
-	${PERL} -pi -e "s@/usr/local/etc/dillorc@${PREFIX}/etc/dillorc at g" \
-		${WRKSRC}/src/prefs.c
+	@${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g ; \
+		 s|-D_THREAD_SAFE|${PTHREAD_CFLAGS}|g' ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e 's|dillorc|dillorc.sample|g' ${WRKSRC}/Makefile.in
+	@${CP} ${WRKSRC}/dillorc ${WRKSRC}/dillorc.sample
 
 .include <bsd.port.mk>
diff -urN /usr/ports/www/dillo/distinfo www/dillo/distinfo
--- /usr/ports/www/dillo/distinfo	Sat Apr 12 23:30:11 2003
+++ www/dillo/distinfo	Sat May  3 05:13:23 2003
@@ -1 +1 @@
-MD5 (dillo-0.7.1.2.tar.gz) = b6b340d30657e51a48dc32f926be45c0
+MD5 (dillo-0.7.2.tar.bz2) = 8072ff85bde54f9e421ddadd642d6722
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list