summaryrefslogtreecommitdiff
path: root/x11 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'RELEASE_4_11_0'.release/4.11.0cvs2svn2005-01-21191-40604/+19
| | | | | Notes: svn path=/head/; revision=127022 svn path=/tags/RELEASE_4_11_0/; revision=127023; tag=release/4.11.0
* Fix plist and cleanup after repocopy.Kirill Ponomarev2005-01-062-15/+0
| | | | | | | | Pointyhat to: edwin Approved by: portmgr (implicit) Notes: svn path=/head/; revision=125727
* Fix MASTER_SITES.Kirill Ponomarev2005-01-041-1/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=125710
* Partially fix package building by adding a dependency on Xvfb in theKris Kennaway2005-01-011-2/+8
| | | | | | | | | | PACKAGE_BUILDING case. Mark BROKEN because this package is still missing a dependency. Approved by: portmgr (self) Notes: svn path=/head/; revision=125630
* Fix package building by adding a dependency on Xvfb in theKris Kennaway2005-01-011-0/+3
| | | | | | | | | | PACKAGE_BUILDING case. The package build scripts then DTRT and ensure this is running at build-time so a DISPLAY is available. Approved by: portmgr (self) Notes: svn path=/head/; revision=125629
* Patch ftp kioslave command injection vulnerability.Michael Nottebrock2005-01-014-2/+38
| | | | | | | | | | | References: http://www.securityfocus.com/bid/11827 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1165 Approved by: portmgr Notes: svn path=/head/; revision=125621
* Say hello to the linux mega patch, it consolidates our linux bits aAlexander Leidinger2004-12-314-11/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | little bit and allows to proceed to a more recent linux_base from a stable (read as: the major bugs should be ironed out or identified and most linux ports build just fine) source. It also allows to ship 4.11 with a working linuxolator (the EOLed linux_base is marked forbidden because of a security hole). This is a major update, please read UPDATING (and CHANGES if you develop linux ports). Changes: - change the default linux_base from v7 to v8 - add a newer freetype to linux_base-8 for nicer fonts display [1] - don't let cpio use hardlinks in the linux_base-8 port to quiet some warnings in some cases [2] - fix a cut&past error in the linux_base-8 pkg-install script [3] - convert the binary knob "USE_LINUX" to a version specifier, e.g. USE_LINUX=<value> specifies a dependency upon emulators/linux_base-<value>, exceptions are a value of "7" (which does what you want and adds a dependency to linux_base) and any value without a corresponding port in PORTSDIR/emulators/linux_base-<value> (which adds a dependency to the default linux_base) - don't implicitly add USE_LINUX with the USE_LINUX_PREFIX knob, this allows us to use the USE_LINUX_PREFIX knob for linux_base and paves the way for splitting up future linux base ports into individual pieces - remove RESTRICTED from some GPL licensed ports, even when we only distribute binaries, we get them from official linux sites, so anyone can grab them there if he needs to - add a dependency upon the linux X11 bits where necessary (based upon guesswork) - don't use USE_X_PREFIX in some linux ports since it adds a dependency to the FreeBSD X11 libs, as a workaround use PREFIX?= (the clean solution would be to remove the implicit USE_XLIB from USE_X_PREFIX) - bump the portrevision of the linux ports ("better safe than sorry" algorithm) - pass maintainership of the important linux infrastructure to a mailinglist, hijack freebsd-emulation@ for this purpose (if somebody doesn't like this: tell us your bikeshed color at freebsd-emulation@, my color would be "linuxolator@" in case someone cares...) - add a pkg-install script for linux-fontconfig, but don't use it; everything should work without it (the FreeBSD fc-cache program should do all the work), but in case we need it we just need to decomment the pkg-install part in the Makefile - fix some dependencies - fix some bugs - add some static plists - unbreak the ports with dependecies to more than one linux_base This also fixes some ports which are marked BROKEN because of dependencies to v7 and v8 of linux_base at the same time. Known bugs: - the linux-mesa and linux-devtools ports install libGL*.so symlinks - some "minor" plist bugs (e.g. ld.so.{conf,cache} are modified by the linux X11 port, so linx_Base-8 moans at deinstall time) Future work (interested souls should coordinate with freebsd-emulation@): - add some kind of USE_LINUX_X11 knob to streamline the X11 dependencies, or modify the behavior of USE_XLIB in the USE_LINUX case AFAIK trevor has some patches. - make USE_XLIB and USE_X_PREFIX orthogonal to be able to get rid of the PREFIX?= workaround in some linux ports Should be discussed/coordinated on/with x11@. - move the RPM bits from x11-toolkits/linux-gtk/Makefile to PORTSDIR/Mk/ - update to a more recent linux base PR: 69997, 70539 (and maybe others) Discussed with/on: java@, x11@, trevor, portmgr Tested by: mezz, portmgr, pointyhat RPM hunted down by: Joseph Gelinas <scirocco@tasam.com> [1] Requested by: portmgr [2] Submitted by: kris [3] Approved by: portmgr Notes: svn path=/head/; revision=125613
* Re-add libXThrStub for FreeBSD that requires thread stubs. Between 6.7 and 6.8Eric Anholt2004-12-316-0/+100
| | | | | | | | | | | | | | | | | | I had moved libXThrStub into libX11, because it seemed unnecessary. However, because libc_r symbols are also weak, the weak stubs in libX11 would interfere, however they don't if they are in a library linked by libX11. The most common manifestation of the problem was: GThread-ERROR **: file gthread-posix.c: line 137 (g_thread_impl_init): error 'Invalid argument' during 'pthread_getschedparam (pthread_self(), &policy, &sched)' in glib apps. PR: ports/75477 Submitted by: KIMURA Yasuhiro, yasu at utahime dot org Testing by: marcus Notes: svn path=/head/; revision=125589
* Support amd64.Trevor Johnson2004-12-301-2/+2
| | | | | | | | PR: 75646 Submitted by: Conrad J. Sabatier Notes: svn path=/head/; revision=125549
* Upgrade to 4.7.Thierry Thomas2004-12-294-17/+8
| | | | Notes: svn path=/head/; revision=125468
* - Rewrap to fit on 80 columns consolePav Lucistnik2004-12-291-2/+3
| | | | | | | Approved by: anholt (x11 hat) Notes: svn path=/head/; revision=125412
* add mrxvt to the Makefile.Edwin Groothuis2004-12-281-0/+1
| | | | | | | Noticed by: kris Notes: svn path=/head/; revision=125390
* Chase the gimp upgrade.Joe Marcus Clarke2004-12-281-1/+1
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=125379
* Fix a small typo in COMMENT.Alexey Dokuchaev2004-12-271-1/+1
| | | | Notes: svn path=/head/; revision=125265
* Add XCurs, an editor for new, XFree86/XOrg style full-color cursorAlexey Dokuchaev2004-12-277-0/+104
| | | | | | | properties. Notes: svn path=/head/; revision=125260
* nVidia's libGL depends on libm.so.2 which is not available since 5.3-BETA7.Alexey Dokuchaev2004-12-271-0/+4
| | | | | | | | | | Get one via `misc/compat4x' port. PR: ports/74130 Submitted by: Marius Nuennerich <marius.nuennerich(at)gmx.de> Notes: svn path=/head/; revision=125255
* Mark as for i386 only.Alexey Dokuchaev2004-12-271-0/+2
| | | | | | | Suggested by: remko Notes: svn path=/head/; revision=125254
* Back out my previous commit because it keeps this from packagingTrevor Johnson2004-12-251-0/+1
| | | | | | | (requested by netchild and kris). Notes: svn path=/head/; revision=125151
* Remove deprecated USE_SIZEMario Sergio Fujikawa Ferreira2004-12-252-2/+0
| | | | Notes: svn path=/head/; revision=125124
* Move xtermcontrol to 'x11' category since it's more appropriate forKirill Ponomarev2004-12-254-0/+39
| | | | | | | | | this kind of software. Proposed by: adamw Notes: svn path=/head/; revision=125114
* Reset MAINTAINER to ports@.Norikatsu Shigemura2004-12-233-3/+3
| | | | | | | | | | | We cannot contact them for a long time. Discussed with: hrs Approved by: kiri(blanket), mita(blanket), shige(blanket), taoka(blanket) Notes: svn path=/head/; revision=124934
* Update to 0.4.5Volker Stolz2004-12-234-14/+25
| | | | Notes: svn path=/head/; revision=124933
* New port: x11/xbelldEdwin Groothuis2004-12-235-0/+64
| | | | | | | | | | | | | | | | | | | | | | | BellD is a small daemon for replacing the standard X Window System terminal bell with a more interesting set of sounds. This is useful for systems where the terminal bell is handled by the "PC Speaker," or where different sounds are desired for different classes of X clients. XBellD works by intercepting terminal bell requests on the server side, and then playing user-specified sounds through a PCM capable soundcard. The resource class of the client making a terminal bell request is used to match a corresponding sound file which should be played when such a request is made. WWW: http://www.meowfishies.com/xbelld.rhtml PR: ports/71815 Submitted by: Nosov Artem <chip-set@mail.ru> Notes: svn path=/head/; revision=124911
* Bump PORTREVISION, since html manpages are no longer built/installedDejan Lesjak2004-12-233-2/+3
| | | | | | | and that changes packaging content. Notes: svn path=/head/; revision=124897
* new port: x11/mrxvtEdwin Groothuis2004-12-233-32/+45
| | | | | | | | | | | | | | | | | Mrxvt (previously named as materm) is a lightweight and powerful multi-tabbed X terminal emulator based on the popular rxvt and aterm. It implements many useful features seen in some modern X terminal emulators, like gnome-terminal and konsole, but keep to be lightweight and independent from the GNOME and KDE desktop environment. The following are the major features of mrxvt (* are new features compared with rxvt, + are enhanced features compared with rxvt): PR: ports/74470 Submitted by: David Yeske <dyeske@yahoo.com> Notes: svn path=/head/; revision=124896
* Update X.Org ports to 6.8.1, and the DRI port to use Mesa 6.2. Because Mesa 6.2Eric Anholt2004-12-2335-595/+363
| | | | | | | | | | | | | | | DRI drivers are incompatible with the old libGL in XFree86, they have been repocopied to graphics/xfree86-dri. Also note that with this commit the html manpages are going away, and with it the runtime dependency on perl for the imake port. Release notes at: http://www.x.org/X11R6.8.1/RELNOTES.txt Props to: kris (multiple cluster runs and sorting through logs) lesi (fixing all the issues in those logs, and more) Notes: svn path=/head/; revision=124866
* This works with linux_base-rh-9 and linux_base-suse-9.1 as well asTrevor Johnson2004-12-221-1/+0
| | | | | | | linux_base-8. Notes: svn path=/head/; revision=124756
* Add gtk-themepreview 2.0, a small application for preview your themeAlexey Dokuchaev2004-12-224-0/+41
| | | | | | | widgets in one small window. Notes: svn path=/head/; revision=124755
* Remove gnomehier directories.Michael Johnson2004-12-212-14/+0
| | | | Notes: svn path=/head/; revision=124743
* Put all hacks of hicolor icons and mime from ports to bsd.gnome.mk's gnomehack.Jeremy Messenger2004-12-213-9/+0
| | | | | | | | | | | | deskutils/drivel is the only port that has pkg-plist change, so bump the PORTREVISION. The rest else should be no function change, but just remove the patches to allow gnomehack takes care of it. Keep in mind, I only touch those ports that already have gnomehack. Reviewed by: pav and marcus Notes: svn path=/head/; revision=124646
* Fix loading history on sparc64Patrick Li2004-12-201-2/+29
| | | | | | | | PR: ports/66074 Submitted by: Andrew Belashov <bel@orel.ru> Notes: svn path=/head/; revision=124609
* Use MASTER_SITE_SUSE, along with a couple of sites I found onTrevor Johnson2004-12-201-2/+4
| | | | | | | www.filesearching.com. Notes: svn path=/head/; revision=124574
* This port is scheduled to be removed on 2005-02-18 if it is stillKris Kennaway2004-12-182-0/+4
| | | | | | | broken at that time, and a fix has not been submitted to GNATS. Notes: svn path=/head/; revision=124429
* Change the default reboot command to be more geom_mirror friendly. UsingJoe Marcus Clarke2004-12-182-5/+7
| | | | | | | | | | shutdown -r will prevent geom_mirror from taking a long time to resync after reboot. Submitted by: olgeni Notes: svn path=/head/; revision=124396
* Fix build on 4.x.Clive Lin2004-12-184-5/+45
| | | | Notes: svn path=/head/; revision=124372
* Remove MASER_SITE_LOCAL from MASTER_SITES; jwz.org doesn'tAdam Weinberger2004-12-171-3/+1
| | | | | | | | appear to have the bandwidth issues it did when the extra MASTER_SITE was added. Notes: svn path=/head/; revision=124296
* update for security bugs in parsing of X Pixmap images, see:Trevor Johnson2004-12-172-19/+21
| | | | | | | | | | <URL:https://rhn.redhat.com/errata/RHSA-2004-478.html> <URL:http://www.novell.com/linux/security/advisories/2004_41_xshared_XFree86_libs_xorg_x11_libs.html> <URL:http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0687> <URL:http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-068*> Notes: svn path=/head/; revision=124249
* Update to 4.19 with four new hacks (fireworkx, intermomentary, pinion, andJoe Marcus Clarke2004-12-173-5/+13
| | | | | | | substrate) as well as some additional bugfixes. Notes: svn path=/head/; revision=124242
* Upgrade to 4.6.Thierry Thomas2004-12-163-24/+6
| | | | Notes: svn path=/head/; revision=124225
* Fix kde3-i18n ports.Michael Nottebrock2004-12-162-6/+0
| | | | Notes: svn path=/head/; revision=124205
* Make portlint a little bit happier.Edwin Groothuis2004-12-161-1/+1
| | | | Notes: svn path=/head/; revision=124190
* Update port: x11/x3270 to version 3.3.2p1Edwin Groothuis2004-12-167-78/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This port has been stuck on an ancient, non-SSL-capable version for seveal years. Please consider updating to a more recent upstream source. The attached files are offered as a starting point; some "adjustment" is probably needed. Note that what's below completely replaces the previous port; all previous patches are no longer valid. Also, I've added "net" to the CATEGORIES, along with a link to the official web page in the package description. The compilation produces one "warning: assignment from incompatible pointer type"; this deserves further investigation (particularly for 64-bit builds). Since I do not have access to the requisite legacy systems, I am unable to properly test this software (particularly the SSL aspects). PR: ports/70808 Submitted by: Eric P. Scott <eps+psub0408@ana.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=124189
* Clean up handling of locale directories at deinstall-time:Kris Kennaway2004-12-164-0/+10
| | | | | | | | * Don't remove "system directories" (which were created by BSD.*.dist) * Silently try to remove locale directories which we might have created Notes: svn path=/head/; revision=124183
* Mark all kde3-i18n* ports broken.Michael Nottebrock2004-12-152-0/+6
| | | | Notes: svn path=/head/; revision=124110
* Update to 3.18Clive Lin2004-12-156-26/+58
| | | | | | | | PR: ports/75072 Submitted by: MAINTAINER Notes: svn path=/head/; revision=124070
* Fix plist.Michael Nottebrock2004-12-144-2/+4
| | | | Notes: svn path=/head/; revision=123996
* Update to KDE 3.3.2Michael Nottebrock2004-12-1356-982/+678
| | | | Notes: svn path=/head/; revision=123951
* Upgrade to 4.5.Thierry Thomas2004-12-132-3/+3
| | | | | | | | | | | | | | From the changelog: - fix an extremely nasty bug in utf8-conversion. upgrade is advised. - completely re-wrote selection pasting. This should fix garbled incomplete characters at 32k boundaries and too-short INCR selections, and more. Increases memory requirements considerably for large selections, but that seems unavoidable. Notes: svn path=/head/; revision=123944
* Update to 2.6, now with the new package URL and distfile location.Peter Pentchev2004-12-134-5/+6
| | | | Notes: svn path=/head/; revision=123933
* Upgrade to 4.4.Thierry Thomas2004-12-132-3/+3
| | | | Notes: svn path=/head/; revision=123905