Bug 169212

Summary: [PATCH] audio/oss: fix usage of ${SRC_BASE} before it is defined
Product: Ports & Packages Reporter: Jason Helfman <jgh>
Component: Individual Port(s)Assignee: Jung-uk Kim <jkim>
Status: Closed FIXED    
Severity: Affects Only Me CC: jkim
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
oss-4.2.b2006_2.patch none

Description Jason Helfman freebsd_committer freebsd_triage 2012-06-19 00:20:08 UTC
Original PR filed as ports/165994

SRC_BASE is being used before being defined in several ports. it happened to 
work anyways in most cases because the main use of SRC_BASE is for checking if
${SRC_BASE}/sys/ (/usr/src/sys/) exists, and if SRC_BASE is empty, it just
checks for /sys/ which does exist on most systems as a symlink to /usr/src/sys/.

Port maintainer (jkim@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: CVS)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-06-19 00:20:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jkim

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-06-25 21:51:49 UTC
jkim        2012-06-25 20:51:35 UTC

  FreeBSD ports repository

  Modified files:
    audio/oss            Makefile 
  Log:
  Include bsd.port.pre.mk before SRC_BASE is referenced.
  
  PR:     ports/169212
  
  Revision  Changes    Path
  1.50      +7 -5      ports/audio/oss/Makefile
_______________________________________________
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 3 Jung-uk Kim freebsd_committer freebsd_triage 2012-06-25 21:52:05 UTC
State Changed
From-To: open->closed

Committed, thanks!