From owner-svn-ports-head@FreeBSD.ORG Sun Aug 18 08:46:59 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2F1A9C5D; Sun, 18 Aug 2013 08:46:59 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1BF0525F8; Sun, 18 Aug 2013 08:46:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7I8kwSX016790; Sun, 18 Aug 2013 08:46:58 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7I8kw9Z016784; Sun, 18 Aug 2013 08:46:58 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201308180846.r7I8kw9Z016784@svn.freebsd.org> From: Marcus von Appen Date: Sun, 18 Aug 2013 08:46:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324894 - head/net/py-libdnet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Aug 2013 08:46:59 -0000 Author: mva Date: Sun Aug 18 08:46:58 2013 New Revision: 324894 URL: http://svnweb.freebsd.org/changeset/ports/324894 Log: - Fix build after the recent lang/python changes - Trim Makefile headers Modified: head/net/py-libdnet/Makefile (contents, props changed) Modified: head/net/py-libdnet/Makefile ============================================================================== --- head/net/py-libdnet/Makefile Sun Aug 18 08:32:05 2013 (r324893) +++ head/net/py-libdnet/Makefile Sun Aug 18 08:46:58 2013 (r324894) @@ -1,16 +1,13 @@ -# Ports collection makefile for: py-libdnet -# Date created: Nov 2, 2005 -# Whom: thierry@pompo.net -# +# Created by: thierry@pompo.net # $FreeBSD$ -# CATEGORIES= net python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} COMMENT= Python module for libdnet -LIB_DEPENDS= dnet.1:${PORTSDIR}/net/libdnet +BUILD_DEPENDS= python:${PORTSDIR}/lang/python +LIB_DEPENDS= dnet:${PORTSDIR}/net/libdnet NOT_FOR_ARCHS= ia64 NOT_FOR_ARCHS_REASON_ia64= fails to build with internal compiler error