Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Mar 2002 00:16:41 -0500 (EST)
From:      Alan Eldridge <ports@geeksrus.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/35881: maintainer update: audio/freeamp: use freetype2, fix breakage caused by last ORBit update
Message-ID:  <200203140516.g2E5GfC45275@wwweasel.geeksrus.net>

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

>Number:         35881
>Category:       ports
>Synopsis:       maintainer update: audio/freeamp: use freetype2, fix breakage caused by last ORBit update
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 13 21:20:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Alan Eldridge
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
Geeksrus.NET
>Environment:
System: FreeBSD wwweasel.geeksrus.net 4.5-STABLE FreeBSD 4.5-STABLE #0: Mon Mar 11 00:59:22 EST 2002 root@wwweasel.geeksrus.net:/usr/obj/usr/src/sys/WWWEASEL i386

>Description:

1. Use freetype2 libs in place of freetype[1].

2. ORBit's last update removed "compatibility symlinks" in preparation for
Gnome2. This broke freeamp's ability to detect ORBit.

Side note: other ports which use ORBit should be checked. There may be
breakage for the same reason.

>How-To-Repeat:

>Fix:

--8<----8<----8<----8<----8<----8<----8<----8<----8<----8<--
Index: audio/freeamp/Makefile
===================================================================
RCS file: /home/alane/cvsroot/ports/audio/freeamp/Makefile,v
retrieving revision 1.15
diff -u -3 -r1.15 Makefile
--- audio/freeamp/Makefile	8 Feb 2002 03:49:46 -0000	1.15
+++ audio/freeamp/Makefile	14 Mar 2002 04:56:11 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	freeamp
 PORTVERSION=	2.1.1
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	http://www.freeamp.org/download/src/
 
@@ -16,7 +17,7 @@
 LIB_DEPENDS=	musicbrainz.1:${PORTSDIR}/audio/musicbrainz \
 		ORBit.2:${PORTSDIR}/devel/ORBit \
 		gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \
-		ttf.4:${PORTSDIR}/print/freetype
+		freetype.9:${PORTSDIR}/print/freetype2
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 USE_BZIP2=	yes
@@ -24,7 +25,9 @@
 WANT_ESOUND=	yes
 USE_GMAKE=	yes
 USE_AUTOCONF_VER=213
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
+ORBIT_CFLAGS!=	orbit-config --cflags server
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS} \
+			${ORBIT_CFLAGS}" \
 		LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
 
 .include <bsd.port.pre.mk>
--8<----8<----8<----8<----8<----8<----8<----8<----8<----8<--
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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