aboutsummaryrefslogtreecommitdiff
path: root/graphics/zphoto
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2003-04-26 23:54:38 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2003-04-26 23:54:38 +0000
commitc7fae085c51ece06ae6f7408f5d45b21a43075db (patch)
tree8a98fa952e239f5475c7d05dc4980a65f48734b0 /graphics/zphoto
parent57848a7fcc93d06fc872af2a7556d059dab10731 (diff)
downloadports-c7fae085c51ece06ae6f7408f5d45b21a43075db.tar.gz
ports-c7fae085c51ece06ae6f7408f5d45b21a43075db.zip
Notes
Diffstat (limited to 'graphics/zphoto')
-rw-r--r--graphics/zphoto/Makefile8
-rw-r--r--graphics/zphoto/distinfo2
-rw-r--r--graphics/zphoto/files/patch-configure11
-rw-r--r--graphics/zphoto/pkg-message12
4 files changed, 28 insertions, 5 deletions
diff --git a/graphics/zphoto/Makefile b/graphics/zphoto/Makefile
index a51133392b6c..04da5d6a16cf 100644
--- a/graphics/zphoto/Makefile
+++ b/graphics/zphoto/Makefile
@@ -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,14 @@ COMMENT= Zooming photo album generator
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" \
+CONFIGURE_ENV= LIBS="-pthread -L${LOCALBASE}/lib" \
CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/ming"
+USE_GMAKE= yes
USE_XLIB= yes
.include <bsd.port.mk>
diff --git a/graphics/zphoto/distinfo b/graphics/zphoto/distinfo
index 69b94a630dac..150c47ec9723 100644
--- a/graphics/zphoto/distinfo
+++ b/graphics/zphoto/distinfo
@@ -1 +1 @@
-MD5 (zphoto-0.5.tar.gz) = 8ad7d216d0e4aa0d37546cf2de087ed3
+MD5 (zphoto-0.6.tar.gz) = a3246c0ed9c072fe39f926d08dae45f5
diff --git a/graphics/zphoto/files/patch-configure b/graphics/zphoto/files/patch-configure
new file mode 100644
index 000000000000..59a64276cab4
--- /dev/null
+++ b/graphics/zphoto/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig Thu Mar 27 15:57:05 2003
++++ configure Tue Apr 22 01:54:16 2003
+@@ -5336,7 +5336,7 @@
+ ac_save_CXXFLAGS=$CXXFLAGS
+ ac_save_LDFLAGS=$LDFLAGS
+ CXXFLAGS="$CXXFLAGS $AVIFILE_CXXFLAGS"
+- LDFLAGS="$LDFLAGS $AVIFILE_LDFLAGS $X_LIBS -lXv -lXxf86vm"
++ LDFLAGS="-pthread $LDFLAGS $AVIFILE_LDFLAGS $X_LIBS -lXv -lXxf86vm"
+
+ echo "$as_me:$LINENO: checking compilation of avifile test program" >&5
+ echo $ECHO_N "checking compilation of avifile test program... $ECHO_C" >&6
diff --git a/graphics/zphoto/pkg-message b/graphics/zphoto/pkg-message
index 967cbfed89b4..d46ced720913 100644
--- a/graphics/zphoto/pkg-message
+++ b/graphics/zphoto/pkg-message
@@ -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)