View | Details | Raw Unified | Return to bug 202841
Collapse All | Expand All

(-)audio/rosegarden/Makefile (-8 / +17 lines)
Lines 2-15 Link Here
2
# $FreeBSD: head/audio/rosegarden/Makefile 379996 2015-02-26 12:51:47Z amdmi3 $
2
# $FreeBSD: head/audio/rosegarden/Makefile 379996 2015-02-26 12:51:47Z amdmi3 $
3
3
4
PORTNAME=	rosegarden
4
PORTNAME=	rosegarden
5
PORTVERSION=	14.12
5
PORTVERSION=	15.08
6
CATEGORIES=	audio
6
CATEGORIES=	audio
7
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
7
MASTER_SITES=	SF
8
8
9
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	ports@FreeBSD.org
10
COMMENT=	General purpose music editor and sequencer suite
10
COMMENT=	General purpose music editor and sequencer suite
11
11
12
LICENSE=	GPLv2
12
LICENSE=	GPLv2 # (or later)
13
#LICENSE_FILE=	${WRKSRC}/COPYING
13
14
14
BUILD_DEPENDS=	dssi_osc_update:${PORTSDIR}/audio/dssi \
15
BUILD_DEPENDS=	dssi_osc_update:${PORTSDIR}/audio/dssi \
15
		makedepend:${PORTSDIR}/devel/makedepend
16
		makedepend:${PORTSDIR}/devel/makedepend
Lines 21-36 Link Here
21
RUN_DEPENDS=	dssi_osc_update:${PORTSDIR}/audio/dssi \
22
RUN_DEPENDS=	dssi_osc_update:${PORTSDIR}/audio/dssi \
22
		lilypond:${PORTSDIR}/print/lilypond
23
		lilypond:${PORTSDIR}/print/lilypond
23
24
24
USES=		tar:bzip2 desktop-file-utils gmake pkgconfig shared-mime-info
25
USES=		compiler:c++0x desktop-file-utils gmake pkgconfig \
26
		shared-mime-info tar:bzip2
27
USE_QT4=	gui network xml \
28
		linguisttools_build moc_build rcc_build uic_build
29
QT_NONSTANDARD=	yes
25
GNU_CONFIGURE=	yes
30
GNU_CONFIGURE=	yes
26
CONFIGURE_ENV+=	QTLIBDIR=${QT_LIBDIR}
31
CONFIGURE_ARGS=	--with-qtdir=${QT_PREFIX} \
27
USE_QT4=	gui network xml rcc_build moc_build uic_build linguisttools_build
32
		--with-qtlibdir=${QT_LIBDIR}
28
INSTALLS_ICONS=	yes
33
INSTALLS_ICONS=	yes
29
34
30
CXXFLAGS+=	-I${LOCALBASE}/include
35
CPPFLAGS+=	-I${LOCALBASE}/include
31
LDFLAGS+=	-L${LOCALBASE}/lib
36
LDFLAGS+=	-L${LOCALBASE}/lib
32
37
38
post-patch:
39
	@${REINPLACE_CMD} -e \
40
		'/LIBS/s|-ldl||' ${WRKSRC}/configure
41
33
post-install:
42
post-install:
34
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
43
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rosegarden
35
44
36
.include <bsd.port.mk>
45
.include <bsd.port.mk>
(-)audio/rosegarden/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (rosegarden-14.12.tar.bz2) = f876fbb818326da7f012a01a4d6baf45022dcbb98626e0ce40c67b6943ee147e
1
SHA256 (rosegarden-15.08.tar.bz2) = 9a527eb8a5523dd0709cc70795ad5a037042940d83d287673676577de12262de
2
SIZE (rosegarden-14.12.tar.bz2) = 6235233
2
SIZE (rosegarden-15.08.tar.bz2) = 6269373
(-)audio/rosegarden/files/patch-configure (-11 lines)
Lines 1-11 Link Here
1
--- configure.orig	2012-12-10 21:30:47.000000000 +0100
2
+++ configure	2012-12-10 21:31:26.000000000 +0100
3
@@ -4998,8 +4998,6 @@
4
 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
5
 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6
   LIBS="$LIBS -ldl"
7
-else
8
-  as_fn_error $? "Failed to find required dl library" "$LINENO" 5
9
 fi
10
 
11
 
(-)audio/rosegarden/pkg-descr (-1 / +1 lines)
Lines 2-5 Link Here
2
sequencer for Unix/X platforms, with specific support for FreeBSD,
2
sequencer for Unix/X platforms, with specific support for FreeBSD,
3
Linux PCs and SGI IRIX workstations.
3
Linux PCs and SGI IRIX workstations.
4
4
5
WWW: http://www.rosegardenmusic.com
5
WWW: http://www.rosegardenmusic.com/

Return to bug 202841