mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
Allow building backuppc* ports together.
Reduces CONFLICTS to CONFLICTS_INSTALL. While here, move USES up to reduce portlint warnings. PR: 232775 Submitted by: Alexander Moisseev (maintainer)
This commit is contained in:
parent
a03a138e8a
commit
a8248e59e7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=511421
@ -18,13 +18,14 @@ RUN_DEPENDS= p5-CGI>0:www/p5-CGI \
|
||||
p5-File-Listing>=0:sysutils/p5-File-Listing \
|
||||
p5-BackupPC-XS>=0.57:sysutils/p5-BackupPC-XS
|
||||
|
||||
USES= perl5
|
||||
|
||||
.if defined(QEMU_EMULATING) && "${QEMU_EMULATING}" == "1"
|
||||
BROKEN= fails to build under qemu: uncaught target signal 11 (Segmetation fault) - core dumped
|
||||
.endif
|
||||
|
||||
CONFLICTS= backuppc backuppc4
|
||||
CONFLICTS_INSTALL= backuppc backuppc4
|
||||
|
||||
USES= perl5
|
||||
USE_GITHUB= yes
|
||||
GH_TAGNAME= 3990160
|
||||
USE_PERL5= extract
|
||||
|
@ -18,11 +18,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
RUN_DEPENDS= p5-CGI>0:www/p5-CGI \
|
||||
p5-File-Listing>=0:sysutils/p5-File-Listing
|
||||
|
||||
CONFLICTS= backuppc-devel-[0-9]*
|
||||
USES= cpe perl5
|
||||
|
||||
CONFLICTS_INSTALL= backuppc4 backuppc-devel
|
||||
|
||||
USE_RC_SUBR= backuppc
|
||||
|
||||
USES= cpe perl5
|
||||
CPE_VENDOR= craig_barratt
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
|
Loading…
Reference in New Issue
Block a user