- Update to version 1.2
- Pet portlint
This commit is contained in:
parent
8ecfad9e59
commit
06697563de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124839
3 changed files with 19 additions and 6 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= potracegui
|
||||
PORTVERSION= 1.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.2
|
||||
CATEGORIES= graphics kde
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -15,9 +14,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
|||
MAINTAINER= markus@FreeBSD.org
|
||||
COMMENT= GUI for potrace, a program for tracing bitmap images
|
||||
|
||||
EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure
|
||||
RUN_DEPENDS= potrace:${PORTSDIR}/graphics/potrace
|
||||
|
||||
RUN_DEPENDS= potrace:${PORTSDIR}/graphics/potrace
|
||||
EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-configure
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_KDELIBS_VER=3
|
||||
|
@ -25,6 +24,9 @@ USE_GMAKE= yes
|
|||
GNU_CONFIGURE= yes
|
||||
USE_REINPLACE= yes
|
||||
|
||||
post-extract:
|
||||
@${TOUCH} ${WRKSRC}/config.h.in
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (potracegui-1.1.tar.bz2) = 45097e02397a64271ec3bb0e1625a3a9
|
||||
SIZE (potracegui-1.1.tar.bz2) = 517143
|
||||
MD5 (potracegui-1.2.tar.bz2) = 5d4db03321e4abd6337e7f38389685a3
|
||||
SIZE (potracegui-1.2.tar.bz2) = 583116
|
||||
|
|
11
graphics/potracegui/files/patch-mainwidget.cpp
Normal file
11
graphics/potracegui/files/patch-mainwidget.cpp
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/mainwidget.cpp.orig Wed Dec 22 18:36:50 2004
|
||||
+++ src/mainwidget.cpp Wed Dec 22 18:38:09 2004
|
||||
@@ -44,6 +44,8 @@
|
||||
#include <kpushbutton.h>
|
||||
#include <kmessagebox.h>
|
||||
|
||||
+#include <unistd.h>
|
||||
+
|
||||
#include <fstream>
|
||||
using namespace std;
|
||||
|
Loading…
Reference in a new issue