aboutsummaryrefslogtreecommitdiff
path: root/sysutils/conky
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-09-17 19:03:46 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-09-17 19:03:46 +0000
commita838a36b0c09eb503028db81b0a0424ca145f0e4 (patch)
treeba32704c68b839a0b0e06e66585e1927bef21ee8 /sysutils/conky
parent9cf9dc3a073320a8207b78d740765454ded62f73 (diff)
downloadports-a838a36b0c09eb503028db81b0a0424ca145f0e4.tar.gz
ports-a838a36b0c09eb503028db81b0a0424ca145f0e4.zip
- Update to 1.7.2
PR: 138215 (based on) Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Approved by: maintainer Feature safe: yes
Notes
Notes: svn path=/head/; revision=241606
Diffstat (limited to 'sysutils/conky')
-rw-r--r--sysutils/conky/Makefile5
-rw-r--r--sysutils/conky/distinfo6
-rw-r--r--sysutils/conky/files/patch-configure10
3 files changed, 16 insertions, 5 deletions
diff --git a/sysutils/conky/Makefile b/sysutils/conky/Makefile
index 9f940bf7fe7c..91147184472d 100644
--- a/sysutils/conky/Makefile
+++ b/sysutils/conky/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= conky
-PORTVERSION= 1.7.1.1
-PORTREVISION= 2
+PORTVERSION= 1.7.2
CATEGORIES= sysutils
MASTER_SITES= SF
@@ -109,6 +108,8 @@ CONFIGURE_ARGS+= --disable-double-buffer
post-patch:
@${REINPLACE_CMD} -e 's,lua5\.1,lua-5.1,g' \
${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's,imlib_context_disconnect_display();,,g' \
+ ${WRKSRC}/src/imlib2.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/conky ${PREFIX}/bin
diff --git a/sysutils/conky/distinfo b/sysutils/conky/distinfo
index b73fe4d42ed8..f8ad55fa1043 100644
--- a/sysutils/conky/distinfo
+++ b/sysutils/conky/distinfo
@@ -1,3 +1,3 @@
-MD5 (conky-1.7.1.1.tar.bz2) = 153a661e78a466c95b1b332e7cd599cb
-SHA256 (conky-1.7.1.1.tar.bz2) = aa7277c01dc5da407f12b27ae4d6b6ab72f24667d60818e9be28e7bdf26cd3ca
-SIZE (conky-1.7.1.1.tar.bz2) = 512566
+MD5 (conky-1.7.2.tar.bz2) = cf6f5d45d42ad68c618c00271813b80d
+SHA256 (conky-1.7.2.tar.bz2) = b3c0a1b0ff90579d48df542a6070adbe67d3926d6d0c66ee12b52b2d5a2c675c
+SIZE (conky-1.7.2.tar.bz2) = 585099
diff --git a/sysutils/conky/files/patch-configure b/sysutils/conky/files/patch-configure
new file mode 100644
index 000000000000..9e5434264b55
--- /dev/null
+++ b/sysutils/conky/files/patch-configure
@@ -0,0 +1,10 @@
+--- configure.orig 2009-09-17 09:53:21.000000000 +0300
++++ configure 2009-09-17 10:13:11.000000000 +0300
+@@ -19845,7 +19845,6 @@
+ ac_res=$ac_cv_search_clock_gettime
+ if test "$ac_res" != no; then
+ test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
+- conky_LIBS="$conky_LIBS -lrt"
+
+ cat >>confdefs.h <<\_ACEOF
+ #define HAVE_CLOCK_GETTIME 1