From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 8 20:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 869AD648 for ; Fri, 8 Feb 2013 20:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6AE87E0F for ; Fri, 8 Feb 2013 20:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r18KU0GF062510 for ; Fri, 8 Feb 2013 20:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r18KU0og062509; Fri, 8 Feb 2013 20:30:00 GMT (envelope-from gnats) Resent-Date: Fri, 8 Feb 2013 20:30:00 GMT Resent-Message-Id: <201302082030.r18KU0og062509@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pawel Pekala Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 06AC6638 for ; Fri, 8 Feb 2013 20:28:48 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id D2E1EE05 for ; Fri, 8 Feb 2013 20:28:47 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r18KSlsP017458 for ; Fri, 8 Feb 2013 20:28:47 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r18KSl2N017457; Fri, 8 Feb 2013 20:28:47 GMT (envelope-from nobody) Message-Id: <201302082028.r18KSl2N017457@red.freebsd.org> Date: Fri, 8 Feb 2013 20:28:47 GMT From: Pawel Pekala To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/175965: multimedia/libmpeg2 don't register x11 deps X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 20:30:00 -0000 >Number: 175965 >Category: ports >Synopsis: multimedia/libmpeg2 don't register x11 deps >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 Feb 08 20:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Pawel Pekala >Release: 10.0-CURRENT >Organization: >Environment: FreeBSD blaviken.slowicza.org 10.0-CURRENT FreeBSD 10.0-CURRENT #4: Sat Feb 2 10:36:19 CET 2013 corn@blaviken.slowicza.org:/usr/obj/usr/src/sys/BLAVIKEN64 amd64 >Description: This package is built with X11 support but fails to register dependency correctly: checking for X... libraries /usr/local/lib, headers /usr/local/include checking whether -R must be followed by a space... no checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for XShmCreateImage in -lXext... yes checking for XvShmCreateImage in -lXv... yes checking ddraw.h usability... no checking ddraw.h presence... no checking for ddraw.h... no checking __attribute__ ((aligned ())) support... 64 configure: creating ./config.status [corn:~]> ldd /usr/local/bin/mpeg2dec /usr/local/bin/mpeg2dec: libSM.so.6 => /usr/local/lib/libSM.so.6 (0x800824000) libICE.so.6 => /usr/local/lib/libICE.so.6 (0x800a2c000) libXv.so.1 => /usr/local/lib/libXv.so.1 (0x800c46000) libXext.so.6 => /usr/local/lib/libXext.so.6 (0x800e4b000) libX11.so.6 => /usr/local/lib/libX11.so.6 (0x80105d000) libxcb.so.2 => /usr/local/lib/libxcb.so.2 (0x801394000) libXau.so.6 => /usr/local/lib/libXau.so.6 (0x8015b0000) libXdmcp.so.6 => /usr/local/lib/libXdmcp.so.6 (0x8017b2000) libpthread-stubs.so.0 => /usr/local/lib/libpthread-stubs.so.0 (0x8019b7000) librpcsvc.so.5 => /usr/lib/librpcsvc.so.5 (0x801bb8000) libmpeg2.so.0 => /usr/local/lib/libmpeg2.so.0 (0x801dc1000) libmpeg2convert.so.0 => /usr/local/lib/libmpeg2convert.so.0 (0x801ff0000) libc.so.7 => /lib/libc.so.7 (0x8021f6000) >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN /usr/ports/multimedia/libmpeg2/Makefile multimedia/libmpeg2/Makefile --- /usr/ports/multimedia/libmpeg2/Makefile 2012-11-17 06:59:50.000000000 +0100 +++ multimedia/libmpeg2/Makefile 2013-02-08 21:20:09.000000000 +0100 @@ -7,13 +7,14 @@ PORTNAME= libmpeg2 PORTVERSION= 0.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= http://libmpeg2.sourceforge.net/files/ MAINTAINER= multimedia@FreeBSD.org COMMENT= A free library for decoding mpeg-2 and mpeg-1 video streams +USE_XORG= sm xv USE_GNOME= ltverhack USE_AUTOTOOLS= libtool USE_LDCONFIG= yes >Release-Note: >Audit-Trail: >Unformatted: