From stephen@wilberforce.math.missouri.edu  Tue Jun 29 15:36:35 2010
Return-Path: <stephen@wilberforce.math.missouri.edu>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id C7352106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 29 Jun 2010 15:36:35 +0000 (UTC)
	(envelope-from stephen@wilberforce.math.missouri.edu)
Received: from wilberforce.math.missouri.edu (wilberforce.math.missouri.edu [128.206.184.213])
	by mx1.freebsd.org (Postfix) with ESMTP id 72FEE8FC17
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 29 Jun 2010 15:36:35 +0000 (UTC)
Received: from wilberforce.math.missouri.edu (localhost [127.0.0.1])
	by wilberforce.math.missouri.edu (8.14.4/8.14.4) with ESMTP id o5TFaYEb029966
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 29 Jun 2010 10:36:34 -0500 (CDT)
	(envelope-from stephen@wilberforce.math.missouri.edu)
Received: (from stephen@localhost)
	by wilberforce.math.missouri.edu (8.14.4/8.14.4/Submit) id o5TFaY6F029965;
	Tue, 29 Jun 2010 10:36:34 -0500 (CDT)
	(envelope-from stephen)
Message-Id: <201006291536.o5TFaY6F029965@wilberforce.math.missouri.edu>
Date: Tue, 29 Jun 2010 10:36:34 -0500 (CDT)
From: Stephen Montgomery-Smith <stephen@missouri.edu>
Reply-To: Stephen Montgomery-Smith <stephen@missouri.edu>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: There is some junk in Mk/bsd.octave.mk
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         148232
>Category:       ports
>Synopsis:       There is some junk in Mk/bsd.octave.mk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    glarkin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 29 15:40:05 UTC 2010
>Closed-Date:    Fri Jul 23 16:07:38 EDT 2010
>Last-Modified:  Fri Jul 23 20:10:09 UTC 2010
>Originator:     Stephen Montgomery-Smith
>Release:        FreeBSD 7.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD wilberforce 7.3-STABLE FreeBSD 7.3-STABLE #0: Fri May 28 18:26:27 CDT 2010 stephen@wilberforce:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
At the end of Mk/bsd.octave.mk, I originally had placed some code whose purpose was to automatically check dependencies.  With updates to octave forge, I begin to doubt that it still works, and anyway, maybe putting this here isn't the right place for it.

This is extremely low priority in that removing this stuff will not change the workings of the octave forge ports in any way.
	
>How-To-Repeat:
	
>Fix:

	
--- bsd.octave.mk-copy	2010-06-29 10:23:56.000000000 -0500
+++ bsd.octave.mk	2010-06-29 10:24:14.000000000 -0500
@@ -43,18 +43,3 @@
 	@${ECHO_CMD} "share/octave/tarballs/${OCTAVE_PKGNAME}.tar.gz" >> ${TMPPLIST}
 	@${ECHO_CMD} "@unexec octave -H -q --no-site-file --eval \"pkg('uninstall','${OCTAVE_PKGNAME}')\" > /dev/null" >> ${TMPPLIST}
 	@if [ -e ${.CURDIR}/pkg-message ]; then ${CAT} ${.CURDIR}/pkg-message; fi
-
-check-octave-forge-depends:	extract
-	@listd=`${PERL} -lne '$$_=lc($$_);if (s/^depends://){s/\(.*?\)//g;s/\s*\,\s*/ /g;s/octave//g;print}' < ${WRKSRC}/DESCRIPTION`; \
-	listm=`${PERL} -lne 'if (/RUN_DEPENDS\+=\t..TARBALLS_DIR.\/(.*)\.tar\.gz/){print$$1}' < ${.CURDIR}/Makefile`; \
-	for i in $$listd; do \
-		if !(${ECHO_CMD} $$listm|${GREP} $$i > /dev/null); then \
-			${ECHO_MSG} "octave-forge-${OCTAVE_PKGNAME} is missing dependency octave-forge-$$i"; \
-		fi; \
-	done; \
-	for i in $$listm; do \
-		if !(${ECHO_CMD} $$listd|${GREP} $$i > /dev/null); then \
-			${ECHO_MSG} "octave-forge-${OCTAVE_PKGNAME} has unnecessary dependency octave-forge-$$i"; \
-		fi; \
-	done; \
-


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->portmgr 
Responsible-Changed-By: glarkin 
Responsible-Changed-When: Fri Jul 23 14:34:10 EDT 2010 
Responsible-Changed-Why:  
Portmgr territory 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148232 
Responsible-Changed-From-To: portmgr->glarkin 
Responsible-Changed-By: glarkin 
Responsible-Changed-When: Fri Jul 23 14:54:12 EDT 2010 
Responsible-Changed-Why:  
Fix incorrect assignment 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148232 
State-Changed-From-To: open->closed 
State-Changed-By: glarkin 
State-Changed-When: Fri Jul 23 16:07:29 EDT 2010 
State-Changed-Why:  
Committed, thank you! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148232 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/148232: commit references a PR
Date: Fri, 23 Jul 2010 20:07:00 +0000 (UTC)

 glarkin     2010-07-23 20:06:51 UTC
 
   FreeBSD ports repository
 
   Modified files:
     Mk                   bsd.octave.mk 
   Log:
   - Removed obsolete target
   
   PR:             ports/148232
   Submitted by:   Stephen Montgomery-Smith <stephen at missouri dot edu> (maintainer)
   
   Revision  Changes    Path
   1.10      +1 -16     ports/Mk/bsd.octave.mk
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
