- Drop explicit shlib ABI versions from LIB_DEPENDS
- Do not redefine PKGMESSAGE, adding it to SUB_FILES does it automagically
- Do not terminate RESTRICTED message with a dot
- Add a comment about possible abuse of USE_PERL5
- Mute post-patch target to match default ports' behavior closely
- Do not abuse ALL_TARGET to pass variables to downstream make(1), use
MAKE_ARGS properly instead (merge together with MAKE_ENV)
- Fix inner makefiles and configure script to make port jobs (-jX) safe
- Pad the output of PKGMESSAGE to be consistent with the package
Reported by: pointyhat-west
This port is BROKEN because the master site more-pah.net no longer offers
a direct download so the distfile can't be fetched. I could not find any
mirrors for the distfile.
It is deprcated because the offical MSN Messenger service ended 30 Apri
2013. Third party tools like this still function for now, but the true
EOL date is not publically known, but official documentation suggested
XMPP protocol service ends October 2013. [1]
[1] http://tinyurl.com/ac9vbqo
PR: 179655
Approved by: bapt / culot (mentors, implicit), maintainer timeout
While here, did the following cleanups:
* Trim makefile header
* Fixed WWW indent on pkg-descr
* Removed library version specification
* converted USE_GMAKE to USES+=gmake
Approved by: bapt/culot (mentors, implicit)
https://kb.isc.org/article/AA-01015/0
9.9.3-p1 -> 9.9.3-P2
9.8.5-p1 -> 9.8.5-P2
9.6.x is not affected, neither is 10.x.
Security: CVE-2013-4854 Remote DOS
Currently this port has a hard dependency on lang/gnat. This has been
replaced with USES+=ada and minor changes to incorporate it into the Ada
framework with a PORTREVISION bump.
The makefile header was trimmed, spaces were replaced with tabs, the
leading article was removed from the COMMENT, USES_GMAKE was converted
to USES and GMAKE was redefined in order to access the environment
variables.
This is a very old program, and the data types defined in it in are
too small for amd64. Redports confirms it will not build on this platform
so ONLY_FOR_ARCHS=i386 is set as well.
Approved by: bapt & culot (mentors)
Currently this port has a hard dependency on lang/gnat. This has been
replaced with USES+=ada and minor changes to incorporate it into the Ada
framework with a PORTREVISION bump.
The makefile header was trimmed and NOPORTDOCS was replaced with the DOCS
option, and now portlint is happy.
Approved by: bapt & culot (mentors)
Currently this port has a hard dependency on lang/gnat. This has been
replaced with USES+=ada and minor changes to incorporate it into the Ada
framework with a PORTREVISION bump.
The MASTER_SITES url did not resolve, so the distfile was unfetchable.
Luckily the entire site was archived, so the MASTER_SITES and primary
site fetching has been restored. The makefile header was trimmed, the
AUTHOR was removed as the email may not longer be valid, NOPORTDOCS
was replaced with the DOCS option, and now portlint is happy.
Approved by: bapt & culot (mentors)
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.
Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports
PR: ports/180745
Submitted by: rene
Approved by: portmgr (bapt)
Exp-run by: bapt
new maintainer:
Trim comment
Add license (GPLv2)
New world order USES: gmake, pkgconfg, shared-mime-info
Add docs
Add DOCS option
Trim icons
Trim pkg-descr
Trim pkg-plist
PR: 174911
Submitted by: nemysis at gmx dot ch
Minor fix required in emulators/o2em.
Remove allegrogl, which is broken and included in allegro-4.4 anyway.
Update allegro-devel to 5.0.7 [1]
PR: ports/172981 [1]
Submitted by: nemysis <nemysis@gmx.ch> [1]
work in -jX case due to races; thus, move depend generation to pre-build
- While here, convert USE_GMAKE and fix badly indented line by one tabstop
- As advised by the Porter's Handbook, terminate URL with a slash (in port
description text)
Reported by: pointyhat-west
A wheel is a ZIP-format archive with a specially formatted filename and the
.whl extension. It is designed to contain all the files for a PEP 376
compatible install in a way that is very close to the on-disk format.
Many packages will be properly installed with only the "Unpack" step (simply
extracting the file onto sys.path), and the unpacked archive preserves enough
information to "Spread" (copy data and scripts to their final locations)
at any later time.
The wheel project provides a bdist_wheel command for setuptools (requires
setuptools >= 0.8.0). Wheel files can be installed with a newer pip from
https://github.com/pypa/pip or with wheel's own command line utility.
WWW: http://bitbucket.org/dholth/wheel/
Build logs: http://goo.gl/fNXhY1