Date: Tue, 5 Aug 2008 13:04:26 GMT From: Max Brazhnikov <makc@issp.ac.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/126272: maintainer update: graphics/qcomicbook Message-ID: <200808051304.m75D4Qth094570@www.freebsd.org> Resent-Message-ID: <200808051310.m75DA4TG062187@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 126272 >Category: ports >Synopsis: maintainer update: graphics/qcomicbook >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Aug 05 13:10:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Max Brazhnikov >Release: FreeBSD 7.0-STABLE i386 >Organization: >Environment: FreeBSD luna.dio.ru 7.0-STABLE FreeBSD 7.0-STABLE #3: Sat Jul 12 00:03:43 MSD 2008 root@luna.dio.ru:/usr/obj/usr/freebsd/7/src/sys/LUNA i386 >Description: disable imlib2 (it's not used temporary) install desktop icon/entry >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN --exclude=CVS /usr/ports/graphics/qcomicbook/Makefile /home/makc/porting/ports/graphics/qcomicbook/Makefile --- /usr/ports/graphics/qcomicbook/Makefile 2008-08-05 03:34:15.000000000 +0400 +++ /home/makc/porting/ports/graphics/qcomicbook/Makefile 2008-08-05 16:42:12.000000000 +0400 @@ -7,7 +7,7 @@ PORTNAME= qcomicbook PORTVERSION= 0.4.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://linux.bydg.org/~yogin/qcomicbook/ @@ -19,17 +19,15 @@ USE_QT_VER= 4 QT_COMPONENTS= gui moc_build -USE_GNOME= gnometarget +USE_GNOME= pkgconfig USE_GMAKE= yes -USE_EFL= imlib2 +# USE_EFL= imlib2 #disabled in this release GNU_CONFIGURE= yes -CONFIGURE_ENV= QtGui_CFLAGS="${QtGui_CFLAGS}" MAN1= qcomicbook.1 -QtGui_CFLAGS= -DQT_SHARED \ - -I${QT_INCDIR}/QtGui \ - -I${QT_INCDIR}/QtCore \ - -I${QT_INCDIR} +DESKTOP_ENTRIES="QComicBook" "Comic Book Viewer" \ + "${DATADIR}/${PORTNAME}.png" \ + "qcomicbook" "" false .include <bsd.port.mk> >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808051304.m75D4Qth094570>