mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
unbreak by upgrading to 0.41
This commit is contained in:
parent
7acd9a3c03
commit
ba356a063a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80351
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= qfsm
|
||||
PORTVERSION= 0.40
|
||||
PORTVERSION= 0.41
|
||||
CATEGORIES= cad
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -15,22 +15,12 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A graphical tool for designing finite state machines
|
||||
|
||||
BROKEN= "Does not compile"
|
||||
|
||||
USE_QT_VER= 3
|
||||
USE_REINPLACE= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
post-extract:
|
||||
@${SED} -e 's:select\[:select1\[:g' ${WRKSRC}/pics/select.xpm \
|
||||
> ${WRKSRC}/pics/select1.xpm
|
||||
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
's|^CXXFLAGS =.*$$|CXXFLAGS = @CXXFLAGS@|g'
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/qfsm ${PREFIX}/bin
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
@ -1 +1 @@
|
||||
MD5 (qfsm-0.40.tar.gz) = 5513001b8b6f676ed43ec9996beeb889
|
||||
MD5 (qfsm-0.41.tar.gz) = ff2d6ab30a9f2a5ff0328cc1a4836f63
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- src/GState.cpp.orig Sat Jan 5 23:15:26 2002
|
||||
+++ src/GState.cpp Sat Dec 21 16:41:56 2002
|
||||
@@ -312,7 +312,7 @@
|
||||
s->reflist.append(t);
|
||||
}
|
||||
|
||||
-void GState::addTransition(Project* p, GTransition* t, bool withundo=TRUE)
|
||||
+void GState::addTransition(Project* p, GTransition* t, bool withundo)
|
||||
{
|
||||
tlist.append(t);
|
||||
if (withundo)
|
@ -1,11 +0,0 @@
|
||||
--- src/Machine.cpp.orig Thu May 2 05:14:47 2002
|
||||
+++ src/Machine.cpp Sun Dec 22 03:23:36 2002
|
||||
@@ -31,7 +31,7 @@
|
||||
|
||||
|
||||
/// Constructor.
|
||||
-Machine::Machine(QObject* parent=NULL, const char* n=0)
|
||||
+Machine::Machine(QObject* parent, const char* n)
|
||||
: QObject(parent, n)
|
||||
{
|
||||
name = "";
|
@ -1,20 +0,0 @@
|
||||
--- src/MainWindow.cpp.orig Fri May 3 22:26:38 2002
|
||||
+++ src/MainWindow.cpp Sun Dec 22 07:46:43 2002
|
||||
@@ -60,7 +60,7 @@
|
||||
#include "pics/editcopyoff.xpm"
|
||||
#include "pics/editpaste.xpm"
|
||||
#include "pics/editpasteoff.xpm"
|
||||
-#include "pics/select.xpm"
|
||||
+#include "pics/select1.xpm"
|
||||
#include "pics/selectoff.xpm"
|
||||
#include "pics/statenew.xpm"
|
||||
#include "pics/statenewoff.xpm"
|
||||
@@ -418,7 +418,7 @@
|
||||
|
||||
toolbar->addSeparator();
|
||||
|
||||
- QPixmap pselect((const char**)select);
|
||||
+ QPixmap pselect((const char**)select1);
|
||||
QPixmap pselectoff((const char**)selectoff);
|
||||
selset = new QIconSet(pselect);
|
||||
selset->setPixmap(pselectoff, QIconSet::Automatic, QIconSet::Disabled);
|
@ -1,11 +0,0 @@
|
||||
--- src/Project.cpp.orig Sat Jan 5 23:15:27 2002
|
||||
+++ src/Project.cpp Sun Dec 22 03:36:25 2002
|
||||
@@ -25,7 +25,7 @@
|
||||
#include "GObject.h"
|
||||
#include "AppInfo.h"
|
||||
|
||||
-Project::Project(QObject* parent=NULL, const char* name=0)
|
||||
+Project::Project(QObject* parent, const char* name)
|
||||
: QObject(parent, name)
|
||||
{
|
||||
main = (MainWindow*)parent;
|
@ -1,4 +1,4 @@
|
||||
bin/qfsm
|
||||
%%PORTDOCS%%share/examples/qfsm/ascii_example.fsm
|
||||
%%PORTDOCS%%share/examples/qfsm/bin_example.fsm
|
||||
%%PORTDOCS%%@dirrm share/examples/qfsm
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/ascii_example.fsm
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/bin_example.fsm
|
||||
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user