Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2014 15:38:19 -0600
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        Brad Davis <brd@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r345255 - in head: . devel/liblogging sysutils/liblogging
Message-ID:  <5307C74B.2020208@FreeBSD.org>
In-Reply-To: <53079880.7010604@FreeBSD.org>
References:  <201402201742.s1KHgCue070588@svn.freebsd.org> <530793E1.2060906@FreeBSD.org> <53079880.7010604@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--mHu0mWnitnn7s1FdH4rMmGjdx9mLdjJIc
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

On 2/21/2014 12:18 PM, Bryan Drewery wrote:
> 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 r=
eviving devel/liblogging
>>>  =20
>>>   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
>>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
>>> --- 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 tex=
tproc/docbook-xml
>>>  textproc/docbook-sk|textproc/docbook-xml|2014-02-19|Merged into text=
proc/docbook-xml
>>>  emulators/ski||2014-02-19|Removed, does not exist on HP's site anymo=
re
>>> +sysutils/liblogging|devel/liblogging|2014-02-20|Already exists as de=
vel/liblogging
>>>
>>> Modified: head/devel/liblogging/Makefile
>>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
>>> --- 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$
>>> =20
>>>  PORTNAME=3D	liblogging
>>> -PORTVERSION=3D	0.7.1
>>> +PORTVERSION=3D	1.0.1
>>>  CATEGORIES=3D	devel
>>> -MASTER_SITES=3D	CENKES http://download.rsyslog.com/liblogging/
>>> +MASTER_SITES=3D	http://download.rsyslog.com/liblogging/
>>> =20
>>> -MAINTAINER=3D	ports@FreeBSD.org
>>> +MAINTAINER=3D	brd@FreeBSD.org
>>>  COMMENT=3D	Easy to use system logging library
>>> =20
>>> -USE_LDCONFIG=3D	yes
>>> +LICENSE=3D	BSD2CLAUSE
>>> +
>>>  GNU_CONFIGURE=3D	yes
>>> -CONFIGURE_ARGS=3D	--disable-static
>>> +USES=3D	libtool pathfix
>>> =20
>>> -post-patch:
>>> -	@${REINPLACE_CMD} -e '/^pkgconfigdir =3D/s|=3D.*| \
>>> -		=3D ${PREFIX}/libdata/pkgconfig|' ${WRKSRC}/Makefile.in
>>> +post-install:
>>> +	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblogging-stdlog.so.0.0.0
>>> =20
>>>  .include <bsd.port.mk>
>>>
>>> Modified: head/devel/liblogging/distinfo
>>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
>>> --- 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) =3D 2c3aaf6b5e8d2240d3db43781f7f13d=
1691f31083c8d4274285ef38fdef5dbbc
>>> -SIZE (liblogging-0.7.1.tar.gz) =3D 525925
>>> +SHA256 (liblogging-1.0.1.tar.gz) =3D 99d09101cc3c22e2388fe2a817bb1c6=
f5fe2275623aadb94a49d1c2259102bfa
>>> +SIZE (liblogging-1.0.1.tar.gz) =3D 524168
>>>
>>> Modified: head/devel/liblogging/pkg-descr
>>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
>>> --- 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 administrat=
ors
>>> +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.
>>> =20
>>>  WWW: http://www.liblogging.org/
>>>
>>> Modified: head/devel/liblogging/pkg-plist
>>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
>>> --- 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/libloggin=
g-stdlog.so.0.0.0
>> /usr/bin/strip:
>> '/wrkdirs/usr/ports/devel/liblogging/work/stage/usr/local/lib/libloggi=
ng-stdlog.so.0.0.0':
>> No such file
>> =3D=3D=3D=3D> Compressing man pages (compress-man)
>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D
>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<=
phase: package        >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>> =3D=3D=3D>  Building package for liblogging-1.0.1
>> pkg-static:
>> lstat(/wrkdirs/usr/ports/devel/liblogging/work/stage/usr/local/lib/lib=
logging-stdlog.so):
>> No such file or directory
>> pkg-static:
>> lstat(/wrkdirs/usr/ports/devel/liblogging/work/stage/usr/local/lib/lib=
logging-stdlog.so.0):
>> No such file or directory
>> pkg-static:
>> lstat(/wrkdirs/usr/ports/devel/liblogging/work/stage/usr/local/lib/lib=
logging-stdlog.so.0.0.0):
>> No such file or directory
>> *** Error code 1
>>
>> Stop in /usr/ports/devel/liblogging.
>> =3D=3D=3D>  Cleaning for liblogging-1.0.1
>>
>>
>>
>=20
> I'm looking at this more, for some reason my libtool is not putting in =
=2Eso
>=20

It's r345514, not your issue.

--=20
Regards,
Bryan Drewery


--mHu0mWnitnn7s1FdH4rMmGjdx9mLdjJIc
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJTB8dLAAoJEDXXcbtuRpfPlzwIAIPTFP6isJHhfb4LfUb1EHEy
/nV+YZ0GpqtOQ83y2HjdUYW6SeR/mDUPr/vTGtSoz//ld+K6zupDzRR04k9vR9Hr
aDzYYpt3eHCmh2QeOodLbvL3hVhWE00dC0gM8ohfP8FZm17ZBZ3lcg6SyUF/lRpn
Tg8vf1/PuQz9SYMcbd90O97GAAWr5zVG/+tV4nRBSK2QUG3IKyL0HyohVz1EPDxi
mtz6hVl7z6Mnbpwvvo626/6zDkaZztWaFbwojQ/L4p0IAe50SbpgFh5Cx0zZLzkL
JwSt4W/AdOWjTPLeIKeF48J+YGRfSM/aqnK5rXvJt1jikSKw3CP/h3vj+OBUQc4=
=JdCG
-----END PGP SIGNATURE-----

--mHu0mWnitnn7s1FdH4rMmGjdx9mLdjJIc--



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