Bug 135095 - [patch] ports-mgmt/portlint should check for a.out filename
Summary: [patch] ports-mgmt/portlint should check for a.out filename
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: Joe Marcus Clarke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-31 17:10 UTC by V.Chukharev
Modified: 2009-07-09 02:41 UTC (History)
0 users

See Also:


Attachments
file.diff (740 bytes, patch)
2009-05-31 17:10 UTC, V.Chukharev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description V.Chukharev 2009-05-31 17:10:01 UTC
This PR is a follow-up to ports/131790 and related to conf/129697.

As reported in ports/131790, some files are deleted if periodic.conf has
daily_clean_disks_enable="YES". The full list of pattens for removing is
defined in /etc/defaults/periodic.conf as
daily_clean_disks_files="[#,]* .#* a.out *.core *.CKP .emacs_[0-9]*"

ports/131790 was closed after a check for *.core was added. The attached patch
add a check for files named "a.out". The lang/sbcl port installs two files with 
this name.

I am not proficient in pattern matching and perl, so I do not even try to fix 
portlint for all the list of patterns.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-05-31 17:10:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->marcus

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-07-09 02:03:52 UTC
marcus      2009-07-09 01:03:38 UTC

  FreeBSD ports repository

  Modified files:
    ports-mgmt/portlint  Makefile pkg-plist 
    ports-mgmt/portlint/src portlint.pl 
  Log:
  Update to 2.12.0.
  
  * Add support for bsd.port.options.mk. [1]
  * Add a check for ports that install a.out. [2]
  * Tweak the check for arguments passed to configure when using
    GNU_CONFIGURE, and add a check for HAS_CONFIGURE and GNU_CONFIGURE. [3]
  * Fix some false positives that occur when using certain combinations of
    %%XXXDIR%%. [4]
  
  PR:             135095 [2]
                  135858 [3]
                  136465 [4]
  Requested by:   pav [1]
  Submitted by:   Vladimir Chukharev <chukharev@mail.ru> [2]
                  Sahil Tandon <sahil@tandon.net> [3]
                  Eygene Ryabinkin <rea-fbsd@codelabs.ru> [4]
  
  Revision  Changes    Path
  1.133     +4 -1      ports/ports-mgmt/portlint/Makefile
  1.6       +1 -1      ports/ports-mgmt/portlint/pkg-plist
  1.110     +44 -10    ports/ports-mgmt/portlint/src/portlint.pl
_______________________________________________
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 Joe Marcus Clarke freebsd_committer freebsd_triage 2009-07-09 02:41:30 UTC
State Changed
From-To: open->closed

Committed to 2.12.0.  Thanks!