svn commit: r370054 - head/sysutils/grub2-pcbsd
Antoine Brodin
antoine at FreeBSD.org
Sun Oct 5 10:42:45 UTC 2014
Author: antoine
Date: Sun Oct 5 10:42:44 2014
New Revision: 370054
URL: https://svnweb.freebsd.org/changeset/ports/370054
QAT: https://qat.redports.org/buildarchive/r370054/
Log:
Do not package info/dir
Modified:
head/sysutils/grub2-pcbsd/Makefile
head/sysutils/grub2-pcbsd/pkg-plist
Modified: head/sysutils/grub2-pcbsd/Makefile
==============================================================================
--- head/sysutils/grub2-pcbsd/Makefile Sun Oct 5 10:30:40 2014 (r370053)
+++ head/sysutils/grub2-pcbsd/Makefile Sun Oct 5 10:42:44 2014 (r370054)
@@ -3,7 +3,7 @@
PORTNAME= grub2-pcbsd
PORTVERSION= 2.02p
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= sysutils
MASTER_SITES= http://www.pcbsd.org/~kris/software/ \
ftp://ftp.pcbsd.org/pub/software/
@@ -22,11 +22,10 @@ WRKSRC= ${WRKDIR}/grub-2.02
CONFLICTS= grub-0* grub2-2*
SSP_UNSAFE= yes
USE_GCC= yes
-USE_PYTHON= yes
USE_AUTOTOOLS= automake aclocal autoconf
ACLOCAL_ARGS= -Im4
GNU_CONFIGURE= yes
-USES= bison gettext gmake makeinfo tar:xz
+USES= bison gettext gmake makeinfo python tar:xz
ONLY_FOR_ARCHS= i386 amd64
INFO= grub grub-dev
MAKE_JOBS_UNSAFE= yes
Modified: head/sysutils/grub2-pcbsd/pkg-plist
==============================================================================
--- head/sysutils/grub2-pcbsd/pkg-plist Sun Oct 5 10:30:40 2014 (r370053)
+++ head/sysutils/grub2-pcbsd/pkg-plist Sun Oct 5 10:42:44 2014 (r370054)
@@ -55,7 +55,6 @@ bin/grub-glue-efi
bin/grub-render-label
bin/grub-syslinux2cfg
sbin/grub-macbless
-info/dir
lib/grub/i386-pc/archelp.mod
lib/grub/i386-pc/archelp.module
lib/grub/i386-pc/boot_hybrid.image
@@ -640,10 +639,3 @@ man/man8/grub-probe.8.gz
man/man8/grub-reboot.8.gz
man/man8/grub-set-default.8.gz
man/man8/grub-sparc64-setup.8.gz
-%%MKFONT%%@dirrm share/grub/themes/starfield
-%%MKFONT%%@dirrm share/grub/themes
- at dirrm share/grub
- at dirrm lib/grub/i386-pc
- at dirrm lib/grub
- at dirrmtry etc/grub.d
- at dirrmtry etc/bash_completion.d
More information about the svn-ports-head
mailing list