|
|
@ -2,7 +2,7 @@ |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# |
|
|
|
# Filename: lib/functions.in |
|
|
|
# Copyright (C) 2006 - 2007 The OpenSDE Project |
|
|
|
# Copyright (C) 2006 - 2008 The OpenSDE Project |
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
# Copyright (C) 1998 - 2003 Clifford Wolf |
|
|
|
# |
|
|
@ -357,7 +357,7 @@ postflist_static_lib() { |
|
|
|
|
|
|
|
# Cleanup dependency_libs, remove build system path |
|
|
|
local dependency_libs |
|
|
|
local dlibsnew="" |
|
|
|
local dlibsnew= |
|
|
|
local dlibtmp deplib |
|
|
|
local libsub=${libdir##*/} |
|
|
|
for la in $defect_la; do |
|
|
@ -689,7 +689,7 @@ create_package_db() { |
|
|
|
v=-$(grep '^Package Name and Version' \ |
|
|
|
$1/packages/$pkg | cut -f6 -d' ') |
|
|
|
else |
|
|
|
v="" |
|
|
|
v= |
|
|
|
fi |
|
|
|
bfile=${pkg}${v}.$SDECFG_PKGFILE_TYPE |
|
|
|
|
|
|
@ -1045,7 +1045,7 @@ build_this_package() { |
|
|
|
# ([D] tag compatible format) |
|
|
|
# |
|
|
|
source_file() { |
|
|
|
local pre="" file="$2" url="$3" mirror="mirror" |
|
|
|
local pre= file="$2" url="$3" mirror="mirror" |
|
|
|
|
|
|
|
# '-' as $url prefix means, nomirrorable |
|
|
|
[ "${url:0:1}" == "-" ] && mirror="local" |
|
|
@ -1112,7 +1112,7 @@ populate_archdir() |
|
|
|
# |
|
|
|
detect_confdir() |
|
|
|
{ |
|
|
|
confdir="" |
|
|
|
confdir= |
|
|
|
if [ -z "$pkgdir" ] ; then |
|
|
|
for x in package/*/$pkg/$pkg.desc ; do |
|
|
|
if [ -f "$x" ] ; then |
|
|
@ -1166,7 +1166,7 @@ init_vars_and_hooks() |
|
|
|
fi |
|
|
|
makeinstopt="$makeopt"' install' |
|
|
|
|
|
|
|
custmain="" |
|
|
|
custmain= |
|
|
|
buildloop=1 buildloops=1 |
|
|
|
|
|
|
|
[ "$SDECFG_DO_CHECK" = 1 ] && hook_add inmake 6 'run_check' |
|
|
@ -1174,8 +1174,8 @@ init_vars_and_hooks() |
|
|
|
|
|
|
|
createarchcache=0 |
|
|
|
|
|
|
|
configprefix=""; configcache="" ; autogen=0 |
|
|
|
configscript="./configure" ; extraconfopt="" |
|
|
|
configprefix=; configcache= ; autogen=0 |
|
|
|
configscript="./configure" ; extraconfopt= |
|
|
|
|
|
|
|
srcdir=auto ; srctar=auto |
|
|
|
taropt="--use-compress-program=bzip2 -xf" |
|
|
@ -1184,13 +1184,13 @@ init_vars_and_hooks() |
|
|
|
runconf=1 ; runxmkmf=1 ; runmkpl=1 ; runpysetup=1 ; autopatch=1 |
|
|
|
autoextract=1 ; chownsrcdir=1 ; nocvsinsrcdir=1 ; cleanconfopt=1 |
|
|
|
patchopt="-bfp1 -z .orig" |
|
|
|
createprefix=1 ; createdocs="" ; rmemptydir="" |
|
|
|
createprefix=1 ; createdocs= ; rmemptydir= |
|
|
|
|
|
|
|
check_shared=1 |
|
|
|
check_usrlocal=1 |
|
|
|
check_badfiles=1 |
|
|
|
|
|
|
|
badfiles="" badfiles_nr=0 |
|
|
|
badfiles= badfiles_nr=0 |
|
|
|
declare -a badfiles_desc |
|
|
|
} |
|
|
|
|
|
|
|