ports/134184: [maintainer-update] sysutils/conky v1.7.0
Nikos Ntarmos
ntarmos at cs.uoi.gr
Sun May 3 10:00:07 UTC 2009
>Number: 134184
>Category: ports
>Synopsis: [maintainer-update] sysutils/conky v1.7.0
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Sun May 03 10:00:06 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Nikos Ntarmos
>Release: FreeBSD 7.2-PRERELEASE i386
>Organization:
Computer Science Dept., U. of Ioannina, Greece
>Environment:
System: FreeBSD ace.cs.uoi.gr 7.2-PRERELEASE FreeBSD 7.2-PRERELEASE #0: Wed Apr 22 22:44:28 EEST 2009 ntarmos at ace.cs.uoi.gr:/opt/src/sys/i386/compile/ACE i386
>Description:
Updating sysutils/conky to v1.7.0.
>How-To-Repeat:
>Fix:
--- conky-1.7.0.diff begins here ---
--- Makefile.orig 2009-03-25 19:45:33.000000000 +0200
+++ Makefile 2009-05-03 12:45:10.000000000 +0300
@@ -6,8 +6,7 @@
#
PORTNAME= conky
-PORTVERSION= 1.6.1
-PORTREVISION= 1
+PORTVERSION= 1.7.0
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -24,7 +23,7 @@
USE_GNOME?= pkgconfig
USE_ICONV= yes
CONFIGURE_ARGS+= --disable-portmon \
- --disable-proc-uptime \
+ --disable-config-output \
--disable-hddtemp
CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
@@ -102,7 +101,7 @@
post-install:
@${MKDIR} ${EXAMPLESDIR}
- @${INSTALL_DATA} ${WRKSRC}/doc/conky.conf ${EXAMPLESDIR}/conkyrc.sample
+ @${INSTALL_DATA} ${WRKSRC}/data/conky.conf ${EXAMPLESDIR}/conkyrc.sample
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
--- distinfo.orig 2008-08-19 21:06:15.000000000 +0300
+++ distinfo 2009-05-03 11:49:01.000000000 +0300
@@ -1,3 +1,3 @@
-MD5 (conky-1.6.1.tar.bz2) = b2839f21cec18e5eaa338c7440a1ba28
-SHA256 (conky-1.6.1.tar.bz2) = e4acdd61e6971b7bf194c673828ef6de09f82abb95d3ece6e37e7eafab23b063
-SIZE (conky-1.6.1.tar.bz2) = 442180
+MD5 (conky-1.7.0.tar.bz2) = 10360c37d76ab25f4d585bcdfd07f075
+SHA256 (conky-1.7.0.tar.bz2) = 088594166c33a03fc5aacb63ecb15a6b83ffb80dc3aa40e1f10b897ca1733355
+SIZE (conky-1.7.0.tar.bz2) = 478369
--- files/patch-src-conf_cookie.c.orig 1970-01-01 02:00:00.000000000 +0200
+++ files/patch-src-conf_cookie.c 2009-05-03 12:40:02.000000000 +0300
@@ -0,0 +1,14 @@
+--- src/conf_cookie.c.orig 2009-05-03 12:39:27.000000000 +0300
++++ src/conf_cookie.c 2009-05-03 12:39:48.000000000 +0300
+@@ -23,11 +23,3 @@
+ }
+ return i;
+ }
+-
+-cookie_io_functions_t conf_cookie = {
+- .read = &conf_read,
+- .write = NULL,
+- .seek = NULL,
+- .close = NULL,
+-};
+-
--- files/patch-src-conky.h.orig 2008-08-19 21:06:15.000000000 +0300
+++ files/patch-src-conky.h 1970-01-01 02:00:00.000000000 +0200
@@ -1,10 +0,0 @@
---- src/conky.h.orig 2008-08-16 10:49:12.000000000 +0400
-+++ src/conky.h 2008-08-16 10:49:24.000000000 +0400
-@@ -44,6 +44,7 @@
- #include "config.h"
- #include <sys/utsname.h>
- #include <stdlib.h>
-+#include <stdio.h>
- #include <string.h>
- #include <locale.h>
- #include <langinfo.h>
--- conky-1.7.0.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list