Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jul 2014 09:43:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 191778] New: [PATCH] [NEW MAINTAINER] Take maintainership, fix issues and un-expire sysutils/autopsy
Message-ID:  <bug-191778-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191778

            Bug ID: 191778
           Summary: [PATCH] [NEW MAINTAINER] Take maintainership, fix
                    issues and un-expire sysutils/autopsy
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: fbsd@dylanleigh.net

Created attachment 144550
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=144550&action=edit
SVN diff of changes to sysutils/autopsy

Checks
------

portlint: OK
build, install and run on amd64: OK
build on i386 not tested yet.


This is the most substantial port-patch I've done, so please let me know if
there is something I have missed.

Changes
-------

patch-configure:

- Remove Interactive requirement in configure:

   - Don't prompt for the user to read messages before continuing
     (these messages should only trigger on very old versions of
      dependencies anyway)

   - Abort if it cannot find commands it needs instead of prompting
     for the path (shouldn't have any problem finding the commands on
     a Unix system with the dependencies installed anyway)

   - Convert prompt for locations of evidence locker and NSRL to
     pkg-message; user can add these to config later.

- Fix bug with the configure-generated config file possibly missing
  "1;" at the end which causes "require conf.pl" in the application
  to fail.

Makefile:

- Take Maintainership
- Remove IS_INTERACTIVE, DEPRECATED, EXPIRE


pkg-descr:

- Add warning about project inactivity
- Update WWW


pkg-message:

- Mention location of config file
- Evidence Locker and NSRL messages from configure
- Warning about project inactivity

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-191778-13>