Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 May 2005 00:48:32 +0900 (JST)
From:      UMENO Takashi <umeno@rr.iij4u.or.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/81469: graphics/zphoto correct pkg-plist when WITH_WXGTK2 defined
Message-ID:  <200505251548.j4PFmWnv035681@belldandy.unnumbered.net>
Resent-Message-ID: <200505251550.j4PFo6Qk006818@freefall.freebsd.org>

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

>Number:         81469
>Category:       ports
>Synopsis:       graphics/zphoto correct pkg-plist when WITH_WXGTK2 defined
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 25 15:50:05 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     UMENO Takashi
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
individual
>Environment:
System: FreeBSD belldandy.unnumbered.net 5.4-STABLE FreeBSD 5.4-STABLE #0: Sun May 22 18:37:26 JST 2005 root@belldandy.unnumbered.net:/usr/src/sys/i386/compile/MISUZU1 i386


	
>Description:
graphics/zphoto remove WITH_WXGTK knob completely, 
and correct pkg-plist when WITH_WXGTK2 defined.
>How-To-Repeat:
N/A
>Fix:

Remove File:
pkg-plist.wxzphoto

diff -urN zphoto.orig/Makefile zphoto/Makefile
--- zphoto.orig/Makefile	Fri May 13 09:03:29 2005
+++ zphoto/Makefile	Thu May 26 00:00:07 2005
@@ -33,11 +33,9 @@
 CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
 	       	CPPFLAGS="-I${LOCALBASE}/include \
 		${PTHREAD_CFLAGS}"
-.if defined (WITH_WXGTK)
-CONFIGURE_ARGS+=	--with-wx-config=wxgtk-2.4-config
-PLIST+=		${PKGDIR}/pkg-plist.wxzphoto
-.elif defined (WITH_WXGTK2)
+.if defined (WITH_WXGTK2)
 CONFIGURE_ARGS+=	--with-wx-config=wxgtk2-2.4-config
+PLIST_FILES+=	bin/wxzphoto
 .else
 CONFIGURE_ARGS+=	--disable-wx
 .endif
diff -urN zphoto.orig/pkg-plist.wxzphoto zphoto/pkg-plist.wxzphoto
--- zphoto.orig/pkg-plist.wxzphoto	Tue May 11 06:39:56 2004
+++ zphoto/pkg-plist.wxzphoto	Thu Jan  1 09:00:00 1970
@@ -1 +0,0 @@
-bin/wxzphoto



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505251548.j4PFmWnv035681>