svn commit: r441692 - in head: comms/tilp2 devel/aegis devel/cook devel/libexplain devel/srecord

Baptiste Daroussin bapt at FreeBSD.org
Thu May 25 14:23:17 UTC 2017


Author: bapt
Date: Thu May 25 14:23:15 2017
New Revision: 441692
URL: https://svnweb.freebsd.org/changeset/ports/441692

Log:
  Register build dependency on groff

Modified:
  head/comms/tilp2/Makefile
  head/devel/aegis/Makefile
  head/devel/cook/Makefile
  head/devel/libexplain/Makefile
  head/devel/srecord/Makefile

Modified: head/comms/tilp2/Makefile
==============================================================================
--- head/comms/tilp2/Makefile	Thu May 25 14:10:51 2017	(r441691)
+++ head/comms/tilp2/Makefile	Thu May 25 14:23:15 2017	(r441692)
@@ -16,7 +16,8 @@ LIB_DEPENDS=	libticables2.so:comms/libti
 		libticalcs2.so:comms/libticalcs2	\
 		libticonv.so:converters/libticonv
 
-USES=		desktop-file-utils gmake pkgconfig shared-mime-info tar:bzip2
+USES=		desktop-file-utils gmake groff pkgconfig shared-mime-info \
+		tar:bzip2
 USE_GNOME=	gtk20 intltool
 
 OPTIONS_DEFINE=	NLS

Modified: head/devel/aegis/Makefile
==============================================================================
--- head/devel/aegis/Makefile	Thu May 25 14:10:51 2017	(r441691)
+++ head/devel/aegis/Makefile	Thu May 25 14:23:15 2017	(r441692)
@@ -16,7 +16,7 @@ LICENSE=	GPLv3
 LIB_DEPENDS=	libcurl.so:ftp/curl
 RUN_DEPENDS=	tkdiff:textproc/tkdiff
 
-USES=		gettext ghostscript perl5 tk
+USES=		gettext ghostscript groff perl5 tk
 USE_GNOME=	libxml2
 USE_GCC=	any
 GNU_CONFIGURE=	yes

Modified: head/devel/cook/Makefile
==============================================================================
--- head/devel/cook/Makefile	Thu May 25 14:10:51 2017	(r441691)
+++ head/devel/cook/Makefile	Thu May 25 14:23:15 2017	(r441692)
@@ -17,7 +17,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 MAKE_JOBS_UNSAFE=	yes
 
-USES=		gettext perl5
+USES=		gettext groff perl5
 DESTDIRNAME=	RPM_BUILD_ROOT
 
 # Make sure that the whole directory tree exists.

Modified: head/devel/libexplain/Makefile
==============================================================================
--- head/devel/libexplain/Makefile	Thu May 25 14:10:51 2017	(r441691)
+++ head/devel/libexplain/Makefile	Thu May 25 14:23:15 2017	(r441692)
@@ -17,7 +17,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	gsed:textproc/gsed
 RUN_DEPENDS=	lsof:sysutils/lsof
 
-USES=		bison gettext ghostscript:build gmake iconv libtool:build
+USES=		bison gettext ghostscript:build gmake groff iconv libtool:build
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ac_cv_header_linux_kd_h=no
 USE_LDCONFIG=	yes

Modified: head/devel/srecord/Makefile
==============================================================================
--- head/devel/srecord/Makefile	Thu May 25 14:10:51 2017	(r441691)
+++ head/devel/srecord/Makefile	Thu May 25 14:23:15 2017	(r441692)
@@ -10,11 +10,14 @@ MASTER_SITES=	SF
 MAINTAINER=	brooks at FreeBSD.org
 COMMENT=	Collection of powerful tools for manipulating EPROM load files
 
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs
 LIB_DEPENDS=	libgcrypt.so:security/libgcrypt
 
 ALL_TARGET=	all libdir/pkgconfig/srecord.pc
-USES=		ghostscript libtool:build
+USES=		ghostscript groff libtool:build
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib


More information about the svn-ports-all mailing list