release.sh (86e5b1377db87223c20aefbc5bf61c56422d6c8f) | release.sh (64f0728e670f15202dd2390bc33d0ea5c55fbd97) |
---|---|
1#!/bin/sh 2#- 3# Copyright (c) 2013-2018 The FreeBSD Foundation 4# Copyright (c) 2013 Glen Barber 5# Copyright (c) 2011 Nathan Whitehorn 6# All rights reserved. 7# 8# Portions of this software were developed by Glen Barber --- 262 unchanged lines hidden (view full) --- 271 REVISION=$(chroot ${CHROOTDIR} make -C /usr/src/release -V REVISION) 272 BRANCH=$(chroot ${CHROOTDIR} make -C /usr/src/release -V BRANCH) 273 UNAME_r=${REVISION}-${BRANCH} 274 GITUNSETOPTS="CONTRIB CURL CVS GITWEB GUI HTMLDOCS" 275 GITUNSETOPTS="${GITUNSETOPTS} ICONV NLS P4 PERL" 276 GITUNSETOPTS="${GITUNSETOPTS} SEND_EMAIL SUBTREE SVN" 277 GITUNSETOPTS="${GITUNSETOPTS} PCRE PCRE2" 278 eval chroot ${CHROOTDIR} env OPTIONS_UNSET="${GITUNSETOPTS}" \ | 1#!/bin/sh 2#- 3# Copyright (c) 2013-2018 The FreeBSD Foundation 4# Copyright (c) 2013 Glen Barber 5# Copyright (c) 2011 Nathan Whitehorn 6# All rights reserved. 7# 8# Portions of this software were developed by Glen Barber --- 262 unchanged lines hidden (view full) --- 271 REVISION=$(chroot ${CHROOTDIR} make -C /usr/src/release -V REVISION) 272 BRANCH=$(chroot ${CHROOTDIR} make -C /usr/src/release -V BRANCH) 273 UNAME_r=${REVISION}-${BRANCH} 274 GITUNSETOPTS="CONTRIB CURL CVS GITWEB GUI HTMLDOCS" 275 GITUNSETOPTS="${GITUNSETOPTS} ICONV NLS P4 PERL" 276 GITUNSETOPTS="${GITUNSETOPTS} SEND_EMAIL SUBTREE SVN" 277 GITUNSETOPTS="${GITUNSETOPTS} PCRE PCRE2" 278 eval chroot ${CHROOTDIR} env OPTIONS_UNSET="${GITUNSETOPTS}" \ |
279 make -C \ /usr/ports/devel/git FORCE_PKG_REGISTER=1 \ | 279 make -C /usr/ports/devel/git FORCE_PKG_REGISTER=1 \ |
280 WRKDIRPREFIX=/tmp/ports \ 281 DISTDIR=/tmp/distfiles \ 282 install clean distclean 283 fi 284 if [ -d ${CHROOTDIR}/usr/ports ]; then 285 # Trick the ports 'run-autotools-fixup' target to do the right 286 # thing. 287 _OSVERSION=$(chroot ${CHROOTDIR} /usr/bin/uname -U) --- 176 unchanged lines hidden --- | 280 WRKDIRPREFIX=/tmp/ports \ 281 DISTDIR=/tmp/distfiles \ 282 install clean distclean 283 fi 284 if [ -d ${CHROOTDIR}/usr/ports ]; then 285 # Trick the ports 'run-autotools-fixup' target to do the right 286 # thing. 287 _OSVERSION=$(chroot ${CHROOTDIR} /usr/bin/uname -U) --- 176 unchanged lines hidden --- |