svn commit: r507354 - in head/misc/mbuffer: . files

Tobias Kortkamp tobik at FreeBSD.org
Fri Jul 26 12:38:23 UTC 2019


Author: tobik
Date: Fri Jul 26 12:38:21 2019
New Revision: 507354
URL: https://svnweb.freebsd.org/changeset/ports/507354

Log:
  misc/mbuffer: Update to 20190725

Added:
  head/misc/mbuffer/files/patch-Makefile.in   (contents, props changed)
Modified:
  head/misc/mbuffer/Makefile
  head/misc/mbuffer/distinfo
  head/misc/mbuffer/files/patch-configure

Modified: head/misc/mbuffer/Makefile
==============================================================================
--- head/misc/mbuffer/Makefile	Fri Jul 26 12:01:54 2019	(r507353)
+++ head/misc/mbuffer/Makefile	Fri Jul 26 12:38:21 2019	(r507354)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mbuffer
-PORTVERSION=	20190127
+PORTVERSION=	20190725
 CATEGORIES=	misc
 MASTER_SITES=	http://www.maier-komor.de/software/mbuffer/
 
@@ -14,12 +14,15 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 TEST_DEPENDS=	gtar:archivers/gtar
 
-USES=		gmake localbase ssl tar:tgz
+USES=		localbase ssl tar:tgz
+
 GNU_CONFIGURE=	yes
-TEST_ARGS=	TAR=gtar # for --ignore-failed-read
+
+# for --ignore-failed-read
+TEST_ARGS=	TAR=gtar
 TEST_TARGET=	check
 
-OPTIONS_DEFINE=	GCRYPT MHASH RHASH
+OPTIONS_DEFINE=		GCRYPT MHASH RHASH
 OPTIONS_DEFAULT=	MHASH
 
 GCRYPT_DESC=	Use gcrypt for hash generation

Modified: head/misc/mbuffer/distinfo
==============================================================================
--- head/misc/mbuffer/distinfo	Fri Jul 26 12:01:54 2019	(r507353)
+++ head/misc/mbuffer/distinfo	Fri Jul 26 12:38:21 2019	(r507354)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1548767036
-SHA256 (mbuffer-20190127.tgz) = c5cb6f94f8083f2e87f88e25f6a379134b48a989925148022e8f611f954ceddc
-SIZE (mbuffer-20190127.tgz) = 142141
+TIMESTAMP = 1564143074
+SHA256 (mbuffer-20190725.tgz) = 21557270cca14776b2e1f73ac47bc259063f592d930b3df06742608007f450c2
+SIZE (mbuffer-20190725.tgz) = 145246

Added: head/misc/mbuffer/files/patch-Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/mbuffer/files/patch-Makefile.in	Fri Jul 26 12:38:21 2019	(r507354)
@@ -0,0 +1,21 @@
+--- Makefile.in.orig	2019-07-25 21:31:45 UTC
++++ Makefile.in
+@@ -42,7 +42,7 @@ TAR		= @TAR@
+ 
+ TARGET		= mbuffer$(EXE)
+ SOURCES		= log.c network.c mbuffer.c hashing.c input.c common.c settings.c globals.c
+-OBJECTS		= $(SOURCES:%.c=build/%.o)
++OBJECTS		= $(SOURCES:.c=.o)
+ 
+ TESTTREE	= /bin /usr/bin
+ 
+@@ -54,9 +54,6 @@ $(OBJECTS): build config.h Makefile
+ 
+ build:
+ 	mkdir build
+-
+-build/%.o: %.c
+-	$(CC) $(CFLAGS) -c $< -o $@
+ 
+ $(TARGET): $(OBJECTS)
+ 	$(CC) $(CFLAGS) $(LDFLAGS) $(OBJECTS) $(LIBS) -o $@

Modified: head/misc/mbuffer/files/patch-configure
==============================================================================
--- head/misc/mbuffer/files/patch-configure	Fri Jul 26 12:01:54 2019	(r507353)
+++ head/misc/mbuffer/files/patch-configure	Fri Jul 26 12:38:21 2019	(r507354)
@@ -2,7 +2,7 @@ Remove objdump and open/read/write/fstat symbol names 
 is not available on all architectures and the symbol names are
 unlikely to ever change from their visible names on FreeBSD.
 
---- configure.orig	2018-05-05 15:01:58 UTC
+--- configure.orig	2019-07-25 21:31:45 UTC
 +++ configure
 @@ -628,7 +628,6 @@ ALLOCA
  EGREP
@@ -12,7 +12,7 @@ unlikely to ever change from their visible names on Fr
  AWK
  TAR
  MT
-@@ -4242,51 +4241,7 @@ $as_echo "no" >&6; }
+@@ -4283,51 +4282,6 @@ $as_echo "no" >&6; }
  fi
  
  
@@ -44,7 +44,7 @@ unlikely to ever change from their visible names on Fr
 -done
 -  done
 -IFS=$as_save_IFS
- 
+-
 -  ;;
 -esac
 -fi
@@ -61,10 +61,10 @@ unlikely to ever change from their visible names on Fr
 -  test -n "$OBJDUMP" && break
 -done
 -
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
- $as_echo_n "checking return type of signal handlers... " >&6; }
- if ${ac_cv_type_signal+:} false; then :
-@@ -4931,11 +4886,7 @@ fi
+ # Check whether --enable-largefile was given.
+ if test "${enable_largefile+set}" = set; then :
+   enableval=$enable_largefile;
+@@ -4939,11 +4893,7 @@ fi
  
  
  
@@ -76,7 +76,7 @@ unlikely to ever change from their visible names on Fr
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable assertions" >&5
  $as_echo_n "checking whether to enable assertions... " >&6; }
    # Check whether --enable-assert was given.
-@@ -6129,86 +6080,12 @@ fi
+@@ -5948,86 +5898,12 @@ fi
  fi
  
  


More information about the svn-ports-head mailing list