Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Dec 2013 01:01:32 +0000 (UTC)
From:      Oliver Lehmann <oliver@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336411 - head/security/oidentd
Message-ID:  <201312140101.rBE11WwP013425@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: oliver
Date: Sat Dec 14 01:01:32 2013
New Revision: 336411
URL: http://svnweb.freebsd.org/changeset/ports/336411

Log:
  fix build on FreeBSD 10

Modified:
  head/security/oidentd/Makefile

Modified: head/security/oidentd/Makefile
==============================================================================
--- head/security/oidentd/Makefile	Sat Dec 14 01:01:06 2013	(r336410)
+++ head/security/oidentd/Makefile	Sat Dec 14 01:01:32 2013	(r336411)
@@ -38,6 +38,7 @@ CONFIGURE_ARGS+=--disable-masq
 
 post-patch:
 	@${REINPLACE_CMD} -e 's,/etc/,${PREFIX}&,g' ${WRKSRC}/src/oidentd.h
+	@${REINPLACE_CMD} -e 's|5-9|5-11|g;s|4-9|4-11|g' ${WRKSRC}/configure
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/oidentd ${PREFIX}/sbin



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