summaryrefslogtreecommitdiff
path: root/x11/xnee
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-11-05 16:22:58 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-11-05 16:22:58 +0000
commit43c0eb16887658baafad000227e26f4b530dc73b (patch)
treec97835eb6122bf98a55e1f739e34c5cbbb3ce9c6 /x11/xnee
parent- Update to version 20031028 (diff)
- Update to version 1.08
PR: 58966 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=93161
Diffstat (limited to 'x11/xnee')
-rw-r--r--x11/xnee/Makefile8
-rw-r--r--x11/xnee/distinfo2
-rw-r--r--x11/xnee/files/patch-libxnee::lib::xnee.c (renamed from x11/xnee/files/patch-src::lib::xnee.c)19
3 files changed, 14 insertions, 15 deletions
diff --git a/x11/xnee/Makefile b/x11/xnee/Makefile
index fd3ec6104920..b1293721f15e 100644
--- a/x11/xnee/Makefile
+++ b/x11/xnee/Makefile
@@ -6,9 +6,10 @@
#
PORTNAME= xnee
-PORTVERSION= 1.07
+PORTVERSION= 1.08
CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_GNU}
+MASTER_SITES= http://www.sandklef.com/xnee/tars/ \
+ ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
@@ -27,7 +28,8 @@ INFO= xnee xnee_develop
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${PERL} -pi -e \
's| -g | \@CFLAGS\@ |g ; \
- s|-lpthread|${PTHREAD_LIBS:S/"//g}|g'
+ s|-lpthread|${PTHREAD_LIBS:S/"//g}|g ; \
+ s|-ldl||g'
post-install:
${INSTALL_MAN} ${WRKSRC}/xnee/doc/xnee.1 ${MANPREFIX}/man/man1
diff --git a/x11/xnee/distinfo b/x11/xnee/distinfo
index a653a4a21f2b..e7126a9c827c 100644
--- a/x11/xnee/distinfo
+++ b/x11/xnee/distinfo
@@ -1 +1 @@
-MD5 (xnee-1.07.tar.gz) = d4691ff4981dd7b07c5d5c7eb90dc364
+MD5 (xnee-1.08.tar.gz) = cef82f631d06d6091ecb90436efa0e69
diff --git a/x11/xnee/files/patch-src::lib::xnee.c b/x11/xnee/files/patch-libxnee::lib::xnee.c
index f09f3a4d072e..4ecbffd8ca74 100644
--- a/x11/xnee/files/patch-src::lib::xnee.c
+++ b/x11/xnee/files/patch-libxnee::lib::xnee.c
@@ -1,9 +1,6 @@
-
-$FreeBSD$
-
---- libxnee/src/xnee.c.orig Tue Apr 29 07:12:42 2003
-+++ libxnee/src/xnee.c Sun May 18 23:09:37 2003
-@@ -917,7 +917,7 @@
+--- libxnee/src/xnee.c.orig Sun Sep 28 07:58:48 2003
++++ libxnee/src/xnee.c Tue Nov 4 10:36:43 2003
+@@ -572,7 +572,7 @@
xnee_new_xnee_data()
{
@@ -12,12 +9,12 @@ $FreeBSD$
if (xd==NULL)
{
xnee_print_error ("Could not allocate memory ........\n");
-@@ -1230,7 +1230,7 @@
- xnee_use_plugin(xnee_data *xd, char *pl_name)
- {
+@@ -908,7 +908,7 @@
int ret=0;
+ char lib_name[100];
+
- xnee_verbose ((xd, "Using plugin file: %s\n", pl_name));
+/* xnee_verbose ((xd, "Using plugin file: %s\n", pl_name)); */
+ strcpy (lib_name, "lib");
+ strcat (lib_name, pl_name);
- char lib_name[100];
-