~100K diff shows switching over to information returned by driver rather
than built-in static tables. UI fixes. Generic code cleanup.
- Respect $(CC) and ${X11BASE}
- Remove -O from vendor's Makefile
- Respect ${INSTALL_PROGRAM}, and do not unconditionally strip the binary
- Install user's guide
PR: 84971
Submitted by: jylefort
GTX clocking problem that affected 3D performance.
I've decided not to rename patches to ease on CVS repo's life. This is
bug-fix release, and I hope nVidia will incorporate our patches into next
"major" release.
- so you can decide if you want another dep. or not
o add without-afterstep-config to configure args [2]
- workaround for x11-wm/afterstep-stable weirdness
Submitted by: glewis[2], Paulius Bulotas <paulius@devnull.lt>[1]
to build a cups-disabled kdelibs from the get-go by defining WITHOUT_CUPS
or KDE_WITHOUT_CUPS during builds.
Proposed and based on a patch submitted by: mi
- Don't get confused by files and directories containing wildcard characters
(such as "[" and "]")
- Fix usage of wildcards in the location bar in filemanager mode
- Unmount CD-ROM devices before ejecting them.
Approved by: portmgr (linimon)
same machine. See http://bugzilla.gnome.org/show_bug.cgi?id=312502 for
more details.
PR: 84594
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
Obtained from: GNOME CVS
Approved by: portmgr (implicit)
GTK-Launch is a program launcher, the equivalent of "Run Command" in
KDE or GNOME.
It features a command history, and only runs the command if it is valid.
WWW: http://gtk-launch.descamps.net/
PR: ports/83911
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Thinglaunch is a very fast launcher program for X.
You can bind it to a key in your favorite window manager, and when you want to
start a program, just type its name. thinglaunch has a tiny footprint and
depends only on Xlib.
WWW: http://unix.freshmeat.net/projects/thinglaunch/
PR: ports/83904
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
longer appear in the list, numbering of NFS filesystems should be okay now
and removable media should be mountable, unmountable and browseable - if
the user running KDE can mount them in the first place (i.e. vfs.usermount
and mountpoint ownership still required).
Obtained from: KDE SVN
stable apireference of KDE3 [1]
- Update to version 3.4 [2]
- Use KDE as DIST_SUBDIR
PR: ports/83199 [1]
Submitted by: Heiner <h.eichmann@gmx.de> [2]
Repocopy by: marcus
once before continually trying to reopen it. Because of this, some users
not using the devd patch to process dynamic ACPI updates were bitten by
the file descriptor leak. Thus, I am bumping PORTREVISION for this commit.
version of NVidia driver release for the sake of supporting some "legacy"
GPUs. Note that this options is unsupported, and presumably would only be
needed for a few unlucky souls out there.
PR: ports/82758
won't work yet for non-root users unless they are using my devd patch
at http://www.marcuscom.com/downloads/devd.diff to give open permissions
to the devd.pipe socket.
Without this real-time update support, it can take up to 30 seconds for the
battstat applet to update on an ACPI event. Because this support is still
experimental, I am not bumping PORTREVISION.
- Fixed assignment of PORTREVISION. It needs to be set before including
bsd.port.pre.mk [1]
- Disabled exit upon failure to kldunload and kldload of NVidia driver
for 7667 driver. This would break an upgrade of an earlier install [1]
- Fix PREFIX expansion in pkg-message
PR: ports/82554 [1]
Submitted by: Sean Farley <sean-freebsd(at)farley.org>
via GDM. In such a case, the user would have had root:gdm privileges.
This is now fixed by correctly changing back to the user's uid:gid.
Submitted by: Pawel Worach <pawel.worach@gmail.com>
Obtained from: http://bugzilla.gnome.org/show_bug.cgi?id=308050
Security: This fixes a potential privilege escalation problem
- USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD
tools to strip binaries anymore, so it's not neccesary anymore to override
STRIP and STRIP_CMD.
- USE_LINUX_PREFIX implies NO_MTREE now.
- In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries
instead upon the native FreeBSD libraries.
- The variable LINUX_BASE_PORT contains a string which is suitable as an
item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the
default (or overriden) linux base, ${LINUX_BASE_PORT} should be used
instead of a hardcoded reference.
- Change all ports to comply to the "new world order".
- The Ports Collection now allows to override the default linux_base port.
Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use
${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use
${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}).
- If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base
port and if USE_LINUX isn't set to "yes" (case insensitive), the port will
be marked as IGNORE. [1]
- Readd USE_LINUX knobs into several ports and make several uses of a
conditional dependency ("USE_LINUX?=") into an unconditional one
("USE_LINUX=") which where removed/changed by Trevor to allow the use of
alternative linux_base ports. While this is a nice goal, the implementation
resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob
in this commit is supposed to fix the problem while keeping the feature.
Basicaly this includes a backout of Trevor's commit, to prevent confusion
I mention it here explicitely.
- Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports.
Chase dependencies for this.
- Changes to make linux_devtools installable on amd64, remove some stray
device nodes (they don't work on recent OS versions and aren't really
needed).
- Make linux_base-8 PREFIX clean and remove some stray device nodes.
Additionally tell a little bit more about how to setup NIS/YP [2].
- Update the PGSQL dependency in the linux-opengroupware port to a recent
version (the old one isn't available anymore), I don't know if this
works (at least it isn't more broken than before).
- Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux
ports, the former path exists already and gets populated by other
packages too (PREFIX=LINUXPREFIX!).
- Fix some obvious (non-linuxolator) bugs in some linux ports while being
there.
- Bump PORTREVISION where neccesary.
Requested by: portmgr (linimon) [1]
Submittted by: Gerrit Kuehn <gerrit_huehn@gruft.fido.de [2]
Approved by: portmgr (kris, linimon), maintainers (or maintainer timeout)
Tested on: ports cluster (kris)
Reviewed by: silence on emulation@
Superseedes PR: 69997
Maintainer approval from:
chris@chrisburkert.decracauer@cons.org
des
girgen
jamie@bishopston.net
mezz
mi
nivit@users.sf.net
pat
simond@irrelevant.orgriggs@rrr.deUdo.Schweigert@Siemens.com
locking is already there. Bump PORTREVISION.
This should fix recursive panics reported on 5.4-STABLE.
Reported by: green
Submitted by: sam
Reviewed by: alc, dfr
Ports changes:
- Drop dependency on x11/wrapper. X server already contains this code
(programs/Xserver/os/utils.c rev. 3.58).
- Install default SecurityPolicy with XFree86-4-libraries, thus avoiding
plists and who-owns-what complications between different fooServer ports.
Copy default file to real one if that doesn't exist and remove both upon
uninstall if they are the same.
- Revert change to Imake.rules rev. 3.132 in devel/imake-4 port, since
couple of ports break with this change
(devel/imake-4/files/patch-Imake.rules)
- Add grehans patches for PPC [1]
- Several of directories that were previously in /etc/mtree/BSD.x11-4.dist
were moved to respective ports pkg-plists
PR: [1] 78345, 78346, 78348, 78352, 78353, 78354, 78355, 78356
Don't remove uniqueid if the package is uninstalled.
Update RUN_DEPENDS; xsetbg may also be found in ports/x11/xloadimage now.
Use DATADIR.
Note to maintainers of x11/xloadimage and graphics/xli: there is no CONFLICTS
definition for those ports.
Approved by: maintainer (dyeske)
Release Highlights:
* Supports FreeBSD 5-STABLE (5.3-RELEASE or later). For FreeBSD 4.x
and 5.2.1 users we stick to previous version (6113), since 7174 does
not play nicely with legacy FreeBSD releases
* Added support for the latest NVIDIA GPUs, including the GeForce 6600
and 6200 with TurboCache(TM)
* Added support for the KSE threading libraries
Prodded by: many
Tested by: several
Tested on: FreeBSD 4.11 and 5.3
search path. This fixes applications that only need to link to libgnome-2.0.
Reported by: Mike Harding <mvh@ix.netcom.com>
Ralf Folkerts <ralf.folkerts@gmx.de>
evolution-data-server-1.2.2 update. Without rebuilding
gnomepanel, the clock applet errors out. While most
people have figured this out by now and rebuilt gnomepanel,
it seems most fair to everyone else that gnomepanel get
a PORTREVISION bump.
Apologies for not doing this sooner.
It does some assumption-making, but it works. The project
seems to have been abandoned (the WWW site is long-gone), so
this is the only way to bring the app into this millenium.
In the words of someone who asked to remain nameless lest he
be implicated in contributing to this commit: "GTK1 must die!"
Seriously. It's time that everything that uses GTK1 by default
to move away from it.
patches and pkg-plist. This version has numerous bugs fixed, and
several new screensavers.
Add gdk_pixbuf as a dependency. It's a small library, and adds
additional features to the image-grabbing screensavers.
Add glade2 as required by the latest versions. The delay in upgrading
was due to the large number of dependencies that were formerly associated
with the glade2 port. The gnome team should be commended for reducing this
to a reasonable level.
fine without explicit version in there, while specifying it can
occasionally confuse (cf. ports/78527). Packages depend on specific
versions of Xaw3d and X libraries anyway and ports will get the right
version number through imake.
'vcgt'-tag) for display calibration on X11-Servers with XVidModeExtension
supported (like X.org or XFree86 4.x.x). It can't create the profiles
so you need to acquire them elsewhere (e.g. from some commercial
program or from your display vendor).
PR: ports/79593
Submitted by: Petr Holub <hopet@ics.muni.cz>
* Clean up KDE menu for KDE 3.4 [1]
* Fix a bug, if a .desktop is in ${X11BASE}/share/gnome/app/ it will
display an entry in 'Applications' and in 'Desktop' menu. Disable the
LegacyDirs option in the settings.menu to fix it [1]
Submitted by: mezz [1]