Page MenuHomeFreeBSD

net-im/corebird: Update to 1.3.3
ClosedPublic

Authored by cpm on Oct 6 2016, 9:09 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jun 13, 2:07 PM
Unknown Object (File)
Sat, Jun 13, 1:23 PM
Unknown Object (File)
Sat, Jun 13, 12:13 PM
Unknown Object (File)
Sat, Jun 13, 9:46 AM
Unknown Object (File)
Fri, Jun 12, 8:23 PM
Unknown Object (File)
Mon, Jun 8, 10:44 PM
Unknown Object (File)
May 1 2026, 2:49 PM
Unknown Object (File)
Apr 29 2026, 9:51 AM
Subscribers
None

Details

Summary
  • Update to 1.3.3 release

Changelog:

https://github.com/baedert/corebird/releases/tag/1.3.3

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

cpm retitled this revision from to net-im/corebird: Update to 1.3.3.
cpm updated this object.
cpm edited the test plan for this revision. (Show Details)
cpm added reviewers: AMDmi3, feld, junovitch.
AMDmi3 edited edge metadata.

LGTM, but you may consider

  • removing pre-configure (just tried manually running autoreconf -fi, it created the directory automatically)
  • adding NLS knob as suggested by portlint
This revision is now accepted and ready to land.Oct 6 2016, 9:42 AM
cpm edited edge metadata.
  • Remove pre-configure target
  • Add NLS knob
This revision now requires review to proceed.Oct 6 2016, 10:19 AM

LGTM, but you may consider

  • removing pre-configure (just tried manually running autoreconf -fi, it created the directory automatically)
  • adding NLS knob as suggested by portlint

Thanks, Dmitry :)

Gettext consists of developer tools and a runtime component. So you can depend on each separately like this:

USES=gettext-tools
NLS_CONFIGURE_ENABLE=nls
NLS_USES=gettext-runtime

A question arises me:

Given that QA checks claims that corebird depends on gettext-runtime.

Is correct how I've added NLS knob?

cpm edited edge metadata.

I figured out how to make it properly works.

Tested via poudriere on 9.3/ia, 10.2/ia and 10.3/ia.

All builds are fine.

This revision was automatically updated to reflect the committed changes.
cpm mentioned this in rP423533: - Update to 1.3.3.