From owner-freebsd-ports Mon Oct 7 17:28:25 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA12779 for ports-outgoing; Mon, 7 Oct 1996 17:28:25 -0700 (PDT) Received: from vector.jhs.no_domain (slip139-92-42-7.ut.nl.ibm.net [139.92.42.7]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id RAA12764; Mon, 7 Oct 1996 17:28:18 -0700 (PDT) Received: (from jhs@localhost) by vector.jhs.no_domain (8.7.5/8.6.9) id BAA12398; Tue, 8 Oct 1996 01:18:27 +0100 (MET) Date: Tue, 8 Oct 1996 01:18:27 +0100 (MET) Message-Id: <199610080018.BAA12398@vector.jhs.no_domain> To: jmz@freebsd.org cc: ports@freebsd.org Subject: ports/x11/XFree86/pkg/PLIST.diff From: "Julian H. Stacey" Reply-To: "Julian H. Stacey" Organization: Vector Systems Ltd. Mailer: EXMH 1.6.7, PGP available X-Address: Holz Strasse 27d, 80469 Munich, Germany X-Phone: +49.89.268616 X-Fax: +49.89.2608126 X-Web: http://www.freebsd.org/~jhs/ Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi jmz@, cc ports@ Here's the patch to fix the make package that breaks, perhaps it can be commited ? Works fine for me, but takes a few hundred meg and many hours compilation to run & test. As you suggested, the PLIST just needed a bit of pruning :-) ------ Creating gzip'd tar ball in '/net/vector/usr2/ports/x11/XFree86/XFree86-3.1.2.tgz' tar: can't add file usr/X11R6/lib/X11/rstart/contexts/x : No such file or directory tar: can't add file usr/X11R6/lib/X11/rstart/contexts/x11 : No such file or directory tar: can't add file usr/X11R6/lib/X11/rstart/contexts/x11r6 : No such file or directory tar command failed with code 256 *** Error code 1 ----- *** old/ports/x11/XFree86/pkg/PLIST Tue Oct 8 01:48:32 1996 --- new/ports/x11/XFree86/pkg/PLIST Tue Oct 8 01:53:45 1996 *************** *** 1041,1054 **** @mode 644 lib/X11/rstart/contexts/@List lib/X11/rstart/contexts/default lib/X11/rstart/contexts/x lib/X11/rstart/contexts/x11 - lib/X11/rstart/contexts/x11r6 - @mode 755 - usr/X11R6/lib/X11/rstart/contexts/x - usr/X11R6/lib/X11/rstart/contexts/x11 @mode 644 ! usr/X11R6/lib/X11/rstart/contexts/x11r6 @mode 444 lib/X11/twm/system.twmrc @mode 755 --- 1041,1051 ---- @mode 644 lib/X11/rstart/contexts/@List lib/X11/rstart/contexts/default + @mode 755 lib/X11/rstart/contexts/x lib/X11/rstart/contexts/x11 @mode 644 ! lib/X11/rstart/contexts/x11r6 @mode 444 lib/X11/twm/system.twmrc @mode 755 ----------- Julian --- Julian H. Stacey jhs@freebsd.org http://www.freebsd.org/~jhs/