Bug 184074 - fix port: lang/polyml
Summary: fix port: lang/polyml
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-19 07:50 UTC by Timothy Beyer
Modified: 2013-12-01 12:50 UTC (History)
1 user (show)

See Also:


Attachments
polyml.diff (605 bytes, patch)
2013-11-19 07:50 UTC, Timothy Beyer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Beyer 2013-11-19 07:50:00 UTC
- add BUILD_DEPENDS on GCC 4.6 to fix build on FreeBSD 10.x (needs -lstdc++ to build)

Fix: The included patch
How-To-Repeat: 
    Apply patch and build port
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2013-12-01 12:46:39 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 2 William Grzybowski freebsd_committer freebsd_triage 2013-12-01 12:46:51 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-12-01 12:46:55 UTC
Author: wg
Date: Sun Dec  1 12:46:48 2013
New Revision: 335378
URL: http://svnweb.freebsd.org/changeset/ports/335378

Log:
  lang/polyml: allow staging
  
  - Allow staging
  - Fix build on head
  
  PR:		ports/184074
  Submitted by:	maintainer

Modified:
  head/lang/polyml/Makefile

Modified: head/lang/polyml/Makefile
==============================================================================
--- head/lang/polyml/Makefile	Sun Dec  1 12:32:13 2013	(r335377)
+++ head/lang/polyml/Makefile	Sun Dec  1 12:46:48 2013	(r335378)
@@ -12,10 +12,10 @@ MAINTAINER=	beyert@cs.ucr.edu
 COMMENT=	Fast open-source implementation of Standard ML
 
 LICENSE=	LGPL21
-LICENSE_FILE=	${WRKSRC}/COPYING
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--without-x
+USE_GCC=	yes
 USE_LDCONFIG=	yes
 ONLY_FOR_ARCHS=	i386 amd64
 
@@ -26,10 +26,8 @@ PLIST_FILES=	bin/poly		\
 		lib/libpolyml.a		\
 		lib/libpolyml.la	\
 		lib/libpolyml.so	\
-		lib/libpolyml.so.4
+		lib/libpolyml.so.4	\
+		man/man1/poly.1.gz	\
+		man/man1/polyimport.1.gz
 
-MAN1=		poly.1 polyimport.1
-MANCOMPRESSED=	no
-
-NO_STAGE=	yes
 .include <bsd.port.mk>
_______________________________________________
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"