pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/socket Fix brokeness in the include "Makefile...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cbcdb1aae99b
branches:  trunk
changeset: 500228:cbcdb1aae99b
user:      tron <tron%pkgsrc.org@localhost>
date:      Tue Oct 04 16:08:40 2005 +0000

description:
Fix brokeness in the include "Makefile" which continues the build
even if compilation fails.

diffstat:

 sysutils/socket/distinfo         |   4 ++--
 sysutils/socket/patches/patch-aa |  33 ++++++++++++++++++++++++++++++---
 2 files changed, 32 insertions(+), 5 deletions(-)

diffs (60 lines):

diff -r 43acd8d26856 -r cbcdb1aae99b sysutils/socket/distinfo
--- a/sysutils/socket/distinfo  Tue Oct 04 15:37:32 2005 +0000
+++ b/sysutils/socket/distinfo  Tue Oct 04 16:08:40 2005 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.5 2005/08/06 21:22:24 tron Exp $
+$NetBSD: distinfo,v 1.6 2005/10/04 16:08:40 tron Exp $
 
 SHA1 (socket-1.1.tar.gz) = 1ada9bc6d949c303734030b3a34e2d6f0544d1db
 RMD160 (socket-1.1.tar.gz) = 9a697cbdc807223f48229caa3349cba216b5ffc0
 Size (socket-1.1.tar.gz) = 14426 bytes
-SHA1 (patch-aa) = a2f567f4e27e18a333eeac46d1eb9c3033a7344f
+SHA1 (patch-aa) = 83b6f15cc92b6bfbed03ea5d91b56cb329957241
 SHA1 (patch-ab) = a57ef3243601007113f07493201804a6050f3182
 SHA1 (patch-ac) = 8fd665125b26aadc16ddbebcd165b2759391234b
 SHA1 (patch-ad) = 034f34565952f94b4e12cf78f0bb9b5612091e4d
diff -r 43acd8d26856 -r cbcdb1aae99b sysutils/socket/patches/patch-aa
--- a/sysutils/socket/patches/patch-aa  Tue Oct 04 15:37:32 2005 +0000
+++ b/sysutils/socket/patches/patch-aa  Tue Oct 04 16:08:40 2005 +0000
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.5 1999/09/17 18:23:55 tron Exp $
+$NetBSD: patch-aa,v 1.6 2005/10/04 16:08:40 tron Exp $
 
---- Makefile.orig      Thu Sep 10 16:59:31 1992
-+++ Makefile   Tue Feb  2 23:52:02 1999
+--- Makefile.orig      1992-09-10 15:59:31.000000000 +0100
++++ Makefile   2005-10-04 17:07:16.000000000 +0100
 @@ -8,7 +8,7 @@
  ### socket.1 in /usr/local/man/man1/socket.1
  ### Make sure the target directories exist before doing a "make install".
@@ -11,3 +11,30 @@
  INSTALLBINPATH = $(INSTALLBASE)/bin
  INSTALLBINMODE = 755
  INSTALLMANPATH = $(INSTALLBASE)/man
+@@ -117,7 +117,7 @@
+ clean: +clean $(ALLTARGETS)
+ 
+ +all:
+-      @-if [ -n "$(ALLTARGETS)" ]; \
++      @if [ -n "$(ALLTARGETS)" ]; \
+       then : ; \
+       else \
+         $(MAKE) ALLTARGETS="subsystems targets" MAINTARGET=all \
+@@ -137,7 +137,7 @@
+       fi
+ 
+ +install:
+-      @-if [ -n "$(ALLTARGETS)" ]; \
++      @if [ -n "$(ALLTARGETS)" ]; \
+       then : ; \
+       else \
+         $(MAKE) ALLTARGETS="subsystems installtargets" \
+@@ -158,7 +158,7 @@
+       fi
+ 
+ +clean:
+-      @-if [ -n "$(ALLTARGETS)" ]; \
++      @if [ -n "$(ALLTARGETS)" ]; \
+       then : ; \
+       else \
+         $(MAKE) ALLTARGETS="subsystems doclean" MAINTARGET=clean \



Home | Main Index | Thread Index | Old Index