From owner-svn-ports-all@FreeBSD.ORG Sat Oct 6 21:54:50 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 51509106564A; Sat, 6 Oct 2012 21:54:50 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 3B9608FC0C; Sat, 6 Oct 2012 21:54:50 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q96Lso8F048649; Sat, 6 Oct 2012 21:54:50 GMT (envelope-from nox@svn.freebsd.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q96Lsn9O048647; Sat, 6 Oct 2012 21:54:49 GMT (envelope-from nox@svn.freebsd.org) Message-Id: <201210062154.q96Lsn9O048647@svn.freebsd.org> From: Juergen Lock Date: Sat, 6 Oct 2012 21:54:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r305409 - head/multimedia/libxine X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2012 21:54:50 -0000 Author: nox Date: Sat Oct 6 21:54:49 2012 New Revision: 305409 URL: http://svn.freebsd.org/changeset/ports/305409 Log: - Add USE_PKGCONFIG= build . [1] - Strip Makefile headers. Submitted by: bapt [1] Modified: head/multimedia/libxine/Makefile (contents, props changed) Modified: head/multimedia/libxine/Makefile ============================================================================== --- head/multimedia/libxine/Makefile Sat Oct 6 21:53:41 2012 (r305408) +++ head/multimedia/libxine/Makefile Sat Oct 6 21:54:49 2012 (r305409) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libxine -# Date created: 14 Oct 2000 -# Whom: alex -# +# Creates by: alex # $FreeBSD$ -# PORTNAME= xine PORTVERSION= 1.2.2 @@ -51,6 +47,7 @@ USE_GL= gl glu USE_PERL5_BUILD=yes USE_SDL= sdl USE_LDCONFIG= yes +USE_PKGCONFIG= build CONFIGURE_ENV= THREAD_CFLAGS="${PTHREAD_CFLAGS}" \ THREAD_LIBS="${PTHREAD_LIBS}" \ EXTRA_X_LIBS="-lGL -lGLU -lXext -lX11 -lm"