ports/65758: [patch] Port uses pkgconfig but fails to USE_GNOME appropriately.

Carl Makin carl at stagecraft.cx
Mon Apr 19 11:10:16 UTC 2004


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



More information about the freebsd-ports-bugs mailing list