summaryrefslogtreecommitdiff
path: root/sci-astronomy/montage/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-22 20:28:19 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-22 20:28:19 +0000
commitabaa75b10f899ada8dd05b23cc03205064394bc6 (patch)
treeeca3dd248b73b92013cba00a0fcc1edf2696e19a /sci-astronomy/montage/files
parent24fd814c326e282c4321965c31f341dad77e270d (diff)
gentoo resync : 22.01.2021
Diffstat (limited to 'sci-astronomy/montage/files')
-rw-r--r--sci-astronomy/montage/files/montage-4.1-fix_freetype_incude.patch13
-rw-r--r--sci-astronomy/montage/files/montage-4.1-use_system_libs.patch49
2 files changed, 0 insertions, 62 deletions
diff --git a/sci-astronomy/montage/files/montage-4.1-fix_freetype_incude.patch b/sci-astronomy/montage/files/montage-4.1-fix_freetype_incude.patch
deleted file mode 100644
index 0b27c83784db..000000000000
--- a/sci-astronomy/montage/files/montage-4.1-fix_freetype_incude.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Author: Ole Streicher <olebole@debian.org>
-Description: Fix freetype include path
---- a/util/Viewer/graphics.c
-+++ b/util/Viewer/graphics.c
-@@ -1,7 +1,7 @@
- #include <stdio.h>
- #include <math.h>
- #include <freetype2/ft2build.h>
--#include <freetype.h>
-+#include FT_FREETYPE_H
-
- void labeled_curve (char *face_path, int fontsize, int showLine,
- double *xcurve, double *ycurve, int npt,
diff --git a/sci-astronomy/montage/files/montage-4.1-use_system_libs.patch b/sci-astronomy/montage/files/montage-4.1-use_system_libs.patch
deleted file mode 100644
index 4f4ff8d2d748..000000000000
--- a/sci-astronomy/montage/files/montage-4.1-use_system_libs.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-From: Sebastien Fabbro <bicatali@gentoo.org>
-Date: Tue, 7 Jun 2016 18:25:12 +0000
-Subject: Use system libraries
-
---- a/lib/src/Makefile
-+++ b/lib/src/Makefile
-@@ -1,5 +1,5 @@
- l:
-- (cd cfitsio-3.25; ./configure; make; cp libcfitsio.a ../..; cp *.h ../../include)
-+# (cd cfitsio-3.25; ./configure; make; cp libcfitsio.a ../..; cp *.h ../../include)
- (cd cmd; make; make install)
- (cd coord; make; make install)
- (cd mtbl; make; make install)
-@@ -7,25 +7,25 @@ l:
- (cd boundaries; make; make install)
- (cd pixbounds; make; make install)
- (cd www; make; make install)
-- (cd wcstools-3.8.7/libwcs; make; cp libwcs.a ../../..; cp *.h ../../../include)
-+# (cd wcstools-3.8.7/libwcs; make; cp libwcs.a ../../..; cp *.h ../../../include)
- (cd two_plane_v1.1; make; make install)
- (cd lodepng_20140823; make; make install)
-- (cd jpeg-8b; ./configure; make; cp .libs/libjpeg.a ../..; cp jpeglib.h jconfig.h jmorecfg.h ../../include)
-- (cd freetype-2.5.4; ./configure --prefix=`pwd`/../../freetype --without-png; make; make install)
-+# (cd jpeg-8b; ./configure; make; cp .libs/libjpeg.a ../..; cp jpeglib.h jconfig.h jmorecfg.h ../../include)
-+# (cd freetype-2.5.4; ./configure --prefix=`pwd`/../../freetype --without-png; make; make install)
- (cd ..; ranlib *.a)
- chmod 644 ../include/*
-
- clean:
- rm -rf ../include/* ../freetype ../*.a
-- (cd cfitsio-3.25; make clean; rm -rf config.log config.cache config.status lib)
-+# (cd cfitsio-3.25; make clean; rm -rf config.log config.cache config.status lib)
- (cd cmd; make clean)
- (cd coord; make clean)
- (cd mtbl; make clean)
- (cd svc; make clean)
- (cd boundaries; make clean)
- (cd pixbounds; make clean)
-- (cd wcstools-3.8.7/libwcs; make clean)
-+# (cd wcstools-3.8.7/libwcs; make clean)
- (cd two_plane_v1.1; make clean)
- (cd lodepng_20140823; make clean)
-- (cd jpeg-8b; make clean)
-- (cd freetype-2.5.4; make clean; rm -rf objs/libfreetype.la objs/.libs)
-+# (cd jpeg-8b; make clean)
-+# (cd freetype-2.5.4; make clean; rm -rf objs/libfreetype.la objs/.libs)
---
-2.8.3
-