[Bug 184203] [NEW PORT] net/motsognir: an ANSI C gopher server
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Oct 24 22:20:25 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=184203
John Marino <marino at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|Issue Resolved |Open
Resolution|Overcome By Events |---
--- Comment #19 from John Marino <marino at FreeBSD.org> ---
moving to open.
This line isn't right:
X+ char *configfile = "/usr/local/etc/motsognir.conf";
You don't know that it's "/usr/local", it can be anything. You need to replace
the old value with the value of ${PREFIX} in post-patch or something like that.
e.g. check it to
X+ char *configfile = "@@PREFIX@@/etc/motsognir.conf";
and replace @@PREFIX@@ with prefix in post patch
(you can probably do the replacement without using a patch too)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list