1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/news
Mathieu Arnold f6d56007b9 Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.

When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS.  In order of preference, they are:

1) use RUN_DEPENDS to set BUILD_DEPENDS:

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	foo:bar/baz

2) create another variable and use it:

MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS=	${MY_DEPENDS}
RUN_DEPENDS=	${MY_DEPENDS}

3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:

BUILD_DEPENDS=	foo:bar/baz
RUN_DEPENDS:=	${BUILD_DEPENDS}

Sponsored by:	Absolight
2018-07-09 08:40:17 +00:00
..
atp
aub
c-nocem
cg
cleanfeed
cnews
crashmail
diablo
fidogate
golded+
gup
hellanzb
husky
husky-areafix
husky-fidoconf
husky-hpt
husky-htick
husky-huskylib
husky-smapi
husky-sqpack
ifmail
inn
knews
leafnode
lusernet
mail2nntp
mmail
multisuck
newscache
newsfetch
newsfish
newsgrab
newspost
newsstar
newsx
nget
nn
nnap
nntp
nntpbtr
nntpcache Mark ports broken on mips64 that are already broken on powerpc64. In 2018-07-02 04:00:29 +00:00
noffle
nzbget
nzbperl
p5-News-Article
p5-News-Article-NoCeM Remove all := from BUILD_DEPENDS, here are never needed. 2018-07-09 08:40:17 +00:00
p5-News-Newsrc
p5-NNTPClient
p5-POE-Component-Client-NNTP
p5-POE-Component-Server-NNTP
pan
papercut
pgpmoose
plor
py-pynzb
py-sabyenc
py-yenc
rawdog
s-news
sabnzbdplus
slrn news/slrn: fix crash with SIGSERV in the iconv_convert_string() 2018-06-30 00:49:19 +00:00
slrnconf
slrnface
sn
suck
suck-cnews
tin devel/icu: update to 62.1 2018-06-29 14:22:11 +00:00
trn
trn4
ubh
xpn
xrn
yencode
yydecode
Makefile