Unbreak make install: list pkg-message in SUB_FILES and @${CAT} ${PKGMESSAGE}.
Submitted by: Scott Allendorf <scott-allendorf@uiowa.edu>
Approved by: maintianer (andreas@, implicit - out of touch for the moment)
* Add -e (--emit-summaries) option and show summary messages only when
the option defined or verbose mode is on. [1]
* Allow origins in ALT_PKGDEP. This announced in pkgtools.conf
but did not work really. [2]
* Run 'make config' before all operations unless -j (--jet-mode)
option specified. [3]
* Add lock on operations with pkgdb.db. Now you can safe run a few
portupgrade(1).
* Incorrectly calculated upgrade time when it is more 24 hours. [4]
* Other fixes and impovements.
PR: ports/99086 [4]
Reported by: Doug Poland <doug at polands.org> [3,4]
Requested by: many [1]
Submitted by: skv [2]
- Fix conflict with java/eclipse, as reported by Robert A. Getschmann, by
installing sim-eclipse instead of eclipse. [1]
- pkg-message --> files/pkg-message and associated changes. [2]
- pet portlint [2]
PR: 99095
Submitted by: maintainer [1], itetcu (me) [2]
should fix the port for some newer NVIDIA drivers which are broken w.r.t. DGA.
PR: ports/98700
Submitted by: Andre Albsmeier <Andre.Albsmeier@siemens.com>
Employ the new USE_LDCONFIG feature, which allows us to get rid of the
various, much more manual and error-prone hacks we needed so far.
Reviewed by: flz (for lang/gcc40)
main aims are continuous, non-blocking downloads and smooth scanning of
dynamic and password protected HTTP traffic. Havp antivirus proxy has a parent
and transparent proxy mode. It can be used with squid or standalone.
WWW: http://www.server-side.de/
PR: ports/99073
Submitted by: Elisey Savateev <b3k@mail.ru>
- grammar improvement for BROKEN.
- make openvpn-admin search for its configuration files in
${PREFIX}/etc/openvpn, and pre-create that directory. It will contain user data
after use, so only @dirrmtry to remove it.
- install openvpn-admin into ${PREFIX}/sbin/, to stick to the original
installation logic, and in the same course also install openvpn-admin.pam
without extension.
PR: ports/95336
Submitted by: Andreas Kohn <andreas@syndrom23.de>
Approved by: maintainer (via private email)
- Fix sound problems.
- Fix building on !i386.
- Fix writting personal configuration, and do it in ~/.tenebrae, to avoid
conflicts with other engines since they usually have different variables.
- Use USE_DOS2UNIX.
- Remove unneeded information from pkg-message (it depends on quake-data so it
will be installed automatically, also quake-data installs the demo so
tenebrae is playable after installation).
- Use release target instead of the debug one.
- Clean-up.
PR: ports/98783
Approved by: maintainer (timeout)
- we now install the module in KMODDIR instead of ${LOCALBASE}/lib
therefor the pkg-plist and the rc.d startup script where adapted
- adapt the pkg-message to match reality
PR: ports/95915
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de>