Subject: pkg/29330: xorg-imake fixes for DragonFly
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <xtoddx@gmail.com>
List: pkgsrc-bugs
Date: 02/10/2005 16:54:00
>Number:         29330
>Category:       pkg
>Synopsis:       xorg-imake fixes for DragonFly
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Thu Feb 10 16:54:00 +0000 2005
>Originator:     Todd Willey
>Release:        
>Organization:
>Environment:
>Description:
The DragonFly.cf file that gets coppied into the xc directory isn't copied into the system upon install.  Without it, xmkmf can fail.
>How-To-Repeat:

>Fix:
Apply in /usr/pkgsrc/x11/xorg-imake:

Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/x11/xorg-imake/PLIST,v
retrieving revision 1.2
diff -u -r1.2 PLIST
--- PLIST       30 Jul 2004 07:22:19 -0000      1.2
+++ PLIST       10 Feb 2005 16:52:29 -0000
@@ -16,6 +16,7 @@
 ${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
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/x11/xorg-imake/distinfo,v
retrieving revision 1.8
diff -u -r1.8 distinfo
--- distinfo    27 Dec 2004 17:26:18 -0000      1.8
+++ distinfo    10 Feb 2005 16:52:29 -0000
@@ -12,3 +12,4 @@
 SHA1 (patch-af) = 178d556fa11818420cd685308cf179ee5f6f7dac
 SHA1 (patch-ag) = 4545d9fd50c2a7b6f5a04da330784eaf9a5373ad
 SHA1 (patch-ah) = 6960406211ab12eff3044db477c22833c9eaa488
+SHA1 (patch-ai) = 6747ee625e828e7a603c37ca55fec32586f81083
Index: patches/patch-ai
===================================================================
RCS file: patches/patch-ai
diff -N patches/patch-ai
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-ai    10 Feb 2005 16:52:29 -0000
@@ -0,0 +1,12 @@
+--- 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)
+