Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Sep 2002 20:48:39 +0200 (CEST)
From:      Tilman Linneweh <tilman@arved.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        tilman@arved.de, john_m_cooper@yahoo.com
Subject:   ports/43435: Unbreak port graphics/djvulibre
Message-ID:  <200209271848.g8RImdVL052746@sauna.arved.de>

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

>Number:         43435
>Category:       ports
>Synopsis:       Unbreak port graphics/djvulibre
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 27 11:50:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Tilman Linneweh
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
BSD Usergroup Austria
>Environment:
System: FreeBSD sauna.arved.de 4.6-STABLE FreeBSD 4.6-STABLE #0: Sun Jul 7 20:02:41 CEST 2002 tilman@sauna.arved.de:/usr/obj/usr/src/sys/SAUNA i386


	
>Description:
	Update to 3.5.8 to 3.5.8 & Unbreak
	USE_QT_VER=3
	
>How-To-Repeat:
	
>Fix:

	

--- djvulibre.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/djvulibre/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile	20 Sep 2002 20:43:24 -0000	1.11
+++ Makefile	27 Sep 2002 18:29:54 -0000
@@ -3,28 +3,24 @@
 # Whom:			Mikhail Teterin <mi@aldan.algebra.com>
 #
 # $FreeBSD: ports/graphics/djvulibre/Makefile,v 1.11 2002/09/20 20:43:24 kris Exp $
-#
 
 PORTNAME=	djvulibre
-PORTVERSION=	3.5.4
-PORTREVISION=	1
+PORTVERSION=	3.5.8
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	djvu
 
 MAINTAINER=	john_m_cooper@yahoo.com
 
-BROKEN=		"Does not compile"
-
 LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/jpeg \
 		iconv.3:${PORTSDIR}/converters/libiconv
+
 .ifndef WITHOUT_X11
-USE_QT_VER=	2
-#LIB_DEPENDS+=	qt2:${PORTSDIR}/x11-toolkits/qt23
+USE_QT_VER=	3
 .else
 PKGNAMESUFFIX=	-nox11
 .endif
-
+USE_PERL5=	yes
 HAS_CONFIGURE=	yes
 CONFIGURE_ENV=	JPEG_CFLAGS=-I"${LOCALBASE}/include" \
 		JPEG_LIBS="-L${LOCALBASE}/lib -ljpeg"
@@ -32,9 +28,7 @@
 
 .ifndef WITHOUT_X11
 CONFIGURE_ENV+=	CXX=${CXX} PTHREAD_CFLAGS=-pthread PTHREAD_LIBS=-pthread \
-		MOC=${LOCALBASE}/bin/moc2 UIC=${LOCALBASE}/bin/uic \
-		QT_CFLAGS=-I"${LOCALBASE}/include/qt2" \
-		QT_LIBS="-L${LOCALBASE}/lib -lqt2"
+		QT_LIBS="-lqt-mt" 
 .else
 CONFIGURE_ARGS+=--disable-djview
 .endif
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/graphics/djvulibre/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	28 Feb 2002 18:11:35 -0000	1.3
+++ distinfo	27 Sep 2002 18:22:00 -0000
@@ -1 +1 @@
-MD5 (djvulibre-3.5.4.tar.gz) = d6e5cb5683c8b71867ef1b76c646e5ef
+MD5 (djvulibre-3.5.8.tar.gz) = 2327716fac996f68f4d1baee1ba8a64b
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/graphics/djvulibre/pkg-plist,v
retrieving revision 1.4
diff -u -r1.4 pkg-plist
--- pkg-plist	28 Feb 2002 18:11:35 -0000	1.4
+++ pkg-plist	27 Sep 2002 18:39:54 -0000
@@ -37,6 +37,7 @@
 @dirrm share/djvu/osi
 share/djvu/languages.xml
 @dirrm share/djvu
+%%PORTDOCS%%share/doc/djvulibre/lizard2002.djvu
 %%PORTDOCS%%share/doc/djvulibre/djvu2spec.djvu
 %%PORTDOCS%%share/doc/djvulibre/djvu3changes.txt
 %%PORTDOCS%%@dirrm share/doc/djvulibre
--- djvulibre.diff ends here ---


>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?200209271848.g8RImdVL052746>