mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
- Update to 0.9.2
This commit is contained in:
parent
59647cef87
commit
ade93f7692
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87596
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= graphthing
|
||||
PORTVERSION= 0.9.1
|
||||
PORTVERSION= 0.9.2
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://graph.seul.org/
|
||||
|
||||
@ -23,6 +23,4 @@ USE_GNOME= gtk12
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
CONFIGURE_ARGS= --without-included-gettext
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (graphthing-0.9.1.tar.bz2) = e2e3b4116a8080e81ef9bbd32b677de5
|
||||
MD5 (graphthing-0.9.2.tar.bz2) = e179ad4411af42756b07571f47e253b4
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- src/graph.cc.orig Sun Mar 23 23:55:29 2003
|
||||
+++ src/graph.cc Sun Mar 23 23:58:26 2003
|
||||
@@ -96,7 +96,7 @@
|
||||
/* We don't want anything skipped */
|
||||
#ifdef USING_FREEBSD
|
||||
#include <osreldate.h>
|
||||
-#if __FreeBSD_verson >= 500035
|
||||
+#if __FreeBSD_version >= 500035
|
||||
fs.setf (std::ios_base::fmtflags (0));
|
||||
#else
|
||||
fs.setf (0);
|
@ -1 +1,2 @@
|
||||
bin/graphthing
|
||||
bin/gt
|
||||
|
Loading…
Reference in New Issue
Block a user