partial sync with cairo update.
OKs?
f.-
Index: devel/libnotify/Makefile
===================================================================
RCS file: /cvs/ports/devel/libnotify/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- devel/libnotify/Makefile 13 Nov 2007 14:06:21 -0000 1.5
+++ devel/libnotify/Makefile 19 May 2008 03:34:05 -0000
@@ -3,7 +3,7 @@
COMMENT= send desktop notifications to a notification daemon
DISTNAME= libnotify-0.4.4
-PKGNAME= ${DISTNAME}p2
+PKGNAME= ${DISTNAME}p3
CATEGORIES= devel
SHARED_LIBS += notify 2.2 # .2.2
@@ -18,7 +18,8 @@ PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xau Xcursor Xdmcp Xext Xfixes Xi Xinerama Xrandr \
Xrender Xcomposite Xdamage atk-1.0 c cairo expat pcre \
glitz gmodule-2.0 gobject-2.0 m pango-1.0 pangocairo-1.0 \
- fontconfig freetype glib-2.0 pangoft2-1.0 png pthread z
+ fontconfig freetype glib-2.0 pangoft2-1.0 png pixman-1 \
+ pthread z
MASTER_SITES= ${HOMEPAGE}/files/releases/source/libnotify/
EXTRACT_SUFX= .tar.bz2
Index: devel/libwnck/Makefile
===================================================================
RCS file: /cvs/ports/devel/libwnck/Makefile,v
retrieving revision 1.30
diff -u -p -r1.30 Makefile
--- devel/libwnck/Makefile 29 Apr 2008 19:13:33 -0000 1.30
+++ devel/libwnck/Makefile 19 May 2008 03:34:06 -0000
@@ -4,6 +4,7 @@ COMMENT= window navigator construction
GNOME_PROJECT= libwnck
GNOME_VERSION= 2.22.1
+PKGNAME= ${DISTNAME}p0
SHARED_LIBS += wnck-1 22.0 # .25.7
CATEGORIES= devel
@@ -16,7 +17,7 @@ WANTLIB= ICE SM X11 XRes Xau Xcomposite
Xext Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo \
expat fontconfig freetype glib-2.0 glitz gmodule-2.0 \
gobject-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 \
- pcre png z
+ pcre pixman-1 png z
MODULES= devel/gettext \
Index: devel/pango/Makefile
===================================================================
RCS file: /cvs/ports/devel/pango/Makefile,v
retrieving revision 1.29
diff -u -p -r1.29 Makefile
--- devel/pango/Makefile 9 Apr 2008 13:13:40 -0000 1.29
+++ devel/pango/Makefile 19 May 2008 03:34:10 -0000
@@ -3,6 +3,7 @@
COMMENT= library for layout and rendering of text
DISTNAME= pango-1.20.0
+PKGNAME= ${DISTNAME}p0
SHARED_LIBS += pango-1.0 1600.0 # .2000.0
SHARED_LIBS += pangox-1.0 1600.0 # .2000.0
SHARED_LIBS += pangoft2-1.0 1600.0 # .2000.0
@@ -18,7 +19,7 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xau Xdmcp Xft Xrender c expat fontconfig freetype \
- glitz m pcre png z
+ glitz m pcre pixman-1 png z
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pango/1.20/}
EXTRACT_SUFX= .tar.bz2
Index: net/transmission/Makefile
===================================================================
RCS file: /cvs/ports/net/transmission/Makefile,v
retrieving revision 1.24
diff -u -p -r1.24 Makefile
--- net/transmission/Makefile 22 Apr 2008 16:50:42 -0000 1.24
+++ net/transmission/Makefile 19 May 2008 03:34:42 -0000
@@ -50,7 +50,7 @@ WANTLIB-gui= ${WANTLIB} X11 Xau Xcomposi
Xfixes Xi Xinerama Xrandr Xrender atk-1.0 cairo dbus-1 \
dbus-glib-1 expat fontconfig freetype gio-2.0 glib-2.0 glitz \
gmodule-2.0 gobject-2.0 gthread-2.0 pango-1.0 pangoft2-1.0 \
- pangocairo-1.0 png pcre z
+ pangocairo-1.0 pixman-1 png pcre z
LIB_DEPENDS= gdk_pixbuf-2.0,gdk-x11-2.0,gtk-x11-2.0::x11/gtk+2 \
notify.>=2::devel/libnotify
LIB_DEPENDS-main=${MODGETTEXT_LIB_DEPENDS}
Index: print/epdfview/Makefile
===================================================================
RCS file: /cvs/ports/print/epdfview/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- print/epdfview/Makefile 2 May 2008 11:55:42 -0000 1.8
+++ print/epdfview/Makefile 19 May 2008 03:34:44 -0000
@@ -3,7 +3,7 @@
COMMENT= lightweight PDF document viewer
DISTNAME= epdfview-0.1.6
-PKGNAME= ${DISTNAME}p4
+PKGNAME= ${DISTNAME}p5
CATEGORIES= print
HOMEPAGE= http://trac.emma-soft.com/epdfview/
@@ -22,8 +22,8 @@ PERMIT_DISTFILES_FTP= Yes
WANTLIB= Xau Xcomposite Xcursor Xdamage Xdmcp Xfixes Xi Xinerama \
Xrandr X11 Xext Xrender atk-1.0 c cairo fontconfig freetype \
glib-2.0 glitz gmodule-2.0 gobject-2.0 gthread-2.0 \
- m pango-1.0 pangocairo-1.0 pangoft2-1.0 png pthread \
- stdc++ z expat
+ m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png \
+ pthread stdc++ z expat
MODULES= devel/gettext
Index: x11/gtk+2/Makefile
===================================================================
RCS file: /cvs/ports/x11/gtk+2/Makefile,v
retrieving revision 1.63
diff -u -p -r1.63 Makefile
--- x11/gtk+2/Makefile 18 Apr 2008 09:20:20 -0000 1.63
+++ x11/gtk+2/Makefile 19 May 2008 03:35:15 -0000
@@ -8,7 +8,7 @@ COMMENT-cups= gtk+2 CUPS print backend
VERSION= 2.12.9
DISTNAME= gtk+-${VERSION}
-PKGNAME-main= gtk+2-${VERSION}p1
+PKGNAME-main= gtk+2-${VERSION}p2
PKGNAME-docs= gtk+2-docs-${VERSION}p0
PKGNAME-cups= gtk+2-cups-${VERSION}
SHARED_LIBS += gdk_pixbuf-2.0 1200.9 # .1200.9
@@ -32,7 +32,7 @@ MULTI_PACKAGES= -main -docs -cu
WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
Xfixes Xi Xinerama Xrandr Xrender cairo expat \
- fontconfig freetype glitz m pcre z
+ fontconfig freetype glitz m pcre pixman-1 z
MODULES= devel/gettext