diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 08:56:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 08:56:41 +0000 |
commit | 9be9c4c1dafe17e16a81322515a375b6574e2bb7 (patch) | |
tree | 9ae73276b422d1766d18a0fdeeb964c5f2073690 /graphics/glean/files/patch-common.mak | |
parent | Isolate from src.conf settings such as WITHOUT_PROFILE. (diff) |
Remove unmaintained expired ports from graphics
2011-05-01 graphics/cqcam: Upstream disapear and distfile is no more available
2011-05-01 graphics/dc3play: Upstream disapear and distfile is no more available
2011-05-01 graphics/dore: Upstream disapear and distfile is no more available
2011-05-01 graphics/fig2pstricks: Upstream disapear and distfile is no more available
2011-05-01 graphics/geist: Upstream disapear and distfile is no more available
2011-05-01 graphics/gfont: Upstream disapear and distfile is no more available
2011-05-01 graphics/gimp-greycstoration: Superseded by graphics/gimp-gmic-plugin
2011-05-01 graphics/glean: Upstream disapear and distfile is no more available
2011-05-01 graphics/gltk: Upstream disapear and distfile is no more available
2011-05-01 graphics/gridpix: Upstream disapear and distfile is no more available
2011-05-01 graphics/gtkfig: Upstream disapear and distfile is no more available
2011-05-01 graphics/gview: Upstream disapear and distfile is no more available
2011-05-01 graphics/icod: Upstream disapear and distfile is no more available
2011-05-01 graphics/isreal: Upstream disapear and distfile is no more available
2011-05-01 graphics/oglext: Upstream disapear and distfile is no more available
2011-05-01 graphics/ophoto: Upstream disapear and distfile is no more available
2011-05-01 graphics/py-gdchart: Upstream disapear and distfile is no more available
2011-05-01 graphics/py-gdchart2: Upstream disapear and distfile is no more available
2011-05-01 graphics/qglviewer: Upstream disapear and distfile is no more available
2011-05-01 graphics/robot: Upstream disapear and distfile is no more available
2011-05-01 graphics/s3switch: Upstream disapear and distfile is no more available
2011-05-01 graphics/sced: Upstream disapear and distfile is no more available
2011-05-01 graphics/shim: Upstream disapear and distfile is no more available
2011-05-01 graphics/snx101util: Upstream disapear and distfile is no more available
2011-05-01 graphics/tcm: Upstream disapear and distfile is no more available
2011-05-01 graphics/vertex: Upstream disapear and distfile is no more available
2011-05-01 graphics/vvv: Upstream disapear and distfile is no more available
2011-05-01 graphics/xdl: Upstream disapear and distfile is no more available
2011-05-01 graphics/xmms-goom: Upstream disapear and distfile is no more available
2011-05-01 graphics/xmms-infinity: Upstream disapear and distfile is no more available
Notes
Notes:
svn path=/head/; revision=273463
Diffstat (limited to 'graphics/glean/files/patch-common.mak')
-rw-r--r-- | graphics/glean/files/patch-common.mak | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/graphics/glean/files/patch-common.mak b/graphics/glean/files/patch-common.mak deleted file mode 100644 index d2681476445c..000000000000 --- a/graphics/glean/files/patch-common.mak +++ /dev/null @@ -1,59 +0,0 @@ ---- ../make/common.mak.orig Wed Nov 6 19:13:23 2002 -+++ ../make/common.mak Thu Sep 25 16:22:58 2003 -@@ -39,11 +39,11 @@ - # Locations of common commands: - ifeq ($(PLATFORM), Unix) - AR:=/usr/bin/ar -- CC:=/usr/bin/g++ -+ CC:=${CXX} - INSTALL:=/usr/bin/install -c - RANLIB:=/usr/bin/ranlib - RM:=/bin/rm -- SED:=/bin/sed -+ SED:=/usr/bin/sed - SHELL:=/bin/sh - MKDIR:=/bin/mkdir - endif # Unix -@@ -72,14 +72,14 @@ - ifeq ($(PLATFORM), Unix) - # Note: Do *not* list standard system #include directories here, - # because some compilers complain about them. -- XINC:=-I/usr/include/X11 -- XLIB:=/usr/X11R6/lib -- GLINC:=#-I/usr/include -- GLLIB:=/usr/lib -- GLUTINC:=#-I/usr/include -- GLUTLIB:=/usr/lib -- TIFFINC:=#-I/usr/include -- TIFFLIB:=/usr/lib -+ XINC:=-I${LOCALBASE}/include -+ XLIB:=${LOCALBASE}/lib -+ GLINC:=-I${LOCALBASE}/include -+ GLLIB:=${LOCALBASE}/lib -+ GLUTINC:=-I${LOCALBASE}/include -+ GLUTLIB:=${LOCALBASE}/lib -+ TIFFINC:=-I${LOCALBASE}/include -+ TIFFLIB:=${LOCALBASE}/lib - EXTRALIBS:= - endif # Unix - ifeq ($(PLATFORM), BeOS) -@@ -166,10 +162,7 @@ - $(TIFFINC) - OPT:= # Optimization options - ifeq ($(PLATFORM), Unix) --_OPT=\ -- -march=pentiumpro \ -- -O -fno-unroll-all-loops \ -- $(OPT) -+_OPT= ${CFLAGS} - endif # Unix - ifeq ($(PLATFORM), BeOS) - _OPT=\ -@@ -183,7 +176,6 @@ - WARN:= # warning options - ifeq ($(PLATFORM), Unix) - _WARN=\ -- -Wall \ - -W \ - $(WARN) - endif # Unix |