mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Remove the direct dependency on mysqld and replace it with USE_MYSQL= server
PR: ports/159538 Submitted by: me Approved by: maintainer timeout (14 days)
This commit is contained in:
parent
0a6a082939
commit
ef3353b0da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280037
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
PORTNAME= squeezeboxserver
|
PORTNAME= squeezeboxserver
|
||||||
PORTVERSION= 7.5.4
|
PORTVERSION= 7.5.4
|
||||||
#PORTREVISION= 1
|
PORTREVISION= 1
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= http://downloads.slimdevices.com/SqueezeboxServer_v${PORTVERSION}/
|
MASTER_SITES= http://downloads.slimdevices.com/SqueezeboxServer_v${PORTVERSION}/
|
||||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-noCPAN
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-noCPAN
|
||||||
@ -60,13 +60,9 @@ USE_PERL5= yes
|
|||||||
RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
|
RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
USE_MYSQL= yes
|
USE_MYSQL= server
|
||||||
IGNORE_WITH_MYSQL= 323 40
|
IGNORE_WITH_MYSQL= 323 40
|
||||||
|
|
||||||
# We need a dependency on the server because squeezecenter runs the binary
|
|
||||||
# directly with a non-standard config.
|
|
||||||
RUN_DEPENDS+= ${LOCALBASE}/libexec/mysqld:${PORTSDIR}/databases/mysql${MYSQL_VER}-server
|
|
||||||
|
|
||||||
.if !defined(WITHOUT_APE)
|
.if !defined(WITHOUT_APE)
|
||||||
RUN_DEPENDS+= mac:${PORTSDIR}/audio/mac
|
RUN_DEPENDS+= mac:${PORTSDIR}/audio/mac
|
||||||
.endif
|
.endif
|
||||||
|
Loading…
Reference in New Issue
Block a user