Bug 101952 - [PATCH] bsd.scons.mk: remove DESTDIR
Summary: [PATCH] bsd.scons.mk: remove DESTDIR
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Port Management Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-13 04:50 UTC by Alexander Botero-Lowry
Modified: 2006-09-15 09:10 UTC (History)
0 users

See Also:


Attachments
remove_destdir.patch (625 bytes, patch)
2006-08-13 04:50 UTC, Alexander Botero-Lowry
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Botero-Lowry 2006-08-13 04:50:16 UTC
	- SCons does not directly support any kind of destdir, so don't try
	  passing it on the enviornment. Ports will have to implement destdir
	  support by patching the SConstruct themselves, or hoping upstream
	  implemented the support.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2006-08-13 05:46:45 UTC
Responsible Changed
From-To: freebsd-ports-bugs->portmgr

There are some other pending patches against this in the portmgr queue.
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2006-08-28 05:46:18 UTC
State Changed
From-To: open->analyzed

Accepted for a test build on the cluster.
Comment 3 dfilter service freebsd_committer freebsd_triage 2006-09-15 07:57:14 UTC
linimon     2006-09-15 06:57:07 UTC

  FreeBSD ports repository

  Modified files:
    Mk                   bsd.port.mk 
    .                    CHANGES 
  Added files:
    Mk                   bsd.lua.mk 
  Log:
  * Add PKGVERSION to bsd.port.mk [1]
  
  * Add bsd.lua.mk to support for lua-based ports [2]
  
  * Remove DESTDIR from bsd.scons.mk [3]
  
  * Add some quotes in 'missing' target to improve handling of duplicate
    origins [4]
  
  PR:     98565 [1], 101612 [2], 101952 [3], 102100 [4]
  
  Submitted by:   ahze [1], alepulver [2], alexbl [3], shaun [4]
  
  Revision  Changes    Path
  1.60      +15 -1     ports/CHANGES
  1.1       +420 -0    ports/Mk/bsd.lua.mk (new)
  1.541     +23 -3     ports/Mk/bsd.port.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"
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2006-09-15 08:37:07 UTC
State Changed
From-To: analyzed->closed

Committed, thanks.
Comment 5 dfilter service freebsd_committer freebsd_triage 2006-09-15 09:06:18 UTC
linimon     2006-09-15 08:06:12 UTC

  FreeBSD ports repository

  Modified files:
    Mk                   bsd.scons.mk 
  Log:
  Remove DESTDIR as it is currently problematic.
  
  PR:             ports/101952
  Submitted by:   alexbl
  
  Revision  Changes    Path
  1.8       +2 -2      ports/Mk/bsd.scons.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"