Bug 187311

Summary: [MAINTAINER UPDATE] Fix math/stp build for FreeBSD 9.1
Product: Ports & Packages Reporter: Gleb Popov <arrowd>
Component: Individual Port(s)Assignee: Emanuel Haupt <ehaupt>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Gleb Popov freebsd_committer freebsd_triage 2014-03-06 06:50:00 UTC
Use flex from ports on FreeBSD 9.

Fix: Patch attached with submission follows:
Comment 1 Emanuel Haupt freebsd_committer freebsd_triage 2014-03-06 15:57:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ehaupt

I will take care of it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-03-06 16:05:39 UTC
Author: ehaupt
Date: Thu Mar  6 16:05:32 2014
New Revision: 347264
URL: http://svnweb.freebsd.org/changeset/ports/347264
QAT: https://qat.redports.org/buildarchive/r347264/

Log:
  Fix math/stp build for FreeBSD 9.x
  
  PR:		187311
  Submitted by:	arrowdodger <6yearold@gmail.com> (maintainer)

Modified:
  head/math/stp/Makefile

Modified: head/math/stp/Makefile
==============================================================================
--- head/math/stp/Makefile	Thu Mar  6 15:55:26 2014	(r347263)
+++ head/math/stp/Makefile	Thu Mar  6 16:05:32 2014	(r347264)
@@ -23,6 +23,9 @@ CMAKE_ARGS=	-DFL_LIBRARY=/usr/lib/libfl.
 
 .if (${OSVERSION} < 1000000)
 BUILD_DEPENDS+=flex>=2.5.38:${PORTSDIR}/textproc/flex
+CMAKE_ARGS=	-DFL_LIBRARY=${LOCALBASE}/lib/libfl.a \
+		-DFLEX_INCLUDE_DIR=${LOCALBASE}/include/flex \
+		-DFLEX_EXECUTABLE=${LOCALBASE}/bin/flex
 .endif
 
 .if (${OSVERSION} < 802502)
_______________________________________________
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"
Comment 3 Emanuel Haupt freebsd_committer freebsd_triage 2014-03-10 13:29:18 UTC
State Changed
From-To: open->closed

Committed, thanks!