ports/102808: [PATCH] net/samba-pdbsql: Put build dependency on autotools

timur at gnu.org timur at gnu.org
Sun Sep 3 01:30:29 UTC 2006


>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:



More information about the freebsd-ports-bugs mailing list