From 69ea23ed7175d5c34a21bba1ef9262f311c69284 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Tue, 29 Jul 2014 01:59:16 +0000 Subject: Rename net/ patch-xy patches to reflect the files they modify. Approve by: portmgr (not really, but one of these is modifying an unstaged port) --- net/pvm/files/patch-ab | 13 ------------- net/pvm/files/patch-ac | 13 ------------- net/pvm/files/patch-src_host.c | 13 +++++++++++++ net/pvm/files/patch-xep_Makefile.aimk | 13 +++++++++++++ 4 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 net/pvm/files/patch-ab delete mode 100644 net/pvm/files/patch-ac create mode 100644 net/pvm/files/patch-src_host.c create mode 100644 net/pvm/files/patch-xep_Makefile.aimk (limited to 'net/pvm') diff --git a/net/pvm/files/patch-ab b/net/pvm/files/patch-ab deleted file mode 100644 index e27dfb5086e5..000000000000 --- a/net/pvm/files/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ ---- xep/Makefile.aimk Fri Mar 12 22:31:23 1999 -+++ xep/Makefile.aimk Fri Mar 12 22:35:01 1999 -@@ -24,8 +24,8 @@ - CFLAGS = $(CFLOPTS) -I$(PVMIDIR) -L$(PVMLDIR) $(ARCHCFLAGS) - LIBS = -l$(PVMLIB) $(ARCHLIB) $(OS2XEPLIBS) - XLIBS = -lXaw -lXmu -lXext -lXt -lX11 --XCFLAGS = -I/usr/local/X11R5/include -I/usr/local/X11/include \ -- -L/usr/local/X11R5/lib -L/usr/local/X11/lib -+XCFLAGS = -I${LOCALBASE}/include \ -+ -L${LOCALBASE}/lib - - HEADERS = $(SDIR)/hostc.h $(SDIR)/imp.h $(SDIR)/myalloc.h \ - $(PVMIDIR)/pvm3.h $(PVMDIR)/src/bfunc.h diff --git a/net/pvm/files/patch-ac b/net/pvm/files/patch-ac deleted file mode 100644 index 38a00d2ac3c6..000000000000 --- a/net/pvm/files/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ ---- src/host.c Wed Sep 26 19:35:18 2001 -+++ src/host.c Thu Oct 31 13:57:18 2002 -@@ -992,9 +992,7 @@ - perror("ioctl"); - goto bail; - } -- /* On some FreeBSD systems: */ -- /* if (IFF_UP & req.ifr_flags) { */ -- if (IFF_UP & req.ifr_ifru.ifru_flags) { -+ if (IFF_UP & req.ifr_flags) { - if (nip > 0 && !(nip % 10)) - iplist = TREALLOC(iplist, (nip + 10), struct in_addr); - iplist[nip++] = diff --git a/net/pvm/files/patch-src_host.c b/net/pvm/files/patch-src_host.c new file mode 100644 index 000000000000..38a00d2ac3c6 --- /dev/null +++ b/net/pvm/files/patch-src_host.c @@ -0,0 +1,13 @@ +--- src/host.c Wed Sep 26 19:35:18 2001 ++++ src/host.c Thu Oct 31 13:57:18 2002 +@@ -992,9 +992,7 @@ + perror("ioctl"); + goto bail; + } +- /* On some FreeBSD systems: */ +- /* if (IFF_UP & req.ifr_flags) { */ +- if (IFF_UP & req.ifr_ifru.ifru_flags) { ++ if (IFF_UP & req.ifr_flags) { + if (nip > 0 && !(nip % 10)) + iplist = TREALLOC(iplist, (nip + 10), struct in_addr); + iplist[nip++] = diff --git a/net/pvm/files/patch-xep_Makefile.aimk b/net/pvm/files/patch-xep_Makefile.aimk new file mode 100644 index 000000000000..e27dfb5086e5 --- /dev/null +++ b/net/pvm/files/patch-xep_Makefile.aimk @@ -0,0 +1,13 @@ +--- xep/Makefile.aimk Fri Mar 12 22:31:23 1999 ++++ xep/Makefile.aimk Fri Mar 12 22:35:01 1999 +@@ -24,8 +24,8 @@ + CFLAGS = $(CFLOPTS) -I$(PVMIDIR) -L$(PVMLDIR) $(ARCHCFLAGS) + LIBS = -l$(PVMLIB) $(ARCHLIB) $(OS2XEPLIBS) + XLIBS = -lXaw -lXmu -lXext -lXt -lX11 +-XCFLAGS = -I/usr/local/X11R5/include -I/usr/local/X11/include \ +- -L/usr/local/X11R5/lib -L/usr/local/X11/lib ++XCFLAGS = -I${LOCALBASE}/include \ ++ -L${LOCALBASE}/lib + + HEADERS = $(SDIR)/hostc.h $(SDIR)/imp.h $(SDIR)/myalloc.h \ + $(PVMIDIR)/pvm3.h $(PVMDIR)/src/bfunc.h -- cgit v1.2.3