Bug 163697 - ports-mgmt/jailaudit TMPDIR compatibility
Summary: ports-mgmt/jailaudit TMPDIR compatibility
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: Dmitry Morozovsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-29 13:50 UTC by Dmitry Morozovsky
Modified: 2012-01-30 14:00 UTC (History)
0 users

See Also:


Attachments
file.diff (304 bytes, patch)
2011-12-29 13:50 UTC, Dmitry Morozovsky
no flags Details | Diff
file.diff (559 bytes, patch)
2011-12-29 13:50 UTC, Dmitry Morozovsky
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Morozovsky freebsd_committer freebsd_triage 2011-12-29 13:50:11 UTC
if TMPDIR is defins in the environmrnt, jailaudit port could not be built.

Fix: PERIODICDIR?=  ${PREFIX}/etc/periodic
 REPORTDIR?=    ${PREFIX}/jailaudit/reports
-TMPDIR?=       ${PREFIX}/jailaudit/tmp
+XTMPDIR?=      ${PREFIX}/jailaudit/tmp

 PLIST_SUB+=    PERIODICDIR="${PERIODICDIR:S,^${PREFIX}/,,}" \
                REPORTDIR="${REPORTDIR:S,^${PREFIX}/,,}" \
-               TMPDIR="${TMPDIR:S,^${PREFIX}/,,}"
+               XTMPDIR="${XTMPDIR:S,^${PREFIX}/,,}"

 .include <bsd.port.mk>
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-12-29 13:50:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->marck

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-12-29 13:50:25 UTC
Maintainer of ports-mgmt/jailaudit,

Please note that PR ports/163697 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/163697

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2011-12-29 13:50:27 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Dmitry Morozovsky freebsd_committer freebsd_triage 2012-01-30 13:54:47 UTC
State Changed
From-To: feedback->closed

Committed, after 1 month maintainer timeout.
Comment 5 dfilter service freebsd_committer freebsd_triage 2012-01-30 13:54:53 UTC
marck       2012-01-30 13:54:34 UTC

  FreeBSD ports repository (doc committer)

  Modified files:
    ports-mgmt/jailaudit Makefile pkg-plist 
  Log:
  Make this port compatible with user-set TMPDIR environment variable
  
  Committed directly due to maintainer-timeout of 1 month and non-intrusive
  change behaviour.
  
  PR:     ports/163697
  
  Revision  Changes    Path
  1.5       +2 -2      ports/ports-mgmt/jailaudit/Makefile
  1.3       +2 -2      ports/ports-mgmt/jailaudit/pkg-plist
_______________________________________________
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"