svn commit: r569285 - head/devel/bitkeeper

Cy Schubert cy at FreeBSD.org
Sat Mar 27 02:44:48 UTC 2021


Author: cy
Date: Sat Mar 27 02:44:47 2021
New Revision: 569285
URL: https://svnweb.freebsd.org/changeset/ports/569285

Log:
  devel/bitkeeper: register all dependencies
  
  PR:		245793
  Reported by:	Gian-Simon Purkert <gspurki at gmail.com>

Modified:
  head/devel/bitkeeper/Makefile   (contents, props changed)

Modified: head/devel/bitkeeper/Makefile
==============================================================================
--- head/devel/bitkeeper/Makefile	Sat Mar 27 01:19:14 2021	(r569284)
+++ head/devel/bitkeeper/Makefile	Sat Mar 27 02:44:47 2021	(r569285)
@@ -3,7 +3,7 @@
 
 PORTNAME=	bitkeeper
 PORTVERSION=	7.3.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	https://www.bitkeeper.org/downloads/${PORTVERSION}/
 DISTNAME=	bk-${PORTVERSION}.src
@@ -20,16 +20,19 @@ BROKEN_FreeBSD_11=	perl: No such file or directory
 BUILD_DEPENDS=	${LOCALBASE}/bin/gperf:devel/gperf \
 		${LOCALBASE}/include/tommath.h:math/libtommath \
 		bash:shells/bash
-LIB_DEPENDS=    libtomcrypt.so:security/libtomcrypt \
+LIB_DEPENDS=	libtomcrypt.so:security/libtomcrypt \
 		libpcre.so:devel/pcre	\
-		liblz4.so:archivers/liblz4
+		liblz4.so:archivers/liblz4 \
+		libtommath.so:math/libtommath \
+		libfreetype.so:print/freetype2 \
+		libfontconfig.so:x11-fonts/fontconfig
 RUN_DEPENDS=	bash:shells/bash
 
 USES=		gmake groff bison localbase tk xorg iconv pkgconfig
-USE_XORG=       x11
+USE_XORG=	x11 xrender xft
 
-WRKSRC= ${WRKDIR}/bk-${PORTVERSION}/src
-ALL_TARGET= p
+WRKSRC=		${WRKDIR}/bk-${PORTVERSION}/src
+ALL_TARGET=	p
 
 do-build:
 	@(cd ${WRKSRC}; ${MAKE_CMD} ${ALL_TARGET})


More information about the svn-ports-all mailing list