[110525] trunk/dports/net/cntlm/files/patch-Makefile.diff

ryandesign at macports.org ryandesign at macports.org
Sat Aug 31 23:59:40 PDT 2013


Revision: 110525
          https://trac.macports.org/changeset/110525
Author:   ryandesign at macports.org
Date:     2013-08-31 23:59:40 -0700 (Sat, 31 Aug 2013)
Log Message:
-----------
cntlm: disable silent rules (#40217; maintainer timeout)

Modified Paths:
--------------
    trunk/dports/net/cntlm/files/patch-Makefile.diff

Modified: trunk/dports/net/cntlm/files/patch-Makefile.diff
===================================================================
--- trunk/dports/net/cntlm/files/patch-Makefile.diff	2013-09-01 06:52:59 UTC (rev 110524)
+++ trunk/dports/net/cntlm/files/patch-Makefile.diff	2013-09-01 06:59:40 UTC (rev 110525)
@@ -1,5 +1,5 @@
---- Makefile.old	2013-01-08 10:47:51.000000000 -0500
-+++ Makefile	2013-01-08 10:48:34.000000000 -0500
+--- Makefile.orig	2012-03-02 07:18:35.000000000 -0600
++++ Makefile	2013-09-01 01:58:21.000000000 -0500
 @@ -15,7 +15,7 @@
  NAME=cntlm
  CC=gcc
@@ -9,7 +9,7 @@
  OS=$(shell uname -s)
  OSLDFLAGS=$(shell [ $(OS) = "SunOS" ] && echo "-lrt -lsocket -lnsl")
  LDFLAGS:=-lpthread $(OSLDFLAGS)
-@@ -26,6 +26,8 @@
+@@ -26,13 +26,15 @@
  	OBJS=utils.o ntlm.o xcrypt.o config.o socket.o acl.o auth.o http.o forward.o direct.o scanner.o pages.o main.o win/resources.o
  endif
  
@@ -17,7 +17,25 @@
 +
  $(NAME): configure-stamp $(OBJS)
  	@echo "Linking $@"
- 	@$(CC) $(CFLAGS) -o $@ $(OBJS) $(LDFLAGS)
+-	@$(CC) $(CFLAGS) -o $@ $(OBJS) $(LDFLAGS)
++	$(CC) $(CFLAGS) -o $@ $(OBJS) $(LDFLAGS)
+ 
+ main.o: main.c
+ 	@echo "Compiling $<"
+-	@if [ -z "$(SYSCONFDIR)" ]; then \
++	if [ -z "$(SYSCONFDIR)" ]; then \
+ 		$(CC) $(CFLAGS) -c main.c -o $@; \
+ 	else \
+ 		$(CC) $(CFLAGS) -DSYSCONFDIR=\"$(SYSCONFDIR)\" -c main.c -o $@; \
+@@ -40,7 +42,7 @@
+ 
+ .c.o:
+ 	@echo "Compiling $<"
+-	@$(CC) $(CFLAGS) -c -o $@ $<
++	$(CC) $(CFLAGS) -c -o $@ $<
+ 
+ install: $(NAME)
+ 	# Special handling for install(1)
 @@ -49,10 +51,10 @@
  		install -M 644 -f $(MANDIR)/man1 doc/$(NAME).1; \
  		install -M 600 -c $(SYSCONFDIR) doc/$(NAME).conf; \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130831/a47222e9/attachment.html>


More information about the macports-changes mailing list