1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Upgrade to version 1.98.

This commit is contained in:
Jimmy Olgeni 2014-12-26 23:28:27 +00:00
parent 2b3747ab7f
commit ceac9c5f82
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375662
4 changed files with 4 additions and 18 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= ytree
PORTVERSION= 1.97
PORTVERSION= 1.98
CATEGORIES= misc
MASTER_SITES= http://www.han.de/~werner/

View File

@ -1,2 +1,2 @@
SHA256 (ytree-1.97.tar.gz) = 9db152524d08ec0d61b2b83a37435c5e77ebfc4b21f973fddfb571beb445a60d
SIZE (ytree-1.97.tar.gz) = 121571
SHA256 (ytree-1.98.tar.gz) = e7264e1c112bf62aba1f6ed0078308930cd8f01317a157ed1718b8dac09195c5
SIZE (ytree-1.98.tar.gz) = 122610

View File

@ -8,7 +8,7 @@ $FreeBSD$
# FreeBSD (Thanks to Peter Brevik)
###########################
-#CFLAGS = -DCOLOR_SUPPORT -DNCURSES
-#LDFLAGS = -lncurses -lmytinfo -lcompat
-#LDFLAGS = -lncurses -lcompat
+CFLAGS = -DCOLOR_SUPPORT -DNCURSES
+LDFLAGS = -lncurses -lcompat

View File

@ -1,14 +0,0 @@
$FreeBSD$
--- freesp.c.orig
+++ freesp.c
@@ -9,7 +9,7 @@
#include "ytree.h"
-#if ( defined( linux ) || defined( sun ) || defined( __NeXT__ ) || defined(hpux) || defined ( __FreeBSD__ ) || defined( __DJGPP__ ) || defined ( __GNU__ ) ) && !defined( SVR4 )
+#if ( defined( linux ) || defined( sun ) || defined( __NeXT__ ) || defined(hpux) || defined( __DJGPP__ ) || defined ( __GNU__ ) ) && !defined( SVR4 )
#include <sys/vfs.h>
#else