From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 30 09:30:47 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 992F516A4CE for ; Sun, 30 Nov 2003 09:30:47 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2744143FF5 for ; Sun, 30 Nov 2003 09:30:28 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUHUSFY041166 for ; Sun, 30 Nov 2003 09:30:28 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAUHUSMo041165; Sun, 30 Nov 2003 09:30:28 -0800 (PST) (envelope-from gnats) Resent-Date: Sun, 30 Nov 2003 09:30:28 -0800 (PST) Resent-Message-Id: <200311301730.hAUHUSMo041165@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5053F16A4D2 for ; Sun, 30 Nov 2003 09:21:57 -0800 (PST) Received: from hfep03.dion.ne.jp (hfep03.dion.ne.jp [203.181.105.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABD4643FD7 for ; Sun, 30 Nov 2003 09:21:54 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost ([211.126.70.134]) by hfep03.dion.ne.jp with SMTP id <20031130172144940.TCTP@hfep03.dion.ne.jp> for ; Mon, 1 Dec 2003 02:21:44 +0900 Message-Id: <20031201022016.3c5a16f3.tkato@prontomail.com> Date: Mon, 1 Dec 2003 02:20:16 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/59845: Update port: graphics/showimg to 0.8.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 17:30:47 -0000 >Number: 59845 >Category: ports >Synopsis: Update port: graphics/showimg to 0.8.1 >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: Sun Nov 30 09:30:28 PST 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.9-RELEASE-p1 i386 >Organization: >Environment: >Description: - Update to version 0.8.1 Remove file: files/patch-qtiffio.cpp >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/showimg/Makefile graphics/showimg/Makefile --- /usr/ports/graphics/showimg/Makefile Fri Oct 24 11:57:04 2003 +++ graphics/showimg/Makefile Sat Nov 29 14:44:50 2003 @@ -7,7 +7,7 @@ # PORTNAME= showimg -PORTVERSION= 0.8.0 +PORTVERSION= 0.8.1 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= http://www.jalix.org/projects/showimg/download/${PORTVERSION}/ @@ -20,16 +20,13 @@ USE_BZIP2= yes USE_KDEBASE_VER= 3 -USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --with-xinerama +MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ + AUTOHEADER="${TRUE}" MAN1= showimg.1 -post-patch: - @${REINPLACE_CMD} -e 's|-pedantic||g ; \ - s|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure - -.include +.include +.include "${PORTSDIR}/x11/kde3/Makefile.kde" +.include diff -urN /usr/ports/graphics/showimg/distinfo graphics/showimg/distinfo --- /usr/ports/graphics/showimg/distinfo Fri Oct 24 11:57:04 2003 +++ graphics/showimg/distinfo Sat Nov 29 14:30:14 2003 @@ -1 +1 @@ -MD5 (showimg-0.8.0.tar.bz2) = 15cc19daaa13c3811335cb857bb0ce48 +MD5 (showimg-0.8.1.tar.bz2) = deb476376937d8c72185ee8b3929b272 diff -urN /usr/ports/graphics/showimg/files/patch-qtiffio.cpp graphics/showimg/files/patch-qtiffio.cpp --- /usr/ports/graphics/showimg/files/patch-qtiffio.cpp Fri Aug 1 22:41:37 2003 +++ graphics/showimg/files/patch-qtiffio.cpp Thu Jan 1 09:00:00 1970 @@ -1,10 +0,0 @@ ---- showimg/qtiffio.cpp.orig Fri Aug 1 15:29:41 2003 -+++ showimg/qtiffio.cpp Fri Aug 1 15:31:45 2003 -@@ -17,6 +17,7 @@ - // - - #include -+#include - #include - - #include diff -urN /usr/ports/graphics/showimg/pkg-plist graphics/showimg/pkg-plist --- /usr/ports/graphics/showimg/pkg-plist Fri Oct 24 11:57:04 2003 +++ graphics/showimg/pkg-plist Sat Nov 29 15:13:11 2003 @@ -1,7 +1,50 @@ bin/showimg share/applnk/Graphics/showimg.desktop share/apps/konqueror/servicemenus/konqshowimg.desktop -share/apps/showimg/logo.png +share/apps/showimg/convert2png.pl +share/apps/showimg/icons/hicolor/16x16/actions/flip.png +share/apps/showimg/icons/hicolor/16x16/actions/item_rename.png +share/apps/showimg/icons/hicolor/16x16/actions/miror.png +share/apps/showimg/icons/hicolor/16x16/actions/rotation_acw.png +share/apps/showimg/icons/hicolor/16x16/actions/rotation_cw.png +share/apps/showimg/icons/hicolor/16x16/actions/viewmag_bis+.png +share/apps/showimg/icons/hicolor/16x16/actions/viewmag_bis-.png +share/apps/showimg/icons/hicolor/16x16/actions/viewmag_factor.png +share/apps/showimg/icons/hicolor/16x16/actions/viewmag_full.png +share/apps/showimg/icons/hicolor/16x16/actions/viewmag_h.png +share/apps/showimg/icons/hicolor/16x16/actions/viewmag_lock.png +share/apps/showimg/icons/hicolor/16x16/actions/viewmag_no.png +share/apps/showimg/icons/hicolor/16x16/actions/viewmag_w.png +share/apps/showimg/icons/hicolor/22x22/actions/flip.png +share/apps/showimg/icons/hicolor/22x22/actions/largethumbnails.png +share/apps/showimg/icons/hicolor/22x22/actions/medthumbnails.png +share/apps/showimg/icons/hicolor/22x22/actions/miror.png +share/apps/showimg/icons/hicolor/22x22/actions/rotation_acw.png +share/apps/showimg/icons/hicolor/22x22/actions/rotation_cw.png +share/apps/showimg/icons/hicolor/22x22/actions/smallthumbnails.png +share/apps/showimg/icons/hicolor/22x22/actions/viewmag_bis+.png +share/apps/showimg/icons/hicolor/22x22/actions/viewmag_bis-.png +share/apps/showimg/icons/hicolor/22x22/actions/viewmag_factor.png +share/apps/showimg/icons/hicolor/22x22/actions/viewmag_full.png +share/apps/showimg/icons/hicolor/22x22/actions/viewmag_lock.png +share/apps/showimg/icons/hicolor/22x22/actions/viewmag_no.png +share/apps/showimg/icons/hicolor/22x22/mimetypes/psd.png +share/apps/showimg/icons/hicolor/32x32/actions/flip.png +share/apps/showimg/icons/hicolor/32x32/actions/miror.png +share/apps/showimg/icons/hicolor/32x32/actions/rotation_acw.png +share/apps/showimg/icons/hicolor/32x32/actions/rotation_cw.png +share/apps/showimg/icons/hicolor/32x32/actions/viewmag_bis+.png +share/apps/showimg/icons/hicolor/32x32/actions/viewmag_bis-.png +share/apps/showimg/icons/hicolor/32x32/actions/viewmag_factor.png +share/apps/showimg/icons/hicolor/32x32/actions/viewmag_full.png +share/apps/showimg/icons/hicolor/32x32/actions/viewmag_h.png +share/apps/showimg/icons/hicolor/32x32/actions/viewmag_lock.png +share/apps/showimg/icons/hicolor/32x32/actions/viewmag_no.png +share/apps/showimg/icons/hicolor/32x32/actions/viewmag_w.png +share/apps/showimg/icons/hicolor/32x32/mimetypes/psd.png +share/apps/showimg/icons/hicolor/48x48/mimetypes/psd.png +share/apps/showimg/icons/hicolor/64x64/mimetypes/psd.png +share/apps/showimg/pics/logo.png share/apps/showimg/showimgui.rc share/doc/HTML/de/showimg/but-back.png share/doc/HTML/de/showimg/but-copy.png @@ -32,6 +75,7 @@ share/doc/HTML/de/showimg/main-window.png share/doc/HTML/en/showimg/but-back.png share/doc/HTML/en/showimg/but-copy.png +share/doc/HTML/en/showimg/but-cut.png share/doc/HTML/en/showimg/but-forward.png share/doc/HTML/en/showimg/but-fullscreen.png share/doc/HTML/en/showimg/but-go_up.png @@ -70,48 +114,9 @@ share/doc/HTML/en/showimg/index.cache.bz2 share/doc/HTML/en/showimg/index.docbook share/doc/HTML/en/showimg/main-window.png -share/icons/hicolor/16x16/actions/flip.png -share/icons/hicolor/16x16/actions/item_rename.png -share/icons/hicolor/16x16/actions/miror.png -share/icons/hicolor/16x16/actions/rotation_acw.png -share/icons/hicolor/16x16/actions/rotation_cw.png -share/icons/hicolor/16x16/actions/viewmag_bis+.png -share/icons/hicolor/16x16/actions/viewmag_bis-.png -share/icons/hicolor/16x16/actions/viewmag_factor.png -share/icons/hicolor/16x16/actions/viewmag_full.png -share/icons/hicolor/16x16/actions/viewmag_h.png -share/icons/hicolor/16x16/actions/viewmag_lock.png -share/icons/hicolor/16x16/actions/viewmag_no.png -share/icons/hicolor/16x16/actions/viewmag_w.png -share/icons/hicolor/22x22/actions/flip.png -share/icons/hicolor/22x22/actions/largethumbnails.png -share/icons/hicolor/22x22/actions/medthumbnails.png -share/icons/hicolor/22x22/actions/miror.png -share/icons/hicolor/22x22/actions/rotation_acw.png -share/icons/hicolor/22x22/actions/rotation_cw.png -share/icons/hicolor/22x22/actions/smallthumbnails.png -share/icons/hicolor/22x22/actions/viewmag_bis+.png -share/icons/hicolor/22x22/actions/viewmag_bis-.png -share/icons/hicolor/22x22/actions/viewmag_factor.png -share/icons/hicolor/22x22/actions/viewmag_full.png -share/icons/hicolor/22x22/actions/viewmag_lock.png -share/icons/hicolor/22x22/actions/viewmag_no.png -share/icons/hicolor/32x32/actions/flip.png -share/icons/hicolor/32x32/actions/miror.png -share/icons/hicolor/32x32/actions/rotation_acw.png -share/icons/hicolor/32x32/actions/rotation_cw.png -share/icons/hicolor/32x32/actions/viewmag_bis+.png -share/icons/hicolor/32x32/actions/viewmag_bis-.png -share/icons/hicolor/32x32/actions/viewmag_factor.png -share/icons/hicolor/32x32/actions/viewmag_full.png -share/icons/hicolor/32x32/actions/viewmag_h.png -share/icons/hicolor/32x32/actions/viewmag_lock.png -share/icons/hicolor/32x32/actions/viewmag_no.png -share/icons/hicolor/32x32/actions/viewmag_w.png share/icons/hicolor/32x32/apps/showimg.png share/icons/hicolor/48x48/apps/showimg.png share/icons/hicolor/64x64/apps/showimg.png -share/locale/cs/LC_MESSAGES/showimg.mo share/locale/de/LC_MESSAGES/showimg.mo share/locale/es/LC_MESSAGES/showimg.mo share/locale/fr/LC_MESSAGES/showimg.mo @@ -120,6 +125,22 @@ share/locale/nl/LC_MESSAGES/showimg.mo share/locale/sk/LC_MESSAGES/showimg.mo share/locale/sv/LC_MESSAGES/showimg.mo +share/mimelnk/image/x-psd.desktop @dirrm share/doc/HTML/en/showimg @dirrm share/doc/HTML/de/showimg +@dirrm share/apps/showimg/pics +@dirrm share/apps/showimg/icons/hicolor/64x64/mimetypes +@dirrm share/apps/showimg/icons/hicolor/64x64 +@dirrm share/apps/showimg/icons/hicolor/48x48/mimetypes +@dirrm share/apps/showimg/icons/hicolor/48x48 +@dirrm share/apps/showimg/icons/hicolor/32x32/mimetypes +@dirrm share/apps/showimg/icons/hicolor/32x32/actions +@dirrm share/apps/showimg/icons/hicolor/32x32 +@dirrm share/apps/showimg/icons/hicolor/22x22/mimetypes +@dirrm share/apps/showimg/icons/hicolor/22x22/actions +@dirrm share/apps/showimg/icons/hicolor/22x22 +@dirrm share/apps/showimg/icons/hicolor/16x16/actions +@dirrm share/apps/showimg/icons/hicolor/16x16 +@dirrm share/apps/showimg/icons/hicolor +@dirrm share/apps/showimg/icons @dirrm share/apps/showimg >Release-Note: >Audit-Trail: >Unformatted: