Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 May 1999 18:06:47 +0200 (CEST)
From:      card@ens.uvsq.fr (Remy Card)
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/11820: `makesum' target not defined in bsd.port.subdir.mk
Message-ID:  <199905211606.SAA94247@alsace.ens.uvsq.fr>

next in thread | raw e-mail | index | archive | help

>Number:         11820
>Category:       ports
>Synopsis:       bsd.port.subdir.mk does not define the `makesum' target
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 21 09:10:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Remy Card
>Release:        FreeBSD 3.2-RELEASE i386
>Organization:
UVSQ
>Environment:

	

>Description:

	bsd.port.subdir.mk does not define the `makesum' target.  So one cannot
recursively create checksums in a port hierarchy.


>How-To-Repeat:

	

>Fix:
	
	Apply the following (untested) patch to bsd.port.subdir.mk

*** bsd.port.subdir.mk.bordel	Fri May 21 18:04:06 1999
--- bsd.port.subdir.mk	Fri May 21 18:04:39 1999
***************
*** 27,33 ****
  #	README.html:
  #		Creating README.html for package.
  #
! #	afterinstall, all, beforeinstall, build, checksum, clean,
  #	clean-for-cdrom, clean-restricted,
  #	clean-for-cdrom-list, clean-restricted-list,
  #	configure, deinstall,
--- 27,33 ----
  #	README.html:
  #		Creating README.html for package.
  #
! #	afterinstall, all, beforeinstall, build, makesum, checksum, clean,
  #	clean-for-cdrom, clean-restricted,
  #	clean-for-cdrom-list, clean-restricted-list,
  #	configure, deinstall,
***************
*** 85,91 ****
  		 build clean clean-for-cdrom clean-restricted \
  		 clean-for-cdrom-list clean-restricted-list \
  		 deinstall depend depends describe distclean \
! 		 reinstall tags checksum \
  		 ignorelist
  .if !target(${__target})
  ${__target}: _SUBDIRUSE
--- 85,91 ----
  		 build clean clean-for-cdrom clean-restricted \
  		 clean-for-cdrom-list clean-restricted-list \
  		 deinstall depend depends describe distclean \
! 		 reinstall tags makesum checksum \
  		 ignorelist
  .if !target(${__target})
  ${__target}: _SUBDIRUSE


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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905211606.SAA94247>