Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Apr 2014 12:33:57 -0700
From:      Joseph Benden <joe@thrallingpenguin.com>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/188996: [patch] Updated port devel/poco-ssl to latest release 1.4.6p4.
Message-ID:  <535AB8A5.2030404@thrallingpenguin.com>
In-Reply-To: <201404251850.s3PIo0PE042974@freefall.freebsd.org>
References:  <201404251850.s3PIo0PE042974@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------040604080108070209030404
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

The attached patch corrects a number of portlint warnings. Use it
instead, please.

Thank you,
-Joseph Benden

> FreeBSD-gnats-submit@FreeBSD.org <mailto:FreeBSD-gnats-submit@FreeBSD.org>
> April 25, 2014 at 11:50 AM
> Thank you very much for your problem report.
> It has the internal identification `ports/188996'.
> The individual assigned to look at your
> report is: freebsd-ports-bugs.
>
> You can access the state of your problem report at any time
> via this link:
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=188996
>
>

--------------040604080108070209030404
Content-Type: text/plain;
 name="poco-ssl-1.4.6p4.patch.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="poco-ssl-1.4.6p4.patch.txt"

diff --git a/devel/poco-ssl/Makefile b/devel/poco-ssl/Makefile
index 8102358..f15b4a9 100644
--- a/devel/poco-ssl/Makefile
+++ b/devel/poco-ssl/Makefile
@@ -2,7 +2,7 @@
 # $FreeBSD: head/devel/poco-ssl/Makefile 342070 2014-01-31 20:58:17Z antoine $
 
 PORTNAME=	poco
-PORTVERSION=	1.4.6p3
+PORTVERSION=	1.4.6p4
 PORTREVISION=	1
 CATEGORIES=	devel net
 MASTER_SITES=	https://codeload.github.com/pocoproject/${PORTNAME}/legacy.tar.gz/${PORTNAME}-${PORTVERSION}-release?dummy=/
@@ -12,6 +12,8 @@ DISTNAME=	poco-${PORTVERSION}p1-all
 MAINTAINER=	wes@FreeBSD.org
 COMMENT=	C++ Portable Components library with NetSSL and Database libraries
 
+BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash
+
 CONFLICTS=	poco-[0-9]*
 
 OPTIONS_DEFINE=	TEST SAMPLES MYSQL SQLITE
@@ -25,12 +27,11 @@ ODBC_DESC=	ODBC Driver
 
 OPTIONS_DEFAULT=	MYSQL IODBC SQLITE
 
-BUILD_DEPENDS=  bash:${PORTSDIR}/shells/bash
 LIB_DEPENDS+=	libpcre.so:${PORTSDIR}/devel/pcre \
 		libexpat.so:${PORTSDIR}/textproc/expat2
 CONFIGURE_ARGS= --unbundled
-WRKSRC=		${WRKDIR}/pocoproject-poco-8d5a60d
-ODBCLIBDIR=	/usr/local/lib
+WRKSRC=		${WRKDIR}/pocoproject-poco-1d4b389
+ODBCLIBDIR=	${PREFIX}/lib
 MAKE_ARGS+=	ODBCLIBDIR=${ODBCLIBDIR}
 
 .include <bsd.port.options.mk>
@@ -52,11 +53,11 @@ CONFIGURE_ARGS+= --omit=Data/ODBC
 .endif
 
 .if ${PORT_OPTIONS:MUODBC} && ! ${PORT_OPTIONS:MIODBC}
-LIB_DEPENDS+=	odbc.2:${PORTSDIR}/databases/unixODBC
+LIB_DEPENDS+=	libodbc.so:${PORTSDIR}/databases/unixODBC
 .endif
 
 .if ${PORT_OPTIONS:MIODBC} && ! ${PORT_OPTIONS:MUODBC}
-LIB_DEPENDS+=	iodbc.3:${PORTSDIR}/databases/libiodbc
+LIB_DEPENDS+=	libiodbc.so:${PORTSDIR}/databases/libiodbc
 .endif
 
 .if ${PORT_OPTIONS:MMYSQL}
@@ -72,8 +73,7 @@ CONFIGURE_ARGS+= --omit=Data/SQLite
 .endif
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
-USE_BZIP2=	yes
+USES=gmake
 USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>
diff --git a/devel/poco-ssl/distinfo b/devel/poco-ssl/distinfo
index 2aba096..7586664 100644
--- a/devel/poco-ssl/distinfo
+++ b/devel/poco-ssl/distinfo
@@ -1,2 +1,2 @@
-SHA256 (poco-1.4.6p3p1-all.tar.bz2) = 90ee09d00e111ac97de6ab8d1c168acbc43bb1becc6bc354984df79890ed4a5c
-SIZE (poco-1.4.6p3p1-all.tar.bz2) = 4402391
+SHA256 (poco-1.4.6p4p1-all.tar.gz) = 3dfb736b3938ab533728a36233d6cde0fe8041e23de61b5cc088918b938252f9
+SIZE (poco-1.4.6p4p1-all.tar.gz) = 4402621

--------------040604080108070209030404--



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