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/libXext | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) | |
download | ports-d4f0d0048a8755106a4b0445221a19761e746984.tar.gz ports-d4f0d0048a8755106a4b0445221a19761e746984.zip |
Notes
Diffstat (limited to 'x11/libXext')
-rw-r--r-- | x11/libXext/Makefile | 81 | ||||
-rw-r--r-- | x11/libXext/distinfo | 6 |
2 files changed, 68 insertions, 19 deletions
diff --git a/x11/libXext/Makefile b/x11/libXext/Makefile index 8f9c9ec87ec8..eae965a1947f 100644 --- a/x11/libXext/Makefile +++ b/x11/libXext/Makefile @@ -6,27 +6,76 @@ # PORTNAME= libXext -PORTVERSION= 6.4.3 +PORTVERSION= 1.0.3 +PORTEPOCH= 1 CATEGORIES= x11 -MASTER_SITES= http://freedesktop.org/~ajax/xlibs-release/ MAINTAINER= x11@FreeBSD.org COMMENT= X11 Extension library -LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/xextensions.pc:${PORTSDIR}/x11/xextensions \ - ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11 -BUILD_DEPENDS= ${LIB_PC_DEPENDS} -RUN_DEPENDS= ${LIB_PC_DEPENDS} +XORG_CAT= lib +USE_XORG= xproto x11 xextproto:both xau -CONFLICTS= XFree86-libraries-* xorg-libraries-* - -USE_BZIP2= yes -PREFIX?= ${X11BASE} -GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_GMAKE= yes -CFLAGS+= -DMALLOC_0_RETURNS_NULL -INSTALLS_SHLIB= yes -USE_GNOME= gnomehack pkgconfig +MAN3= DBE.3 \ + DPMSCapable.3 \ + DPMSDisable.3 \ + DPMSEnable.3 \ + DPMSForceLevel.3 \ + DPMSGetTimeouts.3 \ + DPMSGetVersion.3 \ + DPMSInfo.3 \ + DPMSQueryExtension.3 \ + DPMSSetTimeouts.3 \ + XShape.3 \ + XShapeCombineMask.3 \ + XShapeCombineRectangles.3 \ + XShapeCombineRegion.3 \ + XShapeCombineShape.3 \ + XShapeGetRectangles.3 \ + XShapeInputSelected.3 \ + XShapeOffsetShape.3 \ + XShapeQueryExtension.3 \ + XShapeQueryExtents.3 \ + XShapeQueryVersion.3 \ + XShapeSelectInput.3 \ + XcupGetReservedColormapEntries.3 \ + XcupQueryVersion.3 \ + XcupStoreColors.3 \ + XdbeAllocateBackBufferName.3 \ + XdbeBeginIdiom.3 \ + XdbeDeallocateBackBufferName.3 \ + XdbeEndIdiom.3 \ + XdbeFreeVisualInfo.3 \ + XdbeGetBackBufferAttributes.3 \ + XdbeGetVisualInfo.3 \ + XdbeQueryExtension.3 \ + XdbeSwapBuffers.3 \ + Xevi.3 \ + XeviGetVisualInfo.3 \ + XeviQueryExtension.3 \ + XeviQueryVersion.3 \ + Xmbuf.3 \ + XmbufChangeBufferAttributes.3 \ + XmbufChangeWindowAttributes.3 \ + XmbufCreateBuffers.3 \ + XmbufCreateStereoWindow.3 \ + XmbufDestroyBuffers.3 \ + XmbufDisplayBuffers.3 \ + XmbufGetBufferAttributes.3 \ + XmbufGetScreenInfo.3 \ + XmbufGetVersion.3 \ + XmbufGetWindowAttributes.3 \ + XmbufQueryExtension.3 \ + XShm.3 \ + XShmAttach.3 \ + XShmCreateImage.3 \ + XShmCreatePixmap.3 \ + XShmDetach.3 \ + XShmGetEventBase.3 \ + XShmGetImage.3 \ + XShmPixmapFormat.3 \ + XShmPutImage.3 \ + XShmQueryExtension.3 \ + XShmQueryVersion.3 .include <bsd.port.mk> diff --git a/x11/libXext/distinfo b/x11/libXext/distinfo index 08576db81621..5f63d025110a 100644 --- a/x11/libXext/distinfo +++ b/x11/libXext/distinfo @@ -1,3 +1,3 @@ -MD5 (libXext-6.4.3.tar.bz2) = b7117194e69867905da9701dff56f3ee -SHA256 (libXext-6.4.3.tar.bz2) = 04e6ed9b13b215814db0713c02f9f33d38e7761ffb9d80c637fa18d8e39dfb56 -SIZE (libXext-6.4.3.tar.bz2) = 216253 +MD5 (xorg/lib/libXext-1.0.3.tar.bz2) = 1bf6fa1c26f9957d7cc0bd90b038dfa6 +SHA256 (xorg/lib/libXext-1.0.3.tar.bz2) = 2d706baf206d1cb422c8e0ceb6c5a8546bc3f0587cf090eba51e75a295d9c3f0 +SIZE (xorg/lib/libXext-1.0.3.tar.bz2) = 262116 |