Bug 233441 - print/texinfo: Remove bundled perl modules
Summary: print/texinfo: Remove bundled perl modules
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-23 15:05 UTC by Steve Wills
Modified: 2018-11-24 22:35 UTC (History)
0 users

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


Attachments
patch to unbundle perl modules (20.79 KB, patch)
2018-11-23 15:05 UTC, Steve Wills
no flags Details | Diff
Updated patch which bumps PORTREVISION (20.93 KB, patch)
2018-11-23 15:07 UTC, Steve Wills
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Wills freebsd_committer freebsd_triage 2018-11-23 15:05:53 UTC
Created attachment 199482 [details]
patch to unbundle perl modules

Texinfo seems to have it's own copies of perl modules that we also have in ports. Let's use the versions from ports. Attached patch adds the required dependencies and flags to tell texinfo to use them.
Comment 1 Steve Wills freebsd_committer freebsd_triage 2018-11-23 15:07:42 UTC
Created attachment 199483 [details]
Updated patch which bumps PORTREVISION

Oops, forgot to bump PORTREVISION, here's an updated patch
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-11-24 22:33:09 UTC
A commit references this bug:

Author: sunpoet
Date: Sat Nov 24 22:32:33 UTC 2018
New revision: 485831
URL: https://svnweb.freebsd.org/changeset/ports/485831

Log:
  Use perl ports instead of bundled ones

  - Bump PORTREVISION for dependency and package change

  PR:		233441
  Submitted by:	swills

Changes:
  head/print/texinfo/Makefile
  head/print/texinfo/pkg-plist
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2018-11-24 22:35:38 UTC
Committed. Thanks!