diff options
author | kwm <kwm@FreeBSD.org> | 2015-04-18 23:34:36 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-04-18 23:34:36 +0800 |
commit | aee43c825bdc903e20204b247f2b4180a506eb09 (patch) | |
tree | 50d837d122ae52af042914c64739f37a28d78d4d /x11/libXext | |
parent | 36b9f9b247e730eef43ec59229742b13878b55c2 (diff) | |
download | freebsd-ports-gnome-aee43c825bdc903e20204b247f2b4180a506eb09.tar.gz freebsd-ports-gnome-aee43c825bdc903e20204b247f2b4180a506eb09.tar.zst freebsd-ports-gnome-aee43c825bdc903e20204b247f2b4180a506eb09.zip |
Misc X.org port updates:
Update gccmakedep to 1.0.3.
Update imake to 1.0.7.
Update libpciaccess to 0.13.3.
Update libdrm to 2.4.60.
Update bitmap to 1.0.8.
Update fstobdf to 1.0.6.
Update iceauth to 1.0.7.
Update libXdmcp to 1.1.2.
Update libXp to 1.0.3.
Update libXvMC to 1.0.9.
Update libXxf86vm to 1.1.4.
Update libxshmfence to 1.2.
Update randrproto to 1.4.1.
Update rgb to 1.0.6.
Update sessreg to 1.1.0.
Update xcb-util-cursor to 0.1.2.
Update xedit to 1.2.2.
Update xkbcomp to 1.3.0.
Update xkeyboard-config to 2.14.
Update xproto to 7.0.27.
Update xf86-input-mouse to 1.9.1.
Update xf86-input-synaptics to 1.8.2.
Update xf86-video-i710 to 1.3.5.
Update xf86-video-mga to 1.6.4.
Update xf86-video-tdfx to 1.4.6.
Update xf86-video-vmware to 13.1.0.
Update bdftopcf to 1.0.5.
Update font-util to 1.3.1.
Update fslsfonts to 1.0.5.
Update mkfontscale to 1.1.2.
Update showfont to 1.0.5.
Update xfs to 1.1.4.
Update xfsinfo to 1.0.5.
Remove :keepla from USES=libtool for X libraries in bsd.xorg.mk, and bump
all affected ports.
PR: 199400
Obtained from: Xorg-devel repo
Diffstat (limited to 'x11/libXext')
-rw-r--r-- | x11/libXext/Makefile | 1 | ||||
-rw-r--r-- | x11/libXext/pkg-plist | 31 |
2 files changed, 16 insertions, 16 deletions
diff --git a/x11/libXext/Makefile b/x11/libXext/Makefile index 190f616f07bd..6e4481d3e8bc 100644 --- a/x11/libXext/Makefile +++ b/x11/libXext/Makefile @@ -3,6 +3,7 @@ PORTNAME= libXext PORTVERSION= 1.3.3 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11 diff --git a/x11/libXext/pkg-plist b/x11/libXext/pkg-plist index b234e43301f5..08063a290e03 100644 --- a/x11/libXext/pkg-plist +++ b/x11/libXext/pkg-plist @@ -1,8 +1,3 @@ -lib/libXext.a -lib/libXext.la -lib/libXext.so -lib/libXext.so.6 -lib/libXext.so.6.4.0 include/X11/extensions/MITMisc.h include/X11/extensions/XEVI.h include/X11/extensions/XLbx.h @@ -19,6 +14,10 @@ include/X11/extensions/security.h include/X11/extensions/shape.h include/X11/extensions/sync.h include/X11/extensions/xtestext1.h +lib/libXext.a +lib/libXext.so +lib/libXext.so.6 +lib/libXext.so.6.4.0 libdata/pkgconfig/xext.pc man/man3/DBE.3.gz man/man3/DPMSCapable.3.gz @@ -42,6 +41,17 @@ man/man3/XShapeQueryExtension.3.gz man/man3/XShapeQueryExtents.3.gz man/man3/XShapeQueryVersion.3.gz man/man3/XShapeSelectInput.3.gz +man/man3/XShm.3.gz +man/man3/XShmAttach.3.gz +man/man3/XShmCreateImage.3.gz +man/man3/XShmCreatePixmap.3.gz +man/man3/XShmDetach.3.gz +man/man3/XShmGetEventBase.3.gz +man/man3/XShmGetImage.3.gz +man/man3/XShmPixmapFormat.3.gz +man/man3/XShmPutImage.3.gz +man/man3/XShmQueryExtension.3.gz +man/man3/XShmQueryVersion.3.gz man/man3/XcupGetReservedColormapEntries.3.gz man/man3/XcupQueryVersion.3.gz man/man3/XcupStoreColors.3.gz @@ -70,14 +80,3 @@ man/man3/XmbufGetScreenInfo.3.gz man/man3/XmbufGetVersion.3.gz man/man3/XmbufGetWindowAttributes.3.gz man/man3/XmbufQueryExtension.3.gz -man/man3/XShm.3.gz -man/man3/XShmAttach.3.gz -man/man3/XShmCreateImage.3.gz -man/man3/XShmCreatePixmap.3.gz -man/man3/XShmDetach.3.gz -man/man3/XShmGetEventBase.3.gz -man/man3/XShmGetImage.3.gz -man/man3/XShmPixmapFormat.3.gz -man/man3/XShmPutImage.3.gz -man/man3/XShmQueryExtension.3.gz -man/man3/XShmQueryVersion.3.gz |