Upgrade, 1.0 -> 1.1.

% patch-ab is not necessary anymore because the bug is now fixed in
. the original source.

% post-configure (which was doing "make includes") is not necessary
. because xmkmf is now called with "-a".  (Yeah, should have redefined
. XMKMF in Makefile in the first place....)
This commit is contained in:
Satoshi Asami 1995-04-04 09:25:26 +00:00
parent 4695e6bfc5
commit 8f3b1c8030
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1288
5 changed files with 9 additions and 8 deletions

View file

@ -1,12 +1,12 @@
# New ports collection makefile for: Xaw3d
# Version required: 1.0
# Version required: 1.1
# Date created: 18 November 1994
# Whom: asami
#
# $Id: Makefile,v 1.4 1995/03/24 11:11:34 asami Exp $
# $Id: Makefile,v 1.0 1994/11/18 00:00:00 asami Exp $
#
DISTNAME= Xaw3d-1.0
DISTNAME= Xaw3d-1.1
USE_IMAKE= yes
MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/widgets/Xaw3d/R6/
CATEGORIES+= x11

View file

@ -1 +1 @@
MD5 (Xaw3d-1.0.tar.gz) = 950e5813bbe8ad741e545ab00b6e429f
MD5 (Xaw3d-1.1.tar.gz) = fab7e295f64fd8cc5edb0f8800dc1455

View file

@ -1,6 +1,6 @@
--- Imakefile.orig Tue Jul 19 13:26:50 1994
+++ Imakefile Mon Jan 23 08:44:58 1995
@@ -16,7 +16,8 @@
--- ./Imakefile.org Thu Mar 30 15:56:19 1995
+++ ./Imakefile Tue Apr 4 00:47:40 1995
@@ -38,7 +38,8 @@
LINTLIBS = $(LINTXLIB) $(LINTXTOOL)

View file

@ -1 +1 @@
Xaw3d-1.0, a 3-D Athena Widget set that looks like Motif.
Xaw3d-1.1, a 3-D Athena Widget set that looks like Motif.

View file

@ -1,5 +1,6 @@
Xaw3d is a Xaw (Athena Widget Set) replacement that looks
three-dimensional. The author is Kalib Keithley (kaleb@x.org).
This is version 1.1.
Added is a patch by me (Satoshi) to make the arrow scrollbar look real
bumpy.