Index: head/devel/libassa/files/patch-assa_Makefile.am =================================================================== --- head/devel/libassa/files/patch-assa_Makefile.am (revision 458746) +++ head/devel/libassa/files/patch-assa_Makefile.am (nonexistent) @@ -1,12 +0,0 @@ ---- assa/Makefile.am.orig 2012-05-18 02:26:21 UTC -+++ assa/Makefile.am -@@ -100,8 +100,7 @@ library_includedir = $(includedir)/ - library_include_HEADERS = $(h_sources) - - INCLUDES = \ -- -I$(top_srcdir) \ -- @TIRPC_CFLAGS@ -+ -I$(top_srcdir) - - lib_LTLIBRARIES = libassa-3.5.la - Property changes on: head/devel/libassa/files/patch-assa_Makefile.am ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/libassa/files/patch-configure.ac =================================================================== --- head/devel/libassa/files/patch-configure.ac (revision 458746) +++ head/devel/libassa/files/patch-configure.ac (nonexistent) @@ -1,19 +0,0 @@ ---- configure.ac.orig 2012-05-23 02:52:25 UTC -+++ configure.ac -@@ -133,16 +133,6 @@ AM_SANITY_CHECK - AC_LANG_CPLUSPLUS - - dnl ---------------------------------------------------------------------------- --dnl Fetch LIBTIRPC library flags. --dnl Sometimes around late 2011/early 2012, glibc 2.14.x discontinued --dnl support for built-in RPC support. We only use XDR part of it. --dnl ---------------------------------------------------------------------------- -- --PKG_CHECK_MODULES(TIRPC, libtirpc >= 0.2.2) --AC_SUBST(TIRPC_CFLAGS) --AC_SUBST(TIRPC_LIBS) -- --dnl ---------------------------------------------------------------------------- - dnl Check if we are building for Win32 - dnl ---------------------------------------------------------------------------- - WIN32_EXTRA_LIBADD= Property changes on: head/devel/libassa/files/patch-configure.ac ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/libassa/files/patch-assa_Makefile.in =================================================================== --- head/devel/libassa/files/patch-assa_Makefile.in (revision 458746) +++ head/devel/libassa/files/patch-assa_Makefile.in (nonexistent) @@ -1,21 +0,0 @@ ---- assa/Makefile.in.orig 2015-09-13 20:12:38 UTC -+++ assa/Makefile.in -@@ -198,8 +198,6 @@ SED = @SED@ - SET_MAKE = @SET_MAKE@ - SHELL = @SHELL@ - STRIP = @STRIP@ --TIRPC_CFLAGS = @TIRPC_CFLAGS@ --TIRPC_LIBS = @TIRPC_LIBS@ - VERSION = @VERSION@ - WIN32_EXTRA_LDFLAGS = @WIN32_EXTRA_LDFLAGS@ - WIN32_EXTRA_LIBADD = @WIN32_EXTRA_LIBADD@ -@@ -356,8 +354,7 @@ cpp_sources = \ - library_includedir = $(includedir)/assa-@ASSA_RELEASE@/assa - library_include_HEADERS = $(h_sources) - INCLUDES = \ -- -I$(top_srcdir) \ -- @TIRPC_CFLAGS@ -+ -I$(top_srcdir) - - lib_LTLIBRARIES = libassa-3.5.la - libassa_3_5_la_SOURCES = $(h_sources) $(cpp_sources) Property changes on: head/devel/libassa/files/patch-assa_Makefile.in ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/libassa/Makefile =================================================================== --- head/devel/libassa/Makefile (revision 458746) +++ head/devel/libassa/Makefile (revision 458747) @@ -1,26 +1,26 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= libassa DISTVERSION= 3.5.1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION:C/\.[0-9]*$//} 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} WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:C/-.*$//} post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS/s: doc : :g' ${WRKSRC}/Makefile.in post-install: ${INSTALL_MAN} ${WRKSRC}/debian/assa-genesis.1 ${STAGEDIR}${PREFIX}/man/man1 .include