Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Sep 2015 17:50:48 +0000 (UTC)
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396418 - in head/benchmarks/dkftpbench: . files
Message-ID:  <201509081750.t88HomqW013164@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: novel
Date: Tue Sep  8 17:50:47 2015
New Revision: 396418
URL: https://svnweb.freebsd.org/changeset/ports/396418

Log:
  - Fix plist [1]
  - Drop maintainership
  
  Reported by:	amdmi3 [1]

Added:
  head/benchmarks/dkftpbench/files/patch-Makefile.in   (contents, props changed)
Modified:
  head/benchmarks/dkftpbench/Makefile

Modified: head/benchmarks/dkftpbench/Makefile
==============================================================================
--- head/benchmarks/dkftpbench/Makefile	Tue Sep  8 17:38:31 2015	(r396417)
+++ head/benchmarks/dkftpbench/Makefile	Tue Sep  8 17:50:47 2015	(r396418)
@@ -7,7 +7,7 @@ PORTREVISION=	2
 CATEGORIES=	benchmarks ftp
 MASTER_SITES=	http://www.kegel.com/dkftpbench/
 
-MAINTAINER=	novel@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	FTP benchmark program
 
 LICENSE=	GPLv2
@@ -15,10 +15,4 @@ LICENSE=	GPLv2
 GNU_CONFIGURE=	yes
 PLIST_FILES=	bin/dkftpbench
 
-post-patch:
-	@${REINPLACE_CMD} \
-		-e '/^noinst_PROGRAMS =/s/=.*/=/' \
-		-e '/^lib_LIBRARIES =/s/=.*/=/' \
-		${WRKSRC}/Makefile.in
-
 .include <bsd.port.mk>

Added: head/benchmarks/dkftpbench/files/patch-Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/benchmarks/dkftpbench/files/patch-Makefile.in	Tue Sep  8 17:50:47 2015	(r396418)
@@ -0,0 +1,40 @@
+--- Makefile.in.orig	2002-07-31 19:00:13.000000000 +0400
++++ Makefile.in	2015-09-08 20:28:30.951369000 +0300
+@@ -92,19 +92,6 @@
+ # Real programs 
+ bin_PROGRAMS = dkftpbench
+ 
+-noinst_PROGRAMS = $(TESTS) $(HAND_TESTS) dklimits Poller_bench profile
+-
+-lib_LIBRARIES = libPoller.a
+-pkginclude_HEADERS = \
+-	Poller.h \
+-	Poller_devpoll.h \
+-	Poller_poll.h \
+-	Poller_select.h \
+-	Poller_sigio.h \
+-	Poller_sigfd.h \
+-	Poller_kqueue.h
+-
+-
+ # No info yet
+ info_TEXINFOS = 
+ 
+@@ -828,7 +815,7 @@
+ install-exec-am: install-libLIBRARIES install-binPROGRAMS
+ install-exec: install-exec-am
+ 
+-install-data-am: install-info-am install-pkgincludeHEADERS
++install-data-am: install-info-am
+ install-data: install-data-am
+ 
+ install-am: all-am
+@@ -843,7 +830,7 @@
+ 	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
+ installdirs:
+ 	$(mkinstalldirs)  $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) \
+-		$(DESTDIR)$(infodir) $(DESTDIR)$(pkgincludedir)
++		$(DESTDIR)$(infodir)
+ 
+ 
+ mostlyclean-generic:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509081750.t88HomqW013164>