Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jul 2012 12:01:32 -0400
From:      "Jason E. Hale" <bsdkaffee@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/170216: [MAINTAINER] audio/libofa: Drop pkg-config dependency, clean up 
Message-ID:  <1343404892.528991.42038@mocha.verizon.net>
Resent-Message-ID: <201207271610.q6RGA5j0070854@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         170216
>Category:       ports
>Synopsis:       [MAINTAINER] audio/libofa: Drop pkg-config dependency, clean up
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 27 16:10:05 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Jason E. Hale
>Release:        FreeBSD 9.0-RELEASE i386
>Organization:
none 
>Environment:
System: FreeBSD mocha.verizon.net 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Thu Jan 19 11:42:41 EST 2012 Jason@mocha.verizon.net:/usr/obj/usr/src/sys/MOCHA9 i386


	
>Description:
- Drop unneeded pkg-config dependency from audio/libofa
- Remove shlib versions from LIB_DEPENDS
- Add APL version 1.0 to LICENSE section (port can use APL1 or GPLv2)
	
>How-To-Repeat:
- Use attached diff
	
>Fix:

	



--- 2012-07-27-libofa.diff begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 301620)
+++ Makefile	(working copy)
@@ -14,17 +14,21 @@
 MAINTAINER=	bsdkaffee@gmail.com
 COMMENT=	The Open Fingerprint Architecture Library
 
-LICENSE=	GPLv2
-LICENSE_FILE=	${WRKSRC}/COPYING
+LICENSE=		APL1 GPLv2
+LICENSE_COMB=		dual
+LICENSE_GROUPS_APL1=	OSI
+LICENSE_NAME_APL1=	Adaptive Public License version 1.0
+LICENSE_FILE_APL1=	${WRKSRC}/COPYING
+LICENSE_PERMS_APL1=	${_LICENSE_PERMS_DEFAULT}
 
 LIB_DEPENDS=	fftw3:${PORTSDIR}/math/fftw3 \
-		expat.6:${PORTSDIR}/textproc/expat2 \
-		curl.6:${PORTSDIR}/ftp/curl
+		expat:${PORTSDIR}/textproc/expat2 \
+		curl:${PORTSDIR}/ftp/curl
 
 PROJECTHOST=	musicip-libofa
 USE_DOS2UNIX=	yes
 USE_AUTOTOOLS=	libtool
-USE_GNOME=	gnomehack pkgconfig
+USE_GNOME=	gnomehack
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
--- 2012-07-27-libofa.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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