diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-02-10 17:00:38 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-02-10 17:00:38 +0000 |
commit | 1d21effd75c0afbb92b3104f415dbaa9ee40738e (patch) | |
tree | 3d7917eca36113360f888d53e5ca1c90af260ecb /x11 | |
parent | e14185f2a5abda93c9b840d456e3950e381547fb (diff) | |
download | pkgsrc-1d21effd75c0afbb92b3104f415dbaa9ee40738e.tar.gz |
Install the DragonFly.cf file too, from Todd Willey in PR pkg/29330.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xorg-imake/PLIST | 3 | ||||
-rw-r--r-- | x11/xorg-imake/distinfo | 3 | ||||
-rw-r--r-- | x11/xorg-imake/patches/patch-ai | 14 |
3 files changed, 18 insertions, 2 deletions
diff --git a/x11/xorg-imake/PLIST b/x11/xorg-imake/PLIST index 9a832b51ef7..bddd17f9e5d 100644 --- a/x11/xorg-imake/PLIST +++ b/x11/xorg-imake/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2004/07/30 07:22:19 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.3 2005/02/10 17:00:38 xtraeme Exp $ ${X11ROOT_PREFIX}/bin/ccmakedep ${X11ROOT_PREFIX}/bin/cleanlinks ${X11ROOT_PREFIX}/bin/gccmakedep @@ -16,6 +16,7 @@ ${X11ROOT_PREFIX}/bin/rman ${X11ROOT_PREFIX}/bin/xmkmf ${X11ROOT_PREFIX}/lib/X11/config/Amoeba.cf ${X11ROOT_PREFIX}/lib/X11/config/DGUX.cf +${X11ROOT_PREFIX}/lib/X11/config/DragonFly.cf ${X11ROOT_PREFIX}/lib/X11/config/FreeBSD.cf ${X11ROOT_PREFIX}/lib/X11/config/Imake.cf ${X11ROOT_PREFIX}/lib/X11/config/Imake.rules diff --git a/x11/xorg-imake/distinfo b/x11/xorg-imake/distinfo index 393ac2b0557..30f22364a9e 100644 --- a/x11/xorg-imake/distinfo +++ b/x11/xorg-imake/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.8 2004/12/27 17:26:18 xtraeme Exp $ +$NetBSD: distinfo,v 1.9 2005/02/10 17:00:38 xtraeme Exp $ SHA1 (X11R6.8.1-src1.tar.gz) = 027d16317e07d9df166c0176a1f28b2614f38cc9 Size (X11R6.8.1-src1.tar.gz) = 30562401 bytes @@ -12,3 +12,4 @@ SHA1 (patch-ae) = a06752ee9f55e64a407fac6fbde3547fd096c71d SHA1 (patch-af) = 178d556fa11818420cd685308cf179ee5f6f7dac SHA1 (patch-ag) = 4545d9fd50c2a7b6f5a04da330784eaf9a5373ad SHA1 (patch-ah) = 6960406211ab12eff3044db477c22833c9eaa488 +SHA1 (patch-ai) = eb3853e360dd5e05ca5978791734bcba5541b162 diff --git a/x11/xorg-imake/patches/patch-ai b/x11/xorg-imake/patches/patch-ai new file mode 100644 index 00000000000..94250d84845 --- /dev/null +++ b/x11/xorg-imake/patches/patch-ai @@ -0,0 +1,14 @@ +$NetBSD: patch-ai,v 1.3 2005/02/10 17:00:38 xtraeme Exp $ + +--- config/cf/Imakefile.orig 2005-02-10 15:42:24.000000000 +0000 ++++ config/cf/Imakefile 2005-02-10 15:42:43.000000000 +0000 +@@ -135,7 +135,8 @@ + QNX4.cf \ + darwin.cf \ + xfree86.cf \ +-xorg.cf ++xorg.cf \ ++DragonFly.cf + + INSTFILES = $(RULEFILES) $(TMPLFILES) $(DEFFILES) $(CFFILES) $(LOCALFILES) + |