diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-02-23 13:11:24 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-02-23 13:11:24 +0000 |
commit | d63bbf356cd67d21b14f10f1fd9ab83145a34ddb (patch) | |
tree | a97ed8f2d2bd8c356a7d7904674618bee228ab94 /x11/openmotif | |
parent | 49a75451f037c0b93fb0dfe415ac478a4b38bb1c (diff) | |
download | pkgsrc-d63bbf356cd67d21b14f10f1fd9ab83145a34ddb.tar.gz |
Install missing header file BaseClassI.h. Bump PKGREVISION to 2.
Requested in PR pkg/20341 by Marc Recht.
Diffstat (limited to 'x11/openmotif')
-rw-r--r-- | x11/openmotif/Makefile | 4 | ||||
-rw-r--r-- | x11/openmotif/PLIST | 3 | ||||
-rw-r--r-- | x11/openmotif/distinfo | 3 | ||||
-rw-r--r-- | x11/openmotif/patches/patch-at | 11 |
4 files changed, 17 insertions, 4 deletions
diff --git a/x11/openmotif/Makefile b/x11/openmotif/Makefile index c4a1ca51b01..eb8fdfccdd6 100644 --- a/x11/openmotif/Makefile +++ b/x11/openmotif/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.13 2003/01/28 22:04:36 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2003/02/23 13:11:24 jmmv Exp $ # FreeBSD: /c/ncvs/ports/x11-toolkits/open-motif/Makefile,v 1.18 2000/10/09 01:40:02 asami Exp # OpenBSD: Makefile,v 1.5 2000/10/23 16:08:12 espie Exp PKGVER= 2.1.30 DISTNAME= openmotif${PKGVER} PKGNAME= openmotif-${PKGVER} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 MOTIF_SITES= ftp://openmotif.opengroup.org/pub/openmotif/R${PKGVER}/ \ ftp://ftp.opengroup.org/pub/openmotif/R${PKGVER}/ \ diff --git a/x11/openmotif/PLIST b/x11/openmotif/PLIST index 14eb02edf37..00b7968dce6 100644 --- a/x11/openmotif/PLIST +++ b/x11/openmotif/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/01/10 12:10:45 jlam Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/02/23 13:11:24 jmmv Exp $ bin/mwm bin/uil bin/xmbind @@ -27,6 +27,7 @@ include/Xm/ArrowBG.h include/Xm/ArrowBGP.h include/Xm/ArrowBP.h include/Xm/AtomMgr.h +include/Xm/BaseClassI.h include/Xm/BaseClassP.h include/Xm/BulletinB.h include/Xm/BulletinBP.h diff --git a/x11/openmotif/distinfo b/x11/openmotif/distinfo index 0dec8634f5c..df6ccdeb216 100644 --- a/x11/openmotif/distinfo +++ b/x11/openmotif/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.8 2002/08/25 18:40:40 jlam Exp $ +$NetBSD: distinfo,v 1.9 2003/02/23 13:11:24 jmmv Exp $ SHA1 (openmotif/openmotif2.1.30.tar.gz) = 34fc82fdf0e200525864665e179246ef64082dcc Size (openmotif/openmotif2.1.30.tar.gz) = 17711487 bytes @@ -31,3 +31,4 @@ SHA1 (patch-ap) = 8b9fe7fcf076f6a1162f5b8a3003bbb78204bc8b SHA1 (patch-aq) = f06bde8d2151c3b60fce74e663b7eead965758a8 SHA1 (patch-ar) = 496fc6e3ba956f9103fbee6be221af44a26e2afd SHA1 (patch-as) = f59bb1583bb3445e2420b667f6fb30595bca7ce6 +SHA1 (patch-at) = d75e7b060797997f47f0da3099e53d5d8e5c6c68 diff --git a/x11/openmotif/patches/patch-at b/x11/openmotif/patches/patch-at new file mode 100644 index 00000000000..205c317276e --- /dev/null +++ b/x11/openmotif/patches/patch-at @@ -0,0 +1,11 @@ +--- lib/Xm/Imakefile.orig Mon Dec 30 08:53:49 2002 ++++ lib/Xm/Imakefile Mon Dec 30 08:54:45 2002 +@@ -78,7 +78,7 @@ + STRINGSABIOPTIONS = ToolkitStringsABIOptions + + HEADERS = ArrowB.h ArrowBG.h ArrowBGP.h ArrowBP.h \ +- BulletinB.h BulletinBP.h CacheP.h CascadeB.h \ ++ BaseClassI.h BulletinB.h BulletinBP.h CacheP.h CascadeB.h \ + CascadeBG.h CascadeBGP.h CascadeBP.h Command.h \ + CommandP.h CutPaste.h DialogS.h \ + DialogSP.h DialogSEP.h DragC.h DragCP.h \ |