aboutsummaryrefslogtreecommitdiff
path: root/graphics/cairo
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2006-03-15 21:37:02 +0000
committerMichael Johnson <ahze@FreeBSD.org>2006-03-15 21:37:02 +0000
commit172e98d3018b195ecc5fbd1b1759d8281a18d2f4 (patch)
tree3a233f4f277b36b70dc061ab6aff498bb535d7a2 /graphics/cairo
parentacc6cfc8a8a04be5b887bb098172c22ef9e40f0d (diff)
downloadports-172e98d3018b195ecc5fbd1b1759d8281a18d2f4.tar.gz
ports-172e98d3018b195ecc5fbd1b1759d8281a18d2f4.zip
Notes
Diffstat (limited to 'graphics/cairo')
-rw-r--r--graphics/cairo/Makefile9
-rw-r--r--graphics/cairo/distinfo6
-rw-r--r--graphics/cairo/files/patch-configure51
3 files changed, 8 insertions, 58 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile
index daa130ab289f..31bbf3d38fae 100644
--- a/graphics/cairo/Makefile
+++ b/graphics/cairo/Makefile
@@ -7,10 +7,11 @@
#
PORTNAME= cairo
-PORTVERSION= 1.0.2
-PORTREVISION= 2
+PORTVERSION= 1.0.4
CATEGORIES= graphics
-MASTER_SITES= http://cairographics.org/releases/
+MASTER_SITES= http://cairographics.org/releases/ \
+ ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= ahze
MAINTAINER= gnome@FreeBSD.org
COMMENT= Vector graphics library with cross-device output support
@@ -23,7 +24,7 @@ CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} \
--enable-pdf \
--enable-ps
USE_GNOME= gnometarget gnomehack ltverhack
-USE_AUTOTOOLS= libtool:15
+USE_AUTOTOOLS= libtool:15
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${X11BASE}/include" \
diff --git a/graphics/cairo/distinfo b/graphics/cairo/distinfo
index b1b103c6871f..85ffa9552e91 100644
--- a/graphics/cairo/distinfo
+++ b/graphics/cairo/distinfo
@@ -1,3 +1,3 @@
-MD5 (cairo-1.0.2.tar.gz) = d0b7111a14f90ec3afa777ec40c44984
-SHA256 (cairo-1.0.2.tar.gz) = d6fba4b522decbda4aed8c9ad7243f6e923740761d677567758aebb01cdd1f5e
-SIZE (cairo-1.0.2.tar.gz) = 1458903
+MD5 (cairo-1.0.4.tar.gz) = 9002b0e69b3f94831a22d3f2a7735ce2
+SHA256 (cairo-1.0.4.tar.gz) = 2c54f7a452bd21ae99789e36d38135b0ea43e7238648aabd13476d1868dcd2f5
+SIZE (cairo-1.0.4.tar.gz) = 1475777
diff --git a/graphics/cairo/files/patch-configure b/graphics/cairo/files/patch-configure
deleted file mode 100644
index 9fa456c67feb..000000000000
--- a/graphics/cairo/files/patch-configure
+++ /dev/null
@@ -1,51 +0,0 @@
---- configure.orig Fri Dec 30 23:31:42 2005
-+++ configure Fri Dec 30 23:32:17 2005
-@@ -20478,7 +20478,6 @@
- use_xlib=yes
- fi;
-
--if test "x$use_xlib" = "xyes"; then
-
-
- if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
-@@ -20586,6 +20585,7 @@
- fi
-
- pkg_failed=no
-+if test "x$use_xlib" = "xyes"; then
- echo "$as_me:$LINENO: checking for XRENDER" >&5
- echo $ECHO_N "checking for XRENDER... $ECHO_C" >&6
-
-@@ -27796,26 +27796,26 @@
- *** to @BACKEND@-backend specific API.
- '
-
--if test x"$use_glitz" == "xyes" ; then
-+if test x"$use_glitz" = "xyes" ; then
- echo "$WARNING_MESSAGE" | sed 's/@BACKEND@/Glitz/'
- fi
-
--if test x"$use_xcb" == "xyes" ; then
-+if test x"$use_xcb" = "xyes" ; then
- echo "$WARNING_MESSAGE" | sed 's/@BACKEND@/XCB/'
- fi
-
--if test x"$use_quartz" == "xyes" ; then
-+if test x"$use_quartz" = "xyes" ; then
- echo "$WARNING_MESSAGE" | sed 's/@BACKEND@/Quartz/'
- fi
-
--if test x"$use_quartz" == "xyes" ; then
-+if test x"$use_quartz" = "xyes" ; then
- echo "$WARNING_MESSAGE" | sed 's/@BACKEND@/ATSUI/'
- fi
-
--if test x"$use_pdf" == "xyes" ; then
-+if test x"$use_pdf" = "xyes" ; then
- echo "$WARNING_MESSAGE" | sed 's/@BACKEND@/PDF/'
- fi
-
--if test x"$use_ps" == "xyes" ; then
-+if test x"$use_ps" = "xyes" ; then
- echo "$WARNING_MESSAGE" | sed 's/@BACKEND@/PostScript/'
- fi