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
F150978740: D8164.diff
Sun, Apr 5, 6:55 AM
Unknown Object (File)
Tue, Mar 17, 3:15 PM
Unknown Object (File)
Thu, Mar 12, 8:43 AM
Unknown Object (File)
Dec 29 2025, 9:16 AM
Unknown Object (File)
Dec 29 2025, 6:26 AM
Unknown Object (File)
Dec 26 2025, 1:16 PM
Unknown Object (File)
Dec 22 2025, 10:24 PM
Unknown Object (File)
Dec 15 2025, 1:40 PM
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.