mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
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
This commit is contained in:
parent
1a7ad3933a
commit
d199021f6f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=471516
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= darts
|
||||
PORTVERSION= 0.32
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.chasen.org/~taku/software/darts/src/
|
||||
|
||||
@ -14,6 +15,7 @@ LICENSE_COMB= dual
|
||||
LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/BSD
|
||||
LICENSE_FILE_LGPL21+ = ${WRKSRC}/LGPL
|
||||
|
||||
USES= autoreconf
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
@ -21,6 +23,10 @@ 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}
|
||||
.for f in ${PORTDOCS}
|
||||
|
@ -1,2 +1,3 @@
|
||||
TIMESTAMP = 1528054397
|
||||
SHA256 (darts-0.32.tar.gz) = 0dfc0b82f0a05d93b92acf849368e54bf93f1de8ffb31ba0a21e45ab9e269285
|
||||
SIZE (darts-0.32.tar.gz) = 234001
|
||||
|
@ -1,3 +0,0 @@
|
||||
include/darts.h
|
||||
libexec/darts/darts
|
||||
libexec/darts/mkdarts
|
Loading…
Reference in New Issue
Block a user