Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Aug 2005 16:47:25 +0200 (CEST)
From:      Mikolaj Rydzewski <miki@ceti.pl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        pyzmen@kam.pl
Subject:   ports/84548: [patch] Fixed pcre++ dependency, added another mirror site
Message-ID:  <200508041447.j74ElP0M089663@k2.ma.krakow.pl>
Resent-Message-ID: <200508041450.j74EoL6R094750@freefall.freebsd.org>

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

>Number:         84548
>Category:       ports
>Synopsis:       [patch] Fixed pcre++ dependency, added another mirror site
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 04 14:50:20 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Mikolaj Rydzewski
>Release:        FreeBSD 5.4-RELEASE-p5 i386
>Organization:
>Environment:
System: FreeBSD k2.ma.krakow.pl 5.4-RELEASE-p5 FreeBSD 5.4-RELEASE-p5 #3: Tue Jul 26 13:11:08 CEST 2005 miki@k2.ma.krakow.pl:/usr/src/sys/i386/compile/K2 i386


	
>Description:
	Required to run pcre++ library was listed only in required to
	build section, so pkg_info -r was incorrect.
>How-To-Repeat:
	
>Fix:
	After applying that patch pkg_info -r shows correct information.
	I've added another mirror site - the server I have the root on.


--- sms2.diff begins here ---
diff -Nru sms2-old/Makefile sms2/Makefile
--- sms2-old/Makefile	Mon Apr  4 14:28:32 2005
+++ sms2/Makefile	Thu Aug  4 16:35:15 2005
@@ -10,14 +10,16 @@
 CATEGORIES=	polish
 MASTER_SITES=	http://ceti.pl/~miki/komputery/download/sms/ \
 		http://radioemiter.pl/~mjd/slackware/sms2/ \
-		http://pyzmen.kam.pl/sms/
+		http://pyzmen.kam.pl/sms/ \
+		ftp://ftp.ma.krakow.pl/pub/sms
 
 MAINTAINER=	pyzmen@kam.pl
 COMMENT=	Send SMS to cellular phones in Poland (Idea, ERA, Plus)
 
 LIB_DEPENDS=	curl.3:${PORTSDIR}/ftp/curl \
 		pcre.0:${PORTSDIR}/devel/pcre \
-		gdbm.3:${PORTSDIR}/databases/gdbm
+		gdbm.3:${PORTSDIR}/databases/gdbm \
+		pcre++.0:${PORTSDIR}/devel/pcre++
 BUILD_DEPENDS=	${LOCALBASE}/include/pcre++.h:${PORTSDIR}/devel/pcre++
 
 LATEST_LINK=	sms2
--- sms2.diff ends here ---


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



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