- don't do silent builds
- regen patches while here
This commit is contained in:
parent
7827da4177
commit
cb241e57ce
24
net/ii/patches/patch-Makefile
Normal file
24
net/ii/patches/patch-Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
$OpenBSD: patch-Makefile,v 1.1 2011/03/02 15:06:04 jasper Exp $
|
||||
|
||||
Don't do "silent builds".
|
||||
|
||||
--- Makefile.orig Wed Mar 2 16:04:54 2011
|
||||
+++ Makefile Wed Mar 2 16:05:05 2011
|
||||
@@ -20,7 +20,7 @@ options:
|
||||
|
||||
.c.o:
|
||||
@echo CC $<
|
||||
- @${CC} -c ${CFLAGS} $<
|
||||
+ ${CC} -c ${CFLAGS} $<
|
||||
|
||||
dist: clean
|
||||
@mkdir -p ii-${VERSION}
|
||||
@@ -32,7 +32,7 @@ dist: clean
|
||||
|
||||
ii: ${OBJ}
|
||||
@echo LD $@
|
||||
- @${CC} -o $@ ${OBJ} ${LDFLAGS}
|
||||
+ ${CC} -o $@ ${OBJ} ${LDFLAGS}
|
||||
|
||||
install: all
|
||||
@mkdir -p ${DESTDIR}${DOCDIR}
|
@ -1,8 +1,8 @@
|
||||
$OpenBSD: patch-config_mk,v 1.1.1.1 2007/09/20 19:15:00 jasper Exp $
|
||||
--- config.mk.orig Sat Jul 14 20:39:41 2007
|
||||
+++ config.mk Thu Sep 20 21:01:03 2007
|
||||
$OpenBSD: patch-config_mk,v 1.2 2011/03/02 15:06:04 jasper Exp $
|
||||
--- config.mk.orig Mon Jan 31 21:47:08 2011
|
||||
+++ config.mk Wed Mar 2 16:04:30 2011
|
||||
@@ -15,13 +15,13 @@ LIBDIR = ${PREFIX}/lib
|
||||
VERSION = 1.3
|
||||
VERSION = 1.6
|
||||
|
||||
# includes and libs
|
||||
-INCLUDES = -I. -I${INCDIR} -I/usr/include
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-ii_c,v 1.1 2009/03/26 17:38:26 naddy Exp $
|
||||
--- ii.c.orig Thu Mar 26 11:22:40 2009
|
||||
+++ ii.c Thu Mar 26 11:23:00 2009
|
||||
@@ -394,8 +394,9 @@ static int read_line(int fd, size_t res_len, char *buf
|
||||
$OpenBSD: patch-ii_c,v 1.2 2011/03/02 15:06:04 jasper Exp $
|
||||
--- ii.c.orig Mon Jan 31 21:47:08 2011
|
||||
+++ ii.c Wed Mar 2 16:04:30 2011
|
||||
@@ -395,8 +395,9 @@ static int read_line(int fd, size_t res_len, char *buf
|
||||
static void handle_channels_input(Channel *c) {
|
||||
static char buf[PIPE_BUF];
|
||||
if(read_line(c->fd, PIPE_BUF, buf) == -1) {
|
||||
|
Loading…
Reference in New Issue
Block a user