Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Mar 2009 03:00:27 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/132742: Update port: devel/librelp to 0.1.3
Message-ID:  <20090318030027.6668ccc7.tkato432@yahoo.com>
Resent-Message-ID: <200903171810.n2HIA9nb088159@freefall.freebsd.org>

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

>Number:         132742
>Category:       ports
>Synopsis:       Update port: devel/librelp to 0.1.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 17 18:10:09 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.1-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Update to version 0.1.3

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/devel/librelp/Makefile devel/librelp/Makefile
--- /usr/ports/devel/librelp/Makefile	2008-09-07 14:54:30.000000000 +0900
+++ devel/librelp/Makefile	2009-03-13 02:01:58.000000000 +0900
@@ -6,23 +6,28 @@
 #
 
 PORTNAME=	librelp
-PORTVERSION=	0.1.1
+PORTVERSION=	0.1.3
 CATEGORIES=	devel
-MASTER_SITES=	CENKES http://download.rsyslog.com/librelp/
+MASTER_SITES=	http://download.rsyslog.com/librelp/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Reliable event logging protocol library
 
+USE_GNOME=	gnomehack pkgconfig
+USE_AUTOTOOLS=	libtool:15
 USE_LDCONFIG=	yes
-GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--disable-static
-PLIST_FILES=	include/${PORTNAME}.h lib/${PORTNAME}.so lib/${PORTNAME}.so.0 \
-		lib/${PORTNAME}.la libdata/pkgconfig/relp.pc
+
+PLIST_FILES=	include/${PORTNAME}.h \
+		lib/${PORTNAME}.a lib/${PORTNAME}.la \
+		lib/${PORTNAME}.so lib/${PORTNAME}.so.0 \
+		libdata/pkgconfig/relp.pc
+
 PORT_VERBS=	relp
 
 post-patch:
-	@${REINPLACE_CMD} -e '/^pkgconfigdir =/s|=.*| \
-		= ${PREFIX}/libdata/pkgconfig|' ${WRKSRC}/Makefile.in
-	@${ECHO_CMD} "#include <sys/types.h>" >> ${WRKSRC}/src/relp.h
+	@${REINPLACE_CMD} -e '/CFLAGS/s| -g||g' \
+		${WRKSRC}/configure
+	@${REINPLACE_CMD} -e '/^PTHREADS/s|= .*|= ${PTHREAD_LIBS}|g' \
+		${WRKSRC}/src/Makefile.in
 
 .include <bsd.port.mk>
diff -urN /usr/ports/devel/librelp/distinfo devel/librelp/distinfo
--- /usr/ports/devel/librelp/distinfo	2008-05-07 00:24:58.000000000 +0900
+++ devel/librelp/distinfo	2009-03-13 01:49:29.000000000 +0900
@@ -1,3 +1,3 @@
-MD5 (librelp-0.1.1.tar.gz) = 8d98ef2dadeff03b5bd40efed7ae418d
-SHA256 (librelp-0.1.1.tar.gz) = 57095df8936b7b85a7657c2d468081c6231270269f2501cc089cb2df92abd608
-SIZE (librelp-0.1.1.tar.gz) = 375399
+MD5 (librelp-0.1.3.tar.gz) = 1861bc4659721d6e383633c16cdbb132
+SHA256 (librelp-0.1.3.tar.gz) = d669dc623e54e241d2983ed00a8e75694d2a4098f8be08610f740f1b93fd5498
+SIZE (librelp-0.1.3.tar.gz) = 382922
>Release-Note:
>Audit-Trail:
>Unformatted:



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