diff options
author | mezz <mezz@FreeBSD.org> | 2008-07-01 04:16:22 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2008-07-01 04:16:22 +0800 |
commit | cf909ef83eed164015ef9278a24f876c924ccd78 (patch) | |
tree | 0cba28c5b3d447a875826c9b1cf3079c99ca697a /graphics/cairo | |
parent | 6f6bbb18550e5756c1d423c5bdb57f10a3d0f0a3 (diff) | |
download | freebsd-ports-gnome-cf909ef83eed164015ef9278a24f876c924ccd78.tar.gz freebsd-ports-gnome-cf909ef83eed164015ef9278a24f876c924ccd78.tar.zst freebsd-ports-gnome-cf909ef83eed164015ef9278a24f876c924ccd78.zip |
First all, ahze did most of work. Thanks ahze! Last week or so, I am just
merely pick up and help him. Thanks to many testers in both private and
mailing list emails for report a few of build and dependencies problems.
Also, thanks to marcus and Chess Griffin for test in their tinderboxes.
x11/pixman: Update to 0.10.0
-------------------------------------------------------
Firefox 3 needs it. Orignal, the shared library was bumped and ahze has
added a new feature in our USE_GNOME=ltverhack by can control the number
of shared library. To control the number of shared library, add the
ltverhack:N. Right now pixman has USE_GNOME=ltverhack:9 to make it stays
same at libpixman-1.so.9. If anyone want to use ltverhack:N in one of your
port, you need to make sure the ABI doesn't change to use it..
-------------------------------------------------------
graphics/cairo: Update to 1.6.4
-------------------------------------------------------
Firefox 3 needs it. We have updated most cairo binding ports too.
-------------------------------------------------------
graphics/poppler: Update to 0.8.3
-------------------------------------------------------
The shared libraries version have been changed. All ports that depend on
poppler have PORTREVISION bump. The graphics/py-poppler has been updated
to 0.8.1 to work with newer poppler better. As for the poppler-qt, there
is no shared library version change.
-------------------------------------------------------
www/firefox3 and gecko ports related: Update to 3.0 final
-------------------------------------------------------
The bsd.gecko.mk has been moved from www/mozilla/ to Mk/. You no longer
need to include bsd.gecko.mk/Makefile.common by manual. We are keeping it
in backward compatibility, so the rest ports won't be break. We haven't
add some other ports to have Firefox 3 support yet, so feel free to send
us patch or commit it by yourself (to committers). However, view in
bsd.gecko.mk for document.
-------------------------------------------------------
Approved by: portmgr (marcus)
Diffstat (limited to 'graphics/cairo')
-rw-r--r-- | graphics/cairo/Makefile | 8 | ||||
-rw-r--r-- | graphics/cairo/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 5b17f3d662f3..7a9eeb3730ad 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -3,12 +3,12 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/cairo/Makefile,v 1.69 2008/03/21 04:04:14 ahze Exp $ +# $MCom: ports-stable/graphics/cairo/Makefile,v 1.3 2008/06/16 21:35:57 mezz Exp $ # PORTNAME= cairo -PORTVERSION= 1.4.14 -PORTREVISION?= 0 +PORTVERSION= 1.6.4 +PORTREVISION?= 2 PORTEPOCH?= 1 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/releases/ @@ -31,7 +31,7 @@ USE_GNOME= gnometarget gnomehack ltverhack referencehack USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ LDFLAGS="${PTHREAD_LIBS}" .if defined(WITHOUT_X11) diff --git a/graphics/cairo/distinfo b/graphics/cairo/distinfo index 803d2eb62758..afffbc8d7480 100644 --- a/graphics/cairo/distinfo +++ b/graphics/cairo/distinfo @@ -1,3 +1,3 @@ -MD5 (cairo-1.4.14.tar.gz) = e8c442ff821c0719a69508fecba9038f -SHA256 (cairo-1.4.14.tar.gz) = 8914f9c34a77bf9d908b0c617c2d7ffebdd6d1e855cfd367d2a1b3d677f22e3c -SIZE (cairo-1.4.14.tar.gz) = 3283608 +MD5 (cairo-1.6.4.tar.gz) = a198d509f9e3a35b78de8bb02174ebb9 +SHA256 (cairo-1.6.4.tar.gz) = 7f0ce28c358706913bc39e6930a18ae89f3b9a6aa17998faa2b59d1e0e2b4f42 +SIZE (cairo-1.6.4.tar.gz) = 5042623 |