mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- update to 0.95.2
This commit is contained in:
parent
6194b3c144
commit
ae2eb11cf9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235299
3 changed files with 11 additions and 23 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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,
|
Loading…
Add table
Reference in a new issue