diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
commit | d4f0d0048a8755106a4b0445221a19761e746984 (patch) | |
tree | c87184c5bfeaf942c827c5f706186ce9786a2588 /x11/libXres | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) | |
download | ports-d4f0d0048a8755106a4b0445221a19761e746984.tar.gz ports-d4f0d0048a8755106a4b0445221a19761e746984.zip |
Notes
Diffstat (limited to 'x11/libXres')
-rw-r--r-- | x11/libXres/Makefile | 29 | ||||
-rw-r--r-- | x11/libXres/distinfo | 6 | ||||
-rw-r--r-- | x11/libXres/files/patch-Makefile.in | 7 | ||||
-rw-r--r-- | x11/libXres/pkg-plist | 4 |
4 files changed, 15 insertions, 31 deletions
diff --git a/x11/libXres/Makefile b/x11/libXres/Makefile index 768b334db274..e4a52e9f8e3e 100644 --- a/x11/libXres/Makefile +++ b/x11/libXres/Makefile @@ -6,31 +6,20 @@ # PORTNAME= libXres -PORTVERSION= 1.0.1 -PORTREVISION= 4 +PORTVERSION= 1.0.3 CATEGORIES= x11 -MASTER_SITES= http://freedesktop.org/~ajax/xlibs-release/ MAINTAINER= x11@FreeBSD.org COMMENT= X Resource usage library -LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11 \ - ${X11BASE}/libdata/pkgconfig/xext.pc:${PORTSDIR}/x11/libXext -BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/resourceext.pc:${PORTSDIR}/x11/resourceext \ - ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \ - ${X11BASE}/libdata/pkgconfig/xextensions.pc:${PORTSDIR}/x11/xextensions \ - ${LIB_PC_DEPENDS} -RUN_DEPENDS= ${LIB_PC_DEPENDS} +XORG_CAT= lib +USE_XORG= x11 xext xextproto resourceproto -CONFLICTS= XFree86-libraries-* xorg-libraries-* - -USE_BZIP2= yes -PREFIX?= ${X11BASE} -GNU_CONFIGURE= yes -USE_GMAKE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CFLAGS+= -DMALLOC_0_RETURNS_NULL -INSTALLS_SHLIB= yes -USE_GNOME= gnomehack pkgconfig +MAN3= XRes.3 \ + XResQueryClients.3 \ + XResQueryClientPixmapBytes.3 \ + XResQueryClientResources.3 \ + XResQueryExtension.3 \ + XResQueryVersion.3 .include <bsd.port.mk> diff --git a/x11/libXres/distinfo b/x11/libXres/distinfo index 5126723be037..71c6e58e9d51 100644 --- a/x11/libXres/distinfo +++ b/x11/libXres/distinfo @@ -1,3 +1,3 @@ -MD5 (libXres-1.0.1.tar.bz2) = a2d27531a768b63fe42674a41a3883f9 -SHA256 (libXres-1.0.1.tar.bz2) = 2e10e71ff9d51d385c32d2691732d94e14df4f015911883db29fffe35c024427 -SIZE (libXres-1.0.1.tar.bz2) = 175509 +MD5 (xorg/lib/libXres-1.0.3.tar.bz2) = de66ffb657aba64c9d6dbdeabb757f3e +SHA256 (xorg/lib/libXres-1.0.3.tar.bz2) = a6d5ba7573f5ec0f091095f01b51d1e671dd0f14acb5b8559cdf366e398a0230 +SIZE (xorg/lib/libXres-1.0.3.tar.bz2) = 218203 diff --git a/x11/libXres/files/patch-Makefile.in b/x11/libXres/files/patch-Makefile.in deleted file mode 100644 index 70baaf9798e4..000000000000 --- a/x11/libXres/files/patch-Makefile.in +++ /dev/null @@ -1,7 +0,0 @@ ---- Makefile.in.orig Thu Jan 15 08:29:17 2004 -+++ Makefile.in Sun Jan 22 20:04:25 2006 -@@ -168,3 +168,3 @@ - --libXRes_la_LIBADD = @RESOURCE_EXT_LIBS@ @X_LIBS@ -+libXRes_la_LIBADD = @RESOURCEEXT_LIBS@ @XRES_LIBS@ - diff --git a/x11/libXres/pkg-plist b/x11/libXres/pkg-plist index eb751f99b93f..6e609b484d6c 100644 --- a/x11/libXres/pkg-plist +++ b/x11/libXres/pkg-plist @@ -2,5 +2,7 @@ include/X11/extensions/XRes.h lib/libXRes.a lib/libXRes.la lib/libXRes.so -lib/libXRes.so.0 +lib/libXRes.so.1 libdata/pkgconfig/xres.pc +@dirrm share/X11/app-defaults +@exec mkdir -p %D/share/X11/app-defaults 2>/dev/null |