Date: Fri, 4 Oct 2013 12:05:48 +0900 (JST) From: Hiroto Kagotani <hiroto.kagotani@gmail.com> To: FreeBSD-gnats-submit@freebsd.org Cc: lichray@gmail.com Subject: ports/182621: [PATCH] devel/p5-Gtk2-Notify: fails to build Message-ID: <201310040305.r9435m2U014686@serv52.infsys.cne.okayama-u.ac.jp> Resent-Message-ID: <201310040310.r943A05b001281@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 182621 >Category: ports >Synopsis: [PATCH] devel/p5-Gtk2-Notify: fails to build >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 04 03:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Hiroto Kagotani >Release: FreeBSD 9.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD myhost.mydomain 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC >Description: p5-Gtk2-Notify fails to build without MAKE_JOBS_UNSAFE option. Also changed LIB_DEPENDS format. Port maintainer (lichray@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: suffix) >How-To-Repeat: Just do make. >Fix: --- p5-Gtk2-Notify-0.05.patch begins here --- diff -ruN ../p5-Gtk2-Notify.orig/Makefile ./Makefile --- ../p5-Gtk2-Notify.orig/Makefile 2013-10-04 11:59:39.000000000 +0900 +++ ./Makefile 2013-10-04 11:59:58.000000000 +0900 @@ -14,13 +14,14 @@ p5-ExtUtils-PkgConfig>=0:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \ p5-Glib2>=0:${PORTSDIR}/devel/p5-Glib2 \ p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 -LIB_DEPENDS= notify.4:${PORTSDIR}/devel/libnotify +LIB_DEPENDS= libnotify.so.4:${PORTSDIR}/devel/libnotify RUN_DEPENDS= p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception USES= perl5 USE_PERL5= configure +MAKE_JOBS_UNSAFE=yes MAN3= Gtk2::Notify.3 Gtk2::Notify::index.3 --- p5-Gtk2-Notify-0.05.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310040305.r9435m2U014686>