diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-06-06 07:49:00 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-06-06 07:49:00 +0000 |
commit | ae2eb11cf9f231e1affa08a4054156d0d1450214 (patch) | |
tree | 2d88a665cad1f2c8085152979cf34f5831619dce /x11-toolkits | |
parent | 6194b3c1447df740f8efdcb1de0eb708dd9122f2 (diff) | |
download | ports-ae2eb11cf9f231e1affa08a4054156d0d1450214.tar.gz ports-ae2eb11cf9f231e1affa08a4054156d0d1450214.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/lesstif/Makefile | 11 | ||||
-rw-r--r-- | x11-toolkits/lesstif/distinfo | 6 | ||||
-rw-r--r-- | x11-toolkits/lesstif/files/patch-VendorSP.h | 17 |
3 files changed, 11 insertions, 23 deletions
diff --git a/x11-toolkits/lesstif/Makefile b/x11-toolkits/lesstif/Makefile index f001f51ea447..8d51d88e8148 100644 --- a/x11-toolkits/lesstif/Makefile +++ b/x11-toolkits/lesstif/Makefile @@ -6,8 +6,7 @@ # PORTNAME= lesstif -PORTVERSION= 0.95.0 -PORTREVISION= 5 +PORTVERSION= 0.95.2 PORTEPOCH= 2 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -21,7 +20,7 @@ LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig CONFLICTS?= open-motif-* USE_BZIP2= yes USE_AUTOTOOLS= automake:19:env autoconf:262 libtool:15 -USE_XORG= sm ice xt xp xext x11 xextproto +USE_XORG= sm ice xt xp xext x11 xextproto xrender USE_FREETYPE= yes USE_LDCONFIG= yes LIBTOOLFILES= aclocal.m4 test/aclocal.m4 @@ -73,6 +72,12 @@ pre-extract: esac) .endif +post-patch: + ${REINPLACE_CMD} \ + -e 's|LT_HAVE_FREETYPE|FINDXFT_HAVE_FREETYPE|g' \ + -e 's|LT_HAVE_XRENDER|FINDXFT_HAVE_XRENDER|g' \ + ${WRKSRC}/acinclude.m4 + post-install: @${INSTALL_DATA} ${WRKSRC}/scripts/autoconf/ac_find_motif.m4 \ ${PREFIX}/share/aclocal diff --git a/x11-toolkits/lesstif/distinfo b/x11-toolkits/lesstif/distinfo index 5f0350710cdc..eb0bf586f035 100644 --- a/x11-toolkits/lesstif/distinfo +++ b/x11-toolkits/lesstif/distinfo @@ -1,3 +1,3 @@ -MD5 (lesstif-0.95.0.tar.bz2) = ab895165c149d7f95843c7584b1c7ad4 -SHA256 (lesstif-0.95.0.tar.bz2) = e5ef90ff30897448a7c090c2e31ceb302ed064a60411436e8995580848ed1a63 -SIZE (lesstif-0.95.0.tar.bz2) = 2459799 +MD5 (lesstif-0.95.2.tar.bz2) = 754187dbac09fcf5d18296437e72a32f +SHA256 (lesstif-0.95.2.tar.bz2) = eb4aa38858c29a4a3bcf605cfe7d91ca41f4522d78d770f69721e6e3a4ecf7e3 +SIZE (lesstif-0.95.2.tar.bz2) = 2481073 diff --git a/x11-toolkits/lesstif/files/patch-VendorSP.h b/x11-toolkits/lesstif/files/patch-VendorSP.h deleted file mode 100644 index 110ed8dc3544..000000000000 --- a/x11-toolkits/lesstif/files/patch-VendorSP.h +++ /dev/null @@ -1,17 +0,0 @@ ---- include/Motif-2.1/Xm/VendorSP.h.BAD 2006-08-30 11:00:30.000000000 -0500 -+++ include/Motif-2.1/Xm/VendorSP.h 2006-08-30 11:00:47.000000000 -0500 -@@ -28,12 +28,13 @@ - - #include <Xm/XmP.h> - #include <Xm/VendorS.h> --#include <X11/ShellP.h> - - #ifdef __cplusplus - extern "C" { - #endif - -+#include <X11/ShellP.h> -+ - XMLIBEXPORT extern Cardinal _XmFilterResources(XtResource *resources, - Cardinal numResources, - WidgetClass filterClass, |