Add license information
Switch to OPTIONS (and general cleanup because of this)
PR: ports/147922
Submitted by: Bapt <baptiste.daroussin@gmail.com>
Approved by: unix4all@gulic.org (maintainer)
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
PR.
Thanks for contributing.
Since the acroread7 port is a somewhat important port for our users, I
will hand it over to emulation@ if no _active_ *committer* takes it
before the ports freeze.
While I'm here:
- fix a little nit in the csound port (I think the intention was to
create no backup file instead of creating one with a "-e" extension)
- set ARCH to i386 in the amd64 case for the acroread7 port. This
is a work-around to be able to install everything when a dependency
is not already installed (ARCH is read-only in sub-makes, so the
dependencies can't change it). This should be removed when the
dependencies are fixed or converted to use bsd.linux-rpm.mk. [1]
Not objected to by: portmgr (explicit: krion; silence: rest)
Maintainer timeout: ~4 months
Submitted by: Sangwoo Shim <sangwoos@gmail.com> [1]
PR: 87985 [1]
According to the submitter, "if you have both glib12/gtk12 and
glib20/gtk20 installed, aumix is linked against both [...]"
With just gtk-1.2.x present, the configure script was failing.
I successfully tested this under the following circumstances:
- gtk-1.2.10_8
- WITHOUT_ALL set, gtk-1.2.10_8
- gtk-1.2.10_8 and gtk-2.0.7
- WITHOUT_ALL set, gtk-1.2.10_8 and gtk-2.0.7
- WITH_GTK2 set, gtk-1.2.10_8 and gtk-2.0.7
Submitted by: Herbert J. Skuhra
Also reported by: Morten Rodal and Steve O'Hara-Smith
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr
NO_X11 is defined. If more people are interested in the
console version than the GTK version I'll make X11 optional.
Submitted by: Trevor Johnson <trevor@jpj.net> and
Christian Weisgerber <naddy@mips.rhein-neckar.de>
This version includes sysmouse(4) support ( thanks to
Christian Weisgerber <naddy@mips.rhein-neckar.de> )
PR: 15323
Submitted by: Trevor Johnson <trevor@jpj.net>