Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Sep 2015 10:45:10 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396076 - head/devel/libdlna
Message-ID:  <201509041045.t84AjACo094716@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Fri Sep  4 10:45:09 2015
New Revision: 396076
URL: https://svnweb.freebsd.org/changeset/ports/396076

Log:
  - Remove "BROKEN on powerpc" statement: the port builds and links fine
  - Do not try to append to CONFIGURE_ARGS and thus sanitize indentation

Modified:
  head/devel/libdlna/Makefile

Modified: head/devel/libdlna/Makefile
==============================================================================
--- head/devel/libdlna/Makefile	Fri Sep  4 10:43:19 2015	(r396075)
+++ head/devel/libdlna/Makefile	Fri Sep  4 10:45:09 2015	(r396076)
@@ -18,9 +18,9 @@ USES=		tar:bzip2 gmake pkgconfig
 USE_LDCONFIG=	yes
 MAKE_JOBS_UNSAFE=	yes
 
-CONFIGURE_ARGS+=	--prefix="${PREFIX}" --disable-optimize \
-			--includedir="${PREFIX}/include" \
-			--libdir="${PREFIX}/lib"
+CONFIGURE_ARGS=	--prefix="${PREFIX}" --disable-optimize \
+		--includedir="${PREFIX}/include" \
+		--libdir="${PREFIX}/lib"
 
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
@@ -30,10 +30,4 @@ post-patch:
 		's#\(PKGCONFIG_DIR = \).*#\1${STAGEDIR}${PREFIX}/libdata/pkgconfig#' \
 		${WRKSRC}/Makefile
 
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "powerpc" && ${OSVERSION} > 900000
-BROKEN=		Does not build on powerpc-9: fails to link
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509041045.t84AjACo094716>