Bug 201636 - [patch] graphics/frei0r-plugins: convert to USES=metaport
Summary: [patch] graphics/frei0r-plugins: convert to USES=metaport
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jason E. Hale
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-07-16 22:55 UTC by Andriy Voskoboinyk
Modified: 2016-07-26 19:08 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (jhale)


Attachments
Makefiles.diff (1.91 KB, patch)
2015-07-16 22:55 UTC, Andriy Voskoboinyk
no flags Details | Diff
portlint.log (278 bytes, text/plain)
2015-07-16 22:57 UTC, Andriy Voskoboinyk
no flags Details
poudriere-9.3-i386.log (11.93 KB, text/plain)
2015-07-16 22:58 UTC, Andriy Voskoboinyk
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andriy Voskoboinyk freebsd_committer freebsd_triage 2015-07-16 22:55:31 UTC
Created attachment 158885 [details]
Makefiles.diff

- Convert to USES=metaport.
- Use OPTION helpers.
- Fix some portlint warnings:
 * "RUN_DEPENDS" has to appear earlier.
 * the last line of a slave port's Makefile has to be .include "${MASTERDIR}/Makefile"
Comment 1 Andriy Voskoboinyk freebsd_committer freebsd_triage 2015-07-16 22:57:08 UTC
Created attachment 158886 [details]
portlint.log
Comment 2 Andriy Voskoboinyk freebsd_committer freebsd_triage 2015-07-16 22:58:43 UTC
Created attachment 158887 [details]
poudriere-9.3-i386.log
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-07-26 19:04:07 UTC
A commit references this bug:

Author: olivierd
Date: Tue Jul 26 19:03:58 UTC 2016
New revision: 419145
URL: https://svnweb.freebsd.org/changeset/ports/419145

Log:
  - graphics/frei0r [2]
   * Update to 1.5.0
   * Update MASTER_SITES
   * Switch to CMake, rewrite some parts of graphics/frei0r's Makefile and
  patches
   * Remove APIDOC, DOCS and MMX options (MMX is not available in CMakeLists.txt)

  - graphics/frei0r-plugins
   * Switch to USES= metaport [1]

  PR:		(based on) 201636 [1], 209291 [2]
  Submitted by:	Andriy Voskoboinyk [1], myself [2]
  Approved by:	jhale@ (maintainer, timeout > 2 months)

Changes:
  head/graphics/frei0r/Makefile
  head/graphics/frei0r/distinfo
  head/graphics/frei0r/files/extra-patch-CMakeLists.txt
  head/graphics/frei0r/files/extra-patch-frei0r-plugins
  head/graphics/frei0r/files/patch-doc__Makefile.in
  head/graphics/frei0r/pkg-plist
  head/graphics/frei0r-plugins/Makefile
Comment 4 Olivier Duchateau freebsd_committer freebsd_triage 2016-07-26 19:08:03 UTC
Committed, thanks!