Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 01 Oct 2015 17:58:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 203477] multimedia/ffmpeg: convert the rest into options helpers
Message-ID:  <bug-203477-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 203477
           Summary: multimedia/ffmpeg: convert the rest into options
                    helpers
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: multimedia@FreeBSD.org
          Reporter: jbeich@FreeBSD.org
             Flags: maintainer-feedback?(multimedia@FreeBSD.org)
          Assignee: multimedia@FreeBSD.org

Created attachment 161608
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=161608&action=edit
v0

Let's rely on variables expanding lazily in order to kill |.include
<bsd.port.pre.mk>| line. While here:

- WANT_* are vestige before bsd.port.options.mk existed
- COPYTREE_* macros always create destination directory
- some redundancy:

  DOC_DOCFILES+=    *.html
  ...
  DOC_DOCFILES+=    ffserver.html
  ...
  DOC_DOCFILES+=    ffplay.html

-- 
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-203477-13>