summaryrefslogtreecommitdiff
path: root/x11/lesstif12
diff options
context:
space:
mode:
authorjlam <jlam>2000-12-22 17:26:18 +0000
committerjlam <jlam>2000-12-22 17:26:18 +0000
commit93065720cc98e124a1f600a72cba4d18be5f3a87 (patch)
tree7508366f1ef7becae93914cbae4785a898754206 /x11/lesstif12
parentcc90ce9dcb9e5029066c180d7203325f71ec87bc (diff)
downloadpkgsrc-93065720cc98e124a1f600a72cba4d18be5f3a87.tar.gz
Update lesstif and lesstif12 to version 0.92.6. Make me the maintainer
since I'm most familiar with the hack to include the LessTif X11 config files. Relevant changes from version 0.91.8: * Build/Install Uil libs and Headers (and tests) by default. * Fixed some FontList interfaces to conform to the docs. Might fix memory leaks as well. * Ongoing work to use ANSI C89 as much as possible. Drop alternatives being used (e.g. bcopy() and friends) * The Motif 2.x Xme() funcs should now all exist in stubs at least; some had already been "implemented" earlier. * Build support for a Motif 2.1 compatible tree. This will soon replace the 2.0 tree. * Work in progres for creating XmPrint API. (2.1 functionality)
Diffstat (limited to 'x11/lesstif12')
-rw-r--r--x11/lesstif12/Makefile12
-rw-r--r--x11/lesstif12/pkg/MESSAGE8
-rw-r--r--x11/lesstif12/pkg/PLIST11
3 files changed, 24 insertions, 7 deletions
diff --git a/x11/lesstif12/Makefile b/x11/lesstif12/Makefile
index 489f958209b..ad178ba64ee 100644
--- a/x11/lesstif12/Makefile
+++ b/x11/lesstif12/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/10/30 10:13:56 mjl Exp $
+# $NetBSD: Makefile,v 1.4 2000/12/22 17:26:22 jlam Exp $
PKGNAME= lesstif12-${LESSTIF_VERSION}
@@ -11,8 +11,16 @@ CONFIGURE_ARGS+= --enable-build-12
CONFIGURE_ARGS+= --disable-build-20
CONFIGURE_ARGS+= --enable-default-12
+MESSAGE_FILE= ${WRKDIR}/MESSAGE
+
+pre-install:
+ ${SED} -e "s,@PREFIX@,${PREFIX},g" \
+ < ${PKGDIR}/MESSAGE > ${MESSAGE_FILE}
+
+# We don't install any documentation, but the installation process creates
+# this directory anyway, so remove it if it's empty.
+#
post-install:
${RMDIR} -p ${PREFIX}/share/doc/html/lesstif 2> /dev/null || ${TRUE}
- ${RMDIR} -p ${PREFIX}/share/doc/lesstif 2> /dev/null || ${TRUE}
.include "../../x11/lesstif/Makefile.common"
diff --git a/x11/lesstif12/pkg/MESSAGE b/x11/lesstif12/pkg/MESSAGE
index 6c90c41e6be..7bd83b2b197 100644
--- a/x11/lesstif12/pkg/MESSAGE
+++ b/x11/lesstif12/pkg/MESSAGE
@@ -1,14 +1,14 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2000/07/25 14:44:48 jlam Exp $
+$NetBSD: MESSAGE,v 1.2 2000/12/22 17:26:22 jlam Exp $
Please note that this package is provided for those programs
which will not work with newer versions of LessTif. To allow this
package to coexist with newer versions of LessTif, it has been installed
-in ${PREFIX}/LessTif/1.2/{include,lib}.
+in @PREFIX@/LessTif/1.2/{include,lib}.
You should be able to select this version of LessTif when compiling
programs which use it by passing the following flags to the compiler:
- -I${PREFIX}/LessTif/1.2/include
- -L${PREFIX}/LessTif/1.2/lib -Wl,-R${PREFIX}/LessTif/1.2/lib
+ -I@PREFIX@/LessTif/Motif1.2/include
+ -L@PREFIX@/LessTif/Motif1.2/lib -Wl,-R@PREFIX@/LessTif/Motif1.2/lib
===========================================================================
diff --git a/x11/lesstif12/pkg/PLIST b/x11/lesstif12/pkg/PLIST
index 32e967df111..38283b983a9 100644
--- a/x11/lesstif12/pkg/PLIST
+++ b/x11/lesstif12/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2000/07/25 14:44:48 jlam Exp $
+@comment $NetBSD: PLIST,v 1.2 2000/12/22 17:26:22 jlam Exp $
LessTif/Motif1.2/include/Mrm/MrmAppl.h
LessTif/Motif1.2/include/Mrm/MrmDecls.h
LessTif/Motif1.2/include/Mrm/MrmPrivate.h
@@ -122,13 +122,22 @@ LessTif/Motif1.2/include/Xm/XmAll.h
LessTif/Motif1.2/include/Xm/XmP.h
LessTif/Motif1.2/include/Xm/XmStrDefs.h
LessTif/Motif1.2/include/Xm/XmosP.h
+LessTif/Motif1.2/include/uil/Uil.h
+LessTif/Motif1.2/include/uil/UilDBDef.h
+LessTif/Motif1.2/include/uil/UilDef.h
+LessTif/Motif1.2/include/uil/UilSymDef.h
+LessTif/Motif1.2/include/uil/UilSymGl.h
LessTif/Motif1.2/lib/libMrm.a
LessTif/Motif1.2/lib/libMrm.la
LessTif/Motif1.2/lib/libMrm.so.1.2
+LessTif/Motif1.2/lib/libUil.a
+LessTif/Motif1.2/lib/libUil.la
+LessTif/Motif1.2/lib/libUil.so.1.2
LessTif/Motif1.2/lib/libXm.a
LessTif/Motif1.2/lib/libXm.la
LessTif/Motif1.2/lib/libXm.so.1.2
@dirrm LessTif/Motif1.2/lib
+@dirrm LessTif/Motif1.2/include/uil
@dirrm LessTif/Motif1.2/include/Xm
@dirrm LessTif/Motif1.2/include/Mrm
@dirrm LessTif/Motif1.2/include