Bug 169214 - [PATCH] multimedia/ptx-kmod: fix usage of ${SRC_BASE} before it is defined
Summary: [PATCH] multimedia/ptx-kmod: fix usage of ${SRC_BASE} before it is defined
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: Hiroki Sato
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-19 00:30 UTC by Jason Helfman
Modified: 2012-06-20 08:54 UTC (History)
1 user (show)

See Also:


Attachments
ptx-kmod-0.0.20111212.patch (726 bytes, patch)
2012-06-19 00:30 UTC, Jason Helfman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Helfman freebsd_committer freebsd_triage 2012-06-19 00:30:17 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/.

Pet portlint on LICENSE complaints with other variables in same section.

Port maintainer (hrs@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:30:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->hrs

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-06-20 08:48:29 UTC
hrs         2012-06-20 07:48:18 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/ptx-kmod  Makefile 
  Log:
  Style fix: include bsd.port.pre.mk before using SRC_BASE.
  
  Submitted by:   jgh
  PR:             ports/169214
  
  Revision  Changes    Path
  1.5       +3 -1      ports/multimedia/ptx-kmod/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 Hiroki Sato freebsd_committer freebsd_triage 2012-06-20 08:54:20 UTC
State Changed
From-To: open->closed

Committed.