Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Oct 2012 09:28:21 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305959 - head/multimedia/schroedinger
Message-ID:  <201210160928.q9G9SLZw004596@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhale
Date: Tue Oct 16 09:28:20 2012
New Revision: 305959
URL: http://svn.freebsd.org/changeset/ports/305959

Log:
  - Prevent linking to -lpthread directly
  - Remove LICENSE_FILE_GPLv2 and LICENSE_FILE_LGPL20 since these licenses
    are in Templates/Licenses
  - Bump PORTREVISION since installed files will be affected
  - Trim Makefile header
  
  PR:		ports/170509
  Submitted by:	myself
  Approved by:	maintainer timeout (5 weeks)
  		makc, avilla (mentors, implicit)
  Feature safe:	yes

Modified:
  head/multimedia/schroedinger/Makefile   (contents, props changed)

Modified: head/multimedia/schroedinger/Makefile
==============================================================================
--- head/multimedia/schroedinger/Makefile	Tue Oct 16 09:14:11 2012	(r305958)
+++ head/multimedia/schroedinger/Makefile	Tue Oct 16 09:28:20 2012	(r305959)
@@ -1,12 +1,9 @@
-# New ports collection makefile for:	schroedinger
-# Date created:		2008-06-14
-# Whom:			Gea-Suan Lin <gslin@gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin@gslin.org>
 # $FreeBSD$
-#
 
 PORTNAME=	schroedinger
 PORTVERSION=	1.0.11
+PORTREVISION=	1
 CATEGORIES=	multimedia
 MASTER_SITES=	http://diracvideo.org/download/schroedinger/
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -16,8 +13,6 @@ COMMENT=	High-speed Dirac codec
 
 LICENSE=	GPLv2 LGPL20 MIT MPL
 LICENSE_COMB=	dual
-LICENSE_FILE_GPLv2=	${WRKSRC}/COPYING.GPL
-LICENSE_FILE_LGPL20=	${WRKSRC}/COPYING.LGPL
 LICENSE_FILE_MIT=	${WRKSRC}/COPYING.MIT
 LICENSE_FILE_MPL=	${WRKSRC}/COPYING.MPL
 
@@ -28,9 +23,8 @@ GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 MAKE_JOBS_SAFE=	yes
 
-.include <bsd.port.pre.mk>
-
 post-patch:
-	@${REINPLACE_CMD} -e 's|^pkgconfigdir=.*|pkgconfigdir="\\$$(prefix)/libdata/pkgconfig"|' ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e 's|^pkgconfigdir=.*|pkgconfigdir="\\$${prefix}/libdata/pkgconfig"|' \
+		-e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
 
-.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?201210160928.q9G9SLZw004596>