b907987b54
This is predominantly a bug-fix release, it however ceases installing the *ext4dev files, which have been replaced by *ext4 for quite a while, and adds two translations [fi, ms]. While here, reset PORTREVISION on two slave ports. ChangeLog: <http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43.4> Note in particular this part of the ChangeLog: «Replace a test file but which had a "non-commercial use-only" copyright permission file with a newer version from the Cyrus imapd package which now has a 4-clause BSD license, which was making some lawyers nervous, even though the test file in question was only used in lib/et's regression testing and was never included in any compiled binary. (Addresses Debian Bug: #840733)» PR: 216774 Reported by: Thomas Zander (riggs@) MFH: 2017Q1
33 lines
806 B
Makefile
33 lines
806 B
Makefile
# Created by: Matthias Andree <matthias.andree@gmx.de>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= misc devel
|
|
PKGNAMESUFFIX= -libblkid
|
|
|
|
COMMENT= Blkid library from e2fsprogs package
|
|
|
|
LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid
|
|
|
|
CONFIGURE_ARGS= --enable-elf-shlibs
|
|
|
|
MASTERDIR= ${.CURDIR}/../../sysutils/e2fsprogs
|
|
MAKE_ARGS= LIB_SUBDIRS=lib/blkid LDFLAGS_SHLIB=-L${LOCALBASE}/lib
|
|
USE_LDCONFIG= yes
|
|
ALL_TARGET= libs
|
|
INSTALL_TARGET= install install-shlibs
|
|
INSTALL_WRKSRC= ${WRKSRC}/lib/blkid
|
|
|
|
PKGDIR= ${.CURDIR}
|
|
|
|
BROKEN_aarch64= Fails to build: No targets specified and no makefile found
|
|
|
|
pre-build:
|
|
${MKDIR} ${WRKSRC}/lib/blkid/elfshared
|
|
cd ${WRKSRC}/util && ${MAKE_CMD} subst
|
|
|
|
post-build:
|
|
cd ${WRKSRC}/lib/uuid && ${MAKE_CMD}
|
|
cd ${INSTALL_WRKSRC} && ${MAKE_CMD} check
|
|
|
|
.include "${MASTERDIR}/Makefile"
|