Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Nov 2013 21:17:32 +0000 (UTC)
From:      Rusmir Dusko <nemysis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334264 - head/comms/spandsp-devel
Message-ID:  <201311182117.rAILHW1l071641@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nemysis
Date: Mon Nov 18 21:17:31 2013
New Revision: 334264
URL: http://svnweb.freebsd.org/changeset/ports/334264

Log:
  - Change maintainer email to @FreeBSD.org
  - Use the new format for LIB_DEPENDS
  - USES gmake instead of USE_GMAKE
  - USES pathfix instead of USE_GNOME gnomehack
  - Support STAGEDIR
  
  Approved by:	pawel / wg (mentors, implicit

Modified:
  head/comms/spandsp-devel/Makefile

Modified: head/comms/spandsp-devel/Makefile
==============================================================================
--- head/comms/spandsp-devel/Makefile	Mon Nov 18 20:50:05 2013	(r334263)
+++ head/comms/spandsp-devel/Makefile	Mon Nov 18 21:17:31 2013	(r334264)
@@ -8,28 +8,24 @@ MASTER_SITES=	http://www.soft-switch.org
 PKGNAMESUFFIX=	-devel
 EXTRACT_SUFX=	.tgz
 
-MAINTAINER=	nemysis@gmx.ch
+MAINTAINER=	nemysis@FreeBSD.org
 COMMENT=	DSP library and software FAX machine
 
-LIB_DEPENDS=	tiff:${PORTSDIR}/graphics/tiff
+LIB_DEPENDS=	libtiff.so:${PORTSDIR}/graphics/tiff
 
 WRKSRC=		${WRKDIR}/spandsp-${DISTVERSION:C/pre.*//}
-USE_AUTOTOOLS=	libtool autoconf
-USE_GMAKE=	yes
-USE_GNOME=	gnomehack
 
+USES=		gmake pathfix
+USE_AUTOTOOLS=	libtool autoconf
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib" \
-		-C
-
+		LDFLAGS="-L${LOCALBASE}/lib" -C
 USE_LDCONFIG=	yes
 
 CONFLICTS=	spandsp-[0-9]*
 
 OPTIONS_DEFINE=	DOXYGEN
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MDOXYGEN} && ${PORT_OPTIONS:MDOCS}
@@ -44,9 +40,9 @@ CONFIGURE_ARGS+=--disable-doc
 
 post-install:
 .if ${PORT_OPTIONS:MDOXYGEN} && ${PORT_OPTIONS:MDOCS}
-	${MKDIR} ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	(cd ${WRKSRC}/doc && \
-		${COPYTREE_SHARE} \* ${DOCSDIR} "-type d -or -mindepth 1")
+		${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR} "-type d -or -mindepth 1")
 .endif
 
 .include <bsd.port.mk>



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