svn commit: r453145 - in head/sysutils/e2fsprogs: . files
Matthias Andree
mandree at FreeBSD.org
Sun Oct 29 23:59:47 UTC 2017
Author: mandree
Date: Sun Oct 29 23:59:46 2017
New Revision: 453145
URL: https://svnweb.freebsd.org/changeset/ports/453145
Log:
Also add com_err headers, .pc file, and compile_et.
Reported by: ehaupt@
Modified:
head/sysutils/e2fsprogs/Makefile
head/sysutils/e2fsprogs/files/unwanted
head/sysutils/e2fsprogs/pkg-plist
Modified: head/sysutils/e2fsprogs/Makefile
==============================================================================
--- head/sysutils/e2fsprogs/Makefile Sun Oct 29 23:47:56 2017 (r453144)
+++ head/sysutils/e2fsprogs/Makefile Sun Oct 29 23:59:46 2017 (r453145)
@@ -3,7 +3,7 @@
PORTNAME= e2fsprogs
PORTVERSION= 1.43.7
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES?= sysutils
MASTER_SITES= KERNEL_ORG/linux/kernel/people/tytso/${PORTNAME}/v${PORTVERSION}
@@ -227,7 +227,7 @@ post-install:
# ditch files installed by other ports already, or shadowing system files:
cd ${STAGEDIR}${PREFIX} && \
${XARGS} <${FILESDIR}/unwanted ${RM} && \
- ${RMDIR} include/blkid include/et include/ss share/et share/ss
+ ${RMDIR} include/blkid include/ss share/ss
#
# the next line closes .if ${MASTERDIR} == ${.CURDIR}
Modified: head/sysutils/e2fsprogs/files/unwanted
==============================================================================
--- head/sysutils/e2fsprogs/files/unwanted Sun Oct 29 23:47:56 2017 (r453144)
+++ head/sysutils/e2fsprogs/files/unwanted Sun Oct 29 23:59:46 2017 (r453145)
@@ -4,25 +4,18 @@ lib/libblkid.so.1.0
lib/libss.so
lib/libss.so.2
lib/libss.so.2.0
-bin/compile_et
bin/mk_cmds
include/blkid/blkid.h
include/blkid/blkid_types.h
-include/com_err.h
-include/et/com_err.h
include/ss/ss.h
include/ss/ss_err.h
lib/libblkid.a
lib/libcom_err.a
lib/libss.a
libdata/pkgconfig/blkid.pc
-libdata/pkgconfig/com_err.pc
libdata/pkgconfig/ss.pc
-man/man1/compile_et.1
man/man1/mk_cmds.1
man/man3/com_err.3
man/man3/libblkid.3
-share/et/et_c.awk
-share/et/et_h.awk
share/ss/ct_c.awk
share/ss/ct_c.sed
Modified: head/sysutils/e2fsprogs/pkg-plist
==============================================================================
--- head/sysutils/e2fsprogs/pkg-plist Sun Oct 29 23:47:56 2017 (r453144)
+++ head/sysutils/e2fsprogs/pkg-plist Sun Oct 29 23:59:46 2017 (r453145)
@@ -101,3 +101,10 @@ lib/libe2p.a
lib/libext2fs.a
libdata/pkgconfig/e2p.pc
libdata/pkgconfig/ext2fs.pc
+include/com_err.h
+include/et/com_err.h
+libdata/pkgconfig/com_err.pc
+bin/compile_et
+share/et/et_c.awk
+share/et/et_h.awk
+man/man1/compile_et.1.gz
More information about the svn-ports-head
mailing list