ports/51314: Maintainer Update: graphics/zphoto to 0.6

UMENO Takashi umeno at rr.iij4u.or.jp
Wed Apr 23 15:10:19 UTC 2003


>Number:         51314
>Category:       ports
>Synopsis:       Maintainer Update: graphics/zphoto to 0.6
>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 Apr 23 08:10:16 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     UMENO Takashi
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
personal
>Environment:
System: FreeBSD belldandy.unnumbered.net 4.8-STABLE FreeBSD 4.8-STABLE #0: Sat Apr 5 12:37:19 JST 2003 umeno at belldandy.unnumbered.net:/usr/obj/usr/src/sys/SAKUYA17 i386


	
>Description:
- Update to version 0.6

Now, graphics/zphoto port is depended on multimedia/avifile port,
and requires a kernel built with the directive:

options USER_LDT

This send-pr will supersed ports/51285
(without files/patch-configure and use PTHREAD_CFLAGS and PTHREAD_LIBS)

>How-To-Repeat:
N/A
>Fix:

diff -urN zphoto.orig/Makefile zphoto/Makefile
--- zphoto.orig/Makefile	Fri Feb 21 23:09:04 2003
+++ zphoto/Makefile	Wed Apr 23 19:22:39 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	zphoto
-PORTVERSION=	0.5
+PORTVERSION=	0.6
 CATEGORIES=	graphics www
 MASTER_SITES=	http://namazu.org/~satoru/zphoto/
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -16,12 +16,15 @@
 
 LIB_DEPENDS=	ming.3:${PORTSDIR}/graphics/ming \
 		Imlib2.1:${PORTSDIR}/graphics/imlib2 \
-		popt.0:${PORTSDIR}/devel/popt
+		popt.0:${PORTSDIR}/devel/popt \
+		aviplay.0:${PORTSDIR}/multimedia/avifile
 RUN_DEPENDS=	zip:${PORTSDIR}/archivers/zip
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib" \
-		CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/ming"
+CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
+		CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/ming \
+		${PTHREAD_CFLAGS}"
+USE_GMAKE=		yes
 USE_XLIB=	yes
 
 .include <bsd.port.mk>
diff -urN zphoto.orig/distinfo zphoto/distinfo
--- zphoto.orig/distinfo	Thu Feb  6 23:08:27 2003
+++ zphoto/distinfo	Sat Apr  5 20:09:53 2003
@@ -1 +1 @@
-MD5 (zphoto-0.5.tar.gz) = 8ad7d216d0e4aa0d37546cf2de087ed3
+MD5 (zphoto-0.6.tar.gz) = a3246c0ed9c072fe39f926d08dae45f5
diff -urN zphoto.orig/pkg-message zphoto/pkg-message
--- zphoto.orig/pkg-message	Fri Jan 31 09:47:43 2003
+++ zphoto/pkg-message	Wed Apr 23 01:25:11 2003
@@ -1,5 +1,15 @@
 ******************************************************************************
- Before running zphoto, users should prepare as follows:
+ This port requires a kernel built with
+ the directive:
+
+ options USER_LDT
+
+ Please, check the FreeBSD Handbook for instructions
+ on building a custom kernel. If you do not know
+ where to find it, check the FreeBSD website
+ http://www.freebsd.org/
+
+ Then before running zphoto, users should prepare as follows:
 
  sh or bash:
   $ ZPHOTO_TEMPLATE_DIR=%%PREFIX%%/share/zphoto/templates/en (english)



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



More information about the freebsd-ports-bugs mailing list