diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-07-03 11:02:22 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-07-03 11:02:22 +0000 |
commit | 85768b5eb139f99871b665dfcb04df5aadd90409 (patch) | |
tree | fa118d15f8ffc2b36ae7928eebe682a3c819107b /x11/lesstif | |
parent | 61e49eda2643986aaf952d93b2146cd35710978f (diff) | |
download | pkgsrc-85768b5eb139f99871b665dfcb04df5aadd90409.tar.gz |
Update to lesstif-0.85.3 which already contains the fix that was in patch-aj.
Diffstat (limited to 'x11/lesstif')
-rw-r--r-- | x11/lesstif/Makefile | 6 | ||||
-rw-r--r-- | x11/lesstif/files/md5 | 2 | ||||
-rw-r--r-- | x11/lesstif/patches/patch-aj | 10 |
3 files changed, 4 insertions, 14 deletions
diff --git a/x11/lesstif/Makefile b/x11/lesstif/Makefile index 27f85c2f013..267ea2597c0 100644 --- a/x11/lesstif/Makefile +++ b/x11/lesstif/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.22 1998/06/21 11:06:31 frueauf Exp $ +# $NetBSD: Makefile,v 1.23 1998/07/03 11:02:22 frueauf Exp $ # FreeBSD Id: Makefile,v 1.13 1997/09/08 08:34:13 tg Exp # -DISTNAME= lesstif-0.85.2 +DISTNAME= lesstif-0.85.3 CATEGORIES= x11 MASTER_SITES= ftp://linux.gt.ed.net/pub/linux/libs/lesstif/srcdist/ \ ftp://ftp.mathematik.th-darmstadt.de/pub/linux/mirrors/misc/lesstif/srcdist/ \ @@ -11,7 +11,7 @@ MASTER_SITES= ftp://linux.gt.ed.net/pub/linux/libs/lesstif/srcdist/ \ MAINTAINER= packages@netbsd.org CONFLICTS= lesstif-0.82 lesstif-0.83 lesstif-0.84 lesstif-0.85 \ - lesstif-19980510 + lesstif-19980510 lesstif-0.85.2 GNU_CONFIGURE= yes USE_X11= yes diff --git a/x11/lesstif/files/md5 b/x11/lesstif/files/md5 index 42dd1063118..601887b81ab 100644 --- a/x11/lesstif/files/md5 +++ b/x11/lesstif/files/md5 @@ -1 +1 @@ -MD5 (lesstif-0.85.2.tar.gz) = 85178685ecc9fdcd81480db8c159e6ad +MD5 (lesstif-0.85.3.tar.gz) = a80074b9009d6dcd20faa7579cbd3e2d diff --git a/x11/lesstif/patches/patch-aj b/x11/lesstif/patches/patch-aj deleted file mode 100644 index c6faee58c85..00000000000 --- a/x11/lesstif/patches/patch-aj +++ /dev/null @@ -1,10 +0,0 @@ ---- include/Motif-1.2/XmI/DragDropI.h-orig Tue Mar 25 03:34:21 1997 -+++ include/Motif-1.2/XmI/DragDropI.h Thu Jun 25 22:21:50 1998 -@@ -241,6 +241,7 @@ - typedef struct { - CARD32 atom; - CARD16 namelen; -+ CARD16 pad; /* Align to 64 bits */ - } XmDndAtomPair; - - typedef struct { |