Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Apr 2004 20:59:16 +1000 (EST)
From:      Carl Makin <carl@stagecraft.cx>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/65758: [patch] Port uses pkgconfig but fails to USE_GNOME appropriately.
Message-ID:  <200404191059.i3JAxGYG063158@bumper.stagecraft.cx>
Resent-Message-ID: <200404191110.i3JBAFup011555@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         65758
>Category:       ports
>Synopsis:       [patch] Port uses pkgconfig but fails to USE_GNOME appropriately.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 19 04:10:15 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Carl Makin
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD bumper.stagecraft.cx 4.9-STABLE FreeBSD 4.9-STABLE #14: Sun Feb 8 19:11:25 EST 2004 carl@bumper.stagecraft.cx:/usr/obj/usr/src/sys/BUMPER i386


	
>Description:
	
Port needs pkgconfig but Makefile doesn't list it as a dependancy.
Port installs "hamlib.pc" in the wrong place (/usr/local/lib/pkgconfig/hamlib.pc).
>How-To-Repeat:
Um, install the current port. :)
>Fix:
Install the attached patch.

I notice there is an updated port for v1.2.0 in the pr database (ports/63013).  It has
the same problem as the current 1.1.4 version.

--- hamlib.fix begins here ---
--- Makefile.orig	Mon Apr 19 19:28:44 2004
+++ Makefile	Mon Apr 19 20:41:28 2004
@@ -18,6 +18,8 @@
 
 USE_PERL5=	yes
 USE_LIBTOOL_VER=	13
+USE_GNOME=	pkgconfig gnomehack
+
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
 
 MAN1=		rigctl.1 rotctl.1
--- hamlib.fix ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404191059.i3JAxGYG063158>