1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

- Update to 0.94.2

http://www.lesstif.org/ReleaseNotes.html
This commit is contained in:
Dirk Meyer 2005-04-02 20:03:49 +00:00
parent 7956aac992
commit e7f8a88d89
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132254
5 changed files with 36 additions and 3 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= lesstif
PORTVERSION= 0.94.0
PORTVERSION= 0.94.2
PORTEPOCH= 2
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= lesstif
MAINTAINER= ports@freebsd.org
COMMENT= API compatible clone of the Motif toolkit
LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig
CONFLICTS?= open-motif-*
MANUAL_PACKAGE_BUILD= do not want to install during interactive build
WANT_AUTOMAKE_VER= 19
@ -25,6 +27,7 @@ USE_INC_LIBTOOL_VER= 15
LIBTOOLFILES= aclocal.m4 test/aclocal.m4
CONFIGURE_ARGS+= --enable-static --enable-shared --enable-production
CONFIGURE_ARGS+= --disable-maintainer-mode
CFLAGS+= -I${X11BASE}/include
MAN1 = lesstif.1 ltversion.1 mwm.1 uil.1 xmbind.1

View File

@ -1,2 +1,2 @@
MD5 (lesstif-0.94.0.tar.gz) = 28daed52e4b4372528115ebe952df4f6
SIZE (lesstif-0.94.0.tar.gz) = 3487109
MD5 (lesstif-0.94.2.tar.gz) = c65ec858f3de81a595066d9681f5b219
SIZE (lesstif-0.94.2.tar.gz) = 3502267

View File

@ -0,0 +1,18 @@
--- lib/Xm-2.1/DebugUtil.c.orig Mon Mar 28 10:24:56 2005
+++ lib/Xm-2.1/DebugUtil.c Thu Mar 31 08:45:03 2005
@@ -1162,6 +1162,7 @@
void
_LtDebugPrintRenderTable(char *s, XmRenderTable rt)
{
+#ifndef LESSTIF_PRODUCTION
int x;
fprintf(_LtDebugFile, "%s %p (%d renditions)\n", s, rt, rt->count);
@@ -1207,6 +1208,7 @@
break;
}
}
+#endif/* !LESSTIF_PRODUCTION */
}
/*

View File

@ -0,0 +1,11 @@
--- configure.in.orig Wed Mar 30 00:56:10 2005
+++ configure.in Thu Mar 31 08:38:27 2005
@@ -532,8 +532,6 @@
AC_CONFIG_FILES([\
Makefile \
-autopackage/default.apspec \
-autopackage/Makefile \
scripts/Makefile \
scripts/autoconf/Makefile \
scripts/FreeBSD/Makefile \

View File

@ -147,6 +147,7 @@ LessTif/doc/SyntheticResources.txt
LessTif/doc/UIL.txt
LessTif/doc/XmStrings.txt
LessTif/doc/thread.html
bin/motif-config
bin/mwm
bin/mxmkmf
bin/uil