Magellan Linux

Diff of /trunk/mage/usr/lib/mage/mage.rc.global.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

trunk/mage/usr/lib/mage/mage.rc.global revision 1557 by niro, Tue Dec 27 10:59:17 2011 UTC trunk/mage/usr/lib/mage/mage.rc.global.in revision 1629 by niro, Fri Jan 13 13:15:02 2012 UTC
# Line 30  SMAGESCRIPTSDIR="/var/cache/mage/smage" Line 30  SMAGESCRIPTSDIR="/var/cache/mage/smage"
30  : ${MAGE_DISTRIBUTION="stable"}  : ${MAGE_DISTRIBUTION="stable"}
31    
32  # Default options  # Default options
 VERBOSE="on"  
 MAGEDEBUG="off"  
33  : ${MAGE_UNINSTALL_TIMEOUT="3"}  : ${MAGE_UNINSTALL_TIMEOUT="3"}
34    
35  # enables on-the-fly regeneration of the mage tree via smage2 files.  # Use MAGE_FEATURE 'regentree' to enable on-the-fly regeneration of the mage tree.
36  # MAGE_TREE_DEST must be also set. You should set it to the same as MAGEDIR.  # MAGE_TREE_DEST must be also set. You should set it to the same value as MAGEDIR.
 #REGEN_MAGE_TREE=true  
37  MAGE_TREE_DEST="${MAGEDIR}"  MAGE_TREE_DEST="${MAGEDIR}"
38    
39  # Arch specific options and build flags  # Arch specific options and build flags
40  ARCH="i686"  ARCH="@@ARCH@@"
41  CHOST="${ARCH}-pc-linux-gnu"  CHOST="${ARCH}-pc-linux-gnu"
42  CFLAGS="-mtune=${ARCH} -O2 -pipe"  CFLAGS="-mtune=${ARCH} -O2 -pipe"
43  CXXFLAGS="${CFLAGS}"  CXXFLAGS="${CFLAGS}"
44  SMAGE_USE_CCACHE="false"  LDFLAGS="-Wl,--as-needed"
 SMAGE_USE_DISTCC="false"  
45  MAKEOPTS="-j2"  MAKEOPTS="-j2"
46    
47    # cross-compile host
48    # set this only if you want to crosscompile
49    # you need also a cross-compile toolchain installed
50    #CTARGET="i486-pc-linux-gnu"
51    
52  # Strip options  # Strip options
53  STRIP_DYN_LIB="--strip-unneeded"  STRIP_DYN_LIB="--strip-unneeded"
54  STRIP_DYN_BIN="--strip-all"  STRIP_DYN_BIN="--strip-all"
# Line 60  SRCPKGSUFFIX="mpks" Line 61  SRCPKGSUFFIX="mpks"
61  MAGESUFFIX="mage"  MAGESUFFIX="mage"
62  SMAGESUFFIX="smage2"  SMAGESUFFIX="smage2"
63    
64    # Purge targets
65    # Array with all files which shall be removed from every package on build-time
66    # Do not touch these settings if you don't know what you are doing
67    PURGE_TARGETS=( usr/share/info/dir usr/share/info/dir.gz )
68    
69  # Distcc specific settings  # Distcc specific settings
70  #DISTCC_HOSTS=""  #DISTCC_HOSTS=""
71  DISTCC_DIR="${BUILDDIR}/.distcc"  DISTCC_DIR="${BUILDDIR}/.distcc"
# Line 69  DISTCC_LOG="/var/log/distcc.log" Line 75  DISTCC_LOG="/var/log/distcc.log"
75  # Default mirrors and download options  # Default mirrors and download options
76  MIRRORS="http://magellan-linux.de/magellan"  MIRRORS="http://magellan-linux.de/magellan"
77  GNU_MIRRORS="ftp://ftp.gnu.org/pub/gnu ftp://ftp.cs.tu-berlin.de/pub/gnu"  GNU_MIRRORS="ftp://ftp.gnu.org/pub/gnu ftp://ftp.cs.tu-berlin.de/pub/gnu"
78  SOURCEFORGE_MIRRORS="http://belnet.dl.sourceforge.net/sourceforge http://mesh.dl.sourceforge.net/sourceforge"  SOURCEFORGE_MIRRORS="http://mesh.dl.sourceforge.net/sourceforge http://belnet.dl.sourceforge.net/sourceforge "
79  GNOME_MIRRORS="http://ftp.gnome.org/pub/gnome/sources/ ftp://ftp.gnome.org/pub/gnome/sources/"  GNOME_MIRRORS="http://ftp.gnome.org/pub/gnome/sources/ ftp://ftp.gnome.org/pub/gnome/sources/"
80  KDE_MIRRORS="ftp://ftp.kde.org/pub/kde/stable ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.kde.org/pub/kde/stable"  KDE_MIRRORS="ftp://ftp.kde.org/pub/kde/stable ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.kde.org/pub/kde/stable"
81  RSYNC="rsync://magellan-linux.de/mage-ix86"  RSYNC="rsync://magellan-linux.de/mage-ix86"
# Line 81  RSYNC_FETCH_OPTIONS="--recursive --links Line 87  RSYNC_FETCH_OPTIONS="--recursive --links
87  # Default fetch options for wget  # Default fetch options for wget
88  WGET_FETCH_OPTIONS="--passive-ftp --tries 3 --continue --progress bar"  WGET_FETCH_OPTIONS="--passive-ftp --tries 3 --continue --progress bar"
89    
90  # creates on-the-fly source-tarballs when building packages with smage2  # All supported global features in mage/smage:
91  #CREATE_SRC_PKG_TARBALL=true  # You can negate any feature with a ! in front
92    # Please use the MAGE_FEATURES array to override these settings in local mage.rc
93  # enables step-by-step execution of the smage-file (for debugging only)  #
94  #STEP_BY_STEP=true  #      autosvc|!autosvc
95    #          * Automatically start/stop/restarts services on installation
96  # disables logging of smage builds  #      buildlog|!buildlog
97  # currently for src_pepare, src_compile, src_install functions only  #          * Enables logging of smage builds
98  #SMAGE_BUILD_LOGGING=false  #          * Currently for src_pepare, src_compile, src_install functions only
99    #          * For developers only
100    #      ccache|!ccache
101    #          * Enable ccache support in smage
102    #          * ccache must be installed to use this feature
103    #          * For developers only
104    #      check|!check
105    #          * Runs the check function src_check() after completing src_compile()
106    #          * For developers only
107    #      compressdoc|!compressdoc
108    #          * Enables compression of man, info and other doc files for minimizing diskspace usage
109    #          * For developers only
110    #      debug|!debug
111    #          * Enables or disables debug mode
112    #          * Do not touch this feature if you don't know what you are doing
113    #          * The debug mode may break things like resolving dependencies
114    #          * For developers only
115    #      distcc|!distcc
116    #          * Enable distcc support in smage
117    #          * distcc must be installed to use this feature
118    #          * For developers only
119    #      kernelsrcunpack|!kernelsrcunpack
120    #          * Automatically unpacks any kernel-sources tarballs to /usr/src
121    #      libtool|!libtool
122    #          * Includes .la libtool archives in builded packages, to remove them set !libtool
123    #          * For developers only
124    #      linuxsymlink|!linuxsymlink
125    #          * Automatically updates the /usr/src/linux symlink to the installed kernel-sources version
126    #          * Requires the kernelsrcunpack feature to be activated
127    #      pkgbuild|!pkgbuild
128    #          * Enables or disables the package build process
129    #          * !buildpkg feature is only intended to be used for special-cases,
130    #          * like virtuals and not to be a global feature. Use this with care.
131    #          * Only disable this feature, if you know what you are doing!
132    #          * For developers only
133    #      purge|!purge
134    #          * Purges files specified by PURGE_TARGETS array from every package build
135    #          * Do not touch this feature if you don't know what you are doing
136    #          * For developers only
137    #      qalint|!qalint
138    #          * Quality assurance checks will be run while building a package
139    #          * Magellan lint utilities must be installed to use this feature
140    #          * Only enable this feature for QA purposes only,
141    #          * pkgbuild may fail even on non-fatal errors and warnings
142    #          * For developers only
143    #      regentree|!regentree
144    #          * Automatically import packages in the mage-tree after building with smage
145    #          * The target mage-tree can be defined with the MAGE_TREE_DEST variable
146    #          * For developers only
147    #      resume|!resume
148    #          * resumes a build from the last successful step
149    #          * Do not touch this feature, for internal use only!!
150    #          * For developers only
151    #      srcpkgbuild|!srcpkgbuild
152    #          * Enable this to create source-tarballs on-the-fly when building packages
153    #          * For developers only
154    #      srcpkgtarball|!srcpkgtarball
155    #          * Let smage build the package from a src tarball .mpks
156    #          * Do not touch this feature, for internal use only!!
157    #      static|!static
158    #          * Let mconfigure() enable or disable compilation of static libraries
159    #          * For developers only
160    #      stepbystep|!stepbystep
161    #          * Enables step-by-step execution of the smage-file for debugging
162    #          * Currently for src_pepare(), src_compile(), src_check(), src_install() functions
163    #          * For developers only
164    #      strip|!strip
165    #          * Enables stripping to remove debugging symbols of resulting binaries
166    #          * For developers only
167    #      verbose|!verbose
168    #          * Enables or disables verbose mode
169    #
170    # To individually change these features within a smage file, you can use the msetfeature() function
171    #
172    MAGE_FEATURES_GLOBAL=( "autosvc" "buildlog" "ccache" "check" "compressdoc" "!debug" "!distcc" "kernelsrcunpack" "!libtool" "linuxsymlink" "pkgbuild" "purge" "!qalint" "regentree" "!resume" "!srcpkgbuild" "!srcpkgtarball" "!static" "!stepbystep" "strip" "!verbose" )

Legend:
Removed from v.1557  
changed lines
  Added in v.1629