Date: Sat, 04 Jun 2005 23:36:27 +0200 From: Marcus von Appen <mva@sysfault.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/81904: [Patch]: Missing library linker flag in textproc/liblingoteach Message-ID: <E1DegJf-00048Y-Ns@medusa.sysfault.org> Resent-Message-ID: <200506042140.j54Le15k007942@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 81904 >Category: ports >Synopsis: [Patch]: Missing library linker flag in textproc/liblingoteach >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jun 04 21:40:00 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Marcus von Appen >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD medusa.sysfault.org 5.4-STABLE FreeBSD 5.4-STABLE #0: Wed May 25 21:39:24 CEST 2005 root@medusa.sysfault.org:/usr/obj/usr/src/sys/MEDUSA i386 >Description: The liblingoteach port misses a linker flag to libxml2 in its pc file, so that third party ports relying on it could fail to build on -CURRENT and RELENG_4. Note to commiter: Please unbreak the misc/lingoteach port after checking this patch in (maybe test it again), too. I tested it on a -CURRENT snapshot from yesterday and on RELENG_5 and all seems to work properly. And could someone please update my mail address in the contributor docs? Please change the old line "Marcus vA <mva121@gmx.net>" to "Marcus von Appen <mva@sysfault.org>". Thanks. >How-To-Repeat: Try to build the misc/lingoteach port (as reported on Fri, 29 Apr 2005 by Kris). >Fix: diff -Nur liblingoteach/files/patch-liblingoteach.pc.in liblingoteach.new/files/patch-liblingoteach.pc.in --- liblingoteach/files/patch-liblingoteach.pc.in Thu Jan 1 01:00:00 1970 +++ liblingoteach.new/files/patch-liblingoteach.pc.in Sat Jun 4 18:22:28 2005 @@ -0,0 +1,9 @@ +--- liblingoteach.pc.in.orig Fri Jun 3 21:28:42 2005 ++++ liblingoteach.pc.in Fri Jun 3 21:28:56 2005 +@@ -8,5 +8,5 @@ + Version: @VERSION@ + Description: libLingoteach library. + Requires: libxml-2.0 +-Libs: -L${libdir} -llingoteach ++Libs: -L${libdir} -llingoteach -lxml2 + Cflags: -I${includedir}/lingoteach >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1DegJf-00048Y-Ns>