1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/ports-mgmt
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
..
bsdadminscripts
bsdadminscripts2
chucky
create-rb-port
dialog4ports
dialog4ports-static
distilator Remove all := from BUILD_DEPENDS, here are never needed. 2018-07-09 08:40:17 +00:00
fastest_sites Return wxs@'s ports to the pool after his commit bit expired. 2018-03-11 11:21:23 +00:00
freebsd-bugzilla-cli
genpatch
genplist Multiple ports: 2018-01-31 01:07:07 +00:00
hs-porte lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports. 2018-06-30 09:57:59 +00:00
jailaudit
lsknobs
managepkg
mkreadmes
octopkg Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
p5-FreeBSD-Portindex
p5-FreeBSD-Ports Remove superfluous linefeeds and fix some other minor whitespace bugs. 2018-01-11 16:53:44 +00:00
p5-FreeBSD-Ports-INDEXhash Update WWW 2018-05-27 20:15:16 +00:00
packagekit Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
pchecker
pkg - Update WWW 2018-05-22 09:34:12 +00:00
pkg_cleanup
pkg_cutleaves ports-mgmt/pkg_cutleaves: Fix creating exclude list for packages with single digit version 2018-01-07 20:02:12 +00:00
pkg_jail - update manpages 2018-03-31 07:04:00 +00:00
pkg_replace ports-mgmt/pkg_replace: update to 20180530 2018-05-31 13:59:15 +00:00
pkg_rmleaves
pkg_search
pkg_tree
pkg-devel - Update WWW 2018-05-17 09:34:07 +00:00
pkg-plist Drop MAINTAINERship for these ports: 2018-05-17 09:56:55 +00:00
pkg-provides Upgrade pkg-provides from 0.4.1 to 0.4.2 2018-04-19 09:57:34 +00:00
pkg-rmleaf - Update to 0.4 2018-05-19 16:21:14 +00:00
pkgcompare Do not abuse INSTALL_MAN when installing documentation, examples, and 2018-01-11 14:18:01 +00:00
pkgs_which ports-mgmt/pkgs_which: feex a typo 2018-06-10 20:28:15 +00:00
port-authoring-tools
port-index-uniquifier
port-maintenance-tools
portal
portconf
portdowngrade
portell
portest
portfind
portgraph New port: ports-mgmt/portgraph: Create a dependencies graph of a(all) port(s) 2018-03-19 07:45:25 +00:00
portless
portlint Update to 2.18.3. 2018-06-24 16:13:06 +00:00
portmaster Fix building of specific qt4 ports after qt5 has become the default flavor. 2018-06-22 06:44:44 +00:00
portrac Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk 2018-06-28 17:39:53 +00:00
ports-tools Return pawel@'s ports to the pool after he resigned. 2018-02-24 22:35:18 +00:00
portscout
portsearch
portshaker Update to 1.0.16 2018-06-02 10:56:11 +00:00
portshaker-config
portsreinstall Update to 4.0.0 2018-07-02 10:26:27 +00:00
porttools Update to version 1.08 2018-01-31 01:37:41 +00:00
porttree Update to upstream version 0.4.r65 2018-06-24 19:26:15 +00:00
portupdate-scan
portupgrade Update to 2.4.16. 2018-03-09 19:32:18 +00:00
portupgrade-devel Update to 2.4.16. 2018-03-09 19:32:18 +00:00
poudriere - Update to 3.2.7 2018-06-01 18:32:07 +00:00
poudriere-devel - Update to 3.2.7-372-g6125e0831 2018-06-01 18:36:06 +00:00
psearch
py-pytoport Use PY_FLAVOR for dependencies. 2018-06-20 17:05:41 +00:00
py-skog Reset MAINTAINER 2018-04-16 21:33:18 +00:00
symports
synth Update ports-mgmt/synth to 2.05 2018-05-29 15:38:21 +00:00
tinderbox Migrate USE_APACHE to USES= apache 2018-03-11 18:36:16 +00:00
wanted-ports
Makefile New port: ports-mgmt/portgraph: Create a dependencies graph of a(all) port(s) 2018-03-19 07:45:25 +00:00