svn commit: r333440 - head/emulators/qemu-devel
Juergen Lock
nox at FreeBSD.org
Sun Nov 10 20:25:26 UTC 2013
Author: nox
Date: Sun Nov 10 20:25:25 2013
New Revision: 333440
URL: http://svnweb.freebsd.org/changeset/ports/333440
Log:
- Fix plist when security/nss is installed. [1]
- (Attempt to) fix build with unusual locales(?). [2]
Reported by: jkim (via private email) [1]
Reported by: AN <andy at neu.net> on -ports [2]
Modified:
head/emulators/qemu-devel/Makefile
Modified: head/emulators/qemu-devel/Makefile
==============================================================================
--- head/emulators/qemu-devel/Makefile Sun Nov 10 20:19:46 2013 (r333439)
+++ head/emulators/qemu-devel/Makefile Sun Nov 10 20:25:25 2013 (r333440)
@@ -46,9 +46,11 @@ STATIC_LINK_DESC= Statically link the ex
OPTIONS_DEFAULT=X11 GTK2 OPENGL GNUTLS SASL JPEG PNG CDROM_DMA CURL PCAP
NO_STAGE= yes
+
.include <bsd.port.options.mk>
CONFIGURE_ARGS+= --extra-ldflags=-L${LOCALBASE}/lib
+CONFIGURE_ARGS+= --disable-smartcard-nss
PORTDOCS= docs qemu-doc.html qemu-tech.html qmp-commands.txt
.if ${PORT_OPTIONS:MX86_TARGETS}
@@ -232,6 +234,9 @@ post-patch:
@cd ${WRKSRC} && ${PATCH} --quiet < ${FILESDIR}/cdrom-dma-patch
.endif
@${REINPLACE_CMD} -E \
+ -e "/^by Tibor .TS. S/s|Sch.*z.$$|Schuetz.|" \
+ ${WRKSRC}/qemu-doc.texi
+ @${REINPLACE_CMD} -E \
-e "s|^(CFLAGS=).*|\1${CFLAGS} -fno-strict-aliasing|" \
-e "s|^(LDFLAGS=).*|\1${LDFLAGS}|" \
${WRKSRC}/Makefile.target
More information about the svn-ports-head
mailing list