ports/184074: fix port: lang/polyml

Timothy Beyer beyert at cs.ucr.edu
Tue Nov 19 07:50:00 UTC 2013


>Number:         184074
>Category:       ports
>Synopsis:       fix port: lang/polyml
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 19 07:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Timothy Beyer
>Release:        FreeBSD 9.2-RELEASE amd64
>Organization:
no organization
>Environment:
System: FreeBSD hypercube.aeonnet 9.2-RELEASE FreeBSD 9.2-RELEASE #0: Tue Oct 1 00:41:23 PDT 2013 root at hypercube.aeonnet:/usr/obj/usr/src/sys/CUSTOM-9.2 amd64

>Description:

- add BUILD_DEPENDS on GCC 4.6 to fix build on FreeBSD 10.x (needs -lstdc++ to build)

>How-To-Repeat:

    Apply patch and build port

>Fix:

    The included patch

--- polyml.diff begins here ---
diff -urN polyml.orig/Makefile polyml/Makefile
--- polyml.orig/Makefile	2013-09-20 12:53:09.000000000 -0700
diff -urN polyml.orig/Makefile polyml/Makefile
--- polyml.orig/Makefile	2013-09-20 12:53:09.000000000 -0700
+++ polyml/Makefile	2013-11-18 23:45:36.000000000 -0800
@@ -3,6 +3,7 @@
 
 PORTNAME=	polyml
 PORTVERSION=	5.5
+PORTREVISION=	1
 CATEGORIES=	lang
 MASTER_SITES=	SF
 DISTNAME=	${PORTNAME}.${PORTVERSION}
@@ -18,6 +19,7 @@
 CONFIGURE_ARGS=	--without-x
 USE_LDCONFIG=	yes
 ONLY_FOR_ARCHS=	i386 amd64
+BUILD_DEPENDS+=	gcc46:${PORTSDIR}/lang/gcc46
 
 PLIST_FILES=	bin/poly		\
 		bin/polyimport		\
--- polyml.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list