From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 3 01:30:29 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D77C16A501 for ; Sun, 3 Sep 2006 01:30:29 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B136443D9F for ; Sun, 3 Sep 2006 01:30:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k831ULYM007226 for ; Sun, 3 Sep 2006 01:30:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k831ULUm007225; Sun, 3 Sep 2006 01:30:21 GMT (envelope-from gnats) Resent-Date: Sun, 3 Sep 2006 01:30:21 GMT Resent-Message-Id: <200609030130.k831ULUm007225@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, timur@gnu.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F7FC16A4E1 for ; Sun, 3 Sep 2006 01:29:40 +0000 (UTC) (envelope-from root@com.bat.ru) Received: from mail.bat.ru (dzokonda.xs4all.nl [194.109.164.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBE5643D64 for ; Sun, 3 Sep 2006 01:29:39 +0000 (GMT) (envelope-from root@com.bat.ru) Received: from timur.home.bat.ru ([192.168.0.4] verified) by mail.bat.ru (CommuniGate Pro SMTP 4.2.7) with ESMTP-TLS id 1162525 for FreeBSD-gnats-submit@freebsd.org; Sun, 03 Sep 2006 03:30:03 +0200 Received: (from root@localhost) by timur.home.bat.ru (8.13.6/8.13.6/Submit) id k831TcS0004774; Sun, 3 Sep 2006 03:29:38 +0200 (CEST) (envelope-from root) Message-Id: <200609030129.k831TcS0004774@timur.home.bat.ru> Date: Sun, 3 Sep 2006 03:29:38 +0200 (CEST) From: timur@gnu.org To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/102808: [PATCH] net/samba-pdbsql: Put build dependency on autotools X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 01:30:29 -0000 >Number: 102808 >Category: ports >Synopsis: [PATCH] net/samba-pdbsql: Put build dependency on autotools >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Sep 03 01:30:20 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Timur I. Bakeyev >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD timur.home.bat.ru 6.1-STABLE FreeBSD 6.1-STABLE #0: Sun Jul 2 02:36:16 CEST >Description: This port creates hidden dependency on autotools due usage of Samba3 sources. That breaks Pointyhat, so we make explicit dependency on the autotools. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- samba-pdbsql-0.2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/samba-pdbsql/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 31 Aug 2006 19:36:53 -0000 1.1 +++ Makefile 3 Sep 2006 01:22:28 -0000 @@ -19,6 +19,9 @@ USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes +# Add a build dependency for Samba port +USE_AUTOTOOLS= autoconf:259 autoheader:259 + SAMBA_PORT= net/samba3 SAMBA_VERSION= 3.0.23 --- samba-pdbsql-0.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: