Bug 118749

Summary: [PATCH] bsd.port.mk: add missing UNMAKESELF_CMD, required by USE_MAKESELF
Product: Ports & Packages Reporter: Alejandro Pulver <alepulver>
Component: Individual Port(s)Assignee: Port Management Team <portmgr>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Alejandro Pulver freebsd_committer freebsd_triage 2007-12-16 16:10:00 UTC

The (relatively) new USE_MAKESELF doesn't work because it leaves
EXTRACT_CMD undefined, thus later trying to execute the distfile.

From bsd.port.mk:

.elif defined(USE_MAKESELF)
EXTRACT_CMD?=		${UNMAKESELF_CMD}

But it's not defined, so it should be added in bsd.commands.mk as
UNZIP_CMD, etc.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2007-12-16 19:19:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->portmgr

Infrastructure PR - over to the portmgr team
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2008-03-11 23:30:49 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-03-11 23:31:34 UTC
pav         2008-03-11 23:31:29 UTC

  FreeBSD ports repository

  Modified files:
    Mk                   bsd.commands.mk 
  Log:
  - Add UNMAKESELF_CMD (fixing USE_MAKESELF feature)
  
  PR:             ports/118749
  Submitted by:   alepulver
  
  Revision  Changes    Path
  1.2       +2 -1      ports/Mk/bsd.commands.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"