Bug 236709 - irc/epic4: Update to 2.10.6, fix PERL build option
Summary: irc/epic4: Update to 2.10.6, fix PERL build option
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Josh Paetzel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-22 01:10 UTC by caf
Modified: 2019-03-22 15:03 UTC (History)
1 user (show)

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


Attachments
Patch to update port to new upstream version (3.10 KB, patch)
2019-03-22 01:10 UTC, caf
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description caf 2019-03-22 01:10:40 UTC
Created attachment 203038 [details]
Patch to update port to new upstream version
Comment 1 caf 2019-03-22 01:15:40 UTC
This updates to the upstream version 2.10.6 which was released in 2016.

It also includes a few other ancillary changes:

 - Remove mirror sites that either don't exist or aren't updating from the master site anymore.  Add one new mirror site that appears to be active.

 - Simplify Makefile by replacing .if/.else/.endif sections with <OPTION>_USES and <OPTION>_CONFIGURE_WITH equivalents.

 -
Comment 2 caf 2019-03-22 01:18:38 UTC
(continued...)

 - Fix PERL build option by replacing ${PERL_VERSION} with ${PERL_VER} in the path that is passed to --with-perl.

Note that it now builds with Perl (previously it was silently ignoring the option when the configure script failed to find the perl installtion) but there are some hairy looking warnings around that code so it's possible it doesn't work at runtime.
Comment 3 commit-hook freebsd_committer freebsd_triage 2019-03-22 15:01:40 UTC
A commit references this bug:

Author: jpaetzel
Date: Fri Mar 22 15:01:23 UTC 2019
New revision: 496573
URL: https://svnweb.freebsd.org/changeset/ports/496573

Log:
  Version update and several cleanups

  - Update to port version 2.10.6
  - Clean up mirror sites
  - switch to OPTION_USES framework
  - Fix PERL build option by replacing ${PERL_VERSION} with ${PERL_VER} in the path
      that is passed to --with-perl
  - Minor changes to satisfy portlint

  PR:	236709
  Submitted by:	caf@bitchx.org

Changes:
  head/irc/epic4/Makefile
  head/irc/epic4/distinfo
  head/irc/epic4/pkg-message
Comment 4 Josh Paetzel freebsd_committer freebsd_triage 2019-03-22 15:03:05 UTC
Committed, thanks!