pkgsrc-WIP-discuss archive

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

(wip/gksu) Re: Dependencies on www/zope3



I'm setting up pbulk on wip. Mainly from my curiousity.
The uname happened to be NetBSD/amd64 6.1.1.
I don't have any experience on whole execution of wip, yet.
I have created the list of name from wip/Makefile, put it in
limited_list. 

I'm having too many Unresolved reference. 
But one of these is:
  wip/gksu -> sysutils/libgksu

I'm seeing following version now.
t-105@makoto 11:00:29/131016(..pkgsrc/wip)% grep DISTNAME ../sysutils/libgksu/*
../sysutils/libgksu/Makefile:DISTNAME=  libgksu-2.0.7

Attached patch solve this situation. Can I apply this ?
(Or Am I doing anything wrong ?)
To check this, have just 'wip/gksu' one line in limited_list.

Thanks a lot,
---
Makoto Fujiwara
mef%NetBSD.org@localhost
Chiba, Japan, Narita Airport and Disneyland prefecture.

Index: gksu/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc-wip/wip/gksu/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- gksu/Makefile       21 Jan 2013 00:38:46 -0000      1.9
+++ gksu/Makefile       16 Oct 2013 02:00:27 -0000
@@ -62,7 +62,7 @@
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../devel/GConf/schemas.mk"
 .include "../../x11/gtk2/buildlink3.mk"
-BUILDLINK_API_DEPENDS.libgksu+=        libgksu>=2.0.8
+BUILDLINK_API_DEPENDS.libgksu+=        libgksu>=2.0.7
 .include "../../sysutils/libgksu/buildlink3.mk"
 .include "../../security/libgnome-keyring/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
_______________________________________________
pkgsrc-wip-discuss mailing list
pkgsrc-wip-discuss%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-discuss


Home | Main Index | Thread Index | Old Index