summaryrefslogtreecommitdiff
path: root/graphics/f90gl/files/patch-mf8lim7
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-08-27 18:57:00 +0000
committerRene Ladan <rene@FreeBSD.org>2013-08-27 18:57:00 +0000
commit829b60e37de6ce706f13d4ca1d972ea82fc97208 (patch)
treef7d554eaba8519da25f58c6e80eeb8a5bdf4c6f5 /graphics/f90gl/files/patch-mf8lim7
parentFix auto-detection of dictionaries for kde4-l10n ports. (diff)
Remove expired ports:
2013-08-27 lang/ldc-devel: Broken for more than 6 month 2013-08-27 www/mod_smooth_streaming: Broken for more than 6 month 2013-08-27 www/p5-Apache2-Scoreboard: Broken for more than 6 month 2013-08-27 sysutils/avfs: Broken for more than 6 month 2013-08-27 multimedia/mp4split: Broken for more than 6 month 2013-08-27 net-mgmt/noc: Broken for more than 6 month 2013-08-27 sysutils/empower: Broken for more than 6 month 2013-08-27 emulators/xgngeo: Broken for more than 6 month 2013-08-27 graphics/geglmm: Broken for more than 6 month 2013-08-27 sysutils/libumberlog: Broken for more than 6 month 2013-08-27 net/wizd: Broken for more than 6 month 2013-08-27 net-p2p/nicotine-plus: Broken for more than 6 month 2013-08-27 palm/barry: Broken for more than 6 month 2013-08-27 x11-themes/kde-icons-noia-warm: Broken for more than 6 month 2013-08-27 news/lottanzb: Broken for more than 6 month 2013-08-27 textproc/xaira: Broken for more than 6 month 2013-08-27 graphics/f90gl: Broken for more than 6 month 2013-08-27 multimedia/linux-gspca-kmod: Broken for more than 6 month 2013-08-27 x11/cl-clx-sbcl: Broken for more than 6 month 2013-08-27 math/dislin: Broken for more than 6 month 2013-08-27 irc/smuxi: Broken for more than 6 month
Diffstat (limited to 'graphics/f90gl/files/patch-mf8lim7')
-rw-r--r--graphics/f90gl/files/patch-mf8lim747
1 files changed, 0 insertions, 47 deletions
diff --git a/graphics/f90gl/files/patch-mf8lim7 b/graphics/f90gl/files/patch-mf8lim7
deleted file mode 100644
index 8e673a904454..000000000000
--- a/graphics/f90gl/files/patch-mf8lim7
+++ /dev/null
@@ -1,47 +0,0 @@
---- mf8lim7.orig Wed Sep 14 23:41:20 2005
-+++ mf8lim7 Sun Jul 22 06:24:02 2007
-@@ -15,13 +15,16 @@
- # LOWERCASE - convert to lower case
- # UNDERSCORE - convert to lower case and append underscore
- # UPPERCASE - convert to upper case
--FNAME = UNDERSCORE
-+FNAME = %%FNAME%%
-+
-+#
-+MESAHOME= %%LOCALBASE%%
-
- # the include directory(ies) for OpenGL (GL is a subdirectory of it) and GLUT
- OGLINC = -I$(MESAHOME)/include
-
- # the include directory for X11
--X11INC = -I/usr/X11R6/include
-+X11INC = -I%%LOCALBASE%%/include
-
- # the library directory(ies) for OpenGL and GLUT
- OGLLIBDIR = -L$(MESAHOME)/lib
-@@ -30,7 +33,7 @@
- OGLLIB = -lglut -lGLU -lGL
-
- # the library directory for X11
--X11LIBDIR = -L/usr/X11R6/lib
-+X11LIBDIR = -L%%LOCALBASE%%/lib
-
- # the X11 libraries
- X11LIB = -lXaw -lXt -lXmu -lXi -lXext -lX11 -lm
-@@ -45,12 +48,12 @@
- RANLIB = ranlib
-
- # fortran 90 compiler and compiler flags
--F90 = ifort
--F90FLAGS = -O
-+F90 = %%FC%%
-+F90FLAGS = -O %%FFLAGS%%
-
- # C compiler and compiler flags
--CC = gcc
--CFLAGS = -O -DFNAME=$(FNAME)
-+CC = %%CC%%
-+CFLAGS = -O -DFNAME=$(FNAME) %%CFLAGS%%
-
- # The suffix for module files generated by the compiler. If none are
- # generated, then use 'junk' or something (do not leave it blank).