FreeBSD Bugzilla – Attachment 54835 Details for
Bug 82944
Update port: math/graphthing to 1.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.77 KB, created by
tkato432
on 2005-07-03 19:10:21 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2005-07-03 19:10:21 UTC
Size:
2.77 KB
patch
obsolete
>diff -urN /usr/ports/math/graphthing/Makefile math/graphthing/Makefile >--- /usr/ports/math/graphthing/Makefile Sat Feb 26 15:59:32 2005 >+++ math/graphthing/Makefile Mon Jul 4 00:02:47 2005 >@@ -7,26 +7,31 @@ > # > > PORTNAME= graphthing >-PORTVERSION= 0.9.5 >+PORTVERSION= 1.0 > CATEGORIES= math > MASTER_SITES= http://graph.seul.org/ > > MAINTAINER= ports@FreeBSD.org > COMMENT= A tool that allows you to create, manipulate and study graphs > >-LIB_DEPENDS= gtkmm.2:${PORTSDIR}/x11-toolkits/gtk-- >+LIB_DEPENDS= wx_gtk2_core-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26 > > USE_BZIP2= yes >-USE_GNOME= gnometarget gtk12 >+USE_GNOME= gnometarget gtk20 > USE_BISON= yes > USE_REINPLACE= yes > USE_GMAKE= yes > GNU_CONFIGURE= yes >+CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" >+CONFIGURE_ARGS= --with-wx-config=${X11BASE}/bin/wxgtk2-2.6-config > > PLIST_FILES= bin/graphthing bin/gt > >-post-patch: >- ${REINPLACE_CMD} -e "s,\/usr\/include\/gtk-1.2\/gdk\/gdkkeysyms.h,," \ >- ${WRKSRC}/src/depend.1 >+CPPFLAGS= ${PTHREAD_CFLAGS} >+LDFLAGS= ${PTHREAD_LIBS} >+ >+do-install: >+ ${INSTALL_PROGRAM} ${WRKSRC}/src/graphthing ${PREFIX}/bin >+ ${LN} -sf graphthing ${PREFIX}/bin/gt > > .include <bsd.port.mk> >diff -urN /usr/ports/math/graphthing/distinfo math/graphthing/distinfo >--- /usr/ports/math/graphthing/distinfo Tue Mar 2 11:46:27 2004 >+++ math/graphthing/distinfo Sun Jul 3 16:27:32 2005 >@@ -1,2 +1,2 @@ >-MD5 (graphthing-0.9.5.tar.bz2) = 343f958d0b2bb8558006ec92048d8c98 >-SIZE (graphthing-0.9.5.tar.bz2) = 138622 >+MD5 (graphthing-1.0.tar.bz2) = 33dda372a386e0e5a55f31ba0bc5ec36 >+SIZE (graphthing-1.0.tar.bz2) = 127900 >diff -urN /usr/ports/math/graphthing/files/patch-src-exporter.cc math/graphthing/files/patch-src-exporter.cc >--- /usr/ports/math/graphthing/files/patch-src-exporter.cc Thu Jan 1 09:00:00 1970 >+++ math/graphthing/files/patch-src-exporter.cc Sun Jul 3 18:16:25 2005 >@@ -0,0 +1,10 @@ >+--- src/exporter.cc.orig Sun Jul 3 13:27:10 2005 >++++ src/exporter.cc Sun Jul 3 18:15:55 2005 >+@@ -5,6 +5,7 @@ >+ #include <fstream> >+ #include <iostream> >+ #include <stdexcept> >++#include <ctime> >+ #include "config.h" >+ #include "edge.h" >+ #include "exporter.h" >diff -urN /usr/ports/math/graphthing/files/patch-src-gui.h math/graphthing/files/patch-src-gui.h >--- /usr/ports/math/graphthing/files/patch-src-gui.h Sat Feb 26 06:49:44 2005 >+++ math/graphthing/files/patch-src-gui.h Thu Jan 1 09:00:00 1970 >@@ -1,18 +0,0 @@ >---- src/gui.h.orig Thu Feb 24 14:11:10 2005 >-+++ src/gui.h Thu Feb 24 14:11:12 2005 >-@@ -140,7 +140,6 @@ public: >- class ParamDialog : public Gtk::Dialog >- { >- protected: >-- void ok_click (); >- >- virtual int delete_event_impl (GdkEventAny *ev); >- virtual void get_data () = 0; >-@@ -148,6 +147,7 @@ protected: >- public: >- bool cancelled; >- >-+ void ok_click (); >- ParamDialog (const String &title = "Prefab Parameter"); >- }; >-
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 82944
: 54835