svn commit: r471516 - head/devel/darts

Carlos J. Puga Medina cpm at FreeBSD.org
Sun Jun 3 19:41:29 UTC 2018


Author: cpm
Date: Sun Jun  3 19:41:28 2018
New Revision: 471516
URL: https://svnweb.freebsd.org/changeset/ports/471516

Log:
  devel/darts: unbreak build
  
  checking size of char... configure: error: cannot compute sizeof (char), 77
  See `config.log' for more details.
  ===>  Script "configure" failed unexpectedly.
  
  - Add USES=autoreconf
  - Add TIMESTAMP
  - Pet portlint, use PLIST_FILES instead of pkg-plist
  - Bump PORTREVISION
  
  Reported by:	pkg-fallout

Deleted:
  head/devel/darts/pkg-plist
Modified:
  head/devel/darts/Makefile
  head/devel/darts/distinfo

Modified: head/devel/darts/Makefile
==============================================================================
--- head/devel/darts/Makefile	Sun Jun  3 19:25:10 2018	(r471515)
+++ head/devel/darts/Makefile	Sun Jun  3 19:41:28 2018	(r471516)
@@ -3,6 +3,7 @@
 
 PORTNAME=	darts
 PORTVERSION=	0.32
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://www.chasen.org/~taku/software/darts/src/
 
@@ -14,12 +15,17 @@ LICENSE_COMB=	dual
 LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/BSD
 LICENSE_FILE_LGPL21+ =	${WRKSRC}/LGPL
 
+USES=		autoreconf
 GNU_CONFIGURE=	yes
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
 PORTEXAMPLES=	darts.cpp mkdarts.cpp
 PORTDOCS=	AUTHORS ChangeLog README doc
+
+PLIST_FILES=	include/darts.h \
+		libexec/darts/darts \
+		libexec/darts/mkdarts
 
 post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}

Modified: head/devel/darts/distinfo
==============================================================================
--- head/devel/darts/distinfo	Sun Jun  3 19:25:10 2018	(r471515)
+++ head/devel/darts/distinfo	Sun Jun  3 19:41:28 2018	(r471516)
@@ -1,2 +1,3 @@
+TIMESTAMP = 1528054397
 SHA256 (darts-0.32.tar.gz) = 0dfc0b82f0a05d93b92acf849368e54bf93f1de8ffb31ba0a21e45ab9e269285
 SIZE (darts-0.32.tar.gz) = 234001


More information about the svn-ports-all mailing list