upgrade to LessTif 0.91.0
This commit is contained in:
parent
46f8ff2b98
commit
c91f4169f2
@ -1,7 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.38 2000/06/14 14:08:07 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.39 2000/06/20 01:24:44 brad Exp $
|
||||
# $FreeBSD: Makefile,v 1.17 1998/03/28 14:12:55 steve Exp $
|
||||
|
||||
DISTNAME= lesstif-0.89.9
|
||||
DISTNAME= lesstif-0.91.0
|
||||
CATEGORIES= x11
|
||||
NEED_VERSION= 1.301
|
||||
MASTER_SITES= ftp://ftp.lesstif.org/pub/hungry/lesstif/srcdist/obsolete/ \
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (lesstif-0.89.9.tar.gz) = 23c659df334986eab295ce537dca4b9c
|
||||
RMD160 (lesstif-0.89.9.tar.gz) = 93f4729417b1266fe4fe364b2fd850dc441f430c
|
||||
SHA1 (lesstif-0.89.9.tar.gz) = 7ccc2e2951c62eaa4fcef5d159b61bce81ca54d1
|
||||
MD5 (lesstif-0.91.0.tar.gz) = 5c42293a1bd6de9661babb94a096d798
|
||||
RMD160 (lesstif-0.91.0.tar.gz) = 69bf439e6409541253e096ea29fa13e8223f52e5
|
||||
SHA1 (lesstif-0.91.0.tar.gz) = 83b266541a91e5b3e8ea0e3587dc1d3cae8454cf
|
||||
|
11
x11/lesstif/patches/patch-aa
Normal file
11
x11/lesstif/patches/patch-aa
Normal file
@ -0,0 +1,11 @@
|
||||
--- configure.orig Mon Jun 19 12:52:18 2000
|
||||
+++ configure Mon Jun 19 12:52:32 2000
|
||||
@@ -909,7 +909,7 @@
|
||||
|
||||
|
||||
|
||||
-PACKAGE=lesstif
|
||||
+PACKAGE=LessTif
|
||||
|
||||
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$PICO_VERSION
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- lib/config/Makefile.in.orig Fri Nov 5 15:14:33 1999
|
||||
+++ lib/config/Makefile.in Fri Dec 17 22:32:30 1999
|
||||
@@ -120,7 +120,7 @@
|
||||
--- lib/config/Makefile.in.orig Sun May 14 20:47:09 2000
|
||||
+++ lib/config/Makefile.in Sat Jun 17 02:41:05 2000
|
||||
@@ -121,7 +121,7 @@
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
bin_SCRIPTS = mxmkmf
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- ltmain.sh.orig Tue Jul 13 12:20:56 1999
|
||||
+++ ltmain.sh Wed Jul 14 22:51:48 1999
|
||||
@@ -3522,40 +3522,6 @@
|
||||
--- ltmain.sh.orig Thu Dec 9 18:49:04 1999
|
||||
+++ ltmain.sh Sat Jun 17 02:42:06 2000
|
||||
@@ -4292,40 +4292,6 @@
|
||||
# Exit here if they wanted silent mode.
|
||||
test "$show" = : && exit 0
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- doc/lessdox/widgets/Makefile.in.orig Fri Jan 14 17:42:43 2000
|
||||
+++ doc/lessdox/widgets/Makefile.in Thu Jan 27 09:53:10 2000
|
||||
@@ -120,10 +120,10 @@
|
||||
--- doc/lessdox/widgets/Makefile.in.orig Sun May 14 20:47:15 2000
|
||||
+++ doc/lessdox/widgets/Makefile.in Sat Jun 17 02:42:39 2000
|
||||
@@ -121,10 +121,10 @@
|
||||
EXTRA_DIST = $(man1_DATA) $(man3_DATA) $(man5_DATA)
|
||||
SUFFIXES = .1 .3 .5 .html
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
|
||||
man1_DATA =
|
||||
man3_DATA = \
|
||||
@@ -169,7 +169,7 @@
|
||||
@@ -170,7 +170,7 @@
|
||||
# build them.
|
||||
#
|
||||
|
||||
|
@ -1,20 +1,20 @@
|
||||
--- Makefile.in.orig Fri Nov 5 15:14:31 1999
|
||||
+++ Makefile.in Fri Dec 17 23:25:19 1999
|
||||
@@ -128,7 +128,7 @@
|
||||
--- Makefile.in.orig Sun May 14 20:49:26 2000
|
||||
+++ Makefile.in Sat Jun 17 02:45:03 2000
|
||||
@@ -131,7 +131,7 @@
|
||||
# Lets put the informational stuff in a sub directory to avoid
|
||||
# poluting /usr/local for default installs.
|
||||
#
|
||||
-rootdir = $(exec_prefix)/LessTif
|
||||
+rootdir = $(pkgdatadir)
|
||||
root_DATA = AUTHORS BUG-REPORTING COPYING COPYING.LIB CREDITS \
|
||||
INSTALL KNOWN_BUGS NEWS README RELEASE-POLICY TODO
|
||||
KNOWN_BUGS NEWS README RELEASE-POLICY TODO release-notes.txt
|
||||
|
||||
@@ -137,7 +137,7 @@
|
||||
BUG-REPORTING CREDITS KNOWN_BUGS RELEASE-POLICY
|
||||
@@ -140,7 +140,7 @@
|
||||
BUG-REPORTING CREDITS KNOWN_BUGS RELEASE-POLICY NOTES
|
||||
|
||||
|
||||
-htmldir = $(exec_prefix)/LessTif/doc
|
||||
+htmldir = $(pkgdatadir)/doc/html
|
||||
html_DATA = NOTES
|
||||
html_DATA = release-notes.html
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- doc/www.lesstif.org/images/Makefile.in.orig Fri Jan 14 17:42:41 2000
|
||||
+++ doc/www.lesstif.org/images/Makefile.in Thu Jan 27 10:04:42 2000
|
||||
@@ -126,7 +126,7 @@
|
||||
--- doc/www.lesstif.org/images/Makefile.in.orig Sun May 14 20:47:15 2000
|
||||
+++ doc/www.lesstif.org/images/Makefile.in Sat Jun 17 02:45:37 2000
|
||||
@@ -127,7 +127,7 @@
|
||||
# Lets put the informational stuff in a sub directory to avoid
|
||||
# poluting /usr/local for default installs.
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- doc/Makefile.in.orig Fri Jan 14 17:42:40 2000
|
||||
+++ doc/Makefile.in Thu Jan 27 09:57:06 2000
|
||||
@@ -122,7 +122,7 @@
|
||||
--- doc/Makefile.in.orig Sun May 14 20:47:14 2000
|
||||
+++ doc/Makefile.in Sat Jun 17 02:47:17 2000
|
||||
@@ -123,7 +123,7 @@
|
||||
|
||||
SUBDIRS = www.lesstif.org lessdox
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- doc/lessdox/clients/Makefile.in.orig Fri Jan 14 17:42:42 2000
|
||||
+++ doc/lessdox/clients/Makefile.in Thu Jan 27 13:41:37 2000
|
||||
@@ -120,12 +120,12 @@
|
||||
--- doc/lessdox/clients/Makefile.in.orig Sun May 14 20:47:15 2000
|
||||
+++ doc/lessdox/clients/Makefile.in Sat Jun 17 02:47:48 2000
|
||||
@@ -121,12 +121,12 @@
|
||||
EXTRA_DIST = $(man1_DATA) $(man3_DATA) $(man5_DATA)
|
||||
SUFFIXES = .1 .3 .5 .html
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
man3_DATA =
|
||||
man5_DATA = mwmrc.5
|
||||
|
||||
@@ -138,7 +138,7 @@
|
||||
@@ -139,7 +139,7 @@
|
||||
# build them.
|
||||
#
|
||||
|
||||
|
@ -1,11 +1,24 @@
|
||||
--- doc/www.lesstif.org/Makefile.in.orig Fri Jan 14 17:42:41 2000
|
||||
+++ doc/www.lesstif.org/Makefile.in Thu Jan 27 10:17:28 2000
|
||||
@@ -127,7 +127,7 @@
|
||||
--- doc/www.lesstif.org/Makefile.in.orig Sun May 14 20:47:15 2000
|
||||
+++ doc/www.lesstif.org/Makefile.in Mon Jun 19 03:36:19 2000
|
||||
@@ -128,7 +128,7 @@
|
||||
# Lets put the informational stuff in a sub directory to avoid
|
||||
# polluting /usr/local for default installs.
|
||||
#
|
||||
-rootdir = $(exec_prefix)/LessTif/doc
|
||||
+rootdir = $(pkgdatadir)/doc/html
|
||||
root_DATA = COPYING.LIB.html FAQ.html apps.html \
|
||||
-docdir = $(exec_prefix)/LessTif/doc
|
||||
+docdir = $(pkgdatadir)/doc/html
|
||||
doc_DATA = COPYING.LIB.html FAQ.html INSTALL.html apps.html \
|
||||
bugs.html cdrom.html core.html current.html \
|
||||
cvs.html download.html index.html links.html lists.html \
|
||||
@@ -138,10 +138,10 @@
|
||||
Advocacy.html Xbae.html Xlt.html
|
||||
|
||||
|
||||
-rootdir = $(exec_prefix)/LessTif
|
||||
+rootdir = $(pkgdatadir)
|
||||
root_DATA = Install
|
||||
|
||||
-root2dir = $(exec_prefix)/LessTif
|
||||
+root2dir = $(pkgdatadir)
|
||||
root2_DATA = FAQ
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = ../../include/LTconfig.h
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- lib/Makefile.in.orig Fri Nov 5 15:14:32 1999
|
||||
+++ lib/Makefile.in Fri Dec 17 23:36:57 1999
|
||||
@@ -120,9 +120,6 @@
|
||||
--- lib/Makefile.in.orig Sun May 14 20:47:09 2000
|
||||
+++ lib/Makefile.in Sat Jun 17 02:49:53 2000
|
||||
@@ -121,9 +121,6 @@
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
SUBDIRS = config \
|
||||
Xm Mrm Uil \
|
||||
@ -9,4 +9,4 @@
|
||||
- Xm-CDE Mrm-CDE \
|
||||
@BuildXltDir@ @BuildXbaeDir@
|
||||
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- doc/lessdox/functions/Makefile.in.orig Fri Nov 5 15:15:03 1999
|
||||
+++ doc/lessdox/functions/Makefile.in Fri Dec 17 23:37:28 1999
|
||||
@@ -120,10 +120,10 @@
|
||||
--- doc/lessdox/functions/Makefile.in.orig Sun May 14 20:47:15 2000
|
||||
+++ doc/lessdox/functions/Makefile.in Sat Jun 17 02:50:22 2000
|
||||
@@ -121,10 +121,10 @@
|
||||
EXTRA_DIST = $(man1_DATA) $(man3_DATA) $(man5_DATA)
|
||||
SUFFIXES = .1 .3 .5 .html
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
|
||||
man1_DATA =
|
||||
man3_DATA =
|
||||
@@ -138,7 +138,7 @@
|
||||
@@ -139,7 +139,7 @@
|
||||
# build them.
|
||||
#
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.19 2000/06/14 14:08:07 brad Exp $
|
||||
LessTif/FAQ
|
||||
@comment $OpenBSD: PLIST,v 1.20 2000/06/20 01:24:45 brad Exp $
|
||||
LessTif/Motif1.2/include/Mrm/MrmAppl.h
|
||||
LessTif/Motif1.2/include/Mrm/MrmDecls.h
|
||||
LessTif/Motif1.2/include/Mrm/MrmPrivate.h
|
||||
@ -209,7 +208,8 @@ share/LessTif/BUG-REPORTING
|
||||
share/LessTif/COPYING
|
||||
share/LessTif/COPYING.LIB
|
||||
share/LessTif/CREDITS
|
||||
share/LessTif/INSTALL
|
||||
share/LessTif/Install
|
||||
share/LessTif/FAQ
|
||||
share/LessTif/KNOWN_BUGS
|
||||
share/LessTif/NEWS
|
||||
share/LessTif/README
|
||||
@ -225,7 +225,6 @@ share/LessTif/doc/html/images/ltsunlogo.png
|
||||
share/LessTif/doc/html/COPYING.LIB.html
|
||||
share/LessTif/doc/html/FAQ.html
|
||||
share/LessTif/doc/html/INSTALL.html
|
||||
share/LessTif/doc/html/NOTES
|
||||
share/LessTif/doc/html/UIL.txt
|
||||
share/LessTif/doc/html/Advocacy.html
|
||||
share/LessTif/doc/html/All.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user