svn commit: r345255 - in head: . devel/liblogging sysutils/liblogging

Bryan Drewery bdrewery at FreeBSD.org
Fri Feb 21 18:18:49 UTC 2014


On 2/21/2014 11:58 AM, Bryan Drewery wrote:
> On 2/20/2014 11:42 AM, Brad Davis wrote:
>> Author: brd (doc committer)
>> Date: Thu Feb 20 17:42:11 2014
>> New Revision: 345255
>> URL: http://svnweb.freebsd.org/changeset/ports/345255
>> QAT: https://qat.redports.org/buildarchive/r345255/
>>
>> Log:
>>   - Fix a duplicate LATEST_LINK by removing sysutils/liblogging and reviving devel/liblogging
>>   
>>   Reviewed by:	tj@
>>
>> Deleted:
>>   head/sysutils/liblogging/
>> Modified:
>>   head/MOVED
>>   head/devel/liblogging/Makefile
>>   head/devel/liblogging/distinfo
>>   head/devel/liblogging/pkg-descr
>>   head/devel/liblogging/pkg-plist
>>
>> Modified: head/MOVED
>> ==============================================================================
>> --- head/MOVED	Thu Feb 20 17:07:02 2014	(r345254)
>> +++ head/MOVED	Thu Feb 20 17:42:11 2014	(r345255)
>> @@ -5473,3 +5473,4 @@ textproc/docbook-xml-450|textproc/docboo
>>  textproc/docbook-500|textproc/docbook-xml|2014-02-19|Merged into textproc/docbook-xml
>>  textproc/docbook-sk|textproc/docbook-xml|2014-02-19|Merged into textproc/docbook-xml
>>  emulators/ski||2014-02-19|Removed, does not exist on HP's site anymore
>> +sysutils/liblogging|devel/liblogging|2014-02-20|Already exists as devel/liblogging
>>
>> Modified: head/devel/liblogging/Makefile
>> ==============================================================================
>> --- head/devel/liblogging/Makefile	Thu Feb 20 17:07:02 2014	(r345254)
>> +++ head/devel/liblogging/Makefile	Thu Feb 20 17:42:11 2014	(r345255)
>> @@ -2,19 +2,19 @@
>>  # $FreeBSD$
>>  
>>  PORTNAME=	liblogging
>> -PORTVERSION=	0.7.1
>> +PORTVERSION=	1.0.1
>>  CATEGORIES=	devel
>> -MASTER_SITES=	CENKES http://download.rsyslog.com/liblogging/
>> +MASTER_SITES=	http://download.rsyslog.com/liblogging/
>>  
>> -MAINTAINER=	ports at FreeBSD.org
>> +MAINTAINER=	brd at FreeBSD.org
>>  COMMENT=	Easy to use system logging library
>>  
>> -USE_LDCONFIG=	yes
>> +LICENSE=	BSD2CLAUSE
>> +
>>  GNU_CONFIGURE=	yes
>> -CONFIGURE_ARGS=	--disable-static
>> +USES=	libtool pathfix
>>  
>> -post-patch:
>> -	@${REINPLACE_CMD} -e '/^pkgconfigdir =/s|=.*| \
>> -		= ${PREFIX}/libdata/pkgconfig|' ${WRKSRC}/Makefile.in
>> +post-install:
>> +	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblogging-stdlog.so.0.0.0
>>  
>>  .include <bsd.port.mk>
>>
>> Modified: head/devel/liblogging/distinfo
>> ==============================================================================
>> --- head/devel/liblogging/distinfo	Thu Feb 20 17:07:02 2014	(r345254)
>> +++ head/devel/liblogging/distinfo	Thu Feb 20 17:42:11 2014	(r345255)
>> @@ -1,2 +1,2 @@
>> -SHA256 (liblogging-0.7.1.tar.gz) = 2c3aaf6b5e8d2240d3db43781f7f13d1691f31083c8d4274285ef38fdef5dbbc
>> -SIZE (liblogging-0.7.1.tar.gz) = 525925
>> +SHA256 (liblogging-1.0.1.tar.gz) = 99d09101cc3c22e2388fe2a817bb1c6f5fe2275623aadb94a49d1c2259102bfa
>> +SIZE (liblogging-1.0.1.tar.gz) = 524168
>>
>> Modified: head/devel/liblogging/pkg-descr
>> ==============================================================================
>> --- head/devel/liblogging/pkg-descr	Thu Feb 20 17:07:02 2014	(r345254)
>> +++ head/devel/liblogging/pkg-descr	Thu Feb 20 17:42:11 2014	(r345255)
>> @@ -1,4 +1,8 @@
>> -Liblogging is an easy to use, portable, open source library for
>> -system logging.
>> +Liblogging offers an enhanced replacement for the syslog() call, but
>> +retains its ease of use. In a nutshell, it permits sytem administrators
>> +to direct application log output to different destinations without
>> +requiring the app developer to do any work for this. Liblogging is
>> +released under a 2-clause BSD license and as such can be used in any
>> +application.
>>  
>>  WWW: http://www.liblogging.org/
>>
>> Modified: head/devel/liblogging/pkg-plist
>> ==============================================================================
>> --- head/devel/liblogging/pkg-plist	Thu Feb 20 17:07:02 2014	(r345254)
>> +++ head/devel/liblogging/pkg-plist	Thu Feb 20 17:42:11 2014	(r345255)
>> @@ -1,9 +1,8 @@
>> -include/liblogging/liblogging.h
>> -include/liblogging/settings.h
>> -include/liblogging/srAPI.h
>> -include/liblogging/syslogmessage.h
>> -lib/liblogging.la
>> -lib/liblogging.so
>> -lib/liblogging.so.0
>> -libdata/pkgconfig/liblogging.pc
>> +include/liblogging/stdlog.h
>> +lib/liblogging-stdlog.a
>> +lib/liblogging-stdlog.la
>> +lib/liblogging-stdlog.so
>> +lib/liblogging-stdlog.so.0
>> +lib/liblogging-stdlog.so.0.0.0
>> +libdata/pkgconfig/liblogging-stdlog.pc
>>  @dirrm include/liblogging
>>
> 
> 
> /usr/bin/strip
> /wrkdirs/usr/ports/devel/liblogging/work/stage/usr/local/lib/liblogging-stdlog.so.0.0.0
> /usr/bin/strip:
> '/wrkdirs/usr/ports/devel/liblogging/work/stage/usr/local/lib/liblogging-stdlog.so.0.0.0':
> No such file
> ====> Compressing man pages (compress-man)
> ===========================================================================
> =======================<phase: package        >============================
> ===>  Building package for liblogging-1.0.1
> pkg-static:
> lstat(/wrkdirs/usr/ports/devel/liblogging/work/stage/usr/local/lib/liblogging-stdlog.so):
> No such file or directory
> pkg-static:
> lstat(/wrkdirs/usr/ports/devel/liblogging/work/stage/usr/local/lib/liblogging-stdlog.so.0):
> No such file or directory
> pkg-static:
> lstat(/wrkdirs/usr/ports/devel/liblogging/work/stage/usr/local/lib/liblogging-stdlog.so.0.0.0):
> No such file or directory
> *** Error code 1
> 
> Stop in /usr/ports/devel/liblogging.
> ===>  Cleaning for liblogging-1.0.1
> 
> 
> 

I'm looking at this more, for some reason my libtool is not putting in .so

-- 
Regards,
Bryan Drewery

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 553 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20140221/1c76bd90/attachment.sig>


More information about the svn-ports-all mailing list