Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jan 2018 14:58:50 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r458747 - in head/devel/libassa: . files
Message-ID:  <201801111458.w0BEwolb071520@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Thu Jan 11 14:58:49 2018
New Revision: 458747
URL: https://svnweb.freebsd.org/changeset/ports/458747

Log:
  Pass empty TIRPC_CFLAGS and TIRPC_LIBS to configure so patches and
  USE_AUTOTOOLS can be removed.

Deleted:
  head/devel/libassa/files/
Modified:
  head/devel/libassa/Makefile

Modified: head/devel/libassa/Makefile
==============================================================================
--- head/devel/libassa/Makefile	Thu Jan 11 14:45:54 2018	(r458746)
+++ head/devel/libassa/Makefile	Thu Jan 11 14:58:49 2018	(r458747)
@@ -10,8 +10,8 @@ MAINTAINER=	rodrigo@FreeBSD.org
 COMMENT=	C++ networking library and application framework
 
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	TIRPC_CFLAGS=" " TIRPC_LIBS=" "
 USES=		libtool pathfix pkgconfig
-USE_AUTOTOOLS=	autoconf
 USE_LDCONFIG=	yes
 PLIST_SUB=	ASSA_VERSION=${PORTVERSION:R:R}
 



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