1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Update to 0.16

- Add patch to fix build failure
- Cosmetique whitespace fixes to pet portlint(1)
This commit is contained in:
Sergei Kolobov 2006-05-03 14:51:09 +00:00
parent 1e476a3330
commit a39832a986
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161280
3 changed files with 16 additions and 7 deletions

View File

@ -7,8 +7,7 @@
#
PORTNAME= fastdep
PORTVERSION= 0.15
PORTREVISION= 2
PORTVERSION= 0.16
CATEGORIES= devel
MASTER_SITES= http://www.irule.be/bvh/c++/fastdep/
@ -16,9 +15,9 @@ MAINTAINER= sergei@FreeBSD.org
COMMENT= Fast dependency generator for C/C++ files
USE_GMAKE= yes
USE_GETOPT_LONG= yes
USE_GETOPT_LONG= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --disable-local-gnugetopt
CONFIGURE_ARGS= --disable-local-gnugetopt
MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
DOCS= AUTHORS CHANGELOG INSTALL README \

View File

@ -1,3 +1,3 @@
MD5 (fastdep-0.15.tar.gz) = 10b5cb8e3a7d2d5dbab6c7e4b36959d2
SHA256 (fastdep-0.15.tar.gz) = d1267e5e07be6cb564d551db602bbbfe0acd0908d106917d6e23f065f20b288b
SIZE (fastdep-0.15.tar.gz) = 59321
MD5 (fastdep-0.16.tar.gz) = 838c08b790a5dfe9a50a4aec7947bc54
SHA256 (fastdep-0.16.tar.gz) = ce87d5aba71a38ad175c831f4f380498e04c22d75478310299812485b3202abb
SIZE (fastdep-0.16.tar.gz) = 70374

View File

@ -0,0 +1,10 @@
--- MappedFile.cc.orig Wed May 3 18:30:46 2006
+++ MappedFile.cc Wed May 3 18:30:12 2006
@@ -5,6 +5,7 @@
#define PATH_MAX MAX_PATH
#else
#include <sys/mman.h>
+#include <sys/stat.h>
#include <unistd.h>
#include <fcntl.h>