ports/81904: [Patch]: Missing library linker flag in textproc/liblingoteach

Marcus von Appen mva at sysfault.org
Sat Jun 4 21:40:02 UTC 2005


>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 at 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 at gmx.net>" to
        "Marcus von Appen <mva at 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:



More information about the freebsd-ports-bugs mailing list