diff options
author | eadler <eadler@FreeBSD.org> | 2011-09-22 21:51:54 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2011-09-22 21:51:54 +0800 |
commit | 89d8addfee5dbc67bad43a6ad0474ed87e8d4000 (patch) | |
tree | 4edfe440727287dd164ec4f6b9b2ae5e693a0842 /x11/libX11 | |
parent | 87f7244ae08fe725fd9e7edd3cd2da486f85167f (diff) | |
download | freebsd-ports-gnome-89d8addfee5dbc67bad43a6ad0474ed87e8d4000.tar.gz freebsd-ports-gnome-89d8addfee5dbc67bad43a6ad0474ed87e8d4000.tar.zst freebsd-ports-gnome-89d8addfee5dbc67bad43a6ad0474ed87e8d4000.zip |
- updated evieext to 1.1.1
- updated libSM to 1.2.0,1
- updated libX11 to 1.4.4,1
- updated libXevie to 1.0.3
- updated libXext to 1.3.0_1,1
- updated libXfixes to 4.0.4
- updated libXi to 1.4.3,1
- updated libXinerama to 1.1.1,1
- updated libXp to 1.0.1,1
- updated libXpm to 3.5.9
- updated libXrandr to 1.3.2
- updated libXrender to 0.9.6
- updated libXres to 1.0.5
- updated libXtst to 1.2.0
- updated libXv to 1.0.6,1
- updated libXxf86dga to 1.1.2
- updated libXxf86misc to 1.0.3
- updated libXxf86vm to 1.1.1
- updated xdbedizzy to 1.1.0
- updated xdm to 1.1.10
- updated xf86dga to 1.0.3
- updated xf86driproto to 2.1.1
- updated xfd to 1.1.0
- updated xfindproxy to 1.0.2
- updated xfwp to 1.0.2
- updated xinit to 1.3.1
- updated xkbcomp to 1.2.3
- updated xkeyboard to config-2.1
- updated xlsatoms to 1.1.0
- updated xmag to 1.0.4
- updated xman to 1.1.2
- updated xorg to cf-files-1.0.4
- updated xrefresh to 1.0.4
- updated xrx to 1.0.4
- updated xsm to 1.0.2
- updated xwud to 1.0.3
- fix final line in pkg-descr
- add license where appropriate
- remove two patches in libX11 which are no longer required
Reviewed by: kwm
Approved by: bapt (mentor)
Obtained from: xorg-devel repo
Diffstat (limited to 'x11/libX11')
-rw-r--r-- | x11/libX11/Makefile | 11 | ||||
-rw-r--r-- | x11/libX11/distinfo | 4 | ||||
-rw-r--r-- | x11/libX11/files/patch-Makefile.am | 11 | ||||
-rw-r--r-- | x11/libX11/files/patch-configure.ac | 10 | ||||
-rw-r--r-- | x11/libX11/manpages | 5 |
5 files changed, 14 insertions, 27 deletions
diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile index 323348967f89..76826561eb99 100644 --- a/x11/libX11/Makefile +++ b/x11/libX11/Makefile @@ -6,13 +6,15 @@ # PORTNAME= libX11 -PORTVERSION= 1.3.6 +PORTVERSION= 1.4.4 PORTEPOCH= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X11 library +LICENSE= MIT + BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xcb.pc:${PORTSDIR}/x11/libxcb \ ${LOCALBASE}/share/aclocal/xorg-macros.m4:${PORTSDIR}/devel/xorg-macros RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xcb.pc:${PORTSDIR}/x11/libxcb @@ -21,9 +23,14 @@ XORG_CAT= lib USE_XORG= bigreqsproto xau xcmiscproto xdmcp xextproto xtrans \ kbproto:both inputproto xf86bigfontproto xproto:both CONFIGURE_ARGS+= --datadir=${PREFIX}/lib \ - --with-xcb=yes \ + --without-xmlto \ --disable-specs CONFIGURE_ENV+= ac_cv_path_PS2PDF="" .include "${.CURDIR}/manpages" + +post-patch: + @${REINPLACE_CMD} '/^install-data-am:/,/^$$/ \ + s/install-specDATA//' ${WRKSRC}/nls/Makefile.in + .include <bsd.port.mk> diff --git a/x11/libX11/distinfo b/x11/libX11/distinfo index 318dab8004d5..3b414ea70805 100644 --- a/x11/libX11/distinfo +++ b/x11/libX11/distinfo @@ -1,2 +1,2 @@ -SHA256 (xorg/lib/libX11-1.3.6.tar.bz2) = 599826765c59a98b1e58b4f6c4ad50dca69eeb0e7bd78aea736ca815f45bea40 -SIZE (xorg/lib/libX11-1.3.6.tar.bz2) = 2084047 +SHA256 (xorg/lib/libX11-1.4.4.tar.bz2) = 7fe62180f08ef5f0a0062fb444591e349cae2ab5af6ad834599f5c654e6c840d +SIZE (xorg/lib/libX11-1.4.4.tar.bz2) = 2323404 diff --git a/x11/libX11/files/patch-Makefile.am b/x11/libX11/files/patch-Makefile.am deleted file mode 100644 index 767a1d400908..000000000000 --- a/x11/libX11/files/patch-Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.am.orig 2009-03-13 12:20:35.000000000 +0300 -+++ Makefile.am 2009-03-13 12:21:02.000000000 +0300 -@@ -5,7 +5,7 @@ - endif - SUBDIRS=include $(ORDER) nls man - --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = x11.pc - if XCB - pkgconfig_DATA += x11-xcb.pc diff --git a/x11/libX11/files/patch-configure.ac b/x11/libX11/files/patch-configure.ac deleted file mode 100644 index 6acb6cb18325..000000000000 --- a/x11/libX11/files/patch-configure.ac +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.ac.orig 2009-03-13 11:46:25.000000000 +0300 -+++ configure.ac 2009-03-13 11:46:56.000000000 +0300 -@@ -20,7 +20,6 @@ - - # Checks for programs. - AC_PROG_LIBTOOL --DOLT - AC_PROG_CC - XORG_CWARNFLAGS - diff --git a/x11/libX11/manpages b/x11/libX11/manpages index ec4bab81931c..3ed4a0073cfd 100644 --- a/x11/libX11/manpages +++ b/x11/libX11/manpages @@ -122,6 +122,7 @@ XContextDependentDrawing.3 \ XContextualDrawing.3 \ XConvertCase.3 \ XConvertSelection.3 \ +XCompose.3 \ XCopyArea.3 \ XCopyColormapAndFree.3 \ XCopyGC.3 \ @@ -217,7 +218,7 @@ XFreeFontNames.3 \ XFreeFontPath.3 \ XFreeFontSet.3 \ XFreeGC.3 \ -XFreeModifierMap.3 \ +XFreeModifiermap.3 \ XFreePixmap.3 \ XFreeStringList.3 \ XGCValues.3 \ @@ -817,4 +818,4 @@ XwcTextPerCharExtents.3 \ XwcTextPropertyToTextList.3 MAN5= \ Compose.5 \ -XCompose.5
\ No newline at end of file +XCompose.5 |