diff options
author | Danny Rawlins <romster@shortcircuit.net.au> | 2006-11-21 22:17:38 +1100 |
---|---|---|
committer | Danny Rawlins <romster@shortcircuit.net.au> | 2006-11-21 22:17:38 +1100 |
commit | dc6076ae08998a908104d823b9d55adb32f02429 (patch) | |
tree | fce0a31318f78d6b9fc345814d42ecf6abb4566b /gcc-fortran | |
parent | dca6ea985b41392725664f0c3a76e23f1bf69682 (diff) | |
download | contrib-dc6076ae08998a908104d823b9d55adb32f02429.tar.gz contrib-dc6076ae08998a908104d823b9d55adb32f02429.tar.xz |
opps didn't realise git aslo captures *~ files and cleaned out other junk files
Diffstat (limited to 'gcc-fortran')
-rw-r--r-- | gcc-fortran/.footprint~ | 41 | ||||
-rw-r--r-- | gcc-fortran/Pkgfile~ | 67 |
2 files changed, 0 insertions, 108 deletions
diff --git a/gcc-fortran/.footprint~ b/gcc-fortran/.footprint~ deleted file mode 100644 index bf7850dbf..000000000 --- a/gcc-fortran/.footprint~ +++ /dev/null @@ -1,41 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ -lrwxrwxrwx root/root usr/bin/f90 -> gfortran -lrwxrwxrwx root/root usr/bin/f95 -> gfortran --rwxr-xr-x root/root usr/bin/gfortran --rwxr-xr-x root/root usr/bin/i686-pc-linux-gnu-gfortran -drwxr-xr-x root/root usr/include/ -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/gcc/ -drwxr-xr-x root/root usr/lib/gcc/i686-pc-linux-gnu/ -drwxr-xr-x root/root usr/lib/gcc/i686-pc-linux-gnu/4.0.3/ --rwxr-xr-x root/root usr/lib/gcc/i686-pc-linux-gnu/4.0.3/f951 -drwxr-xr-x root/root usr/lib/gcc/i686-pc-linux-gnu/4.0.3/include/ -drwxr-xr-x root/root usr/lib/gcc/i686-pc-linux-gnu/4.0.3/include/dbm/ -drwxr-xr-x root/root usr/lib/gcc/i686-pc-linux-gnu/4.0.3/include/firefox/ -drwxr-xr-x root/root usr/lib/gcc/i686-pc-linux-gnu/4.0.3/include/firefox/dbm/ -lrwxrwxrwx root/root usr/lib/gcc/i686-pc-linux-gnu/4.0.3/include/python -> python2.5 -drwxr-xr-x root/root usr/lib/gcc/i686-pc-linux-gnu/4.0.3/include/python2.4/ -drwxr-xr-x root/root usr/lib/gcc/i686-pc-linux-gnu/4.0.3/include/python2.4/pyro/ -drwxr-xr-x root/root usr/lib/gcc/i686-pc-linux-gnu/4.0.3/include/python2.4/pyro/simulators/ -drwxr-xr-x root/root usr/lib/gcc/i686-pc-linux-gnu/4.0.3/include/python2.5/ -drwxr-xr-x root/root usr/lib/gcc/i686-pc-linux-gnu/4.0.3/include/python2.5/pyro/ -drwxr-xr-x root/root usr/lib/gcc/i686-pc-linux-gnu/4.0.3/include/python2.5/pyro/simulators/ -drwxr-xr-x root/root usr/lib/gcc/i686-pc-linux-gnu/4.0.3/include/xorg/ -drwxr-xr-x root/root usr/lib/gcc/i686-pc-linux-gnu/4.0.3/install-tools/ --rwxr-xr-x root/root usr/lib/gcc/i686-pc-linux-gnu/4.0.3/install-tools/fixinc.sh --rwxr-xr-x root/root usr/lib/gcc/i686-pc-linux-gnu/4.0.3/install-tools/fixincl -drwxr-xr-x root/root usr/lib/gcc/i686-pc-linux-gnu/4.0.3/install-tools/include/ --rwxr-xr-x root/root usr/lib/gcc/i686-pc-linux-gnu/4.0.3/install-tools/mkheaders --rw-r--r-- root/root usr/lib/libgfortran.a --rwxr-xr-x root/root usr/lib/libgfortran.la -lrwxrwxrwx root/root usr/lib/libgfortran.so -> libgfortran.so.0.0.0 -lrwxrwxrwx root/root usr/lib/libgfortran.so.0 -> libgfortran.so.0.0.0 --rwxr-xr-x root/root usr/lib/libgfortran.so.0.0.0 --rw-r--r-- root/root usr/lib/libgfortranbegin.a --rwxr-xr-x root/root usr/lib/libgfortranbegin.la -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/gfortran.1.gz -drwxr-xr-x root/root usr/man/man7/ -drwxr-xr-x root/root usr/share/ diff --git a/gcc-fortran/Pkgfile~ b/gcc-fortran/Pkgfile~ deleted file mode 100644 index 2a36ed864..000000000 --- a/gcc-fortran/Pkgfile~ +++ /dev/null @@ -1,67 +0,0 @@ -# URL: http://gcc.gnu.org/fortran -# Description: Fortran (f95) add-on for GNU GCC compiler. -# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au -# Packager: acrux, acrux at linuxmail dot org -# Depends on: libmpfr - -name=gcc-fortran -version=4.0.3 -release=2 -source=(ftp://sources.redhat.com/pub/gcc/releases/gcc-$version/gcc-{core,fortran}-$version.tar.bz2 \ - gcc-$version-version.patch) - -build() { - patch -d gcc-$version -p1 -i $SRC/gcc-$version-version.patch - cd gcc-$version - mkdir build - cd build - - ../configure \ - --prefix=/usr \ - --libexecdir=/usr/lib \ - --enable-languages=f95 \ - --enable-threads=posix \ - --enable-__cxa_atexit \ - --enable-clocale=gnu \ - --enable-shared \ - --disable-nls \ - --with-x=no - - make - #make check - make DESTDIR=$PKG install - - ln -s gfortran $PKG/usr/bin/f90 - ln -s gfortran $PKG/usr/bin/f95 - - # remove un-needed files - find $PKG -name 'README' -exec rm {} \; - - rm \ - $PKG/usr/lib/libiberty.a \ - $PKG/usr/bin/*-linux-gnu-* - - rm -r \ - $PKG/usr/info \ - $PKG/usr/lib/gcc/*/$version/install-tools - - rm -fr \ - $PKG/usr/man/man1/{cpp,gcc,gcov}.1.gz \ - $PKG/usr/man/man7 - - # remove files already on the system out of the port - for i in $(find $PKG | sed -e "s|$PKG|/|"); do - if [ -e "$i" ] && [ ! -d "$i" ] ; then - rm $PKG/$i - fi - done - - # Remove empty directories - find $PKG -depth -empty -exec rm -r {} \; - - # remove build links from *.la files - for i in `find $PKG -name '*.la' | sed -e "s|$PKG|/|"`; do - sed -i "s|-L$SRC[^ ]* ||g" $PKG/$i - done -} - |