svn commit: r458747 - in head/devel/libassa: . files

Tijl Coosemans tijl at FreeBSD.org
Thu Jan 11 14:58:51 UTC 2018


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 at 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}
 


More information about the svn-ports-all mailing list