pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/dunst Drop library path based on undefined variabl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f228daf74eca
branches:  trunk
changeset: 351733:f228daf74eca
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Aug 26 17:16:08 2016 +0000

description:
Drop library path based on undefined variable. Add missing include.
Bump revision.

diffstat:

 x11/dunst/Makefile                     |   4 ++--
 x11/dunst/distinfo                     |   4 +++-
 x11/dunst/patches/patch-config.mk      |  13 +++++++++++++
 x11/dunst/patches/patch-notification.c |  12 ++++++++++++
 4 files changed, 30 insertions(+), 3 deletions(-)

diffs (60 lines):

diff -r de2bf48d4b9f -r f228daf74eca x11/dunst/Makefile
--- a/x11/dunst/Makefile        Fri Aug 26 17:14:57 2016 +0000
+++ b/x11/dunst/Makefile        Fri Aug 26 17:16:08 2016 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2016/07/02 14:43:34 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2016/08/26 17:16:08 joerg Exp $
 
 DISTNAME=      dunst-1.1.0
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    x11
 MASTER_SITES=  http://www.knopwob.org/public/dunst-release/
 EXTRACT_SUFX=  .tar.bz2
diff -r de2bf48d4b9f -r f228daf74eca x11/dunst/distinfo
--- a/x11/dunst/distinfo        Fri Aug 26 17:14:57 2016 +0000
+++ b/x11/dunst/distinfo        Fri Aug 26 17:16:08 2016 +0000
@@ -1,7 +1,9 @@
-$NetBSD: distinfo,v 1.2 2016/06/17 19:42:47 kamil Exp $
+$NetBSD: distinfo,v 1.3 2016/08/26 17:16:08 joerg Exp $
 
 SHA1 (dunst-1.1.0.tar.bz2) = 9fd95cf803307609053b45d9fbe864e4dcccc457
 RMD160 (dunst-1.1.0.tar.bz2) = e219b3ef8e97536b7dee2ddcb1e113da84fc4251
 SHA512 (dunst-1.1.0.tar.bz2) = ba01a6b18da5199b3356342f5c22592f93f447389267810bbfc35decf1a67f89650d445d3c1dd6f3cc76a4f86f7165adc777b669444627e42d3e671d4f04a04b
 Size (dunst-1.1.0.tar.bz2) = 79032 bytes
 SHA1 (patch-Makefile) = 5e2f407bc35ae9f5bf8b847b36129ae34ad6226d
+SHA1 (patch-config.mk) = 90b417fe5353140aeb227f05114b3bfdfc52372e
+SHA1 (patch-notification.c) = 5d1440fe22a928a96a544d7a9ba0a841789a6b69
diff -r de2bf48d4b9f -r f228daf74eca x11/dunst/patches/patch-config.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/dunst/patches/patch-config.mk Fri Aug 26 17:16:08 2016 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-config.mk,v 1.1 2016/08/26 17:16:09 joerg Exp $
+
+--- config.mk.orig     2016-08-26 13:34:57.775528056 +0000
++++ config.mk
+@@ -37,7 +37,7 @@ endif
+ # includes and libs
+ INCS := $(shell ${PKG_CONFIG} --cflags ${pkg_config_packs})
+ CFLAGS += ${INCS}
+-LDFLAGS += -lm -L${X11LIB} -lXss ${XINERAMALIBS} $(shell ${PKG_CONFIG} --libs ${pkg_config_packs})
++LDFLAGS += -lm -lXss ${XINERAMALIBS} $(shell ${PKG_CONFIG} --libs ${pkg_config_packs})
+ 
+ # only make this an fatal error when where not cleaning
+ ifneq (clean, $(MAKECMDGOALS))
diff -r de2bf48d4b9f -r f228daf74eca x11/dunst/patches/patch-notification.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/dunst/patches/patch-notification.c    Fri Aug 26 17:16:08 2016 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-notification.c,v 1.1 2016/08/26 17:16:09 joerg Exp $
+
+--- notification.c.orig        2016-08-26 13:36:35.405971570 +0000
++++ notification.c
+@@ -6,6 +6,7 @@
+ #include <glib.h>
+ #include <errno.h>
+ #include <string.h>
++#include <libgen.h>
+ #include <stdbool.h>
+ #include <unistd.h>
+ #include <sys/wait.h>



Home | Main Index | Thread Index | Old Index