1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

- Update to 1.7.30

See http://www.fox-toolkit.org/news.html for release notes.
This commit is contained in:
Pietro Cerutti 2011-10-27 13:27:50 +00:00
parent 825f819ab3
commit 3101e1485c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284440
3 changed files with 3 additions and 18 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= fox
PORTVERSION= 1.7.29
PORTVERSION= 1.7.30
CATEGORIES= x11-toolkits
MASTER_SITES= http://www.fox-toolkit.org/ftp/ \
ftp://ftp.fox-toolkit.org/pub/

View File

@ -1,2 +1,2 @@
SHA256 (fox-1.7.29.tar.gz) = a5968f0244c5ee2ac5bd387259b650a975d9d090cf36aacc266c741dfdac4dea
SIZE (fox-1.7.29.tar.gz) = 4927086
SHA256 (fox-1.7.30.tar.gz) = 4eb9af4bde8cfe7243738195b62879d607736fa0b43a12fd5be42ef047692714
SIZE (fox-1.7.30.tar.gz) = 4934744

View File

@ -1,15 +0,0 @@
--- include/xincs.h.orig 2011-08-02 10:41:42.000000000 +0200
+++ include/xincs.h 2011-08-02 10:42:11.000000000 +0200
@@ -110,7 +110,12 @@
#include <grp.h>
#include <pwd.h>
#include <sys/ioctl.h>
+#ifdef __FreeBSD__
+#include <sys/param.h>
+#include <sys/mount.h>
+#else
#include <sys/statfs.h>
+#endif
#ifdef HAVE_UNISTD_H
#include <sys/types.h>
#include <unistd.h>