Infrastructure changes to allow unsetting template vars/funcs.
xbps-src-112 does not unset those vars/funcs anymore, so it's a work that must be done via common/environment/setup{,-subpkg}.
This commit is contained in:
parent
38c7494c9e
commit
0026342862
10 changed files with 89 additions and 12 deletions
|
@ -2,6 +2,8 @@
|
|||
# Common variables that can be used by xbps-src.
|
||||
#
|
||||
# SITE used for ditfiles mirrors. For use in $distfiles.
|
||||
set -a
|
||||
|
||||
SOURCEFORGE_SITE="http://downloads.sourceforge.net/sourceforge"
|
||||
NONGNU_SITE="http://download.savannah.nongnu.org/releases"
|
||||
UBUNTU_SITE="http://archive.ubuntu.com/ubuntu/pool"
|
||||
|
@ -18,3 +20,5 @@ FREEDESKTOP_SITE="http://freedesktop.org/software"
|
|||
# Repetitive sub homepage's with no real project page
|
||||
# ie. some gnome and xorg projects. For use in $homepage.
|
||||
XORG_HOME="http://xorg.freedesktop.org/wiki/"
|
||||
|
||||
set +a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue