- added pointupdates tool
- do not crash when generating port with incomplete depends
- keep unresolved cfg option was reversed by mistake
- updateall: print generating readme.html
- updateall: ports with unresolved depends needs to be removed from in-memory list also
- do not warn about missing port multiple times
- check for write errors while generating readme.html
PR: ports/69316
Submitted by: Radim Kolar (maintainer)
- This version supports 13 fields long make describe format. closes ports/69238
- Database format changed in both python and postgresql backends.
- You need to delete portindex.pck file if you have more than 0 entries in index generated by portindex 15
- You need to update postgresql tables (added some columns) by hand or use create.sql script for drop + create.
- loadindex and updinst are 100% faster due to using of prepared statements in portgresql.
- updateall script optimized. When used, slow fs walking is avoided in portreadmes, loadindex
- updinst updates alive package status
- added stealthupdates script for listing changes without portrevision bumps
- added options to configuration file for keeping dupes in index (recommended) and keeping ports with partial unresolved depends
- added back link to portindex homepage because downloading rate drops
PR: ports/69256
Submitted by: Radim Kolar (maintainer)
I've made a port for: http://sourceforge.net/projects/jail/
Jail Chroot Project is an attempt of write a tool that
builds a chrooted environment. The main goal of Jail is to
be as simple as possible, and highly portable. The most
difficult step when building a chrooted environment is to
set up the right libraries.
PR: ports/67900
Submitted by: bugghy <bugghy@phenix.rootshell.be>
----- Transcript of session follows -----
451 4.4.1 reply: read error from mix.premierbank.dp.ua.
<kot@premierbank.dp.ua>... Deferred
Message could not be delivered for 1 week
Message will be deleted from queue
For two consecutive weeks.
of user-defined, automatically scaled icons. The icons may be used either
for notification or as application launchers.
PR: ports/68918
Submitted by: Tobias Roth <ports@fsck.ch>
- new native, non-crashing INDEX.db generation tool portindexdb
- fixed bug in 14 which causes to ignore .mk file change instead of delaying it
- minorupdates do not needs portversion. Runs faster now.
- fixed on-screen counting of removed packages in updinst
PR: ports/68928
Submitted by: Radim Kolar (maintainer)
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
Professional help requested: Some skilled person with valgrind should take
a look on this ruby bug.
PR: ports/68834
Submitted by: Radim Kolar (maintainer)