ports/182621: [PATCH] devel/p5-Gtk2-Notify: fails to build

Hiroto Kagotani hiroto.kagotani at gmail.com
Fri Oct 4 03:10:00 UTC 2013


>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 at 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:


More information about the freebsd-ports-bugs mailing list