Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Mar 2021 16:47:47 +0000 (UTC)
From:      Christoph Moench-Tegeder <cmt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r568261 - in head/textproc/iksemel: . files
Message-ID:  <202103131647.12DGllsP038340@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cmt
Date: Sat Mar 13 16:47:46 2021
New Revision: 568261
URL: https://svnweb.freebsd.org/changeset/ports/568261

Log:
  unbreak textproc/iksemel by finalizing the latest upgrade
  
  - patch stage failed as both patches have been incorperated upstream
    while at it, make gnutls usage explicit.
  - configure stage fails when checking for python
    as no python dependency has been declared and no python files are
    in pkg-plist, let's assume that the intention was to not build the
    python bindings at this time
  
  Approved by:	just-fix-it

Deleted:
  head/textproc/iksemel/files/
Modified:
  head/textproc/iksemel/Makefile

Modified: head/textproc/iksemel/Makefile
==============================================================================
--- head/textproc/iksemel/Makefile	Sat Mar 13 16:31:43 2021	(r568260)
+++ head/textproc/iksemel/Makefile	Sat Mar 13 16:47:46 2021	(r568261)
@@ -19,6 +19,8 @@ GH_TAGNAME=	978b733
 
 USES=		autoreconf libtool makeinfo pathfix pkgconfig
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS+=--with-gnutls=yes \
+		--disable-python
 CPPFLAGS+=	${CXXFLAGS} -I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 USE_LDCONFIG=	yes



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