ports/74896: [maintainer update] unbreak, set all distfiles on by default

Fernan Aguero fernan at iib.unsam.edu.ar
Thu Dec 9 19:20:22 UTC 2004


>Number:         74896
>Category:       ports
>Synopsis:       [maintainer update] unbreak, set all distfiles on by default
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 09 19:20:19 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Fernan Aguero
>Release:        FreeBSD 4.10-RELEASE i386
>Organization:
IIB-UNSAM
>Environment:

FreeBSD pi.iib.unsam.edu.ar 4.10-RELEASE FreeBSD 4.10-RELEASE #0: Wed May 26 12:56:43 ART 2004 fernan at pi.iib.unsam.edu.ar:/usr/obj/usr/src/sys/PI  i386

	
>Description:
	
	
	When the build is run without first specifying options (i.e.
	without first running 'make config'), and in a non-interactive
	mode (BATCH=yes), then DISTFILES is empty.
	
>How-To-Repeat:
	
	
>Fix:

	
	
	Set all WITH_* variables by default. This makes for a fully
	populated DISTFILES list.

	While here, add a modeline for vi.


--- embassy.diff begins here ---
diff -ruN /usr/ports/biology/embassy/Makefile embassy/Makefile
--- /usr/ports/biology/embassy/Makefile	Mon Dec  6 06:00:20 2004
+++ embassy/Makefile	Mon Dec  6 13:40:20 2004
@@ -1,3 +1,4 @@
+# ex:ts=8
 # New ports collection makefile for:	embassy
 # Date created:		1.November.2004
 # Whom:	      		Fernan Aguero <fernan at iib.unsamn.edu.ar>
@@ -19,13 +20,20 @@
 BUILD_DEPENDS=	${LOCALBASE}/include/emboss.h:${PORTSDIR}/biology/emboss
 LIB_DEPENDS=	nucleus.1:${PORTSDIR}/biology/emboss:install
 
-BROKEN=		Broken distinfo file
-
 USE_SUBMAKE=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 USE_XLIB=	yes
 USE_MOTIF=	yes
+
+WITH_DOMAINATRIX=	yes
+WITH_EMNU=	 	yes
+WITH_ESIM4=	 	yes
+WITH_HMMER=	 	yes
+WITH_MEME=	 	yes
+WITH_MSE=	 	yes
+WITH_PHYLIP=	 	yes
+WITH_TOPO=	 	yes
 
 OPTIONS=	DOMAINATRIX	"Protein structure and domain apps" on \
 		EMNU		"EMBOSS simple menu" on \
--- embassy.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list