Bug 207865 - www/sogo: fix paths in Apache conf file to suit FreeBSD
Summary: www/sogo: fix paths in Apache conf file to suit FreeBSD
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: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-10 03:39 UTC by Euan Thoms
Modified: 2016-03-12 17:09 UTC (History)
1 user (show)

See Also:


Attachments
Diff patch between current port version and fixes for 2.3.8_1 (694 bytes, patch)
2016-03-10 03:39 UTC, Euan Thoms
euan: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Euan Thoms 2016-03-10 03:39:08 UTC
Created attachment 167946 [details]
Diff patch between current port version and fixes for 2.3.8_1

Fixed the paths in the Apache sample conf file to suit FreeBSD (/usr/local/GNUstep/...). Fixed by adding a string replacement of Linux path to ${GNUSTEP_LOCAL_BASE}/... to the Makefile.

Issue was reported on my freebsd-ports development github project by niklaas.

portlint -AC : passes

Results of make patch are correct.

No need to test anything else, since this is only a patch to a sample conf file, no source code is altered.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-03-12 17:08:53 UTC
A commit references this bug:

Author: pi
Date: Sat Mar 12 17:08:45 UTC 2016
New revision: 410914
URL: https://svnweb.freebsd.org/changeset/ports/410914

Log:
  www/sogo: Fixed the paths in the Apache sample conf file to suit FreeBSD

  PR:		207865
  Submitted by:	Euan Thoms <euan@potensol.com> (maintainer)

Changes:
  head/www/sogo/Makefile
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2016-03-12 17:09:14 UTC
Committed, thanks.