aboutsummaryrefslogtreecommitdiffstats
path: root/x11
Commit message (Collapse)AuthorAgeFilesLines
* Silence errors on package install/deinstall by using proper if-clauses inlesi2005-12-281-12/+12
| | | | | | xterm workaround @exec/@unexec lines. Prodded by: edwin
* Silence errors on package install/deinstall by using proper if-clauses inlesi2005-12-281-12/+12
| | | | | | xterm workaround @exec/@unexec lines. Prodded by: edwin
* Upgrade to 6.1.thierry2005-12-282-4/+4
| | | | Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
* - Update MASTER_SITES, WWWpav2005-12-272-2/+3
| | | | | PR: ports/90951 Submitted by: Adam Kranzel <adam-ports@blacktabby.org> (maintainer)
* Update to 2.02anray2005-12-273-8/+17
| | | | | PR: ports/90932 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Good news, everyone! There's a crate to deliver^W^W^Wnew release fromdanfe2005-12-262-4/+4
| | | | | | | | | | nVidia, 1.0-8178. This release highlights: - Improved stability with the Composite X extension - Fixed a corruption bug with RenderAccel and the Composite X extension when using wide desktops - Fixed a problem validating HDTV modes on GeForce 6200 - Fixed detection of certain older TV encoders
* Back out the PTHREAD_CFLAGS/LIBS-adding stuff, now thatadamw2005-12-251-2/+2
| | | | libtool-1.5.22 is unbroked.
* Upgrade to 6.0.thierry2005-12-252-4/+4
| | | | Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
* Add ${PTHREAD_CFLAGS}/${PTHREAD_LIBS} to the CONFIGURE_ENV. Thereadamw2005-12-241-2/+2
| | | | | | appears to be some debate as to whether the root of this problem is the libtool 1.5.22 update, but adding pthread stuff here fixes the build problems I've been getting on 5-STABLE.
* Update to 0.0.23.marcus2005-12-223-4/+10
|
* Lock ~/.recently-used. The lack of locking sometimes caused thejylefort2005-12-224-0/+42
| | | | | | "Places -> Recent Documents" menu to be empty. Reference: http://bugzilla.gnome.org/show_bug.cgi?id=324710
* Deal with non-standard DOCSDIR in a sane manner.danfe2005-12-222-56/+57
|
* Update WWW lines.vanilla2005-12-211-1/+1
| | | | | Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> PR: ports/90703, ports/90704, ports/90705, ports/90706, ports/90710, ports/90712
* Upgrade to 5.9.thierry2005-12-202-3/+4
| | | | Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
* - Remove virtual category offix from all portspav2005-12-182-2/+2
| | | | | PR: ports/88751 (part of) Approved by: linimon (portmgr hat)
* BROKEN: Unfetchablekris2005-12-181-0/+2
|
* Update to version 1.0-8174, the latest from nVidia. Release highlights:danfe2005-12-153-6/+56
| | | | | | | | | - Fixed GeForce 7800 GTX clocking problem that affected 3D performance - Added support for new GPUs such as the GeForce 6100 and GeForce 6150 - Added support for Stereo Digital Flat Panels such as the SeeReal and Sharp3D DFPs - Added support for static Rotation; see the "Rotate" X config option in the README
* Unbreak on 4.x by using plain GCC. Tested with mozilla and thunderbird.vs2005-12-151-1/+1
| | | | Approved by: silence on -gnome
* Update to 0.0.22.marcus2005-12-152-4/+4
|
* - Track yet another in-place release (regular bunch fixes and featuresbland2005-12-143-28/+40
| | | | | | update). - Build libXNVCtrl.a library and therefore drop for i386 only restriction. - Minor comment tweak.
* Use smarter regexps.danfe2005-12-141-4/+4
|
* Fix missing misc/compat5x dependency in WITH_LEGACY_GPU_SUPPORT case.danfe2005-12-141-1/+1
| | | | | PR: ports/90304 Submitted by: Bjoern Koenig <bkoenig(at)cs.tu-berlin.de>
* - Update to version 1.8az2005-12-142-4/+4
| | | | | PR: ports/90356 Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca>
* Update to 2.1.mezz2005-12-135-40/+13
| | | | Reminded by: edwin's "FreeBSD Ports Version Check" script
* - Mark broken on 4.xahze2005-12-131-0/+4
| | | | Reported by: kris via pointyhat
* Drop maintainership for ports which I sadly no longer havebms2005-12-135-5/+5
| | | | the time, hardware, or resources to maintain.
* xlockmore port improvements patchedwin2005-12-133-2/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some time ago I send PR about PAM support in xlockmore. Now I spend some time to work on xlockmore. I found that PAM works fine by default (with --enable-pam), but only with modules that does not requires root rights to authenticate. But almost all PAM configurations ends with pam_unix call. Here is the trouble. xlock drops root privileges after startup. I use BAD_PAM again to wrap this setuid(). IMHO, usage of BAD_PAM is right in this case. Also abort trap was fixed. Here was error in PAM_conv function. I'll send explanations of changes and situation to xlock-discuss mailing list later. May be fixes will be committed into next release of xlockmore. Here is attached diff against xlockmore port. It makes some changes in Makefile and drops two patches to files dir. New knobs added to Makefile and some old changed. Here is the description: - OPTIONS added for interactive configuration of xlockmore (make config). - WITH_PAM - enable common PAM support in xlock, but does not define BAD_PAM. So PAM modules that does not require root rights can be used (pam_pwdfile e.g.). - WITH_BAD_PAM - enable WITH_PAM and define BAD_PAM in config.h after 'configure'. So all PAM modules can be used, including pam_unix. - WITH_NICE_ONLY - enable only low-CPU modes. Good for old machines. - WITH_BLANK_ONLY - enable only 'blank' mode. Can be useful in some cases. PR: ports/90276 Submitted by: Yuri Y. Bushmelev <jay-dev@simcom.ru>
* On second thoughts, maybe we don't really need Xaw3d support by default.roam2005-12-131-2/+2
|
* OPTIONS'ify and let all three knobs be enabled by default.roam2005-12-131-16/+10
| | | | | | Bump PORTREVISION for the change in the default behavior. Requested by: Satoshi Kimura <satosi.kimura@nifty.com>
* - Fix WWW-sitesbarner2005-12-122-2/+2
| | | | - Remove two dead WWW sites
* Add nvidia-xconfig 1.0, tool to manipulate X configuration files for thebland2005-12-105-0/+79
| | | | NVidia driver.
* Correct a problem setting GNOME keyboard layout options at login time.marcus2005-12-102-1/+12
| | | | | Obtained from: http://bugzilla.gnome.org/show_bug.cgi?id=322955 Reported by: many
* Update MASTER_SITES; add SHA256 checksum.tg2005-12-102-1/+4
|
* Update to 0.0.21.marcus2005-12-073-4/+8
|
* - Add support for man section n (Tcl/Tk functions)jylefort2005-12-074-35/+13
| | | | - Remove unused startup scripts
* Add tilda, a Drop down x11 terminal with transparency supportehaupt2005-12-064-0/+52
| | | | | PR: 89995 Submitted by: Vlad V. Teterya <vlad@vlad.uz.ua>
* Seems -CURRENT needs a few tweaks to get gdm starting correctly. First,marcus2005-12-063-5/+6
| | | | | we need to depend on LOGIN and cleanvar in our rc.d script, plus, we need to enable VTAllocation.
* Update to a more recent version of the distfile (is carried by morenetchild2005-12-032-5/+5
| | | | | | master sites). Requested by: fenner
* Upgrade to latest version.vanilla2005-12-022-4/+5
|
* - Change maintainer to my @FreeBSD.org address.tdb2005-12-022-1/+2
| | | | | | - Add SHA256 checksum. Approved by: clement (mentor)
* Add a patch to fix KDE Bug 114385 (kdm segfaults on XDMCP request).lofi2005-12-0114-0/+119
|
* Presenting GNOME 2.12.2 for FreeBSD.marcus2005-12-012-2/+2
|
* - Update to 0.7.5pav2005-12-012-6/+29
| | | | | PR: ports/89673 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
* Move japanese/uim port to textproc category after repocopy.nobutaka2005-12-011-1/+1
| | | | | PR: ports/89725 Submitted by: nobutaka
* Add SHA256 hashes to my portsehaupt2005-11-302-0/+2
|
* Add SHA256 hashes to my ports.danfe2005-11-303-0/+5
|
* Fix the build in the presence of NVIDIA libGL by using the GLX 1.3anholt2005-11-301-0/+26
| | | | | | | | glXGetProcAddressARB instead of glXGetProcAddress. PR: ports/76257 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsdperu.org> / many Obtained from: X.Org CVS
* - Convert to using USE_GECKOahze2005-11-302-65/+5
| | | | - No longer install the startup script.
* - Add WITH_NICE_ONLY knob to enable only low-cpu modes.flz2005-11-301-0/+4
| | | | | PR: ports/76358 Submitted by: Yuri Y. Bushmelev <jay-dev@simcom.ru>
* Update to 2.8.0.7.marcus2005-11-294-88/+4
|
* Update to 2.12.2.mezz2005-11-294-10/+8
|
* Update to 2.12.2.marcus2005-11-294-8/+8
|
* Update to 2.12.2.marcus2005-11-2810-54/+46
|
* Add SHA256maho2005-11-281-0/+1
|
* Update to 2.12.2.mezz2005-11-282-5/+4
|
* With portmgr hat on, reset inactive maintainer. There have been severallinimon2005-11-271-1/+1
| | | | maintainer-timeouts.
* Mark deprecated; no longer available from mastersites.linimon2005-11-271-1/+4
|
* Mark as deprecated since mastersite disappeared.linimon2005-11-261-2/+5
| | | | | PR: ports/89565 Submitted by: former maintainer
* - Respect PREFIXpav2005-11-262-5/+42
| | | | | PR: ports/89557 Submitted by: Matthew D.Fuller <fullermd@over-yonder.net> (maintainer)
* - Update MASTER_SITES, add SHA256pav2005-11-262-1/+2
| | | | | PR: ports/89554 Submitted by: Matthew D.Fuller <fullermd@over-yonder.net> (maintainer)
* - Add SHA256pav2005-11-2680-1/+86
|
* - Drop old checksumpav2005-11-262-2/+4
| | | | - Add SHA256, SIZE
* Remove shutdown keyword from the rcNG script since GDM will kill itself atmarcus2005-11-262-1/+2
| | | | | | shutdown. Reported by: Stefan Thurner <stefan.thurner@mb.tu-chemnitz.de>
* - Add SHA256 checksums to my portssergei2005-11-251-0/+1
|
* Fix build on 4.xvs2005-11-251-1/+1
| | | | Approved by: novel
* - Remove; I added this into the wrong categorypav2005-11-244-37/+0
|
* Add SHA256 checksums to my portsdougb2005-11-241-0/+1
|
* - Add SHA256 checksumspav2005-11-2422-0/+24
|
* XScoop provides the ability to quickly determine which underlying X librariespav2005-11-244-0/+37
| | | | | | | | | | | were statically linked into an application, even when the source is not available. XScoop parses an executable, looking for matches on a subset of sample keywords that may identify the library being used. It does not produce absolute results, and instead supplies a report with key-hits which represent the likelihood that a particular library is present in the binary. PR: ports/89419 Submitted by: Ron Scheckelhoff <rscheckelhoff@yahoo.com>
* - Add some SHA256spav2005-11-241-0/+1
|
* - Update MASTER_SITES and WWWpav2005-11-232-2/+3
| | | | | PR: ports/89303 Submitted by: Josh Tolbert <hemi@puresimplicity.net> (maintainer)
* BROKEN on 6.0: Does not compilekris2005-11-211-0/+4
|
* - Fix plist (dir is owned by a dependency now). [1]netchild2005-11-202-3/+2
| | | | | | | - Reset MAINTAINER to ports@ (the port is outdated and doesn't need to be part of the main infrastructure). Noticed by: YAPHR [1]
* Update to 0.09.tobez2005-11-203-11/+7
|
* Update the two currently remaining ports that use old autotools constructsade2005-11-201-1/+1
|
* - Add SHA256sem2005-11-204-5/+14
| | | | | | | | | | | ggiterm port: - Don't use gmake - Install ggitem.termcap and add message about it - Utilize DATADIR - Bump PORTREVISION PR: ports/89280 Submitted by: Antoine Brodin (maintainer)
* Switch to <target>:: convention for both patch-autotools and run-autotools,ade2005-11-192-2/+2
| | | | | to allow for easier overriding of these targets by port Makefiles, if they need to.
* Update to 2.8.0.6.marcus2005-11-193-4/+68
|
* - Update to 2.12.1bland2005-11-182-3/+4
| | | | - Add SHA256 checksum.
* Fix xterm dependency after removing xterm-static.lesi2005-11-181-1/+1
| | | | Noticed by: pointyhat via kris
* update to 4.2.3.2oliver2005-11-182-3/+4
|
* Update to 0.14.1, serious memory leaks on 0.14.0 was fixed. See release notemezz2005-11-162-4/+4
| | | | | | for details: http://ruby-gnome2.sourceforge.jp/?News_20051114_1
* Update to 0.0.20.marcus2005-11-162-4/+4
|
* - Update to 2.6.3.flz2005-11-164-36/+5
| | | | | PR: ports/89051 Submitted by: maintainer
* - Add WITH_PAM knob.flz2005-11-151-0/+5
| | | | | PR: ports/89060 Submitted by: Ronald Klop <ronald@cs.vu.nl>
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-1544-45/+44
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* - Update to 0.2.4bland2005-11-153-7/+11
| | | | - Add SHA256 checksum.
* Update to 0.0.19.marcus2005-11-152-4/+4
|
* Update MASTER_SITESmnag2005-11-154-12/+15
| | | | | | | | | Respect CC/CFLAGS Add SHA256 Add WWW PR: 89021 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Update to 1.1bmnag2005-11-154-14/+20
| | | | | | | | Add SHA256 Add WWW PR: 89022 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Reset undeliverable maintainer address:kris2005-11-142-2/+2
| | | | | <sakai.hiroaki@finet.fujitsu.com>: Sorry, no mailbox here by that name. (#5.1.1)
* Abandon installing xterm as xterm-static. There are checks inlesi2005-11-147-72/+104
| | | | | | | | | XFree-4-clients and xorg-clients that conditionally create symlinks to xterm-static if there is no xterm present so chances of loosing ability to run xterm after upgrade should be minimized. These checks shall go away in due time. Discussed with: krion
* Add SHA256.mezz2005-11-134-0/+4
|
* Move IDN related ports from devel to dns category:pav2005-11-132-2/+2
| | | | | | | | devel/libidn -> dns/libidn devel/p5-Net-LibIDN -> dns/p5-Net-LibIDN Approved by: both maintainers Repocopy by: marcus
* If port belongs to X11 distribution different than ${X_WINDOW_SYSTEM} one,lesi2005-11-1218-10/+49
| | | | | | point to The X Window System and Virtual Consoles chapter of FAQ. Add SHA256.
* - fix plist (some dirs are owned by linux_base)netchild2005-11-122-6/+3
| | | | | | | - SHA256 PR: 88757 Submitted by: Boris Samorodov <bsam@ipt.ru>
* Add SHA256 checksumlioux2005-11-112-0/+2
|
* With portmgr hat on, reset maintainership of knu's ports since he haslinimon2005-11-111-1/+1
| | | | been inactive more than 6 months. We hope to see him back sometime.
* Do not install nvidia-settings, there's native version available indanfe2005-11-101-1/+3
| | | | | | | `x11/nvidia-settings' port. Based on PR: ports/84969 Submitted by: jylefort
* - Add SHA256 checksums.flz2005-11-091-0/+1
|
* Move instant messaging related ports to newly created net-im category:pav2005-11-091-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net/gaim -> net-im/gaim net/gaim-latex -> net-im/gaim-latex net/gaim-openq -> net-im/gaim-openq net/gaim-rss-reader -> net-im/gaim-rss-reader net/gicq -> net-im/gicq net/gnomeicu2 -> net-im/gnomeicu2 net/gossip -> net-im/gossip net/ickle -> net-im/ickle net/jabber -> net-im/jabber net/jabber-aim -> net-im/jabber-aim net/jabber-conference -> net-im/jabber-conference net/jabber-jud -> net-im/jabber-jud net/jabber-msn -> net-im/jabber-msn net/jabber-users-agent -> net-im/jabber-users-agent net/jabber-yahoo -> net-im/jabber-yahoo net/jarl -> net-im/jarl net/kf -> net-im/kf net/libicq -> net-im/libicq net/libicq2000 -> net-im/libicq2000 net/loudmouth -> net-im/loudmouth net/meanwhile -> net-im/meanwhile net/meanwhile-gaim -> net-im/meanwhile-gaim net/newsbot -> net-im/newsbot net/ocaml-jabbr -> net-im/ocaml-jabbr net/psi -> net-im/psi net/py-jabber -> net-im/py-jabber net/py-twistedWords -> net-im/py-twistedWords net/p5-Net-Jabber -> net-im/p5-Net-Jabber Repocopied by: marcus
* update to xfce 4.2.3.1oliver2005-11-098-12/+14
| | | | Changelog: http://www.xfce.org/release_notes/4.2.3.1_changelog.html
* * Add SHA256 checksums for maintainerless ports i added to the ports collectionarved2005-11-082-0/+2
| | | | | * Remove my name from blop pkg-descr * Grab back maintainership for netio
* - Distfile was rerolled, no content changepav2005-11-081-2/+2
| | | | | Reported by: krismail Submitted by: Andrew P. <infofarmer@gmail.com>
* Add some FreeBSD-specific GTK+/GNOME tools.marcus2005-11-081-2/+6
| | | | Submitted by: Panagiotis Astithas <past@ebs.gr>
* Correct the deskbar-applet dependency.marcus2005-11-071-1/+1
| | | | Reported by: pointyhat via kris
* Remove some leftover directories, and do not install a ${PREFIX}/etc/pam.dmarcus2005-11-073-0/+76
| | | | | | directory. Reported by: pointyhat via kris
* IPv6 support no logner disables IPv4 support.marcus2005-11-071-1/+1
| | | | Spotted by: ahze
* Update to version 206krion2005-11-063-78/+3
| | | | ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_206
* Update to KDE 3.4.3 / KOffice 1.4.2lofi2005-11-0587-1886/+366
|
* On second thoughts, since ruby-gtk is the last remaining consumer ofkris2005-11-051-27/+0
| | | | this file, just incorporate it there instead.
* Temporarily re-add this file for the benefit of ruby-gtk. It will bekris2005-11-051-0/+27
| | | | repo-copied there.
* ruby-gnome-all depended on ruby-gnome, which was removedkris2005-11-054-44/+0
|
* Remove expired portskris2005-11-056-140/+0
|
* Update to 2.12.0.marcus2005-11-052-3/+4
|
* Update to 2.12.1.marcus2005-11-053-7/+9
|
* - Update to 0.14.0, see release note for details:mezz2005-11-055-4/+10
| | | | | | | | http://ruby-gnome2.sourceforge.jp/hiki.cgi?News_20051016_1 - Two new ports have been added, ruby-cairo and ruby-gtkmozembed. - databases/ruby-libgda has been mark as BROKEN, because it still needs to catch up w/ new libgda-2.0, so remove it from ruby-gnome2-all.
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-0542-31/+42
|
* Add gnome-screensaver, a simple screen saver and locker for the GNOMEmarcus2005-11-057-0/+134
| | | | | | desktop. Gnome-screensaver only comes with a few modules of its own, but can use all of the xscreensaver modules. This is poised to be the default screensaver in GNOME 2.14.
* Presenting GNOME 2.12 for FreeBSD. The release is chock full of bug fixesmarcus2005-11-0593-4317/+2761
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and new features. Don't believe me? Then see for yourself at http://www.gnome.org/start/2.12/notes/en/. DO NOT USE portupgrade by itself to upgrade to GNOME 2.12. Instead, use the gnome_upgrade.sh script from http://www.marcuscom.com/downloads/gnome_upgrade212.sh. This script will circumvent some potential pitfalls users can see if they use portupgrade by itself. In keeping with tradition, GNOME 2.12 for FreeBSD comes with a special splash screen. The winner of this release's contest is Dominique Goncalves <dominique.goncalves@gmail.com>. His splash screen was inspired by http://art.gnome.org/contests/2.12-splash/83. The FreeBSD GNOME Team would lank to thank the following users for their contributions to this release: Matthew Luckie <mjl@luckie.org.nz> ade sajd on #freebsd-gnome Caelian on #freebsd-gnome mnag Yasuda Keisuke <kysd@po.harenet.ne.jp> Mark Hobden <markhobden@gmail.com> Sergey Akifyev <asa@agava.com> Andreas Kohn For more information on GNOME on FreeBSD, checkout http://www.FreeBSD.org/gnome/. The 2.12 documentation will be posted shortly.
* Chase xscreensaver update.lofi2005-11-052-1/+1
|
* Use getopt_long() when getopt_long_only() is not avaible.novel2005-11-041-1/+10
| | | | Reported by: pointyhat via kris
* Correct the line number to stop deleting in the sed rangedougb2005-11-031-1/+1
|
* Silence the temporary patch to remove the new (buggy) DPMS codedougb2005-11-031-2/+2
|
* Upgrade to 4.23, which contains the usual round of bugfixes, and a fewdougb2005-11-033-6/+19
| | | | | | | | | | | | | | new screensaver programs. Also, this version removes one screensaver program, "it's boring." Update a hardcoded /usr/X11R6 in configure [1] Remove some code added in this version to driver/timers.c that causes problems for me, and reportedly for other FreeBSD users. After discussion with Jamie, he will likely remove or comment out this code in the next release, so use sed to delete the lines rather than add a short-lived patch. Submitted by: [1] kris, fix derived from xscreensaver-gnome
* Once again remove this file which is no longer needed in 4.23.dougb2005-11-031-57/+0
|
* - Update to 5.20.1pav2005-11-023-7/+7
| | | | | PR: ports/88328 Submitted by: Andrew Pantyukhin <infofarmer@gmail.com>
* Update to 2.1arved2005-11-023-46/+13
| | | | | PR: 88334 Submitted by: Andrew Pantyukhin <infofarmer@gmail.com>
* Let the IGNORE message make a bit more sense and change it from:erwin2005-11-012-2/+2
| | | | | | | | | | | | ===> p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install lang/perl5 then try again. to: ===> p5-Some-Module-0.7 requires perl 5.6.x or later. Install lang/perl5 then try again. Approved by: silence on -ports
* Fix build on 4.x.novel2005-10-291-1/+1
| | | | Reported by: pointyhat via kris
* For the ports that I maintain, do the following as appropriate:dougb2005-10-291-1/+2
| | | | | | | | | 1. Add myself as a backup master site (Sourceforge and CPAN ports already have good enough coverage, so skip them). 2. For all ports that have them, download the PGP signature files. 3. For ports in 2, add a verify target to the Makefile 4. For ports where I was already providing a master site, update the URL. 5. Pet portlint in a couple of places.
* Re-add this patch that is needed for 4.22. I am seeing weird behaviordougb2005-10-291-0/+57
| | | | with 4.23, and therefore plan to delay the upgrade till I'm sure it's ok.
* Remove patch that is no longer neededdougb2005-10-291-57/+0
|
* Add alltray.jylefort2005-10-285-0/+58
| | | | | | | | | | | | With AllTray you can dock any application with no native tray icon (like Evolution, Thunderbird, terminals) into the system tray. A high-light feature is that a click on the "close" button will minimize back to system tray. It works well with GNOME, KDE, XFCE 4*, Fluxbox* and WindowMaker*. WWW: http://alltray.sourceforge.net/ PR: ports/87545 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
* Substitute hard-coded /usr/X11R6 with ${X11BASE} to avoid installationmarcus2005-10-281-1/+2
| | | | | | problems with non-standard base prefixes. Reported by: pointyhat via kris
* Use cups-config to locate the cups data dirlofi2005-10-272-0/+4
|
* - Update to 0.0.20051025bland2005-10-263-4/+5
| | | | | | - Make PREFIX compliant. [1] Reported by: krismail
* Upgrade to 5.8.thierry2005-10-262-4/+3
| | | | Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
* Add OpenBSD's xidle, an app to run a program on X inactivity (xautolocknovel2005-10-254-0/+40
| | | | replacement).
* Update to 4.23. See http://www.jwz.org/xscreensaver/changelog.html for themarcus2005-10-246-68/+29
| | | | list of fixes and new hacks.
* Make X11BASE-safevs2005-10-241-0/+1
| | | | | PR: ports/87892 Submitted by: maintainer
* - respect PREFIX [1]ehaupt2005-10-234-23/+17
| | | | | | | | | | | | - respect CFLAGS [2] - nuke files/patch-icclib-Makefile.UNIX [1] - bump PORTREVISION [1] - cleanup [2] PR: 87834 Reported by: pointyhat via kris Submitted by: Petr Holub <hopet@ics.muni.cz> (maintainer) [1] Reworked by: ehaupt [2]
* Add ports of General Polygon Clipping library and its sample GUImi2005-10-226-0/+111
| | | | application (gpctool).
* Update to Debian revision 15.naddy2005-10-206-140/+10
| | | | | | | Contains a fix for buffer overflows in title handling of NIFF images. Approved by: jmz Security: CAN-2005-3178
* - Fix MASTER_SITESgarga2005-10-181-10/+10
| | | | | PR: ports/87540 Submitted by: Ports Fury
* Fix xrdb path in Xsessionmnag2005-10-151-0/+2
| | | | | | | Bump PORTREVISION PR: 87448 Notified by: Adrian Filipi <adrian@ubergeeks.com> <adrian@ubergeeks.com>
* Fix a small bug in the module, bump portrevision.tobez2005-10-141-0/+5
|
* Add x11/p5-Clipboard 0.08, which provides access to X11 clipboard fromtobez2005-10-145-0/+56
| | | | Perl.
* Sort the module lists before comm-paring them.lofi2005-10-132-4/+4
| | | | Submitted by: jhb
* Fix MASTER_SITES.krion2005-10-111-1/+1
|
* Upgrade to latest version.vanilla2005-10-112-3/+3
|
* Add ERASE2 supportlioux2005-10-104-4/+47
| | | | | PR: 84647 Submitted by: Marcin Cieslak <saper@system.pl>
* Remove stale mastersite.linimon2005-10-091-2/+1
| | | | Source: distfile survey
* fix MASTER_SITESoliver2005-10-073-3/+3
| | | | Noted by: portsurvey
* Remove myself from MAINTAINERache2005-10-071-1/+1
|
* Change MAINTAINER address for my ports.ehaupt2005-10-062-2/+2
| | | | Approved by: novel (mentor)
* Upgrade to latest version.vanilla2005-10-052-3/+3
|
* Maintainer update: x11/numlockx 1.1edwin2005-10-053-7/+6
| | | | | | | | This is an update of x11/numlockx to version 1.1. Thanks in advance! PR: ports/86907 Submitted by: Jean-Baptiste Quenot <jbq@caraldi.com>
* - Update to 0.5.2pav2005-10-053-17/+3
|
* Fix bogus ui files in preparation for Qt 3.3.5lofi2005-10-047-0/+70
|
* Update to 2.8.0.5.marcus2005-10-042-3/+3
|
* Fix broken utmp(5) support.krion2005-09-282-0/+75
| | | | Reported by: Jukka A. Ukkonen <jau at iki dot fi>
* Upgrade to latest version.vanilla2005-09-242-3/+3
|
* Update to version 205krion2005-09-192-3/+3
| | | | ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_205
* - Update to 0.6pav2005-09-183-3/+5
| | | | | PR: ports/86254 Submitted by: Petr Holub <hopet@ics.muni.cz> (maintainer)
* Update WWWmarkus2005-09-171-1/+1
| | | | Approved by: maintainer
* - Add knob for enabling EUC Japanese supportpav2005-09-171-0/+9
| | | | | | PR: ports/86202 Submitted by: Scott Robbins <scottro@nyc.rr.com> Approved by: maintainer
* - Update to 2.01garga2005-09-162-3/+4
| | | | | PR: ports/86123 Submitted by: Ports Fury
* Remove obsolete mastersite.linimon2005-09-151-1/+0
| | | | Source: distfile survey
* reset maintainer to ports@oliver2005-09-141-1/+1
| | | | | Approved by: maintainer Noted by: linimon
* Drop maintainership, since I'm buried in the $REALLIFE stuff.krion2005-09-141-1/+1
|
* Conflict with xscreensaver-gnome-hacks.marcus2005-09-141-1/+1
|
* Add xscreensaver-gnome-hacks a slave port of xscreensaver-gnome that onlymarcus2005-09-144-0/+465
| | | | | installs the hacks (screensaver modules) for use by screensaver drivers such as xscreensaver-gnome and the soon-to-be-committed gnome-screensaver.
* Set this port up as a master port.marcus2005-09-142-4/+16
|
* - Submitter of last update agreed to take overpav2005-09-141-1/+1
|
* - Update to 0.7.4pav2005-09-147-14/+57
| | | | | | | - Reset maintainership on maintainer's request PR: ports/86060 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
* Fix configure bug which prevented fusa from picking up gdm.conf hints.bland2005-09-131-0/+5
|
* Once again. nVidia's libGL depends on libm.so.3 which is not availabledanfe2005-09-121-0/+3
| | | | | | since ${OSVERSION} >= 600033. Get one via `misc/compat5x' port. Reported by: several
* Update to 0.6.1lawrance2005-09-106-45/+27
| | | | | PR: ports/85882 Submitted by: Ports Fury
* o fix annoying "window size" bugmich2005-09-083-15/+22
| | | | | | | o bump PORTREVISION PR: ports/85770 Submitted by: Daniel Roethlisberger <daniel@roe.ch>
* Update to 2.8.0.4.marcus2005-09-073-4/+6
|
* - Fix PLIST problem and unbreakgarga2005-09-072-1/+12
| | | | | | PR: ports/85024 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Approved by: maintainer timeout (20 days)
* reset maintainer to ports@FreeBSD.org since original maintainer doesn'toliver2005-09-072-4/+4
| | | | | | have the time any longer to maintain them Approved by: maintainer
* Fix a potential local root vulnverability in kcheckpass.lofi2005-09-0514-7/+1099
| | | | Security: CAN-2005-2494
* - Update to 0.4.6.2 [1]jylefort2005-09-052-6/+5
| | | | | | | | - Respect ${PREFIX} [1]: PR: ports/85722 Submitted by: maintainer
* - Track yet another silent in-place update.bland2005-09-023-7/+39
| | | | | | | | | | | | ~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
* Update to 5.19vs2005-08-312-3/+3
| | | | | PR: ports/85068 Submitted by: UMENO Takashi
* Update to version 1.0-7676, the latest from nVidia, which fixes GeForce 7800danfe2005-08-312-4/+4
| | | | | | | | 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.
* Add tkXwin - Tcl/Tk library to detect idle periods of an X session.vsevolod2005-08-317-0/+78
| | | | | | PR: 84940 Submitted by: Denis Shaposhnikov <dsh@vlink.ru> Approved by: perky (mentor)
* o add WITHOUT_BACKGROUND_IMAGE knob [1]mich2005-08-301-5/+8
| | | | | | | | - 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]
* Update to 4.1-14.2jmz2005-08-302-2/+94
|
* Update to -> 1.0.0mich2005-08-294-3/+48
| | | | | PR: ports/84989 Submitted by: arundel[at]h3c.de
* * Update to 2.8.0.3marcus2005-08-298-75/+54
| | | | | * Fix a long-standing bug where gdmphotosetup would not work as a non-root user since it could not open the glade files
* Update distfile. Nothing criminal here, documentation fixes only.novel2005-08-282-3/+2
| | | | | PR: 85364 Submitted by: Travis Poppe (maintainer)
* Update to version 204.krion2005-08-282-3/+3
| | | | ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_204
* Rearrange the kdelibs3 and kdelibs3-nocups ports so that it's possiblelofi2005-08-283-12/+16
| | | | | | | 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
* Fix locale support on sparc64 by fixing path to search for libraries.lesi2005-08-271-0/+16
| | | | | PR: ports/83316 Approved by: portmgr (marcus)
* Fix CONFLICTS with kdeadmin.lofi2005-08-252-4/+6
| | | | Approved by: portmgr (linimon)
* It seems to be the rule for this port to make inplace releases. Sobland2005-08-181-1/+3
| | | | | | | fix fetching with ${MASTER_SITE_LOCAL} backup. [1] Suggested by: jylefort [1] Approved by: portmgr (krion)
* Fix handling of incomplete valid multibyte character sequences.thierry2005-08-162-3/+12
| | | | | | | | Bump PORTREVISION. PR: ports/84938 Submitted by: Li-Lun Wang <llwang (at) infor.org> Approved by: portmgr (linimon)
* - Unbreak on amd64 (treat is like i386)pav2005-08-071-2/+2
| | | | Approved by: portmgr (marcus)
* Konqueror bugfixorama:lofi2005-08-0628-0/+686
| | | | | | | | | - 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)
* Fix a crash that can occur in gnome-panel when GNOME and KDE are on themarcus2005-08-062-0/+13
| | | | | | | | | | 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)
* There was a file move between KDE modules again after all, unfortunatelylofi2005-08-052-4/+4
| | | | | | | we discovered it late. Register appropriate CONFLICTS and put some instructions in UPDATING. Approved by: portmgr (linimon)
* Unbreak on recent -CURRENT/6.X.danfe2005-08-031-0/+3
| | | | | | Based on PR: ports/84481 Submitted by: Andrej Zverev <az(at)inec.ru> Approved by: portmgr (marcus)
* - Fix build: chase recent automake updatepav2005-08-021-1/+1
| | | | Approved by: portmgr (krion, clement)
* Upgrade to lastest version.vanilla2005-08-023-16/+3
| | | | | | | | | | | | | | | | | | ecore -> 0.9.9.013 edb -> 1.0.5.004 edje -> 0.5.0.013 eet -> 0.9.10.013 embryo -> 0.9.1.013 enlightenment-devel -> 0.16.999.013 entice -> 0.9.3.004 epeg -> 0.9.0.004 epsilon -> 0.3.0.004 esmart -> 0.9.0.004 etox -> 0.9.0.004 evas -> 0.9.9.013 ewl -> 0.0.4.004 imlib2 -> 1.2.1.004 imlib2_loaders -> 1.2.1.004
* Update to 0.13.0, see release note for detail:mezz2005-08-013-8/+3
| | | | http://ruby-gnome2.sourceforge.jp/?News_20050731_1
* - fix empty dirdinoex2005-08-011-0/+1
| | | | Approved by: krion
* Update to KDE 3.4.2 / KOffice 1.4.1lofi2005-08-0124-29/+27
|
* - Update to 0.2.4pav2005-07-313-24/+41
| | | | | | | | - Unbreak PR: ports/83533 Submitted by: Gunter Wambaugh <gunter@six-two.net> Approved by: maintainer timeout (14 days)
* - Update to 0.3.0pav2005-07-313-39/+59
| | | | | | PR: ports/83532 Submitted by: Gunter Wambaugh <gunter@six-two.net> Approved by: maintainer timeout (14 days)
* Add OPTIONS support and fix transparency/shading.olgeni2005-07-302-1/+61
| | | | Obtained from: Björn König <bkoenig(at)cs.tu-berlin.de>
* Whitespace only (for portlint).olgeni2005-07-301-1/+0
|
* - Update to 4.3garga2005-07-295-46/+24
| | | | | PR: ports/84253 Submitted by: Tobias Roth <ports@fsck.ch> (maintainer)
* - Update to 2.00sem2005-07-266-54/+26
| | | | | PR: ports/84073 Submitted by: Ports Fury
* Add gtk-launch.jylefort2005-07-255-0/+59
| | | | | | | | | | | | 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>
* Add thinglaunch.jylefort2005-07-254-0/+43
| | | | | | | | | | | | | 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>
* Yet another inplace release. 230K diff incl.:bland2005-07-252-3/+3
| | | | | | | | | | | | | | - GLX info reporting. - DFP info reporting. - RandR support. - Cursor shadow colouring. - NV-CONTROL API extension and cleanups. - New NV-CONTROL demos. - New FramelockUseHouseSync CLI option. - Catchup with latest hardware releases. - UI tweaks. - Grammar fixes. - Generic code cleanup.
* Add eiciel.jylefort2005-07-251-1/+3
| | | | Suggested by: marcus
* detect imlib2 correctly. Otherwise it produces "useless" Esetroot binarysf2005-07-241-1/+3
| | | | | | | | | like this: | $ ./bin/Esetroot | Eterm was built without pixmap support, so Esetroot is fairly useless. Sorry. maintainer timeout for 10 days.
* This port is scheduled for deletion on 2005-09-22 if it is still brokenkris2005-07-232-0/+4
| | | | at that time and no PRs have been submitted to fix it.
* - Update to 0.4.1pav2005-07-235-14/+49
| | | | | | PR: ports/83896 Submitted by: Matthew Luckie <mjl@luckie.org.nz> Approved by: David Yeske <dyeske@yahoo.com> (maintainer)
* Update to 0.2.3bland2005-07-213-3/+12
|
* As previously announced, remove x11/eweather.linimon2005-07-195-49/+0
| | | | Hat: portmgr
* Upgrade to 0.9.9.011.vanilla2005-07-184-4/+7
|
* Update to version 203krion2005-07-182-3/+3
| | | | ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_203
* Chase master sitekris2005-07-141-1/+1
|
* Upgrade to 5.7.thierry2005-07-142-3/+3
| | | | Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
* - Update to 0.7.1pav2005-07-134-30/+8
| | | | | | | - Take maintainership PR: ports/83190 Submitted by: Antoine Brodin <antoine.brodin@laposte.net>
* Fix some of the issues in the media:/ kioslave. proc filesystems should nolofi2005-07-1221-7/+707
| | | | | | | | | 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
* Fix MASTER_SITES.lesi2005-07-123-3/+3
|
* Fix MASTER_SITES.lesi2005-07-123-3/+3
| | | | Prodded by: Ports Janitor
* Portlintkris2005-07-112-3/+3
|
* Portlint.kris2005-07-111-1/+1
|
* - Move kde31-apireference to kde3-apireference in order to carry the latestmarkus2005-07-107-50/+18
| | | | | | | | | | 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
* Presenting GNOME 2.10.2 for FreeBSD. Check outmarcus2005-07-084-4/+4
| | | | | | http://mail.gnome.org/archives/gnome-announce-list/2005-July/msg00019.html for the official release announcement as well as all the changes in this release.
* - Update to 1.1.1pav2005-07-072-3/+3
| | | | | PR: ports/83095 Submitted by: Andrew Stevenson <andrew@ugh.net.au> (maintainer)
* Forgot to commit this earlier. Now the koffice-i18n ports should work, too.lofi2005-07-062-4/+6
|
* "Borrow" this patch from the xscreensaver-gnome port to allow thedougb2005-07-061-0/+57
| | | | port to compile on RELENG_4.
* Fix patching.marcus2005-07-061-0/+4
| | | | Reported by: pointyhat via kris
* Fix compilation with OpenLDAP 2.3.4lofi2005-07-0614-0/+70
|
* Remove dependency on openldap.lofi2005-07-062-2/+2
|
* Update to 2.10.1.mezz2005-07-063-6/+13
|
* - update to 1.1novel2005-07-052-6/+4
| | | | | | | - remove outdated MASTER_SITES PR: 82992 Submitted by: Andrew (maintainer)
* Update to 0.2.9arved2005-07-044-27/+10
| | | | | PR: 82945 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Fix the build on 4.X.marcus2005-07-041-2/+49
|
* Check to make sure we were able to open /var/run/devd.pipe successfullymarcus2005-07-044-424/+456
| | | | | | 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.
* Update to 2.8.0.1.marcus2005-07-045-319/+6
|
* Fix some bugs in the recent devd support code. I had a memory leak as wellmarcus2005-07-032-446/+450
| | | | as a potential file descriptor leak on /dev/acpi.