| Summary: | [PATCH] lang/fpc pkg-message talks about /usr/X11R6 | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Chris Rees <crees> |
| Component: | Individual Port(s) | Assignee: | Jose Alonso Cardenas Marquez <acm> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-ports-bugs->acm Over to maintainer (via the GNATS Auto Assign Tool) Author: rm Date: Sun Feb 9 16:46:59 2014 New Revision: 343521 URL: http://svnweb.freebsd.org/changeset/ports/343521 QAT: https://qat.redports.org/buildarchive/r343521/ Log: - remove reference to /usr/X11R6 in pkg-message PR: 185127 Submitted by: crees Approved by: maintainer timeout (1 month) Modified: head/lang/fpc/files/pkg-message.in Modified: head/lang/fpc/files/pkg-message.in ============================================================================== --- head/lang/fpc/files/pkg-message.in Sun Feb 9 16:41:53 2014 (r343520) +++ head/lang/fpc/files/pkg-message.in Sun Feb 9 16:46:59 2014 (r343521) @@ -4,7 +4,6 @@ # searchpath for libraries -Fl/usr/local/lib - -Fl/usr/X11R6/lib This is necessary for correct linking of libraries. _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed, thank you! |
Since X.org was brought in, /usr/X11R6 does not exist. Fix: -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.--OJ5OQUI4uRbSNRd5HxjTPGnbiWb8pj3R6HRVtZepnHZy38JD Content-Type: text/plain; name="fpc-x11r6.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="fpc-x11r6.diff" Index: files/pkg-message.in =================================================================== --- files/pkg-message.in (revision 337232) +++ files/pkg-message.in (working copy) @@ -4,7 +4,6 @@ # searchpath for libraries -Fl/usr/local/lib - -Fl/usr/X11R6/lib This is necessary for correct linking of libraries.