svn commit: r305959 - head/multimedia/schroedinger
Jason E. Hale
jhale at FreeBSD.org
Tue Oct 16 09:28:21 UTC 2012
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 at gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin at 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>
More information about the svn-ports-head
mailing list