- Update to version 1.10.2

PR:		ports/87538
Submitted by:	Ports Fury
This commit is contained in:
Renato Botelho 2005-10-18 09:15:14 +00:00
parent d08d73e56a
commit 5d2e46fd1f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145725
3 changed files with 3 additions and 14 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= dictfmt
PORTVERSION= 1.10.0
PORTVERSION= 1.10.2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= dict

View file

@ -1,2 +1,2 @@
MD5 (dictd-1.10.0.tar.gz) = 6502cd2d40961247232e2c7b1350f25a
SIZE (dictd-1.10.0.tar.gz) = 747085
MD5 (dictd-1.10.2.tar.gz) = 5bafbdb3adfcfcc3d82fb219a8f50595
SIZE (dictd-1.10.2.tar.gz) = 762922

View file

@ -1,11 +0,0 @@
--- libmaa/decl.h Mon Jan 24 18:39:34 2005
+++ libmaa/decl.h Mon Jan 24 18:38:24 2005
@@ -28,7 +28,7 @@
declarations for standard library calls. We provide them here for
situations that we know about. */
-#if defined(__sparc__) && !defined(linux)
+#if defined(__sparc__) && !defined(linux) && !defined(__FreeBSD__)
#include <sys/resource.h>
/* Both SunOS and Solaris */
extern int getrusage( int who, struct rusage * );