Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Aug 2001 01:40:21 +0200 (CEST)
From:      Anders Nordby <anders@fix.no>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/30086: Update port: graphics/kuickshow
Message-ID:  <20010825234021.BB5C73C83@totem.fix.no>

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

>Number:         30086
>Category:       ports
>Synopsis:       Update port: graphics/kuickshow
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 25 16:50:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Anders Nordby
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
Fluxpod Information eXchange
>Environment:

	<Relevant environment information (multiple lines)>

>Description:

-Update the port to version 0.8.2.
-Fix WWW URL and MASTER_SITES.

This supersedes PR ports/29716. File files/patch-configure is added.

>How-To-Repeat:

	<Code/input/activities to reproduce the problem (multiple lines)>

>Fix:

diff -Nur kuickshow.old/Makefile kuickshow/Makefile
--- kuickshow.old/Makefile	Sun May 20 05:21:36 2001
+++ kuickshow/Makefile	Sun Aug 26 00:41:17 2001
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	kuickshow
-PORTVERSION=	0.8.1
+PORTVERSION=	0.8.2
 CATEGORIES=	graphics
-MASTER_SITES=	http://master.kde.org/~pfeiffer/kuickshow/ \
-		ftp://ftp.nuug.no/pub/anders/distfiles/
+MASTER_SITES=	MASTER_SITES=${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=	${PORTNAME}
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	anders@fix.no
diff -Nur kuickshow.old/distinfo kuickshow/distinfo
--- kuickshow.old/distinfo	Sun May 20 05:21:36 2001
+++ kuickshow/distinfo	Sat Aug 25 19:05:14 2001
@@ -1 +1 @@
-MD5 (kuickshow-0.8.1.tgz) = 16cc2c0ffe1f61deae3cd1e86e3ecce1
+MD5 (kuickshow-0.8.2.tgz) = a1378b9caaaa4546981adc3dced76c4a
diff -Nur kuickshow.old/files/patch-configure kuickshow/files/patch-configure
--- kuickshow.old/files/patch-configure	Thu Jan  1 01:00:00 1970
+++ kuickshow/files/patch-configure	Sun Aug 26 00:20:22 2001
@@ -0,0 +1,69 @@
+--- configure.old	Sun Aug 26 00:19:34 2001
++++ configure	Sun Aug 26 00:20:08 2001
+@@ -1246,13 +1246,13 @@
+   CFLAGS="$ac_save_CFLAGS"
+ elif test $ac_cv_prog_cc_g = yes; then
+   if test "$GCC" = yes; then
+-    CFLAGS="-g -O2"
++    CFLAGS="-g"
+   else
+     CFLAGS="-g"
+   fi
+ else
+   if test "$GCC" = yes; then
+-    CFLAGS="-O2"
++    CFLAGS=""
+   else
+     CFLAGS=
+   fi
+@@ -1261,14 +1261,14 @@
+ 
+   if test "$GCC" = "yes"; then
+     if test "$kde_use_debug_code" = "yes"; then
+-      CFLAGS="-g -O2 $CFLAGS"
++      CFLAGS="-g $CFLAGS"
+       case $host in
+         *-*-linux-gnu)	
+           CFLAGS="-ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE $CFLAGS"
+         ;;
+       esac
+     else
+-      CFLAGS="-O2 $CFLAGS"
++      CFLAGS=" $CFLAGS"
+     fi
+   fi
+ 
+@@ -1423,13 +1423,13 @@
+   CXXFLAGS="$ac_save_CXXFLAGS"
+ elif test $ac_cv_prog_cxx_g = yes; then
+   if test "$GXX" = yes; then
+-    CXXFLAGS="-g -O2"
++    CXXFLAGS="-g "
+   else
+     CXXFLAGS="-g"
+   fi
+ else
+   if test "$GXX" = yes; then
+-    CXXFLAGS="-O2"
++    CXXFLAGS=""
+   else
+     CXXFLAGS=
+   fi
+@@ -1438,7 +1438,7 @@
+ 
+   if test "$GXX" = "yes"; then
+     if test "$kde_use_debug_code" = "yes"; then
+-      CXXFLAGS="-g -O2 -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings $CXXFLAGS"
++      CXXFLAGS="-g -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings $CXXFLAGS"
+ 
+       
+ echo $ac_n "checking whether $CXX supports -Wno-long-long""... $ac_c" 1>&6
+@@ -1541,7 +1541,7 @@
+         CXXFLAGS="-Wold-style-cast -Wredundant-decls -Wconversion $CXXFLAGS"
+       fi
+     else
+-      CXXFLAGS="-O2 $CXXFLAGS"
++      CXXFLAGS="$CXXFLAGS"
+     fi
+   fi
+ 
diff -Nur kuickshow.old/pkg-descr kuickshow/pkg-descr
--- kuickshow.old/pkg-descr	Sun May 20 05:21:36 2001
+++ kuickshow/pkg-descr	Sat Aug 25 19:04:31 2001
@@ -6,6 +6,6 @@
 configurable through dialogs. It offers a filebrowser with basic filemanager
 capabilities like renaming, deleting, creating directories, etc.
 
-WWW: http://master.kde.org/~pfeiffer/kuickshow/
+WWW: http://kuickshow.sourceforge.net/
 
 - Anders Nordby <anders@fix.no>
diff -Nur kuickshow.old/pkg-plist kuickshow/pkg-plist
--- kuickshow.old/pkg-plist	Sun May 20 05:21:36 2001
+++ kuickshow/pkg-plist	Sat Aug 25 19:27:55 2001
@@ -9,28 +9,34 @@
 %%PORTDOCS%%share/doc/HTML/de/kuickshow/ChangeLog
 %%PORTDOCS%%@dirrm share/doc/HTML/en/kuickshow
 %%PORTDOCS%%@dirrm share/doc/HTML/de/kuickshow
-share/locale/es/LC_MESSAGES/kuickshow-0.8.1.mo
-share/locale/pt_BR/LC_MESSAGES/kuickshow-0.8.1.mo
-share/locale/pl/LC_MESSAGES/kuickshow-0.8.1.mo
-share/locale/de/LC_MESSAGES/kuickshow-0.8.1.mo
-share/locale/da/LC_MESSAGES/kuickshow-0.8.1.mo
-share/locale/fr/LC_MESSAGES/kuickshow-0.8.1.mo
-share/locale/nl/LC_MESSAGES/kuickshow-0.8.1.mo
-share/locale/no/LC_MESSAGES/kuickshow-0.8.1.mo
-share/locale/pt/LC_MESSAGES/kuickshow-0.8.1.mo
-share/locale/sv/LC_MESSAGES/kuickshow-0.8.1.mo
-share/locale/cs/LC_MESSAGES/kuickshow-0.8.1.mo
-share/locale/hr/LC_MESSAGES/kuickshow-0.8.1.mo
-share/locale/ro/LC_MESSAGES/kuickshow-0.8.1.mo
-share/locale/uk/LC_MESSAGES/kuickshow-0.8.1.mo
-share/locale/hu/LC_MESSAGES/kuickshow-0.8.1.mo
-share/locale/po/LC_MESSAGES/kuickshow-0.8.1.mo
-share/locale/br/LC_MESSAGES/kuickshow-0.8.1.mo
+share/locale/af/LC_MESSAGES/kuickshow.mo
+share/locale/bg/LC_MESSAGES/kuickshow.mo
+share/locale/en_GB/LC_MESSAGES/kuickshow.mo
+share/locale/es/LC_MESSAGES/kuickshow.mo
+share/locale/pt_BR/LC_MESSAGES/kuickshow.mo
+share/locale/pl/LC_MESSAGES/kuickshow.mo
+share/locale/de/LC_MESSAGES/kuickshow.mo
+share/locale/da/LC_MESSAGES/kuickshow.mo
+share/locale/fr/LC_MESSAGES/kuickshow.mo
+share/locale/lv/LC_MESSAGES/kuickshow.mo
+share/locale/nl/LC_MESSAGES/kuickshow.mo
+share/locale/no/LC_MESSAGES/kuickshow.mo
+share/locale/pt/LC_MESSAGES/kuickshow.mo
+share/locale/sv/LC_MESSAGES/kuickshow.mo
+share/locale/cs/LC_MESSAGES/kuickshow.mo
+share/locale/hr/LC_MESSAGES/kuickshow.mo
+share/locale/ro/LC_MESSAGES/kuickshow.mo
+share/locale/uk/LC_MESSAGES/kuickshow.mo
+share/locale/hu/LC_MESSAGES/kuickshow.mo
+share/locale/po/LC_MESSAGES/kuickshow.mo
+share/locale/br/LC_MESSAGES/kuickshow.mo
+share/apps/kuickshow/pics/ksslide.png
+share/apps/kuickshow/pics/about.png
 share/applnk/Graphics/kuickshow.desktop
-share/icons/locolor/16x16/actions/ksslide.png
-share/icons/locolor/16x16/actions/about.png
 share/icons/locolor/16x16/apps/kuickshow.png
 share/icons/locolor/32x32/apps/kuickshow.png
+share/icons/hicolor/32x32/apps/kuickshow.png
+share/icons/hicolor/16x16/apps/kuickshow.png
 share/apps/kuickshow/im_palette.pal
 share/apps/kuickshow/pics/calibrate.png
 share/apps/kuickshow/pics/kuickshow-day.jpg
>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?20010825234021.BB5C73C83>