Bug 216343 - textproc/discount: update to 2.2.2 and -fPIC support
Summary: textproc/discount: update to 2.2.2 and -fPIC support
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: Julien Laffaye
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-21 12:35 UTC by Tassilo Philipp
Modified: 2017-03-28 08:40 UTC (History)
0 users

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


Attachments
update to 2.2.2, added -fPIC to CFLAGS (1.23 KB, patch)
2017-01-21 12:35 UTC, Tassilo Philipp
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tassilo Philipp 2017-01-21 12:35:41 UTC
Created attachment 179181 [details]
update to 2.2.2, added -fPIC to CFLAGS

Hello,

I had problems linking discount as it didn't use -fPIC on build. I think it's safe to use and recommended going forward. At the same time I upgraded the port to 2.2.2, which was released yesterday. Attached is the suggested patch... thank you!
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-03-28 08:40:34 UTC
A commit references this bug:

Author: jlaffaye
Date: Tue Mar 28 08:40:25 UTC 2017
New revision: 437103
URL: https://svnweb.freebsd.org/changeset/ports/437103

Log:
  - Update to 2.2.2 [1], [2]
  - Add -fPIC to CFLAGS [1]

  PR:		216343 [1], 217970 [2]
  Submitted by:	tphilipp@potion-studios.com [1], ehaupt [2]

Changes:
  head/textproc/discount/Makefile
  head/textproc/discount/distinfo
Comment 2 Julien Laffaye freebsd_committer freebsd_triage 2017-03-28 08:40:54 UTC
Committed, thanks!