Date: Tue, 8 Oct 1996 01:18:27 +0100 (MET) From: "Julian H. Stacey" <jhs@freebsd.org> To: jmz@freebsd.org Cc: ports@freebsd.org Subject: ports/x11/XFree86/pkg/PLIST.diff Message-ID: <199610080018.BAA12398@vector.jhs.no_domain>
next in thread | raw e-mail | index | archive | help
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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610080018.BAA12398>