mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
- Update to version 1.2
PR: 59353 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de> (maintainer)
This commit is contained in:
parent
f0c7a16161
commit
a35dd01fb4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94160
@ -5,7 +5,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dragstack
|
||||
PORTVERSION= 1.1
|
||||
PORTVERSION= 1.2
|
||||
CATEGORIES= deskutils kde
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -21,7 +21,8 @@ INSTALLS_SHLIB= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-O2||g; s|-lpthread|${PTHREAD_LIBS}|g' \
|
||||
${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (dragstack-1.1.tar.gz) = 5c7034f54749c2c341fb6670f7621e74
|
||||
MD5 (dragstack-1.2.tar.gz) = 6256689a9541cb35a22782601b7e1751
|
||||
|
11
deskutils/dragstack/files/patch-dragiface_skel.cpp
Normal file
11
deskutils/dragstack/files/patch-dragiface_skel.cpp
Normal file
@ -0,0 +1,11 @@
|
||||
--- dragstack/dragiface_skel.cpp.orig Sun Nov 16 13:37:49 2003
|
||||
+++ dragstack/dragiface_skel.cpp Sun Nov 16 13:38:21 2003
|
||||
@@ -6,7 +6,7 @@
|
||||
**
|
||||
*****************************************************************************/
|
||||
|
||||
-#include "/home/dominik/Desktop/Programming/dragstack/dragstack/dragiface.h"
|
||||
+#include "dragiface.h"
|
||||
|
||||
#include <kdatastream.h>
|
||||
|
Loading…
Reference in New Issue
Block a user