Bug 153462 - [PATCH] multimedia/transcode: Fix pre-install
Summary: [PATCH] multimedia/transcode: Fix pre-install
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: Greg Lewis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-27 04:00 UTC by Greg Lewis
Modified: 2010-12-27 08:30 UTC (History)
1 user (show)

See Also:


Attachments
transcode-1.1.5_15.patch (1.14 KB, patch)
2010-12-27 04:00 UTC, Greg Lewis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Lewis freebsd_committer freebsd_triage 2010-12-27 04:00:16 UTC
. Pass a value for mandir in pre-install to prevent it trying to install
  man pages in LOCALBASE.  Unbreaks the build as non-root.
. Remove MD5 to keep portlint happy.

Port maintainer (cyberbotx@cyberbotx.com) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-12-27 04:00:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->glewis

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-12-27 04:00:29 UTC
Maintainer of multimedia/transcode,

Please note that PR ports/153462 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/153462

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2010-12-27 04:00:32 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Naram Qashat 2010-12-27 06:31:08 UTC
On 12/26/10 23:00, Edwin Groothuis wrote:
> Maintainer of multimedia/transcode,
>
> Please note that PR ports/153462 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/153462

I approve of this patch.

Naram Qashat
Comment 5 dfilter service freebsd_committer freebsd_triage 2010-12-27 08:28:10 UTC
glewis      2010-12-27 08:28:05 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/transcode Makefile distinfo 
  Log:
  . Pass a value for mandir in pre-install to prevent it trying to install
    man pages in LOCALBASE. Unbreaks the build as non-root.
  . Remove MD5 to keep portlint happy.
  
  PR:             153462
  Approved by:    Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
  
  Revision  Changes    Path
  1.138     +1 -1      ports/multimedia/transcode/Makefile
  1.26      +0 -1      ports/multimedia/transcode/distinfo
_______________________________________________
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 6 Greg Lewis freebsd_committer freebsd_triage 2010-12-27 08:28:22 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!