diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-27 20:11:12 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-27 20:11:12 +0000 |
commit | cb3515da5d1071353c268e270c0d7145a6ee257e (patch) | |
tree | f14601877e160756af118eac86eabecacd9de3d9 /net/gftp/Makefile | |
parent | 718652853e54ca0a5db3556974d2c1741d67a407 (diff) | |
download | pkgsrc-cb3515da5d1071353c268e270c0d7145a6ee257e.tar.gz |
Fix a possible stack overflow on architectures with MAXNAMLEN > 255,
like Solaris. Comment out some unused functions messing with the dirent
interface to fix the build on DragonFly. Bump revision.
Diffstat (limited to 'net/gftp/Makefile')
-rw-r--r-- | net/gftp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gftp/Makefile b/net/gftp/Makefile index c9152afccf4..716bfabc0c5 100644 --- a/net/gftp/Makefile +++ b/net/gftp/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.25 2006/06/11 13:56:41 joerg Exp $ +# $NetBSD: Makefile,v 1.26 2006/06/27 20:11:12 joerg Exp $ # .include "${.CURDIR}/Makefile.common" COMMENT= Multithreaded GTK2+ ftp client -PKGREVISION= 4 +PKGREVISION= 5 CONFLICTS= gftp-gtk1-[0-9]* |