diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 07:30:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 07:30:25 +0000 |
commit | 58523e38bed36a77db3619b767435e89ad6bfd3b (patch) | |
tree | 921a78b53bb8bf1d3569bb70ac9eb127937f6a03 /math/fudgit/files/patch-aa | |
parent | Removed cruft introduced in the last commit (diff) |
remove unmaintained expired ports from math
2011-05-01 math/fudgit: Upstream disapear and distfile is no more available
2011-05-01 math/kaskade: Upstream disapear and distfile is no more available
2011-05-01 math/qscanplot: Upstream disapear and distfile is no more available
2011-05-01 math/rpc: Upstream disapear and distfile is no more available
2011-05-01 math/ss: Upstream disapear and distfile is no more available
2011-05-01 math/wmcalc: Upstream disapear and distfile is no more available
Notes
Notes:
svn path=/head/; revision=273453
Diffstat (limited to 'math/fudgit/files/patch-aa')
-rw-r--r-- | math/fudgit/files/patch-aa | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/math/fudgit/files/patch-aa b/math/fudgit/files/patch-aa deleted file mode 100644 index 1770eb212a6f..000000000000 --- a/math/fudgit/files/patch-aa +++ /dev/null @@ -1,35 +0,0 @@ -*** Makefile.in.orig Wed Nov 9 17:20:09 1994 ---- Makefile.in Sat Nov 12 02:58:47 1994 -*************** -*** 89,94 **** ---- 89,105 ---- - @ endif - CHECK = @echo "Building FUDGIT for datagen..." - @ endif -+ @ comment ==================================================== 386bsd -+ @ if freebsd -+ # This Makefile was generated for freebsd -+ OPTIONS = -DNOTRUNC -DNOMALLINFO -DVOID_SIGHANDLER -DWAIT3_INT \ -+ -DNOMALLOC_H -DHAVE_UNISTD_H -DHAVE_STDLIB_H -+ CFLAGS = $(OPTIONS) $(DLOPTIONS) -pipe -O2 -fomit-frame-pointer -+ LDFLAGS = -L../libs $(DLLIB) $(DLDLIB) -lreadline -ltermcap -lm -+ LLFLAGS = -ll -+ CC = cc -+ CHECK = @echo "Building FUDGIT for freebsd..." -+ @ endif - @ comment ==================================================== hpux - @ if hpux - # This Makefile was generated for HPUX -*************** -*** 311,315 **** - cp docs/fudgit.help $(LIBDIR) - chmod 444 $(LIBDIR)/fudgit.help - cp docs/fudgit.1 $(MANDIR) -! chmod 444 $(LIBDIR)/fudgit.1 - ---- 322,326 ---- - cp docs/fudgit.help $(LIBDIR) - chmod 444 $(LIBDIR)/fudgit.help - cp docs/fudgit.1 $(MANDIR) -! chmod 444 $(MANDIR)/fudgit.1 - |