INTEGRATION: CWS freebsd04 (1.30.56); FILE MERGED
2006/01/24 13:36:02 maho 1.30.56.3: RESYNC: (1.30-1.32); FILE MERGED 2006/01/19 12:03:50 maho 1.30.56.2: Fix typo 2006/01/19 01:18:35 maho 1.30.56.1: #i53288# remove circular dependency for FreeBSD packaging
This commit is contained in:
parent
b8998ad602
commit
6f311df587
1 changed files with 9 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
||||||
#
|
#
|
||||||
# $RCSfile: parameter.pm,v $
|
# $RCSfile: parameter.pm,v $
|
||||||
#
|
#
|
||||||
# $Revision: 1.32 $
|
# $Revision: 1.33 $
|
||||||
#
|
#
|
||||||
# last change: $Author: obo $ $Date: 2006-01-19 17:04:07 $
|
# last change: $Author: kz $ $Date: 2006-01-31 18:24:26 $
|
||||||
#
|
#
|
||||||
# The Contents of this file are made available subject to
|
# The Contents of this file are made available subject to
|
||||||
# the terms of GNU Lesser General Public License Version 2.1.
|
# the terms of GNU Lesser General Public License Version 2.1.
|
||||||
|
@ -306,6 +306,13 @@ sub setglobalvariables
|
||||||
$installer::globals::epmoutpath = "packages";
|
$installer::globals::epmoutpath = "packages";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if ( $installer::globals::compiler =~ /unxfbsd/ )
|
||||||
|
{
|
||||||
|
if ( $installer::globals::packageformat eq "bsd" )
|
||||||
|
{
|
||||||
|
$installer::globals::isfreebsdpkgbuild = 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if ( $installer::globals::compiler =~ /unxso[lg]s/ ) { $installer::globals::issolarissparcbuild = 1; }
|
if ( $installer::globals::compiler =~ /unxso[lg]s/ ) { $installer::globals::issolarissparcbuild = 1; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue