Page MenuHomeFreeBSD

editors/poedit PR ports/190974
ClosedPublic

Authored by rodrigo on Aug 4 2014, 11:51 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sep 5 2025, 11:24 AM
Unknown Object (File)
Sep 4 2025, 7:54 AM
Unknown Object (File)
Sep 3 2025, 7:42 AM
Unknown Object (File)
Sep 3 2025, 2:37 AM
Unknown Object (File)
Sep 3 2025, 1:04 AM
Unknown Object (File)
Sep 2 2025, 10:33 PM
Unknown Object (File)
Sep 2 2025, 9:57 PM
Unknown Object (File)
Sep 2 2025, 9:25 PM
Subscribers
None

Details

Reviewers
bapt
kwm
Summary
  • add NLS support
  • bump PORTREVISION

PR: ports/190974
Submitted by: nikola lecic <nikola.lecic@anthesphoria.net>
Approved by: xxx (mentor)

Test Plan

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

rodrigo retitled this revision from to editors/poedit PR ports/190974.
rodrigo updated this object.
rodrigo edited the test plan for this revision. (Show Details)
rodrigo added reviewers: bapt, kwm.
bapt requested changes to this revision.Aug 4 2014, 12:01 PM
bapt edited edge metadata.

if you add support to disable NLS then you do need to add OPTIONS_DEFINE=NLS

This revision now requires changes to proceed.Aug 4 2014, 12:01 PM
bapt requested changes to this revision.Aug 4 2014, 3:01 PM
bapt edited edge metadata.

ok my bad my eyes and/or brain should be doing bad thing your first patch was good you do need OPTIONS_DEFINE and I haven't been able to see it for $reason

Please restart on the first patch, and can you use options helpers instead of the dirty

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MNLS}
USES+= gettext
CONFIGURE_ARGS+= --enable-nls
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.endif

by something like

NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
OPTIONS_SUB=yes
This revision now requires changes to proceed.Aug 4 2014, 3:01 PM
kwm edited edge metadata.

This diff needs bapt approval to be closed
But in the meantime, I land it, thanks

I approved by commit the last modification needed myself :) you can close now :)

bapt edited edge metadata.
This revision is now accepted and ready to land.Aug 27 2014, 12:21 PM