pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/9e/patches 9e: remove patch removed from dis...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c0147e3d080f
branches:  trunk
changeset: 769440:c0147e3d080f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Nov 15 16:22:08 2021 +0000

description:
9e: remove patch removed from distinfo

diffstat:

 archivers/9e/patches/patch-aa |  29 -----------------------------
 1 files changed, 0 insertions(+), 29 deletions(-)

diffs (33 lines):

diff -r 76e0ee19d783 -r c0147e3d080f archivers/9e/patches/patch-aa
--- a/archivers/9e/patches/patch-aa     Mon Nov 15 13:20:04 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2002/11/18 13:36:20 cjep Exp $
-
---- Makefile.orig      Thu Jun 22 18:59:41 2000
-+++ Makefile   Thu Jun 22 19:04:02 2000
-@@ -1,14 +1,9 @@
- # Makefile for 9e
- 
--CC = gcc 
--
--CFLAGS = -g3 -ggdb
-+CFLAGS = -O
- 
- .PHONY: all clean distclean
- 
--LIBS = -lefence
--
--HDRS = 9a.h
- SRCS = 9e.c
- OBJS = 9e.o
- 
-@@ -17,7 +12,7 @@
- all: $(BINARIES)
- 
- 9e: $(OBJS)
--      $(CC) -o 9e 9e.o $(LIBS)
-+      $(CC) -o 9e 9e.o
- 
- clean:
-       rm -f *.o *~ a.out



Home | Main Index | Thread Index | Old Index