Andrzej Szeszo
2014-02-23 3d9efaae08c94c379c5ecd857b393b768b00501a
ips2tgz update and fixes to the packages that use the script
4 files modified
11 ■■■■ changed files
components/osol/math/Makefile 2 ●●● patch | view | raw | blame | history
components/perl/perl510/Makefile 2 ●●● patch | view | raw | blame | history
components/sunstudio12.1/Makefile 2 ●●● patch | view | raw | blame | history
tools/ips2tgz 5 ●●●●● patch | view | raw | blame | history
components/osol/math/Makefile
@@ -22,7 +22,7 @@
COMPONENT_ARCHIVE_URL=blah
download::
    $(IPS2TGZ) $(COMPONENT_SRC) http://pkg.openindiana.org/legacy \
    $(IPS2TGZ) $(COMPONENT_SRC) $(USERLAND_ARCHIVES)$(COMPONENT_ARCHIVE) http://pkg.openindiana.org/legacy \
    pkg:/system/library/math@0.5.11,5.11-0.134:20100302T055623Z \
    system/library/math/header-math@0.5.11,5.11-0.134:20100302T055635Z
components/perl/perl510/Makefile
@@ -22,7 +22,7 @@
COMPONENT_ARCHIVE_URL=blah
download::
    $(IPS2TGZ) $(COMPONENT_SRC) http://pkg.openindiana.org/hipster \
    $(IPS2TGZ) $(COMPONENT_SRC) $(USERLAND_ARCHIVES)$(COMPONENT_ARCHIVE) http://pkg.openindiana.org/hipster \
    pkg://openindiana.org/runtime/perl-510@5.10.0,5.11-0.151.1.8:20130305T141236Z \
    pkg://openindiana.org/runtime/perl-510/extra@5.10.0,5.11-0.151.1.8:20130305T141244Z
components/sunstudio12.1/Makefile
@@ -22,7 +22,7 @@
COMPONENT_ARCHIVE_URL=blah
download::
    $(IPS2TGZ) $(COMPONENT_SRC) http://pkg.openindiana.org/legacy \
    $(IPS2TGZ) $(COMPONENT_SRC) $(USERLAND_ARCHIVES)$(COMPONENT_ARCHIVE) http://pkg.openindiana.org/legacy \
    pkg://opensolaris.org/developer/sunstudio12u1@12.1.1,5.11-0.111:20100306T002245Z
include ../../make-rules/prep.mk
tools/ips2tgz
@@ -20,10 +20,11 @@
set -e
PREFIX=$1; shift
ARCHIVE=$1; shift
SRCREPO=$1; shift
PKGLIST="$@"
[ -f $PREFIX.tar.gz ] && exit 0
[ -f $ARCHIVE ] && exit 0
if [ ! -d $PREFIX.pkgrecv ]; then
    mkdir $PREFIX.pkgrecv
@@ -214,6 +215,6 @@
    [ -f $i ] && . $i
done
tar cf - $PREFIX | gzip -9 >$PREFIX.tar.gz
tar cf - $PREFIX | gzip -9 >$ARCHIVE
rm -rf $PREFIX.pkgrecv $PREFIX