pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/26517: grub PLIST isn't properly generated



>Number:         26517
>Category:       pkg
>Synopsis:       sysutils/grub PLIST isn't ok
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Aug 02 14:14:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        NetBSD 2.0G
>Organization:
        
>Environment:
        
        
System: NetBSD pl2 2.0G NetBSD 2.0G (pancake-laptop) #10: Wed Jul 21 20:57:24 
CEST 2004 pancake@panser:/usr/src/sys/arch/i386/compile/PANCAKE_LAPTOP i386
Architecture: i386
Machine: i386
>Description:
        sysutils/grub/PLIST isn't ok
>How-To-Repeat:
        The bug was found when trying to build it under Linux, it seems that
        LOWER_VENDOR on NetBSD is NULL and make ignores it.
        
>Fix:
        Just diff with this:

--- PLIST.orig  2004-08-02 15:09:31.000000000 +0000
+++ PLIST       2004-08-02 15:09:30.000000000 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2004/06/20 20:57:17 xtraeme Exp $
+@comment $NetBSD$
 bin/mbchk
 man/man1/mbchk.1
 man/man8/grub-install.8
@@ -9,22 +9,18 @@
 sbin/grub-install
 sbin/grub-md5-crypt
 sbin/grub-terminfo
-${NETBOOT}share/doc/grub/README.netboot
-share/grub/${MACHINE_ARCH}-/e2fs_stage1_5
-share/grub/${MACHINE_ARCH}-/fat_stage1_5
-share/grub/${MACHINE_ARCH}-/ffs_stage1_5
-share/grub/${MACHINE_ARCH}-/iso9660_stage1_5
-share/grub/${MACHINE_ARCH}-/jfs_stage1_5
-share/grub/${MACHINE_ARCH}-/minix_stage1_5
-${NETBOOT}share/grub/${MACHINE_ARCH}-/nbgrub
-${NETBOOT}share/grub/${MACHINE_ARCH}-/pxegrub
-share/grub/${MACHINE_ARCH}-/reiserfs_stage1_5
-share/grub/${MACHINE_ARCH}-/stage1
-share/grub/${MACHINE_ARCH}-/stage2
-share/grub/${MACHINE_ARCH}-/stage2_eltorito
-share/grub/${MACHINE_ARCH}-/ufs2_stage1_5
-share/grub/${MACHINE_ARCH}-/vstafs_stage1_5
-share/grub/${MACHINE_ARCH}-/xfs_stage1_5
-@dirrm share/grub/${MACHINE_ARCH}-
+share/grub/${MACHINE_ARCH}-${LOWER_VENDOR}/e2fs_stage1_5
+share/grub/${MACHINE_ARCH}-${LOWER_VENDOR}/fat_stage1_5
+share/grub/${MACHINE_ARCH}-${LOWER_VENDOR}/ffs_stage1_5
+share/grub/${MACHINE_ARCH}-${LOWER_VENDOR}/iso9660_stage1_5
+share/grub/${MACHINE_ARCH}-${LOWER_VENDOR}/jfs_stage1_5
+share/grub/${MACHINE_ARCH}-${LOWER_VENDOR}/minix_stage1_5
+share/grub/${MACHINE_ARCH}-${LOWER_VENDOR}/reiserfs_stage1_5
+share/grub/${MACHINE_ARCH}-${LOWER_VENDOR}/stage1
+share/grub/${MACHINE_ARCH}-${LOWER_VENDOR}/stage2
+share/grub/${MACHINE_ARCH}-${LOWER_VENDOR}/stage2_eltorito
+share/grub/${MACHINE_ARCH}-${LOWER_VENDOR}/ufs2_stage1_5
+share/grub/${MACHINE_ARCH}-${LOWER_VENDOR}/vstafs_stage1_5
+share/grub/${MACHINE_ARCH}-${LOWER_VENDOR}/xfs_stage1_5
+@dirrm share/grub/${MACHINE_ARCH}-${LOWER_VENDOR}
 @dirrm share/grub
-${NETBOOT}@dirrm share/doc/grub
        
>Release-Note:
>Audit-Trail:
>Unformatted:
        
        



Home | Main Index | Thread Index | Old Index