"When editing a user's password or account expiration property, choosing cancel
or pressing ESC while editing the value manually would cause the value to be
blanked rather than preserved. This has been fixed and pressing ESC (or
choosing cancel) now preserves the value as expected.
Executing "bsdconfig foo" when LANG is set to "EN_US.ISO8859-1" produces a
non-i18n-compatible error message: "bsdconfig: foo: not found" (when it should
produce: "bsdconfig: foo: NOT FOUND"). This has been fixed by adding the
appropriate i18n messages and changing the code to use them.
Executing "bsdconfig -h" when LANG is set to an unknown language (for which
there are no bsdconfig localized language files), the output did not display
appropriately. This has been fixed.
Executing "bsdconfig timezone -h" (for example) when LANG is set to an unkown
language had similar issues to the above."
PR: ports/169306
Submitted by: dteske@
so switching this port to setuptools to fix packaging
- change USE_PYTHON just to yes, because since version
1.1.1 this port supports python3, and it now packaging
fine both with python2 and python3
- do not bump PORTREVISION, because port was broken
Reported by: pointyhat (pav, linimon)
`#pragma GCC visibility push(hidden)' results in free() symbol being .hidden,
and linker woes. As a remedy, temporarily revert visibility to default when
including this header (probably not the best way to solve the problem though).
While here, pacify portlint(1) by removing hard-coded shlib ABI versions in
LIB_DEPENDS.
Reported by: pointyhat (via pav, erwin)
- While I'm here, pet portlint by removing ABI version number from LIB_DEPENDS
Changes: https://github.com/joyent/node/blob/v0.7.12/ChangeLog
PR: ports/169255
Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer)
- fix portlint warning (remove dot from COMMENT)
- add LICENSE (BSD)
- py-numpy only needed on runtime stage, so move it to RUN_DEPENDS
- add some tabs to Makefile header and pkg-descr
- do not try to remove directories that we didn't install
- bump PORTREVISION
PR: 168815
Submitted by: rm (myself)
Approved by: maintainer timeout (2 weeks)
time tracking and CRM. Intelligent functions and links
make collaboration in Tine 2.0 a true pleasure and include:
* Synchronising mobile telephones, such as iPhone, Android,
Nokia and Windows Mobile
* VoiP integration
* Flexible assigning of authorisation rights
* Dynamic lists
* Search functions
* History
* PDF export
WWW: http://www.tine20.org/
PR: ports/169202
Submitted by: Mark Felder <feld@feld.me>