aboutsummaryrefslogtreecommitdiffstats
path: root/x11
Commit message (Collapse)AuthorAgeFilesLines
* The KDE/FreeBSD team is pleased to announce KDE SC 4.7.4, whichavilla2012-01-2512-56/+13
| | | | | | | | | | concludes the 4.7 series. The official release notes can be found at: http://kde.org/announcements/announce-4.7.4.php PR: 162216 PR: 163662
* - Pet Tinderbox and friends.avilla2012-01-251-1/+1
| | | | | | | | | | OPTIONSFILE must be set using ?= to allow overriding. PR: 163743 PR: 163744 PR: 163745 PR: 163746 Submitted by: A.J. Kehoe IV (Nanoman) <vOo4vyPj@nanoman.ca>
* update lang/sbcl to 1.0.55, and adjust dependent portsbf2012-01-242-1/+4
|
* Upgrade to 9.15.thierry2012-01-243-8/+8
| | | | Changelog at <http://cvs.schmorp.de/rxvt-unicode/Changes>.
* Update to 3.0.11.nobutaka2012-01-232-4/+4
| | | | Fix dependency on textproc/ibus.
* - update to 1.0.9eadler2012-01-223-182/+3
| | | | Obtained from: xorg-dev repo
* Fix build by adding dependency on libxfce4guirene2012-01-221-3/+1
|
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-223-3/+3
| | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
* - Check for supported CPU features per MACHINE_CPU variable; it is both moredanfe2012-01-211-6/+7
| | | | | | | | clear, in line with what most other ports do, and more generic (no need to account for amd64 which always has MMX and SSE2) - Rephrase OPTION line a bit to fit in 80-char terminal while I am here Approved by: x11 (eadler)
* Update to 278. This solves a problem with the initialization for eightBitMetaehaupt2012-01-192-3/+3
| | | | | | | | | resource. Special thanks to the author [1] who fixed this upstream so promptly. PR: 164101 [2] (notification) Submitted by: Thomas Dickey <dickey@his.com> [1] Notified by: Garrett Wollman [2] <wollman@khavrinen.csail.mit.edu>, naddy (via mail)
* Check for clang correctlyeadler2012-01-171-1/+1
|
* Unbreak my previous commit by removing pkg-install reference from the porteadler2012-01-161-5/+0
| | | | | Submitted by: radek.krejca@starnet.cz Pointhat to: me
* The switch to X11BASE happened so long ago that anyone who didn't already ↵eadler2012-01-161-53/+0
| | | | | | | | | migrate has a darn good reason and should know how to fix it themselves Discussed with: kwm, dougb Not approved by: dougb
* Add missing deps to fix buildeadler2012-01-161-1/+1
| | | | | Submitted by: pavmail Annoyed by: crees
* Adjust necesary ports to build with xcb-util 0.3.8garga2012-01-152-5/+4
| | | | | | | | | | | audio/pulseaudio is being updated to 0.9.23 x11/startup-notification is being updated to 0.12 Both was approved by kwm@ x11-wm/awesome is being updated to 3.4.11 Exp-run by: pav@
* Update xcb-util to 0.3.8, that was splitted in few modules, so, i'm adding thegarga2012-01-1522-78/+235
| | | | | | | | | | | | | following new ports: xcb-util-image xcb-util-keysyms xcb-util-renderutil xcb-util-wm As approved by maintainer, i'm taking over the maintainership Exp-run by: pav
* - Update to 4.8.1miwi2012-01-153-102/+122
| | | | | PR: 163579 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
* - Update to 4.8.1miwi2012-01-153-4/+11
| | | | | PR: 163578 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
* - Remove obsolete depseadler2012-01-142-2/+4
| | | | | | | - Because I am only removing deps these ports do not need a rebuild so don't bump portrevision PR: ports/163763 Submitted by: Anonymous <swell.k@gmail.com>
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-143-3/+3
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* - fix build with gcc46dinoex2012-01-141-0/+11
|
* Update to 277ehaupt2012-01-093-29/+3
|
* Update to 1.0.2eadler2012-01-093-7/+3
|
* Update xinput to 1.5.4eadler2012-01-072-3/+3
| | | | | | | | Changes: Don't use defines for checking server version. Ported by: kwm Obtained from: xorg-dev repo
* Remove an unnecessaty patch.thierry2012-01-031-12/+0
| | | | Submitted by: Guido Falsi <mad (at) madpilot.net>
* Make sure to exit if there is a problem setting up the desktop session.marcus2012-01-032-9/+10
| | | | | | If not, the user would be dropped in as root. PR: 159721
* - Upgrade to 1.1.4scheidell2012-01-012-4/+4
| | | | | PR: ports/163739 Approved by: gabor (mentor, implicit)
* - Update to 0.0.7.32swills2012-01-013-5/+13
|
* Fix a few build issues with clang.rakuco2011-12-313-0/+28
| | | | | | | | | | | | | Import my commit f1794e4 upstream (based on the PR's patch) as well as the patch to describeresourcejob.h in the PR (which does not apply upstream because the line it adds is already there). No need to bump PORTREVISION, this commit only fixes the build for people who had never been able to build the port anyway. PR: ports/163699 Submitted by: Heath Nielson <heathn@gmail.com> Approved by: avilla (mentor, implicit)
* Fix build with clang.rakuco2011-12-312-0/+44
| | | | | | | | | | | Import my commits d1fe207 and 01b0c1a to kdelibs upstream which should fix the build issues reported in http://article.gmane.org/gmane.comp.kde.freebsd/20432 and http://article.gmane.org/gmane.comp.kde.freebsd/20462. There is no need for a bump in PORTREVISION, as it only fixes the build for people who were unable to build it before anyway. Approved by: avilla (mentor, implicit)
* - update to 2.4 (mostly integrate the freebsd support)bapt2011-12-294-57/+3
|
* Remove expired, unmaintained ports:rene2011-12-296-71/+0
| | | | | | | | | | | | | | | | | | 2011-11-30 textproc/skribe 2011-11-30 emulators/wahcade 2011-11-30 databases/keximdb: Depends on editors/koffice-kde3, which is scheduled for deletion 2011-11-30 editors/koffice-kde3 2011-11-30 net/keepalived: Depends on net/ipvs, which is scheduled for deletion 2011-11-30 net/ipvs: Designed for FreeBSD 5.x, which is no longer supported 2011-11-30 databases/fireprofile 2011-12-01 audio/gnowavcut: Abandonware 2011-12-01 mail/demime: No upstream development since 2007 2011-12-03 x11/wmmsg: No more public distfiles 2011-12-03 x11-toolkits/libgtkeditor: No more supported upstream, not depend on anymore. 2011-12-03 misc/demoniac: No more upstream, no more public distfiles 2011-12-03 cad/gtkwave: No more public distfiles, no more upstream 2011-12-07 databases/clip: No develop anymore for long 2011-12-09 x11-toolkits/gtkextra: no longer supported upstream, no more depend on
* Maintainer has requested that this one be returned to the pool.linimon2011-12-281-1/+1
|
* - Reset ports to heap due to mail bouncestabthorpe2011-12-271-1/+1
| | | | | | | | | | | <swell.k@gmail.com>: host gmail-smtp-in.l.google.com[74.125.53.26] said: 550-5.1.1 The email account that you tried to reach does not exist. Please try 550-5.1.1 double-checking the recipient's email address for typos or 550-5.1.1 unnecessary spaces. Learn more at 550 5.1.1 http://mail.google.com/support/bin/answer.py?answer=6596 d6si2748840pbk.7 (in reply to RCPT TO command) With Hat: portmgr
* - X11BASE is going away. Hack the last few ports that depend on X11BASE to ↵eadler2011-12-261-0/+1
| | | | | | not rely on it being set globally. Approved by: portmgr (pav)
* - Switch from libungif to giflib to avoid duplicate filesswills2011-12-251-1/+2
|
* Upgrade to version 2.3.olgeni2011-12-243-7/+11
|
* Fix build on 9.x.thierry2011-12-241-1/+1
| | | | | | PR: ports/163561 Submitted by: Guido Falsi <mad (at) madpilot.net> Patch from: flo
* - Update to 0.5.0 [1]scheidell2011-12-234-30/+33
| | | | | | | | - Pet portlint PR: ports/163071 Submitted by: Aragon Gouveia <aragon@phat.za.net> [1] Approved by: gabor (mentor)
* Upgrade to 9.14.thierry2011-12-234-51/+12
| | | | | | | Changelog at: <http://dist.schmorp.de/rxvt-unicode/Changes>. Note: support for libafterimage is deprecated and will be removed in the next release.
* Forgot to bump portrevisionpawel2011-12-211-0/+1
|
* - Support WITHOUT_NLS knob [1]pawel2011-12-213-33/+60
| | | | | | | | - Add INSTALLS_ICONS=yes PR: ports/162378 [1] Submitted by: arrowdodger <6yearold@gmail.com> [1] Approved by: maintainer
* Update to 3.0.10.nobutaka2011-12-184-18/+22
|
* - Update to version 3.11pawel2011-12-182-5/+5
| | | | - Use bsd.port.options.mk
* Revert previous commit and roll back to 0.3.6 as the 0.3.8 introducesnovel2011-12-164-9/+73
| | | | | | a number of backward incompatible changes. Pointy hat to: novel
* Update to 0.3.8.novel2011-12-164-73/+9
| | | | | PR: 163301 Submitted by: Nikos Ntarmos (maintainer)
* - Update to 1.1.1sunpoet2011-12-153-4/+4
| | | | | | | | | | | | | | | | | | Changes: http://repo.or.cz/w/libxdg-basedir.git - Merge branch 'development', bumped version to 1.1.1, adjusted libtool version info. - Fixed running tests in seperate build directory (e.g. during distcheck). - Added checks to configure.ac, removed single explicit use of size_t. - Fixed various compiler warnings. - Fixed potential memory leaks in xdg{Data,Config}{Find,Open} functions. - Added tests for xdg{Data,Config}Find functions. - Added ability to run with valgrind to query-harness.sh. - Added -Wall CFLAG. - Moved doxygen autoconf macros into m4 directory. - Changed development version string to 1.99.0. PR: ports/163299 Submitted by: Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer)
* - Fix disk usagebapt2011-12-083-0/+54
| | | | | | - Use coretemp to get cpu temperature Feature safe: yes
* i3status is a small program (about 1500 SLOC) for generating a status bar forbapt2011-12-084-0/+50
| | | | | | | | | | | | dzen2, xmobar or similar programs. It is designed to be very efficient by issuing a very small number of system calls, as one generally wants to update such a status line every second. This ensures that even under high load, your status bar is updated correctly. Also, it saves a bit of energy by not hogging your CPU as much as spawning the corresponding amount of shell commands would. WWW: http://i3wm.org/i3status/ Feature safe: yes
* - Update ruby-gnome2 to 1.0.3swills2011-12-065-89/+24
| | | | | | PR: ports/162139 Submitted by: TAKATSU Tomonari <tota@freebsd.org> (based on) Feature safe: yes
* Remove these ports as they are no longer included in the upstreamswills2011-12-064-49/+0
| | | | | | | | | | | | | | | | | | | | | ruby-gnome. devel/ruby-gconf2 devel/ruby-gnomevfs devel/ruby-libglade2 graphics/ruby-gnomecanvas2 graphics/ruby-libart2 print/ruby-gnomeprint www/ruby-gtkhtml2 www/ruby-gtkmozembed x11-toolkits/ruby-gnomeprintui x11-toolkits/ruby-gtkglext x11-toolkits/ruby-panelapplet x11/ruby-gnome2-all PR: ports/162139 Submitted by: TAKATSU Tomonari <tota@freebsd.org> (based on) Feature safe: yes
* - let imake use ucpp instead of clang to generates its Makefiledinoex2011-12-031-1/+7
| | | | | | | | depenency on ucpp was not added, neither configure modify this file, nor it is used in this port. imake has now an explicit dependency on ucpp when build with clang. Approved by: eadler Feature safe: yes
* X11BASE has been deprecated for a long time now, and is going to be droppeddanfe2011-12-021-2/+3
| | | | | | | | | from `Mk/bsd.port.mk' soon. Account for it and pass it to make environment locally as nVidia driver code still uses it. PR: ports/161558 Submitted by: eadler (PR), crees (nvidia-driver patch) Feature safe: yes
* - update to 1.1.11eadler2011-11-294-7/+19
| | | | | | | | | | | | Some new features: - Check for allowRootLogin on PAM and non-OpenBSD passwd authentication backends - Add man page for xdmshell - Some memory leaks fixed - Use explicitly /bin/sh for running of Xwilling script via su. - many config fixes and changes Obtained from: xorg-devel repo Feature safe: yes
* -update pixman to 0.24.0eadler2011-11-292-3/+3
| | | | | | | | | | | | | new features: - Faster bilinear scaling on SSE2 and ARM NEON - Several new fast paths for ARM NEON - Support for the iwMMXt vector instruction set - Improved support for building with MSVC - General cleanups and bugfixes Obtained from: xorg-devel repo Feature safe: yes
* - Add LICENSEmiwi2011-11-264-136/+17
| | | | | | | | | | - Add MAKE_JOBS_SAFE - Support MANPREFIX - Fix handling configuration file PR: 162844 Submitted by: Ports Fury Feature safe: yes
* - Update to 2.2.2miwi2011-11-262-5/+7
| | | | | | PR: 162818 Submitted by: ports fury Feature safe: yes
* - update to 1.07:eadler2011-11-232-3/+3
| | | | | | | | | | | | Some of the new features: - Only split off /dev/ instead trimming to last /. - Get rid of bzero() calls. Replace them by memset(). - Make lastlog work on BSD systems without <lastlog.h>. - Sun's copyrights belong to Oracle now - various build fixes Feature safe: yes
* - Update to 0.1.6gahr2011-11-223-13/+3
| | | | | | | | | | | Changes: * build improvements * remove blatantly wrong conversions from extensions * make it possible to distinguish format_n formats from others * improvements to vala/gobject introspection support Approved by: kwm (gnome@) Feature safe: yes
* - Resurrect, undeprecate, and update to the most recent version, 0.4.1danfe2011-11-207-0/+556
| | | | | | | | | | | | | | | - Since most patches were integrated upstream, rebase remaining two to our standards and drop custom PATCH_STRIP - Define LICENSE (GPLv3), augment OPTIONS - Reduce number of local hacks (Mandriva legacy) - Add some missing X.org components to USE_XORG - Rearrange MAN1 entries so they occupy fewer lines - Do not pass CPPFLAGS and LDFLAGS to CONFIGURE_ENV explicitly (not needed since PR ports/157936) - Utilize USE_GNOME=gnomehack, sort USE_* knobs, etc. - Augment port description (include more text from upstream) Feature safe: yes
* Remove trailing whitespaces.ehaupt2011-11-191-1/+1
| | | | Feature safe: yes
* Provide a patch for better support for running xterm within a jail. This patchehaupt2011-11-182-0/+26
| | | | | | | has been submitted upstream. Submitted by: dhw Feature safe: yes
* - Update to 4.4.1sunpoet2011-11-182-3/+3
| | | | | | | Changes: http://lists.suckless.org/dev/1109/9336.html PR: ports/162637 Submitted by: Jeroen Schot <schot@a-eskwadraat.nl> (maintainer) Feature safe: yes
* Update to 285.05.09bland2011-11-142-3/+3
| | | | Feature safe: yes
* The KDE on FreeBSD team is pleased to update the KDE4 ports to 4.7.3.rakuco2011-11-1416-178/+149
| | | | | | | | | | | This is an incremental update and should be much easier to handle than the transition from 4.6.5 to 4.7.2 in the ports tree. The official release notes can be found at http://www.kde.org/announcements/announce-4.7.3.php. Approved by: avilla (mentor), makc (mentor), portmgr (miwi) Feature safe: yes
* Update to 285.05.09bland2011-11-122-3/+3
| | | | Feature safe: yes
* Take maintainershipmakc2011-11-111-1/+1
| | | | Feature safe: yes
* Freshmeat is now called Freecode. Change all freshmeat.net URLs for toehaupt2011-11-101-1/+1
| | | | freecode.com (for ports@ and ehaupt@).
* - Remove WITH_FBSD10_FIX, is no longer neededmiwi2011-11-0927-28/+0
|
* - Reassign to the heaptabthorpe2011-11-082-2/+2
| | | | Submitted by: Former maintainer
* Unbreak legacy (pre-195.22) drivers build on 9.X after SVN r225617 by kmacy@.danfe2011-11-081-0/+5
| | | | | PR: ports/161839 Submitted by: Barry Tigner
* - Fix compilation issue.jadawin2011-11-072-1/+11
| | | | | PR: ports/162336 Submitted by: Olivier Cochard-Labbe <olivier _AT_ cochard.me> (maintainer)
* - Mark it Jobs safemiwi2011-11-071-0/+1
| | | | | PR: 162329 Submitted by: Sayetsky Anton <vsjcfm@gmail.com>
* - Mark it jobs safemiwi2011-11-071-0/+1
| | | | | PR: 162328 Submitted by: Sayetsky Anton <vsjcfm@gmail.com>
* MAXSLP was moved to sys/vumeter.h near __FreeBSD_version 900030cy2011-11-061-1/+1
| | | | Suggested by: pav
* Fix build on ports build cluster.cy2011-11-061-1/+1
|
* Fix build on FreeBSD 10.kwm2011-11-061-0/+1
| | | | Approved by: portmgr (miwi)
* - Fix build on FreeBSD 10rene2011-11-052-0/+13
| | | | - Fix build with Clang
* Back to the pool previous maintainer has no more time to maintain thembapt2011-11-051-1/+1
| | | | Submitted by: previous maintainer (by private mail)
* - Update to 0.7.2.1jadawin2011-11-042-4/+3
| | | | | | PR: ports/162284 Submitted by: jadawin@ (myself) Approved by: <olivier _AT_ cochard.me> (maintainer)
* - Update to 0.0.7.30swills2011-11-032-3/+3
|
* - fix typobapt2011-11-031-1/+1
|
* Back to the poolbapt2011-11-031-1/+4
| | | | | | Deprecate it as it has no more public distfiles. Approved by: t.kempka@web.de (previous maintainer by private mail)
* Update to 1.2.2rene2011-11-034-80/+85
| | | | | | | PR: ports/161972 (1.2.0) PR: ports/162215 (1.2.1) PR: ports/162237 (1.2.2) Submitted by: Olivier Duchateau (all three)
* Remove comments and optional dependencies for ports which aredougb2011-11-021-8/+2
| | | | about to be removed.
* x11-toolkits/gambas2-gb-qt has been broken for over a year.dougb2011-11-015-61/+0
| | | | Remove it, and the ports that depend on it.
* audio/mp3butler Depends on audio/p5-MusicBrainz-Client which is DEPRECATEDdougb2011-11-015-48/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | audio/p5-MusicBrainz-Client Disappeared from CPAN editors/doxymacs Depends on www/w3-4, which is DEPRECATED graphics/libart Does not fetch, no more public distfiles java/jboss4 Does not build with new ant korean/hanterm Depends on korean/johabfonts, which is DEPRECATED, fails to build with new utmpx korean/johabfonts No more public distfiles, installs into / korean/hlatex-psfonts-uhc-extra Depends on korean/hlatex, which is DEPRECATED korean/texinfo Depends on korean/hlatex, which is DEPRECATED korean/hlatex No more public distfiles mail/jboss-mailservices Depends on java/jboss4, which is DEPRECATED misc/p5-Geography-NationalGrid-TW Depends on misc/p5-Geography-NationalGrid, which is DEPRECATED misc/p5-Geography-NationalGrid Disappeared from CPAN multimedia/fxtv Depends on multimedia/mplex, which is DEPRECATED multimedia/mplex Upstream disapeared and distfile is not available net/py-timeoutsocket Upstream disapear and distfile is no more available textproc/p5-XML-LibRSVG Unmaintained and not used anymore textproc/javacc No more public distfiles www/w3-4/Makefile Upstream disapeared and distfile is not available www/commonist Depends on textproc/javacc, which is DEPRECATED www/newsfeed Depends on net/py-timeoutsocket, which is DEPRECATED x11/fbsd-icons Upstream disapear and distfile is no more available x11-themes/geramik Depends on x11-toolkits/qtpixmap, which is DEPRECATED x11-toolkits/qtpixmap No more public distfiles x11-wm/fvwm95-i18n Depends on x11/fbsd-icons, which is DEPRECATED x11-wm/fvwm95 Depends on x11/fbsd-icons, which is DEPRECATED
* - Remove dependency on kde4-wallpapers.avilla2011-11-011-5/+1
| | | | - Bump PORTREVISION.
* - Fix detection of X11 prefix adding xrdb also to BUILD_DEPENDS. [1]avilla2011-11-017-35/+32
| | | | | | | | | | | | - Depend on gstreamer-plugins-core when WITH_PHONON_GSTREAMER is set. [1] - Add note to pkg-message, when WITH_PHONON_GSTREAMER is not set, to alert people they *need* at least gstreamer-plugins-ogg to avoid a deadlock at logout when using GStreamer Phonon backend.. [1] - Add optional dependency on kde4-wallpapers (defaults to on). - Fix the script for setting FreeBSD wallpaper on new configurations. - Bump PORTREVISION. Discussed with: ale via e-mail [1]
* Fix build under 9.0.cy2011-10-302-4/+13
| | | | | | Submitted to bugzilla.xfce.org under bugid 8081. Approved by: eadler
* - Fix build on FreeBSD 10miwi2011-10-291-0/+1
| | | | Reported by: pointyhat
* - Fix build on FreeBSD 10.0miwi2011-10-299-0/+9
| | | | Notes: all x11@ ports fixed for FreeBSD 10
* - Silence useless warning to reduce noise.avilla2011-10-291-0/+12
|
* - Fix build on FreeBSD 10miwi2011-10-2911-0/+11
|
* - Fix build on FreeBSD 10miwi2011-10-291-0/+1
|
* - Fix build on FreeBSD 10miwi2011-10-291-0/+1
|
* - Fix buildmiwi2011-10-282-35/+47
| | | | | | | | - Add new option - Bump PORTREVISION PR: 160796 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
* Update MASTER_SITES, WWWehaupt2011-10-282-2/+3
| | | | | PR: 162090 Approved by: Simon Olofsson <simon@olofsson.de> (maintainer)
* - Fix build on FreeBSD 10beat2011-10-273-0/+3
| | | | Approved by: miwi
* - remove outdated warningeadler2011-10-272-14/+1
| | | | | | | | - hand maintainership to x11@ Reviewed by: kwm Approved by: ashish (maintainer) Approved by: bapt,sahil (mentors, implicit)
* Consistify spelling of "Xfce", and some other projects while there.rene2011-10-2716-18/+16
| | | | | | | Also remove a commented out BROKEN line for x11/xfce4-clipman-plugin PR: ports/160730 Submitted by: ryusuke
* - Update to 0.0.7.29swills2011-10-263-3/+7
|
* The vast majority of pkg-descr files had the following format when theydougb2011-10-2411-20/+6
| | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
* Remove more tags from pkg-descr files fo the form:dougb2011-10-2427-79/+2
| | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file.
* - Return my ports back to the pool. I was unable to make any fixes tostas2011-10-246-6/+6
| | | | | | | | my ports in the past 3 weeks while ports were broken on any 10.x machines, which means I'm unable to maintain them. So let people know that there's no available support for them until things are back to normal (which also means that anyone with spare time will be able to fix them without getting approval).
* - remove broken depeadler2011-10-241-2/+1
| | | | | Approved by: gnome@ (kwm) Approved by: bapt,sahil (mentors, implicit)
* Update to 4.8.2rene2011-10-243-36/+44
| | | | | | Changelog: http://mail.xfce.org/pipermail/xfce/2011-September/029146.html PR: ports/160792 Submitted by: Olivier Duchateau [duchateau.olivier gmail]
* Re-assign to the Xfce team.rene2011-10-236-6/+6
| | | | Approved by: miwi (previous maintainer, Xfce team member)
* Re-assign to the Xfce team.rene2011-10-235-5/+5
| | | | Approved by: oliver (previous maintainer)
* - remove maintainer tags from pkg-descreadler2011-10-231-2/+0
| | | | | Approved by: portmgr Approved by: bapt (mentor)
* - add licenseeadler2011-10-211-2/+8
| | | | | | | | - change conflicts to conflicts_install - hand maintainership to submitter Submitted by: code@apotheon.net Approved by: bapt,sahil (mentors, implicit)
* - Update to 0.0.7.28swills2011-10-203-3/+7
|
* Assign these formerly unassigned ports to xfce@rene2011-10-191-1/+1
| | | | | Hat: xfce Obtained from: list submitted by eadler@
* - Update MASTER_SITES and WWWehaupt2011-10-183-9/+12
| | | | | | | - Add LICENSE PR: 161594 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Update WWWehaupt2011-10-181-1/+1
| | | | | PR: 161658 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Replace dead mirror with working onepawel2011-10-181-1/+1
| | | | | PR: ports/161700 Submitted by: Matthew D.Fuller <fullermd@over-yonder.net> (maintainer)
* The KDE/FreeBSD team is pleased to announce KDE Software Compilationavilla2011-10-1776-6581/+784
| | | | | | | | | | | | | | | | | | 4.7.2. The official release notes can be found at: http://kde.org/announcements/announce-4.7.2.php This release ships with many improvements. Read more about them here: http://FreeBSD.kde.org/news.php#itemKDESC472availableinports We'd like to say thanks to all testers and contributors, especially to lwhsu@ for his effort on hosting our test packages. PR: 156293 [1] 159219 [2] 160164 [3] Submitted by: Oleg Sidorkin <osidorkin@gmail.com> [1] Alvaro Castillo <gobledb@gmail.com> [2] dkeav04@gmail.com [3] Tested by: exp-run via pav
* - Add dependency on security/pam_kde.avilla2011-10-171-2/+3
| | | | - Bump PORTREVISION.
* - Update PyQt4 to 4.8.5.avilla2011-10-172-2/+1
| | | | | - Update SIP to 4.12.4. - Use common DISTINFO_FILEs.
* - Update toversion 0.15pawel2011-10-135-6/+40
| | | | | | | - Fix --toggle option by replacing the call pidof to pgrep PR: ports/161529 Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
* Update to 276ehaupt2011-10-132-4/+3
|
* Update to version 285.05.09, which should remedy system hangs people weredanfe2011-10-112-19/+7
| | | | reporting with 280.13.
* fix build with cupsbf2011-10-112-2/+11
|
* - Fix build when WITH_SETUID_LUIT is set by adding -DBSD to CFLAGSeadler2011-10-111-0/+1
| | | | | Submitted by: ache Approved by: sahil (mentor)
* - remove upstreamed patcheadler2011-10-113-178/+3
| | | | | | | - update to 1.1.0 Approved by: sahil (mentor) Obtained from: xorg development repo
* Update to 3.0.8.nobutaka2011-10-104-3/+30
|
* - Move the BROKEN line to with-cups if-branchpav2011-10-101-2/+1
| | | | Submitted by: Oliver Pinter <oliver.pinter@gmail.com>
* Fix the shebang of "gentables" for machines without symlink for Perl.thierry2011-10-093-1/+17
| | | | | | | Same thing for gencompose & genlinedraw, though this isn't required for a successful installation. Submitted by: Tommy Scheunemann <net (at) arrishq.net>
* - Mark BROKEN: does not compile after cups updatepav2011-10-091-0/+2
| | | | | | | | | cups-util.c: In function 'cupsGetConf': cups-util.c:73: warning: incompatible implicit declaration of built-in function 'snprintf' cups-util.c:102: warning: incompatible implicit declaration of built-in function 'fprintf' cups-util.c:102: error: 'stderr' undeclared (first use in this function) Reported by: pointyhat
* For ports that have an EXPIRATION_DATE which has already passed, butdougb2011-10-091-1/+1
| | | | | that have other ports that depend on them, mark the ports that depend on them DEPRECATED, and make all EXPIRATION_DATEs 2011-10-31.
* Remove net-im/gossip as a RUN_DEPENDS, since it is about to be removeddougb2011-10-091-1/+0
|
* - change file that x11/xorg uses to detect xorg-docs dependencyeadler2011-10-071-1/+1
| | | | | Submitted by: olgeni Approved by: sahil (mentor)
* - update to 1.6eadler2011-10-063-134/+22
| | | | | | | | | | - remove obsolete conflict - use MAN MACROS instead of keeping files in pkg-plist - disable conditional depends - don't install spec files Reviewed by: kwm Approved by: sahil (mentor)
* - Fix the bug reported with the latest version;thierry2011-10-062-4/+15
| | | | | | | - bump PORTREVISION. PR: ports/161298 Submitted by: Guido Falsi <mad (at) madpilot.net>
* - update to 2.1.3eadler2011-10-053-20/+11
| | | | | | PR: ports/160868 Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> Approved by: sahil (mentor)
* Now that we're installing the .desktop file we need todougb2011-10-041-0/+1
| | | | @dirrmtry share/applications
* - Mark BROKEN: does not packagepav2011-10-041-0/+2
| | | | Reported by: pointyhat
* - Upgrade to 9.12thierry2011-10-047-42/+66
| | | | | | | | | Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes> - Since I'm there, define the license. PR: ports/161082 Submitted by: Maxim Samsonov <xors (at) mne.ru>
* Update to version 5.15 28-Sep-2011dougb2011-10-014-37/+20
| | | | | | | | | | | | | | | | | New hacks, hilbert, companioncube and tronbit. Image-manipulating hacks can now load from RSS or Atom feeds, imageDirectory may contain a URL. Updated webcollage for recent search engine changes. photopile sped up. New molecule in molecule. For port: Add dependencies on www/p5-libwww and graphics/netpbm for webcollage and vidwhacker. Add a tiny patch to vidwhacker. Install the xscreensaver-properties.desktop file, it's useful for more than gnome (e.g., XFCE).
* - Fix plist issues and resortbeech2011-09-292-12/+28
| | | | | | - Bump portrevision Approved by: Thomas Hurst <tom@hur.st> (maintainer)
* - Update to 0.96beech2011-09-283-13/+37
| | | | | | | | - Add license PR: ports/160752 Submitted by: Mikhail T. <m.tsatsenko@gmail.com> Approved by: Thomas Hurst <tom@hur.st> (maintainer) (with version update)
* - add missing dependancies to xcalceadler2011-09-261-0/+6
| | | | | | | | - bump portrevision PR: ports/155598 Submitted by: Jakub Lach <jakub_lach@mailplus.pl> Approved by: bapt (mentor)
* - Update to 0.0.7.27swills2011-09-243-47/+51
| | | | - Sort plist
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-2467-132/+123
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* Install xterm.desktop file unconditionally, it's useful for non-gnomedougb2011-09-232-10/+10
| | | | | | | | cases such as xfce (at least). Make update-desktop-database stuff conditional on WITH_GNOME Approved by: maintainer
* - updated evieext to 1.1.1eadler2011-09-2282-173/+266
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - updated libSM to 1.2.0,1 - updated libX11 to 1.4.4,1 - updated libXevie to 1.0.3 - updated libXext to 1.3.0_1,1 - updated libXfixes to 4.0.4 - updated libXi to 1.4.3,1 - updated libXinerama to 1.1.1,1 - updated libXp to 1.0.1,1 - updated libXpm to 3.5.9 - updated libXrandr to 1.3.2 - updated libXrender to 0.9.6 - updated libXres to 1.0.5 - updated libXtst to 1.2.0 - updated libXv to 1.0.6,1 - updated libXxf86dga to 1.1.2 - updated libXxf86misc to 1.0.3 - updated libXxf86vm to 1.1.1 - updated xdbedizzy to 1.1.0 - updated xdm to 1.1.10 - updated xf86dga to 1.0.3 - updated xf86driproto to 2.1.1 - updated xfd to 1.1.0 - updated xfindproxy to 1.0.2 - updated xfwp to 1.0.2 - updated xinit to 1.3.1 - updated xkbcomp to 1.2.3 - updated xkeyboard to config-2.1 - updated xlsatoms to 1.1.0 - updated xmag to 1.0.4 - updated xman to 1.1.2 - updated xorg to cf-files-1.0.4 - updated xrefresh to 1.0.4 - updated xrx to 1.0.4 - updated xsm to 1.0.2 - updated xwud to 1.0.3 - fix final line in pkg-descr - add license where appropriate - remove two patches in libX11 which are no longer required Reviewed by: kwm Approved by: bapt (mentor) Obtained from: xorg-devel repo
* Update to 280.13bland2011-09-212-3/+3
|
* Make installation of gnome desktop entries optional. Installation of desktopehaupt2011-09-212-6/+17
| | | | entries was unconditionally introduced with PR 155423.
* Reconnect xvattr to build.linimon2011-09-201-0/+1
| | | | Forgotten by: stas
* Change license from X11 to MIT we do not have x11 in the database and x11 is ↵bapt2011-09-2024-24/+24
| | | | | | a MIT license: MIT license / X11 license (from bsd.license.db.mk)
* - update iceauth to 1.0.5eadler2011-09-2054-86/+141
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - update libXcursor to 1.1.12 - update libXdmcp to 1.1.0 - update libxkbfile to 1.0.7 - update rstart to 1.0.4 - update smproxy to 1.0.5 - update viewres to 1.0.3 - update x11perf to 1.5.4 - update xauth to 1.0.6 - update xbacklight to 1.1.2 - update xbitmaps to 1.1.1 - update xclipboard to 1.1.1 - update xcmsdb to 1.0.3 - update xcursor-themes to 1.0.3 - update xcursorgen to 1.0.4 - update xditview to 1.0.2 - update xdpyinfo to 1.2.0 - update xgc to 1.0.3 - update xkbevd to 1.1.2 - update xkbprint to 1.1.2 - update xkbutils to 1.0.3 - update xload to 1.0.2 - update xlogo to 1.0.3 - update xlsclients to 1.1.2 - update xmodmap to 1.0.5 - update xstdcmap to 1.0.2 - update xtrans to 1.2.6 - update xwd to 1.0.4 - add licenses to ports where it is known - remove outdated conflicts line - fix comment in xlogo Approved by: sahil (mentor) Obtained from: xorg-devel repo
* - Add patch which fixes crash using "OpenWith" menus of pcmanfmkmoore2011-09-202-0/+13
| | | | - Bump PORTREV
* Update to 280.13bland2011-09-192-3/+3
|
* - update mkfontscale to 1.0.9eadler2011-09-186-9/+9
| | | | | | | | | | | | | - update oclock to 1.0.2 - update twm to 1.0.7 - update xmodmap to 1.0.4 - update xorg-macros to 1.15.0 - update xprop to 1.2.1 - update xvinfo to 1.1.1 - update xwininfo to 1.1.2 Approved by: bapt (mentor) Obtained from: xorg-devel repo
* Update email address for ports maintained by aldis@bsdroot.lv --> ↵crees2011-09-171-1/+1
| | | | graudeejs@gmail.com
* - Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+sunpoet2011-09-171-1/+1
| | | | With hat: perl
* - Add patches to fix the battery monitorkmoore2011-09-175-1/+401
| | | | - Bump PORTREV
* Update to 275ehaupt2011-09-152-3/+3
|
* - update xsetroot to 1.1.0eadler2011-09-152-4/+4
| | | | | Approved by: bapt (mentor) Obtained from: xorg-devel repo
* - update fixesproto to 5.0eadler2011-09-1527-39/+77
| | | | | | | | | | | | | | | | | | | - update inputproto to 2.0.2 - update printproto to 1.0.5 - update recordproto to 1.14.1 - update renderproto to 0.11.1 - update resourceproto to 1.2.0 - update scrnsaverproto 1.2.1 - update videoproto to 2.3.1 - update xcmiscproto 1.2.1 - update xextproto 7.2.0 - update xf86vidmodeproto 2.3.1 - update xineramaproto 1.2.1 - update libXvMC to 1.0.6 Reviewed by: kwm Approved by: bapt (mentor) Obtained from: xorg-devel repo
* Update to 5.34crees2011-09-152-3/+3
| | | | | | PR: ports/160232 Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> Approved by: maintainer timeout (17 days)
* - Take maintainership;romain2011-09-141-2/+8
| | | | - OPTIONify.
* Fix build with clang.rene2011-09-131-0/+20
|
* ”Qeadler2011-09-111-1/+2
|
* Remove stale REINPLACE-- fails if WITH_PERL is set because patched file no ↵crees2011-09-101-6/+0
| | | | | | | | longer exists. PR: ports/159998 Submitted by: me Approved by: maintainer timeout (oliver, 18 days)
* Update to 274ehaupt2011-09-102-3/+3
|
* Fix build with clang.vanilla2011-09-097-0/+143
|
* - Update to 0.5.8kmoore2011-09-0910-1318/+29
|
* - use the correct dependency when intel29 is requestedeadler2011-09-081-0/+2
| | | | | | PR: ports/160464 Submitted by: Mikhail T. <m.tsatsenko@gmail.com> Approved by: sahil (mentor)
* - update xset to the latest version in the xorg-devel treeeadler2011-09-089-13/+14
| | | | | | | | | - update xrandr to the latest version in the xorg-devel tree - update xproto to the latest version in xorg-devel tree as required by xset and xrandr - update pixman to the latest version in the xorg-devel tree Reviewed by: kwm Approved by: bapt (mentor)
* - Resurrect a useful port.stas2011-09-083-0/+59
| | | | - Provide another mirror, as the original one seems to be down temporarly.
* 2011-09-01 x11-wm/epiwm: Abandonwarebapt2011-09-074-62/+0
| | | | | | | | | | | | | | | | | | 2011-09-01 x11-toolkits/p5-GdkPixbuf: Disappear from CPAN 2011-09-01 x11-toolkits/XawPlus: No more public distfiles 2011-09-01 x11-fonts/gnome-font-sampler: No more public distfiles 2011-09-01 x11/xvattr: No more public distfiles 2011-09-01 www/xitami: No more public distfiles 2011-09-01 www/webredirect: No more public distfiles 2011-09-01 www/webglimpse: No more public distfiles 2011-09-01 www/squishdot: No more public distfiles 2011-09-01 www/py-forgethtml: No more public distfiles 2011-09-01 www/mmosaic: No more public distfiles 2011-09-01 www/ljsm: No more public distfiles 2011-09-01 www/ljpms: No more public distfiles 2011-09-01 www/ashe: No more public distfiles 2011-09-01 textproc/europass-xsl: BROKEN for more than 6 month 2011-09-01 textproc/carthage: No more public distfiles
* - Chase x11-toolkits/xforms shlib version bumpgahr2011-09-073-6/+12
|
* - Remove three deprecated ports of minegahr2011-09-054-48/+0
| | | | | | 2011-09-03 x11/ebuttons: Website has disappeared 2011-09-03 cad/oregano: Website has disappeared 2011-09-03 devel/jakelib2: Website has disappeared
* - Update to 0.0.7.25swills2011-09-052-3/+3
|
* - Make luit wide character conversion support optionsl [1]ehaupt2011-09-041-5/+10
| | | | | | | - Don't pass CPPFLAGS to CONFIGURE_ENV it is already passed in CONFIGURE_ENV via bsd.port.mk Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> [1] (via mail)
* Update to 0.1.16kmoore2011-09-033-66/+27
|
* - Update to 4.4dhn2011-09-023-15/+21
| | | | | PR: ports/160360 Submitted by: Jeroen Schot <schot@A-Eskwadraat.nl> (maintainer)
* Update NVidia legacy drivers to their latest versions.danfe2011-08-313-5/+3
|
* - Update NVidia drivers to their corresponding latest versionsdanfe2011-08-312-11/+15
| | | | | - Apply a workaround to fix the build on recent -CURRENT after fget(9) KPI was changed in r224778 (affects the driver since version 195.22)
* Assign maintainershippawel2011-08-311-1/+1
| | | | | | PR: ports/160039 Submitted by: Aldis Berjoza <aldis@bsdroot.lv> Approved by: miwi, wen (mentors implicit)
* Update to 273ehaupt2011-08-292-3/+3
|
* - Update to 1.8.0miwi2011-08-263-52/+65
|
* - Fix MASTER_SITESmiwi2011-08-262-25/+20
| | | | | | | | | - Add LICENSE - Add MAKE_JOBS_SAFE - Support CFLAGS properly PR: 160152 Submitted by: Ports Fury
* Actually remove uneeded patchpawel2011-08-251-15/+0
| | | | Approved by: miwi,wen (mentors implicit)
* Update to version 1.1.3pawel2011-08-252-8/+4
| | | | | | PR: ports/159864 Submitted by: maintainer Approved by: miwi,wen (mentors implicit)
* Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where ↵kwm2011-08-249-13/+64
| | | | needed.
* - Update to 1.1.1sylvio2011-08-233-20/+5
|
* - change the email address I use to maintain portseadler2011-08-224-4/+4
| | | | Approved by: bapt (mentor)
* - change the email address I use to maintain portseadler2011-08-224-4/+4
| | | | Approved by: bapt (mentor)
* Unbreak and bump PORTREVISION: rebuild cl-*-sbcl ports that dependolgeni2011-08-171-2/+0
| | | | on devel/cl-asdf.
* Bump PORTREVISION: rebuild ports that depend on devel/cl-asdf.olgeni2011-08-171-0/+1
|
* Keybinder is a library for registering global keyboard shortcuts that worksdanfe2011-08-165-0/+82
| | | | | | | with GTK-based applications using the X Window System. PR: ports/155262 (severely modified and augmented as I was working on the same port independently)
* Turn the evolution-mapi option to off, for the moment. Samba4-devel is broken.kwm2011-08-151-2/+2
| | | | This will allow gnome2 meta package to be build again.
* Update to version 3.10pawel2011-08-122-4/+4
| | | | Approved by: wen (mentor)
* Update to 271ehaupt2011-08-122-3/+3
|
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sincekwm2011-08-1222-22/+20
| | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* - Fix MASTER_SITESehaupt2011-08-091-7/+6
| | | | | | | | - Add LICENSE - Add MAKE_JOBS_SAFE PR: 159494 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update to 3.9.2ehaupt2011-08-083-12/+10
| | | | | | | - Update WWW PR: 159493 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Fix WWWarved2011-08-071-1/+1
| | | | | PR: 159505 Submitted by: maintainer
* Disable detection of libxul, this fixes the build if libxul is installed.kwm2011-08-071-0/+4
| | | | | | PR: ports/157167 Reported by: "Edward.Sanford.Sutton, III" <mirror176@hotmail.com> With hat: x11@
* share/X11 is shared between ports, use @dirrmtry.kwm2011-08-072-5/+5
| | | | | | | | | | bump portrevision for this change. Get CPPFLAGS from CONFIGURE_ENV and clean up some portlint warnings.0 PR: ports/159105 Submitted by: sunpoet@ With hat: x11@
* - update of GMasterminddinoex2011-08-071-1/+1
|
* Gcursor is no longer maintained by upline.cy2011-08-041-1/+0
|
* Gcursor is unmaintained by upline (Ubuntu).cy2011-08-046-137/+0
|
* Fix WWW project homepagejohans2011-08-041-1/+1
|
* - Deprecate, website has disappearedgahr2011-08-031-0/+3
|
* Remove WWW entries from unmaintained ports that return 404 or where the domainehaupt2011-08-032-4/+0
| | | | disappeared.
* Resurrection of gcursor.cy2011-08-031-0/+1
|
* Resurrect gcursor. Fix disfile source. Assume maintainership.cy2011-08-036-0/+137
|
* Resurrected props.cy2011-08-031-0/+1
|
* Resurrect the XView application props and assume maintainership.cy2011-08-037-0/+99
|
* Deprecate some port with no more public distfilesbapt2011-08-031-0/+3
|
* Fix master_sitebapt2011-08-032-2/+2
|
* Remove gnome-art as it has expiredbapt2011-08-021-1/+0
|
* Remove gnomeicu: expired portbapt2011-08-011-1/+0
|
* - Update to 0.0.7.23swills2011-08-012-3/+3
|
* - Chase guile shared lib bumpjlaffaye2011-07-311-1/+1
| | | | - Add an entry to UPDATING
* Build fixes with glib 2.28. gtk 2.24, gtkmm 2.24 and vala 0.12.kwm2011-07-301-0/+4
|
* With Glib 2.28 this port doesn't install the gio module anymore. Becausekwm2011-07-302-3/+1
| | | | it isn't needed anymore.
* Update to 3.0.6.nobutaka2011-07-303-7/+15
|
* Remove INSTALLS_ICONS from kde ports.kwm2011-07-301-1/+0
| | | | | | | In the soon to be committed glib and gtk update, the INSTALLS_ICONS macro will gain the long missing gtk-update-icon-theme dependancy. After talking with members from of our KDE team. There isn't any indication that this gtk util is usefull for KDE.
* Florence is an extensible scalable virtual keyboard for GNOME and other WMs.kmoore2011-07-275-0/+187
| | | | WWW: http://florence.sourceforge.net
* update x11/libexo to 0.6.2oliver2011-07-278-171/+22
| | | | | | | | | | | | update sysutils/garcon to 0.1.8 update sysutils/xfce4-utils to 4.8.2 update x11-wm/xfce4-panel to 4.8.5 update x11/Terminal to 0.4.8 bump PORTREVISION of affected ports PR: ports/157768, ports/158144, ports/158145, ports/158148, ports/158170 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,linimon2011-07-211-1/+1
| | | | | | | | | | | | | | | | remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5 or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM is also removed, as it is not available in Java 1.5 and higher. Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5. While here, replace static values of JAVA_VERSION in files/*.in by %%JAVA_VERSION%% . PR: ports/158969 Submitted by: rene Tested on: pointyhat-west -exp
* - Mark BROKEN: fails to buildpav2011-07-211-0/+2
| | | | Reported by: pointyhat
* Fix some typos, reword and reformat description.danfe2011-07-191-6/+6
|
* Update to 1.22.2arved2011-07-153-5/+5
| | | | | PR: 158448 Submitted by: Kato Tsuguru
* Fix build with clangarved2011-07-143-0/+33
| | | | | PR: 158554 Submitted by: Niclas Zeising
* Fix build with clangarved2011-07-141-0/+11
| | | | | PR: 158666 Submitted by: Guido Falsi <mad@madpilot.net>
* - Update to 0.20110708.0, which now builds under clang.wxs2011-07-103-45/+3
|
* - Update to 0.13ashish2011-07-102-3/+3
| | | | Obtained from: FreeBSD Haskell
* Tarball was rerolled shortly before release to update documentaton.makc2011-07-092-4/+4
|
* Update to 3.0.5.nobutaka2011-07-093-4/+13
|
* - Use quotes instead of brackets when including files using relativestas2011-07-095-5/+5
| | | | | | | | paths in ecore ports. Apparently this causes problems when WRKDIRPREFIX is used. PR: ports/158609 Submitted by: Fabian Keil <fk@fabiankeil.de>
* Reset maintainership de jure. In fact KDE 3 has not been maintained by our teammakc2011-07-085-5/+5
| | | | | | for a long time, not to mention upstream. Discussed a while ago among the KDE/FreeBSD team.
* Update KDE Software Compilation ports to 4.6.5makc2011-07-088-14/+15
| | | | | Official announcement: http://www.kde.org/announcements/announce-4.6.5.php Changelog: http://www.kde.org/announcements/changelogs/changelog4_6_4to4_6_5.php
* - Remove sysutils/pidof from RUN_DEPENDS (replaced by pgrep)nivit2011-07-073-4/+13
| | | | | | | | | as suggested by danfe@, because "infrastructure costs get higher (extra dependency to track, upgrade, etc.) which in turn eats time". - Add files/patch-src__config__Run.cc - Bump PORTREVISION - Fix a typo in pkg-descr
* - Fix the build against Clang (also GCC with -Wformat-security, see PRdanfe2011-07-061-4/+14
| | | | | | | | ports/157255) - Drop long gone ports from CONFLICTS line and refine some comments while I'm here Submitted by: Garrett Cooper (modified)
* - Reassign to the heaptabthorpe2011-07-051-1/+1
|
* LSWdhn2011-07-054-0/+44
| | | | | | | Lists the titles of all running X windows to stdout, similar to ls(1). Might be useful for script integration. WWW: http://tools.suckless.org/lsw
* - Mark as broken with Ruby 1.9swills2011-07-041-1/+5
|
* - Update MASTER_SITES and WWW: linemiwi2011-07-022-9/+4
| | | | | PR: 158449 Submitted by: Ports Fury
* - Update to 2.2.2 [1]nivit2011-06-307-105/+57
| | | | | | | | | | | - Add files/patch-configure - Add sysutils/pidof to RUN_DEPENDS - Add WWW site to pkg-descr - Change MASTER_SITES - Remove files/patch-Makefile, files/pkg-message.in PR: ports/156522 Submitted by: coder.tuxfamily <coder at tuxfamily.org> [1] (Indeed the version 2.1.1)
* - Fix build under clang, and clean up some warnings while I'm here.wxs2011-06-301-0/+38
|
* Fix the build when it enables gobject-introspection. Without it, I get this:mezz2011-06-292-21/+31
| | | | | | | | | | | | | | --------------------------- gnome-config: not found Package babl was not found in the pkg-config search path. Perhaps you should add the directory containing `babl.pc' to the PKG_CONFIG_PATH environment variable No package 'babl' found --------------------------- Clearly, there is no way for babl to depends on babl (itself). O_o A weird bug, so remove that '--pkg babl' to fix the build. While I am here, reorder the pkg-plist to make it easier to read. No function change.
* Drop maintainership.rene2011-06-291-1/+1
|
* Before, the setusercontext(3) call in gdm is missing a few flags. Replacemezz2011-06-252-12/+9
| | | | | | | | | those LOGIN_* to LOGIN_SETALL to enable all but not LOGIN_SETGROUP. It fixes the rctl resource limits. Note that, the MAC framework is untest with it. Bump the PORTREVISION. PR: ports/158174 Submitted by: trasz
* trayer-srg was forked from trayer in january 2010 to add somemiwi2011-06-255-0/+77
| | | | | | | | | | | | | | | | | fancy features and clean up code. trayer is small program designed to provide systray functionality present in GNOME/KDE desktop enviroments for window managers which doesn't support that function. It's similar to other applications such as 'peksystray' and 'docker'. trayer code was extracted from fbpanel application, you can find more about it on it's homepage WWW: http://github.com/sargon/trayer-srg PR: ports/158128 Submitted by: Guido Falsi <mad at madpilot.net>
* - Update to 0.3.4- Update to 0.3.4- Update to 0.3.4- Update to 0.3.4miwi2011-06-253-8/+34
|