Magellan Linux

Diff of /branches/mage-next/conf/mage.rc.global.in

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

trunk/mage/usr/lib/mage/mage.rc.global revision 1584 by niro, Wed Dec 28 12:23:50 2011 UTC branches/mage-next/conf/mage.rc.global.in revision 2542 by niro, Wed Jan 29 11:35:38 2014 UTC
# Line 37  SMAGESCRIPTSDIR="/var/cache/mage/smage" Line 37  SMAGESCRIPTSDIR="/var/cache/mage/smage"
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=@@MTUNE@@ -O2 -pipe"
43  CXXFLAGS="${CFLAGS}"  CXXFLAGS="${CFLAGS}"
44  LDFLAGS="-Wl,--as-needed"  LDFLAGS="-Wl,--as-needed"
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"
55  STRIP_STATIC_LIB="--strip-debug"  STRIP_STATIC_LIB="--strip-debug"
56    
57  # Extension defaults  # Extension defaults
58  #  Do not modify these settings unless you know what you are doing  # Do not modify these settings unless you know what you are doing
59  PKGSUFFIX="mpk"  PKGSUFFIX="mpk"
60  SRCPKGSUFFIX="mpks"  SRCPKGSUFFIX="mpks"
61  MAGESUFFIX="mage"  MAGESUFFIX="mage"
# Line 59  SMAGESUFFIX="smage2" Line 64  SMAGESUFFIX="smage2"
64  # Purge targets  # Purge targets
65  # Array with all files which shall be removed from every package on build-time  # 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  # Do not touch these settings if you don't know what you are doing
67  PURGE_TARGETS=( usr/share/info/dir )  PURGE_TARGETS=( usr/share/info/dir usr/share/info/dir.gz )
68    
69  # Distcc specific settings  # Distcc specific settings
70  #DISTCC_HOSTS=""  #DISTCC_HOSTS=""
# Line 70  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://downloads.sf.net http://garr.dl.sourceforge.net/sourceforge http://dfn.dl.sourceforge.net/sourceforge 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  PACKAGES_SERVER_PATH="packages/${ARCH}" Line 86  PACKAGES_SERVER_PATH="packages/${ARCH}"
86  RSYNC_FETCH_OPTIONS="--recursive --links --perms --times --devices --timeout=600 --verbose --compress --progress --stats --delete --delete-after"  RSYNC_FETCH_OPTIONS="--recursive --links --perms --times --devices --timeout=600 --verbose --compress --progress --stats --delete --delete-after"
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    # Default update method for the package database - 'rsync' or 'tarball' method can be selected
90    MAGE_UPDATE_METHOD="tarball"
91    
92  # All supported global features in mage/smage:  # All supported global features in mage/smage:
93  # You can negate any feature with a ! in front  # You can negate any feature with a ! in front
# Line 111  WGET_FETCH_OPTIONS="--passive-ftp --trie Line 118  WGET_FETCH_OPTIONS="--passive-ftp --trie
118  #          * Enable distcc support in smage  #          * Enable distcc support in smage
119  #          * distcc must be installed to use this feature  #          * distcc must be installed to use this feature
120  #          * For developers only  #          * For developers only
121    #      icecc|!icecc
122    #          * Enable icecc support in smage
123    #          * icecream must be installed to use this feature
124    #          * For developers only
125  #      kernelsrcunpack|!kernelsrcunpack  #      kernelsrcunpack|!kernelsrcunpack
126  #          * Automatically unpacks any kernel-sources tarballs to /usr/src  #          * Automatically unpacks any kernel-source tarballs to /usr/src
127  #      libtool|!libtool  #      libtool|!libtool
128  #          * Includes .la libtool archives in builded packages, to remove them set !libtool  #          * Includes .la libtool archives in builded packages, to remove them set !libtool
129  #          * For developers only  #          * For developers only
# Line 121  WGET_FETCH_OPTIONS="--passive-ftp --trie Line 132  WGET_FETCH_OPTIONS="--passive-ftp --trie
132  #          * Requires the kernelsrcunpack feature to be activated  #          * Requires the kernelsrcunpack feature to be activated
133  #      pkgbuild|!pkgbuild  #      pkgbuild|!pkgbuild
134  #          * Enables or disables the package build process  #          * Enables or disables the package build process
135  #          * !buildpkg feature is only intended to be used for special-cases,  #          * !pkgbuild feature is only intended to be used for special-cases,
136  #          * like virtuals and not to be a global feature. Use this with care.  #          * like virtuals and not to be a global feature. Use this with care.
137  #          * Only disable this feature, if you know what you are doing!  #          * Only disable this feature, if you know what you are doing!
138  #          * For developers only  #          * For developers only
139    #      pkgdistrotag|!pkgdistrotag
140    #          * Appends the distribution codename-tag to the builded packages
141    #          * Do not touch this feature, for internal use only!!
142    #          * For developers only
143  #      purge|!purge  #      purge|!purge
144  #          * Purges files specified by PURGE_TARGETS array from every package build  #          * Purges files specified by PURGE_TARGETS array from every package build
145  #          * Do not touch this feature if you don't know what you are doing  #          * Do not touch this feature if you don't know what you are doing
# Line 139  WGET_FETCH_OPTIONS="--passive-ftp --trie Line 154  WGET_FETCH_OPTIONS="--passive-ftp --trie
154  #          * Automatically import packages in the mage-tree after building with smage  #          * Automatically import packages in the mage-tree after building with smage
155  #          * The target mage-tree can be defined with the MAGE_TREE_DEST variable  #          * The target mage-tree can be defined with the MAGE_TREE_DEST variable
156  #          * For developers only  #          * For developers only
157  #      stepbystep|!stepbystep  #      resume|!resume
158  #          * Enables step-by-step execution of the smage-file for debugging  #          * resumes a build from the last successful step
159  #          * Currently for src_pepare(), src_compile(), src_check(), src_install() functions  #          * Do not touch this feature, for internal use only!!
160  #          * For developers only  #          * For developers only
161  #      srcpkgbuild|!srcpkgbuild  #      srcpkgbuild|!srcpkgbuild
162  #          * Enable this to create source-tarballs on-the-fly when building packages  #          * Enable this to create source-tarballs on-the-fly when building packages
163  #          * For developers only  #          * For developers only
164  #      srcpkgtarball|!srcpkgtarball  #      srcpkgtarball|!srcpkgtarball
165  #          * let smage build the package from a src tarball .mpks  #          * Let smage build the package from a src tarball .mpks
166  #          * Do not touch this feature, for internal use only!!  #          * Do not touch this feature, for internal use only!!
167    #      static|!static
168    #          * Let mconfigure() enable or disable compilation of static libraries
169    #          * For developers only
170    #      stepbystep|!stepbystep
171    #          * Enables step-by-step execution of the smage-file for debugging
172    #          * Currently for src_pepare(), src_compile(), src_check(), src_install() functions
173    #          * For developers only
174  #      strip|!strip  #      strip|!strip
175  #          * Enables stripping to remove debugging symbols of resulting binaries  #          * Enables stripping to remove debugging symbols of resulting binaries
176  #          * For developers only  #          * For developers only
# Line 157  WGET_FETCH_OPTIONS="--passive-ftp --trie Line 179  WGET_FETCH_OPTIONS="--passive-ftp --trie
179  #  #
180  # To individually change these features within a smage file, you can use the msetfeature() function  # To individually change these features within a smage file, you can use the msetfeature() function
181  #  #
182  MAGE_FEATURES_GLOBAL=( "autosvc" "buildlog" "ccache" "check" "compressdoc" "!debug" "!distcc" "kernelsrcunpack" "!libtool" "linuxsymlink" "pkgbuild" "purge" "!qalint" "regentree" "!srcpkgbuild" "!srcpkgtarball" "!stepbystep" "strip" "!verbose" )  MAGE_FEATURES_GLOBAL=( "autosvc" "buildlog" "ccache" "check" "compressdoc" "!debug" "!distcc" "!icecc" "kernelsrcunpack" "!libtool" "linuxsymlink" "pkgbuild" "!pkgdistrotag" "purge" "!qalint" "regentree" "!resume" "!srcpkgbuild" "!srcpkgtarball" "!static" "!stepbystep" "strip" "!verbose" )

Legend:
Removed from v.1584  
changed lines
  Added in v.2542