From owner-freebsd-ports Fri Sep 27 11:50: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DD5F37B401 for ; Fri, 27 Sep 2002 11:50:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84EDA43E4A for ; Fri, 27 Sep 2002 11:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8RIo2Co002319 for ; Fri, 27 Sep 2002 11:50:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8RIo2PQ002318; Fri, 27 Sep 2002 11:50:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B327037B401 for ; Fri, 27 Sep 2002 11:48:40 -0700 (PDT) Received: from 21322530218.direct.eti.at (21322530218.direct.eti.at [213.225.30.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A4BE43E6A for ; Fri, 27 Sep 2002 11:48:39 -0700 (PDT) (envelope-from tilman@arved.de) Received: from sauna.arved.de (sauna.arved.de [192.168.2.4]) by 21322530218.direct.eti.at (8.12.5/8.12.5) with ESMTP id g8RIs3W9088864; Fri, 27 Sep 2002 20:54:03 +0200 (CEST) (envelope-from tilman@arved.de) Received: from sauna.arved.de (sauna.arved.de [127.0.0.1]) by sauna.arved.de (8.12.5/8.12.5) with ESMTP id g8RImesi052747; Fri, 27 Sep 2002 20:48:40 +0200 (CEST) (envelope-from tilman@sauna.arved.de) Received: (from tilman@localhost) by sauna.arved.de (8.12.5/8.12.5/Submit) id g8RImdVL052746; Fri, 27 Sep 2002 20:48:39 +0200 (CEST) Message-Id: <200209271848.g8RImdVL052746@sauna.arved.de> Date: Fri, 27 Sep 2002 20:48:39 +0200 (CEST) From: Tilman Linneweh Reply-To: Tilman Linneweh To: FreeBSD-gnats-submit@FreeBSD.org Cc: tilman@arved.de, john_m_cooper@yahoo.com X-Send-Pr-Version: 3.113 Subject: ports/43435: Unbreak port graphics/djvulibre Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 # # $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