Bug 197153 - devel/fossil: build fails if STATIC option is enabled
Summary: devel/fossil: build fails if STATIC option is enabled
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: Baptiste Daroussin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-28 10:58 UTC by Nikola Kolev
Modified: 2015-01-28 11:05 UTC (History)
0 users

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


Attachments
build.log (51.16 KB, text/x-log)
2015-01-28 10:58 UTC, Nikola Kolev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nikola Kolev 2015-01-28 10:58:16 UTC
Created attachment 152301 [details]
build.log

# uname -a
FreeBSD 10.1-RELEASE FreeBSD 10.1-RELEASE #0 r274401: Tue Nov 11 21:02:49 UTC 2014     root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2015-01-28 10:58:16 UTC
Auto-assigned to maintainer bapt@FreeBSD.org
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-01-28 11:05:23 UTC
A commit references this bug:

Author: bapt
Date: Wed Jan 28 11:05:04 UTC 2015
New revision: 378055
URL: https://svnweb.freebsd.org/changeset/ports/378055

Log:
  Explicitly disable lineedit

  This prevent from magically linking to libreadline if already installed,
  which would:
  1/ alter the license
  2/ prevent static compilation

  PR:		197153
  Reported by:	Nikola Kolev <koue@chaosophia.net>

Changes:
  head/devel/fossil/Makefile
Comment 3 Baptiste Daroussin freebsd_committer freebsd_triage 2015-01-28 11:05:59 UTC
This was due to magically linking to readline, it is now explicitly disabled

Thanks for reporting!