svn commit: r568261 - in head/textproc/iksemel: . files

Christoph Moench-Tegeder cmt at FreeBSD.org
Sat Mar 13 16:47:47 UTC 2021


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


More information about the svn-ports-all mailing list