mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
- Update to version 1.08
PR: 58966 Submitted by: Ports Fury
This commit is contained in:
parent
9d09e86765
commit
43c0eb1688
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93161
@ -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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (xnee-1.07.tar.gz) = d4691ff4981dd7b07c5d5c7eb90dc364
|
||||
MD5 (xnee-1.08.tar.gz) = cef82f631d06d6091ecb90436efa0e69
|
||||
|
@ -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;
|
||||
- xnee_verbose ((xd, "Using plugin file: %s\n", pl_name));
|
||||
+/* xnee_verbose ((xd, "Using plugin file: %s\n", pl_name)); */
|
||||
|
||||
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);
|
||||
|
Loading…
Reference in New Issue
Block a user