Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jun 2002 06:28:42 -0700 (PDT)
From:      Paul Marquis <pmarquis@pobox.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/39470: Update port: devel/sdts++
Message-ID:  <200206181328.g5IDSgWE076465@www.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         39470
>Category:       ports
>Synopsis:       Update port: devel/sdts++
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 18 06:30:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Paul Marquis
>Release:        4-STABLE
>Organization:
>Environment:
FreeBSD sboy.pmarquis.com 4.6-STABLE FreeBSD 4.6-STABLE #0: Sun Jun 16 10:04:43 EDT 2002     pmarquis@sboy.pmarquis.com:/usr/obj/home/src/sys/SBOY  i386
  
>Description:
Update sdts++ to have build dependency on boost port rather than downloading tarball separately.
>How-To-Repeat:

>Fix:
diff -Naur sdts++.orig/Makefile sdts++/Makefile
--- sdts++.orig/Makefile	Tue Jun 18 01:29:26 2002
+++ sdts++/Makefile	Tue Jun 18 09:15:24 2002
@@ -9,16 +9,14 @@
 PORTVERSION=	1.3.1a
 PORTREVISION=	1
 CATEGORIES=	devel
-MASTER_SITES=	ftp://sdts.er.usgs.gov/pub/sdts/software/sdtsxx/:site1 \
-		http://lychnobite.org/sdts/:site1 \
-		${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	boost
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:site1 \
-		boost_1_27_0${EXTRACT_SUFX}
+MASTER_SITES=	ftp://sdts.er.usgs.gov/pub/sdts/software/sdtsxx/ \
+		http://lychnobite.org/sdts/
 
 MAINTAINER=	ports@FreeBSD.org
 
+BUILD_DEPENDS=  ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
+
 USE_LIBTOOL=	yes
-CONFIGURE_ARGS=	--with-boost=${WRKDIR}/boost_1_27_0
+CONFIGURE_ARGS=	--with-boost=${PREFIX}/include
 
 .include <bsd.port.mk>
diff -Naur sdts++.orig/distinfo sdts++/distinfo
--- sdts++.orig/distinfo	Tue Jun 18 01:29:27 2002
+++ sdts++/distinfo	Tue Jun 18 09:11:26 2002
@@ -1,2 +1 @@
 MD5 (sdts++-1.3.1a.tar.gz) = 47f54146d1cb644f231e630879b6c670
-MD5 (boost_1_27_0.tar.gz) = fc288f75e222e82be687ecb391e9da68

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206181328.g5IDSgWE076465>