aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes
Commit message (Collapse)AuthorAgeFilesLines
* When linking a library libA with a library libB using libtool, if libB.latijl2014-04-231-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery)
* Support stagebapt2014-04-222-9/+5
|
* Support stagebapt2014-04-221-2/+2
|
* These ports are no longer used or cared for.nemysis2014-04-222-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Horia Racoviceanu <horia@racoviceanu.com> wishes to maintain these ports with my help. misc/lxde-common - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com misc/xdg-menu - Change Makefile header, use my name and @FreeBSD.org email - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Change Desktop entry file - Add DOCS Option - Break lines around 80 characters - Change pkg-plist, remove mtree sysutils/lxinput - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com sysutils/lxtask - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Remove TODO from DOCS sysutils/lxterminal - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Change pkg-plist, add missing x11/florence - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Use tar:bzip2 instead of USE_BZIP2=yes and not needed desktop-file-utils - Remove not needed MAN1 from Makefile x11/libfm - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Use tar:xz instead of USE_XZ=yes - Change pkg-plist, remove mtree x11/lxde-meta - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com x11/lxmenu-data - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Change pkg-plist, remove mtree x11/lxpanel - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Strip libraries - Change pkg-plist, add missing x11/menu-cache - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - USES pathfix instead of USE_GNOME gnomehack - Strip library x11-fm/pcmanfm - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Use tar:xz instead of USE_XZ=yes - Change pkg-plist, remove mtree, add missing x11-themes/lxde-icon-theme - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Use tar:bzip2 instead of USE_BZIP2=yes - Change pkg-plist, remove mtree x11-wm/lxmed - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com x11-wm/lxsession - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Change pkg-plist, add missing x11-wm/obapps - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Add DOCS Option - Change Desktop entry file x11-wm/obmenu - Bump PORTREVISION - Pass maintainership to horia@racoviceanu.com - Change Desktop entry file - Break lines around 80 characters
* Update x11-themes/kde4-style-oxygen-transparent to 80fc757 (10-Mar-2014).dbn2014-04-183-10/+8
|
* The FreeBSD x11@ and graphics team proudly presentszeising2014-04-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb)
* KDE/FreeBSD team presents KDE SC 4.12.4 and KDE Workspace 4.11.8!makc2014-04-039-17/+13
| | | | | | | | | | | | | | | | | | | | KDE ports: - Convert to USES=tar:xz devel/p5-perlqt, multimedia/kdemultimedia4-ffmpegthumbs: - Convert LIB_DEPENDS to new style devel/p5-perlqt, devel/p5-perlkde: - Don't remove directories installed by perl port net/kdnssd: - moved to net/zeroconf-ioslave (renamed upstream) x11/kdelibs4: - Clean up non-standard shared mime files and directories after deinstall The area51 repository features commits by Alonso Schaich <alonsoschaich@fastmail.fm> and makc.
* - Update to 2.2.2olivierd2014-04-032-4/+4
|
* Remove some expired xmms ports (abandonware, unmaintained):antoine2014-03-2311-151/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2014-03-23 audio/p5-Xmms: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-a52dec: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-audiofile: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-cdread: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-crossfade: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-crystality: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-defx: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-efxmms: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-eq: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-faad: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-fc: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-fxt: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-infopipe: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-jack: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-liveice: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-mac: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-mad: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-midi: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-modplug: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-mp3cue: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-osssurround: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-quix3dn: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-sid: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-sndfile: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-tfmx: Abandonware, please consider using multimedia/audacious instead 2014-03-23 chinese/xmms: Abandonware, please consider using multimedia/audacious instead 2014-03-23 graphics/xmms-blursk: Abandonware, please consider using multimedia/audacious instead 2014-03-23 graphics/xmms-dancingparticles: Abandonware, please consider using multimedia/audacious instead 2014-03-23 graphics/xmms-dflowers: Abandonware, please consider using multimedia/audacious instead 2014-03-23 graphics/xmms-dscope: Abandonware, please consider using multimedia/audacious instead 2014-03-23 graphics/xmms-dspectogram: Abandonware, please consider using multimedia/audacious instead 2014-03-23 graphics/xmms-dspectral: Abandonware, please consider using multimedia/audacious instead 2014-03-23 graphics/xmms-finespectrum: Abandonware, please consider using multimedia/audacious instead 2014-03-23 graphics/xmms-fishmatic: Abandonware, please consider using multimedia/audacious instead 2014-03-23 graphics/xmms-gdancer: Abandonware, please consider using multimedia/audacious instead 2014-03-23 graphics/xmms-iris: Abandonware, please consider using multimedia/audacious instead 2014-03-23 graphics/xmms-jess: Abandonware, please consider using multimedia/audacious instead 2014-03-23 graphics/xmms-nebulus: Abandonware, please consider using multimedia/audacious instead 2014-03-23 graphics/xmms-paranormal: Abandonware, please consider using multimedia/audacious instead 2014-03-23 graphics/xmms-scivi: Abandonware, please consider using multimedia/audacious instead 2014-03-23 graphics/xmms-vumeter: Abandonware, please consider using multimedia/audacious instead 2014-03-23 graphics/xmms-waterfall: Abandonware, please consider using multimedia/audacious instead 2014-03-23 multimedia/gxmms: Abandonware, please consider using multimedia/audacious instead 2014-03-23 multimedia/xmms-status-plugin: Abandonware, please consider using multimedia/audacious instead 2014-03-23 russian/xmms: Abandonware, please consider using multimedia/audacious instead 2014-03-23 x11-themes/xmms-bluecurve-theme: Abandonware, please consider using multimedia/audacious instead 2014-03-23 x11-themes/xmms-eq-skins: Abandonware, please consider using multimedia/audacious instead 2014-03-23 x11-themes/xmms-vumeter-skins: Abandonware, please consider using multimedia/audacious instead
* Remove dependency on expiring xmms-bluecurve-themeantoine2014-03-222-4/+2
|
* Fix @@${MKDIR} -> @${MKDIR}ehaupt2014-03-181-1/+1
| | | | Notified by: antoine (via irc)
* Quiesce mkdirehaupt2014-03-182-3/+3
|
* - Convert USE_XZ/BZIP2/GMAKE to USESmiwi2014-03-161-2/+1
|
* Convert x* to USES=zipbapt2014-03-111-1/+1
|
* Remove expired ports:rene2014-03-105-5755/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2014-03-10 deskutils/libopensync-plugin-synce: No more public distfiles 2014-03-10 irc/irchat-pj-xemacs21-mule: No more public distfiles 2014-03-10 irc/pure-xemacs21-mule: No more public distfiles 2014-03-10 lang/dice: No more public distfiles 2014-03-10 irc/dcc: No more public distfiles 2014-03-10 sysutils/backupme: No more public distfiles 2014-03-10 net/freeswitch-curl-devel: No more public distfiles 2014-03-10 misc/freeswitch-pizzademo-devel: No more public distfiles 2014-03-10 emulators/cygne-sdl: No more public distfiles 2014-03-10 mail/newmail: No more public distfiles 2014-03-10 x11-toolkits/xscoop: No more public distfiles 2014-03-10 security/didentd: No more public distfiles 2014-03-10 sysutils/wait_on: No more public distfiles 2014-03-10 net/freeswitch-sbc-devel: No more public distfiles 2014-03-10 multimedia/gxanim: No more public distfiles 2014-03-10 www/nd: No more public distfiles 2014-03-10 lang/fbbi: No more public distfiles 2014-03-10 textproc/csv2xml: No more public distfiles 2014-03-10 www/trac-calendar: No more public distfiles 2014-03-10 misc/stan: No more public distfiles 2014-03-10 japanese/gtkicq: No more public distfiles 2014-03-10 net/nc6: No more public distfiles 2014-03-10 net/jpcap: No more public distfiles 2014-03-10 games/quake-extras: No more public distfiles 2014-03-10 net/asfrecorder: No more public distfiles 2014-03-10 sysutils/pyrenamer: No more public distfiles 2014-03-10 palm/synce-sync-engine: No more public distfiles 2014-03-10 www/linux-mplayer-plugin: No more public distfiles 2014-03-10 net-mgmt/airport: No more public distfiles 2014-03-10 textproc/manued.el: No more public distfiles 2014-03-10 sysutils/jailer: No more public distfiles 2014-03-10 sysutils/blimitd: No more public distfiles 2014-03-10 print/abntex: No more public distfiles 2014-03-10 sysutils/monkeytail: No more public distfiles 2014-03-10 dns/dns_mre: No more public distfiles 2014-03-10 japanese/libjcode: No more public distfiles 2014-03-10 sysutils/jailutils: No more public distfiles 2014-03-10 net/freeswitch-vanilla-devel: No more public distfiles 2014-03-10 sysutils/hdup: No more public distfiles 2014-03-10 print/cups-smb-backend: No more public distfiles 2014-03-10 x11/settitle: No more public distfiles 2014-03-10 sysutils/anteater: No more public distfiles 2014-03-10 www/trac-pendingticket: No more public distfiles 2014-03-10 www/admuser: No more public distfiles 2014-03-10 x11-themes/gnome-icons-snowish: No more public distfiles 2014-03-10 www/metacafe_dl: No more public distfiles 2014-03-10 irc/irchat-pj-emacs21: No more public distfiles 2014-03-10 www/horde3-wicked: No more public distfiles 2014-03-10 java/drexelsnmp: No more public distfiles 2014-03-10 mail/sigit: No more public distfiles 2014-03-10 misc/freeswitch-scripts-devel: No more public distfiles 2014-03-10 www/vtiger-customerportal: No more public distfiles 2014-03-10 irc/pure-emacs21: No more public distfiles 2014-03-10 www/extsm: No more public distfiles 2014-03-10 misc/cwish: No more public distfiles 2014-03-10 www/phpscheduleit: No more public distfiles 2014-03-10 palm/synce-serial: No more public distfiles 2014-03-10 palm/synce-vdccm: No more public distfiles 2014-03-10 net/freeswitch-insideout-devel: No more public distfiles 2014-03-10 sysutils/fusefs-fur: No more public distfiles 2014-03-10 mail/clamfilter: No more public distfiles 2014-03-10 textproc/cost: No more public distfiles 2014-03-10 palm/synce-gvfs: No more public distfiles 2014-03-10 net/nxserver: No more public distfiles 2014-03-10 sysutils/throttle: No more public distfiles 2014-03-10 japanese/aterm: No more public distfiles 2014-03-10 mail/teapop: No more public distfiles 2014-03-10 www/eldav.el: No more public distfiles 2014-03-10 graphics/gsnapshot: No more public distfiles 2014-03-10 japanese/zangband: No more public distfiles 2014-03-10 audio/xmms-wma: No more public distfiles 2014-03-10 misc/projectionlib: No more public distfiles
* - Remove dependency on expired x11-themes/gnome-icons-snowishrene2014-03-101-2/+1
| | | | - Bump PORTREVISION
* - Stagify; drop an article from COMMENT line and superfluous quote marksdanfe2014-03-109-18/+8
| | | | | - Update port description (chase Max Rudberg's site, remove now defunct upstream website for these themes)
* - Update to 2.2olivierd2014-03-083-48/+25
|
* Blueprint is Gtk2 engine, collection of icons and themes from OpenSolaris.olivierd2014-03-075-0/+971
| | | | | | | | WWW: http://openindiana.org/ Requested by: sk8harddiefast (FreeBSD forums) Reviewed by: sk8harddiefast Obtained from: http://forums.freebsd.org/viewtopic.php?f=22&t=45041
* KDE/FreeBSD team presents KDE SC 4.12.3 and KDE Workspace 4.11.7!makc2014-03-054-8/+8
| | | | | | | | | | | | | | | | | | deskutils/kdepim4: - Add depedency on coreutils, kleopatra needs md5sum and sha1sum programs [1] misc/kdehier4: - add tests directory (r343428 commit to Templates/BSD.local.dist) security/kwallet: - moved to security/kwalletmanager (renamed upstream) x11/kdelibs: - remove workaround, which is not needed after global fix in Mk/bsd.kde4.mk (r315373) PR: ports/187259 [1] Submitted by: Tobias Berner <tcberner@gmail.com>
* Deprecate and set expiration date for xmms stuff that is unmaintainedantoine2014-02-243-0/+9
|
* - Fix plist after recent KDE SC updatemakc2014-02-201-4/+4
|
* - Bump PORTREVISION after KDE4_PREFIX changemakc2014-02-1811-10/+11
|
* KDE/FreeBSD team presents KDE SC 4.12.2 and KDE Workspace 4.11.6!makc2014-02-1811-71/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Among changes: - Switch KDE4_PREFIX to ${LOCALBASE} - Remove now needless misc/kde4-shared-mime-info port - Add stage support - Remove ancient CONFLICTS (KDE 4.9 and less) and LATEST_LINK - Squeeze MASTER_SITES/MASTER_SITE_SUBDIR - Convert LIB_DEPENDS to new style - Use options helpers - Drop support for FreeBSD 7.x - Remove Qt/KDE 3 related workarounds - Remove local patches and use upstream version scheme for libraries - sysutils/kdeadmin4, net/kdenetwork4, devel/kdesdk4, and x11-clocks/kdetoys4 ports have been split. - devel/kcachegrind is now a part of KDE SC [1] - more logs in area51 repo... New ports: devel/kde-dev-scripts: KDE development scripts devel/kde-dev-utils: KDE development utilities games/klickety: Tetris themed solitaire games/picmi: Single player logic-based puzzle game textproc/libkomparediff2: Library to compare files and strings The area51 repository features commits by Schaich Alonso, avilla, rakuco and myself. PR: ports/186491 Exp-run: by bdrewery Approved by: beat (former maintainer) [1]
* - Reassign lioux' ports to the heaptabthorpe2014-02-151-1/+1
| | | | With hat: portmgr
* - Stage supportmiwi2014-02-111-9/+6
|
* Back to the futurbapt2014-02-101-1/+1
|
* Mark as deprecated unmaintained ports for which no public distfiles arebapt2014-02-101-0/+3
| | | | | | available for part or all the needed distfiles. Reported by: distillator
* Support staging.ehaupt2014-02-071-3/+2
|
* Support staging.ehaupt2014-02-071-3/+2
|
* Support staging.ehaupt2014-02-071-4/+5
|
* Support staging.ehaupt2014-02-071-3/+2
|
* Support staging.ehaupt2014-02-071-4/+3
|
* Do not loop inside the stage directoryantoine2014-02-051-0/+2
|
* - Stage supportmiwi2014-01-271-27/+26
|
* - Stage supportmiwi2014-01-271-3/+2
|
* - Stage supportmiwi2014-01-271-3/+2
|
* - Stage supportmiwi2014-01-272-6/+4
|
* - Stage supportmiwi2014-01-271-4/+3
|
* - Stage supportmiwi2014-01-271-7/+6
|
* - Stage supportmiwi2014-01-2713-15/+0
|
* - Stage supportmiwi2014-01-271-9/+2
| | | | - While here trim header
* - Stage supportmiwi2014-01-271-3/+2
| | | | - switch to USES
* - Stage supportmiwi2014-01-271-1/+0
|
* - Stage supportmiwi2014-01-271-2/+1
| | | | - switch to USES
* - Stage supportmiwi2014-01-271-1/+0
|
* - Stage supportmiwi2014-01-271-1/+0
|
* - Stage supportmiwi2014-01-271-1/+0
|
* - Stage supportmiwi2014-01-271-3/+2
|
* - Stage supportmiwi2014-01-271-1/+0
|
* - Stage supportmiwi2014-01-271-1/+0
|
* - Switch to USESmiwi2014-01-271-3/+1
| | | | - Stage support
* - Stage supportmiwi2014-01-271-1/+0
|
* - Stage supportmiwi2014-01-271-3/+1
| | | | - While here switch to USES
* - Stage supportmiwi2014-01-271-1/+0
|
* - Stage supportmiwi2014-01-271-3/+2
|
* - Stage supportmiwi2014-01-271-4/+2
| | | | - While here switch to USES
* - Stage supportmiwi2014-01-271-3/+2
|
* Update to 1.2.2rakuco2014-01-262-3/+3
|
* Update to 1.4.3.rakuco2014-01-262-3/+3
|
* Fix properties on pkg-plistbapt2014-01-222-2/+0
|
* - Add NOTIFYD option to install xfce4-notifyd themeolivierd2014-01-102-0/+18
| | | | - Bump PORTREVISION
* Numix is a modern flat theme with a combination of light and dark elements.olivierd2014-01-107-0/+174
| | | | WWW: https://github.com/shimmerproject/Numix
* - Update to 3.0.16olivierd2014-01-103-11/+75
| | | | | | - Use distfile provided by Gentoo - Support STAGEDIR - Add patch obtained from Debian
* - Support STAGEDIRolivierd2014-01-101-3/+3
| | | | | - Add license blob - Replace USE_GMAKE by USES= gmake
* - USES gmake instead of USE_GMAKEnemysis2014-01-091-9/+3
| | | | - Support STAGEDIR
* Stage supportantoine2014-01-071-7/+6
|
* Stage supportantoine2014-01-071-3/+2
|
* Stage supportantoine2014-01-071-3/+2
|
* - Stage support and simplify installantoine2014-01-072-13/+1
| | | | - Remove duplicate @dirrm from plist
* Stage supportantoine2014-01-071-4/+3
|
* Stage supportantoine2014-01-071-10/+9
|
* - Stage supportantoine2014-01-071-6/+2
| | | | - Convert to USES gmake and shebangfix
* Stage supportantoine2014-01-071-10/+9
|
* Stage supportantoine2014-01-071-4/+3
|
* Stage supportantoine2014-01-071-4/+3
|
* Stage supportantoine2014-01-071-3/+2
|
* Convert GMAKE to MAKE_CMD for x11-themes/cursor-crystal-theme.dbn2013-12-281-1/+1
| | | | | | This port no longer gets updates and is very inactive so it is unlikely any other changes will be occuring in the near future, so commit this minor change by itself.
* Add LICENSE (GPLv2) to x11-themes/kde4-style-oxygen-transparent and bump ↵dbn2013-12-191-1/+3
| | | | | | PORTREVISION. - PORTREVISION is bumped as some may reject the license.
* - Change maintainer email of my ports to @FreeBSD.orgnemysis2013-12-181-1/+1
| | | | Approved by: pawel / wg (mentors, implicit)
* Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]zeising2013-12-162-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | If the old xorg stack is still needed, it is possible to add WITHOUT_NEW_XORG= to /etc/make.conf to get the old version. Update several xorg related ports, including: x11/libxcb 1.9.1 -> 1.9.3 graphics/libdrm 2.4.46 -> 2.4.50 x11/pixman 0.30.2 -> 0.32.4 x11/xkeyboard-config 2.9 -> 2.10.1 x11-drivers/xf86-input-keyboard 1.7.0 -> 1.8.0 Fix dissapearing cursor in xf86-video-vmware [2] Stagify all x11@-owned ports Bump portrevisions for xf86-* ports due to xserver version change. Fix fallout from updates where needed. Thanks to: all testersi, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/184684 [1], ports/181385 [2] Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> [2] Approved by: portmgr (bdrewery), core (jhb) [0]
* - Update to 1.2.1.rakuco2013-12-164-67/+8
| | | | | | | | | | - Support staging. - Adapt to the new LIB_DEPENDS format. Fixes in this release include: * Some improvement on inner-shadows * Some extra checks on widgets validity to prevent runtime warnings * Some rendering improvements for instance regarding scrollbars and textviews
* - Update to 1.4.1.rakuco2013-12-164-68/+9
| | | | | | | | - Support staging. Changes in this version: * Mark zotero as XUL application * Fix some antialias issue on sliders
* Remove expired ports:rene2013-12-055-121/+0
| | | | | 2013-12-04 x11-themes/lila-xfwm4: Upstream development dead 2013-12-05 science/omnetpp: depends on expired textproc/libxml
* Update to 1.6.2.kwm2013-12-032-3/+3
|
* Say hello to Mate 1.6.kwm2013-11-2319-0/+39482
| | | | | | | | | | | | | | | | | | Mate is a lite desktop forked from gnome2. Most of the work is done by Jeremy Messenger (mezz@). The only thing I did was update a few ports to later 1.6 release and attempting to keep up with ports infra changes. Resulting bugs are all mine. Mate is a sort of replacement for Gnome 2. So people wanting to keep a Gnome 2 like desktop should switch. Gnome 2 will be replaced by Gnome 3 in the near future. This switch will be announce with a transition time so people have more time to switch if they haven't already. This release was made possible by everyone that send friendly pokes to keep mate on my mind. Approved by: portmgr (bapt)
* Convert to USES=qmakemakc2013-11-223-12/+6
| | | | Approved by: portmgr (blanket approval)
* Add stage support to x11-themes/kde4-style-oxygen-transparent.dbn2013-11-191-1/+0
|
* Remove expired ports:rene2013-11-1813-141/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2013-11-18 devel/libXGP: Broken for more than 6 month 2013-11-18 deskutils/google-gadgets: Broken for more than 6 month 2013-11-18 palm/synce-trayicon: Broken for more than 6 month 2013-11-18 security/linux-pam-docs: Broken for more than 6 month 2013-11-18 net-p2p/mooseekd: Broken for more than 6 month 2013-11-18 textproc/p5-Lucene: Broken for more than 6 month 2013-11-18 net-mgmt/zenpack-dellmonitor: Broken for more than 6 month 2013-11-18 x11-wm/fbpager: BRoken for more than 6 month 2013-11-18 net/hf6to4: Broken for more than 6 month 2013-11-18 x11-themes/kde-icons-exquisite: Broken for more than 6 month 2013-11-18 x11-themes/kde-icons-marbles-translucent: Broken for more than 6 month 2013-11-18 security/dissembler: Broken for more than 6 month 2013-11-18 net-mgmt/zenpack-apachemonitor: Broken for more than 6 month 2013-11-18 textproc/rst.el: Broken for more than 6 month 2013-11-18 net-mgmt/zenpack-ntpmonitor: Broken for more than 6 month 2013-11-18 x11-themes/kde-icons-steel: Broken for more than 6 month 2013-11-18 databases/drizzle: Broken for more than 6 month 2013-11-18 devel/p5-File-Lock: Broken for more than 6 month 2013-11-18 devel/valide: Broken for more than 6 month 2013-11-18 databases/gomysql: Broken for more than 6 month 2013-11-18 databases/p5-DBZ_File: BRoken for more than 6 month 2013-11-18 devel/monodevelop-vala: Broken for more than 6 month 2013-11-18 devel/gonzui: Broken for more than 6 month 2013-11-18 devel/monodevelop-java: Broken for more than 6 month 2013-11-18 lang/objc: Broken for more than 6 month 2013-11-18 devel/klee: Broken for more than 6 month 2013-11-18 databases/p5-DBD-InterBase: Broken for more than 6 month 2013-11-18 devel/simulavr: Broken for more than 6 month 2013-11-18 japanese/mobileimap: Broken for more than 6 month 2013-11-18 devel/libYGP: Broken for more than 6 month 2013-11-18 devel/monodevelop-python: Broken for more than 6 month
* - Support STAGEDIRsunpoet2013-11-163-5/+4
| | | | | PR: ports/183915 Submitted by: Douglas William Thrift <douglas@douglasthrift.net>
* - Support STAGEDIRsunpoet2013-11-161-1/+0
| | | | | PR: ports/183915 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
* Enable staging supportrakuco2013-11-111-1/+0
|
* Add LICENSE to x11-themes/cursor-crystal-theme.dbn2013-11-081-3/+5
| | | | - Also make building more robust by always cleaning on a rebuild
* Remove the MAKE_ENV+=DESTDIR=${STAGEDIR} from the ↵dbn2013-11-071-1/+0
| | | | | | | | x11-themes/cursor-crystal-theme. This is a redundant line as DESTDIR is specified automatically via MAKE_ARGS. Hint by: danfe (implicit, comment on r332477)
* Add stage support to x11-themes/cursor-crystal-theme.dbn2013-11-051-5/+5
| | | | While here move gmake to USES framework.
* Set an EXPIRATION_DATE of 1 month from now, because there's no update for 6olivierd2013-11-041-0/+3
| | | | years
* Update to version 0.5.3pawel2013-10-293-4/+4
|
* Support staging.ehaupt2013-10-281-6/+5
|
* Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-268-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery)
* Support staging.ehaupt2013-10-241-3/+2
|
* - Support stagingmakc2013-10-235-10/+2
| | | | | | | - Use new LIB_DEPENDS syntax - Use options helpers - Convert to USES - Minor changes/fixes
* - Remove NO_STAGEmakc2013-10-234-222/+1
| | | | - Remove patches for unsupported FreeBSD versions
* Reset MAINTAINER on xmms-* ports maintained by c.petrik.sosa@gmail.com.tijl2013-10-231-1/+1
| | | | Submitted by: "Chris Petrik" <c.petrik.sosa@gmail.com>
* - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-223-4/+0
| | | | | | | | the mtree (remaining categories) - Add note on mtree change to CHANGES Approved by: portmgr (bdrewery)
* - Add patch, to avoid "pixelization" of icons in Tabwin widgetolivierd2013-10-212-1/+13
| | | | - Bump PORTREVISION
* deprecate ports broken for more than 6 monthbapt2013-10-183-0/+9
|
* - Support stagingamdmi32013-10-171-3/+2
|
* - Support stagingamdmi32013-10-171-3/+2
|
* - Support stagingamdmi32013-10-171-3/+2
|
* - Update to 1.2.2olivierd2013-10-174-14/+15
| | | | - Support STAGEDIR
* Remove more gnome1 componentsbapt2013-10-1520-352/+0
|
* - Support STAGEDIRolivierd2013-10-151-2/+1
|
* Add support for STAGEDIRpawel2013-10-071-7/+7
|
* Add stage support for linux-f10-* ports maintained by emulation@rene2013-10-061-4/+3
| | | | (category x11-themes).
* Add support for STAGEDIRpawel2013-10-062-7/+3
|
* The FreeBSD graphics/x11 team proudly presentszeising2013-09-301-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a kwm, zeising production: MESA 9.1.6 Starring: Mesa 9.1.6, including libGL, libGLU and dri (new xorg only) Addition of libEGL and libglesv2 KMS support for ATI graphics cards in 10-current (new xorg only) Improved sparc64 support for new xorg. [1] pixman 0.30.2, including shlib bump and portrevision bumps libX11 1.6.2 Make absolute pointing devices work with x11-drivers/xf86-input-mouse x11-drivers/xf86-video-ati 7.2.0 for 10-current (KMS aware ati driver) Also starring: Updates to drivers and other libraries and utilities Additional notes: When updating MESA related ports (libGL, dri) you need to remove old versions first. See UPDATING for details. PR: ports/181962 [2] Submitted by: marius [1] zeising [2] Exp-run by: bdrewery Approved by: portmgr (bdrewery) Thanks to all who helped testing!
* - Support staginggblach2013-09-291-4/+3
| | | | Approved by: crees, tabthorpe (mentors, implicit)
* - Remove NO_STAGE as these have been tested to be safebdrewery2013-09-251-1/+0
| | | | With hat: portmgr
* Fix NO_STAGE attributionbapt2013-09-231-1/+1
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-21168-517/+266
| | | | x11-themes)
* Add an explicit dependency on pkgconfbapt2013-09-182-2/+2
|
* Add an explicit dependency on pkgconfantoine2013-09-121-1/+1
| | | | Approved by: portmgr (bapt)
* - Changed MASTER_SITESvg2013-09-1111-37/+25
| | | | | | | | | - Trim Makefile headers - Changed tab to space in pkg-descr PR: ports/181559 Submitted by: marino Approved by: rm (mentor)
* - convert to the new perl5 frameworkaz2013-09-071-1/+1
| | | | Approved by: portmgr (bapt@, blanket)
* Add an explicit dependency on pkgconfbapt2013-09-031-7/+2
|
* Add an explicit dependency on pkgconfbapt2013-09-031-2/+1
|
* Add an explicit dependency on pkgconfbapt2013-09-031-7/+2
|
* Add an explicit dependency on pkgconfbapt2013-09-034-7/+5
|
* Add an explicit dependency on pkgconfbapt2013-09-031-5/+2
|
* Add an explicit dependency on pkgconfbapt2013-09-033-13/+5
|
* Add an explicit dependency on pkgconfbapt2013-09-031-2/+1
|
* - Update to 1.2.0.rakuco2013-09-024-23/+64
| | | | - Remove patch for EOL'ed FreeBSD releases (< 8.1).
* - Update to 1.4.0.rakuco2013-09-024-23/+65
| | | | - Remove patch for EOL'ed FreeBSD releases (< 8.1).
* Remove expired ports:rene2013-08-285-50/+0
| | | | | | | | | | | | | | | | | | | | | | | | 2013-08-27 lang/ldc-devel: Broken for more than 6 month 2013-08-27 www/mod_smooth_streaming: Broken for more than 6 month 2013-08-27 www/p5-Apache2-Scoreboard: Broken for more than 6 month 2013-08-27 sysutils/avfs: Broken for more than 6 month 2013-08-27 multimedia/mp4split: Broken for more than 6 month 2013-08-27 net-mgmt/noc: Broken for more than 6 month 2013-08-27 sysutils/empower: Broken for more than 6 month 2013-08-27 emulators/xgngeo: Broken for more than 6 month 2013-08-27 graphics/geglmm: Broken for more than 6 month 2013-08-27 sysutils/libumberlog: Broken for more than 6 month 2013-08-27 net/wizd: Broken for more than 6 month 2013-08-27 net-p2p/nicotine-plus: Broken for more than 6 month 2013-08-27 palm/barry: Broken for more than 6 month 2013-08-27 x11-themes/kde-icons-noia-warm: Broken for more than 6 month 2013-08-27 news/lottanzb: Broken for more than 6 month 2013-08-27 textproc/xaira: Broken for more than 6 month 2013-08-27 graphics/f90gl: Broken for more than 6 month 2013-08-27 multimedia/linux-gspca-kmod: Broken for more than 6 month 2013-08-27 x11/cl-clx-sbcl: Broken for more than 6 month 2013-08-27 math/dislin: Broken for more than 6 month 2013-08-27 irc/smuxi: Broken for more than 6 month
* - Update to 1.2olivierd2013-08-274-10/+13
|
* - Remove MAKE_JOBS_SAFE variableak2013-08-1510-10/+0
| | | | Approved by: portmgr (bdrewery)
* - Convert to new perl frameworkaz2013-08-031-2/+1
| | | | - Trim Makefile header
* Deprecate and set expiration date for ports broken for more than 6 monthbapt2013-07-271-0/+2
|
* KDE3 and QT3 expired on 2013-07-01, remove these ports.rene2013-07-2783-8976/+0
| | | | | | | | | | | | | | | | Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt
* - Changed my emailvg2013-07-228-8/+8
| | | | | | - Trim Makefile headers and positions name and surname within Approved by: eadler, rm (mentors)
* - Do not tell that Linux versions of GTK themes will be installedrene2013-07-192-2/+2
| | | | | - Bump PORTREVISION [1] Submitted by: kwm [1]
* Remove port, requires Linux FC3:rene2013-07-193-67/+0
| | | | x11-themes/linux-gtk-bluecurve-theme
* Drop dependency on x11-themes/linux-gtk-bluecurve-theme.rene2013-07-191-1/+0
|
* Update to 1.0.4zeising2013-07-173-9/+36
|
* Convert my ports to current standardspawel2013-07-111-1/+1
| | | | | | | | - Switch USE_GMAKE to USES=gmake - Define supported options so users can see them in config dialogs - Use OPTIONS_SUB for plist alteration - Convert to options macros for better readability - Use PORTDOCS where it makes sense
* Update to 2.2.1.rakuco2013-07-063-15/+17
|
* Deprecate in sight of Qt 3.x port deorbit; trim Makefile header.danfe2013-07-051-5/+3
|
* Update the KDE Software Compilation to 4.10.5.rakuco2013-07-055-9/+9
| | | | | | | | | | | | | | | | | | | Proudly brought to you by the KDE on FreeBSD team. We're sorry to ship two KDE updates in just a few days, but the work on 4.10.5 was very light compared to 4.10.4 so it was ready much faster. The release announcement can be found in [1]. [1] http://www.kde.org/announcements/announce-4.10.5.php The biggest news for us on FreeBSD is that the Ruby bindings should work with Ruby 1.9 now. I will probably add a note to UPDATING later about this, but as avilla@ pointed out, the clang support we mentioned that was improved in 4.10.4 requires a rebuild of the ports that depend on kdelibs4. Most of them are covered by this update, but those which are not part of the Software Compilation need to be rebuilt manually to make sure the previous issues (proper symbol visibility being the most annoying of them) are solved.
* - Drop dependency on x11-themes/qt-bluecurve-theme , which depends onrene2013-07-032-3/+1
| | | | | the expired QT3. - Bump PORTREVISION
* Update to KDE SC 4.10.4, proudly presented by the KDE on FreeBSD team.rakuco2013-07-034-8/+8
| | | | | | | | | | | | | | | With commits from avilla@, makc@, rakuco@ and Schaich Alonso. The upstream announcement can be found in [1]. [1] http://www.kde.org/announcements/announce-4.10.4.php clang support should be more stable now, with clang being recognized by kdelibs4 and being passed the correct flags to build other ports. Additionally, all ports being committed have been verified to build with -CURRENT's clang 3.3 on an amd64 tinderbox (special thanks go to swills@ for providing it). Work on the newly-released 4.10.5 will begin shortly.
* x11-themes/lxde-icon-theme: update to 0.5.0wg2013-06-215-6233/+6256
| | | | | | | | | | | | | | - Update to 0.5.0 [1] - Add LICENSE (GPLv3) [1] - Install docs [1] - Replace file patch with a sed [1] - Trim Makefile header [1] - Use space instead of tab for WWW - Add DOCS to OPTIONS - Pass maintainership to submitter PR: ports/179784 Submitted by: nemysis <nemysis@gmx.ch>
* - Remove leading article from COMMENT [1]pawel2013-06-213-71/+73
| | | | | | | | - Add NLS, DOCS options [1] - Remove support for OSVERSION < 800000 PR: ports/179779 [1] Submitted by: nemysis <nemysis@gmx.ch> [1]
* - Don't remove directories not created by this portmiwi2013-06-191-2/+0
| | | | Reported by: pkg (DEVELOPER_MODE)
* Send some ports back to the pool that I no longer have time forkmoore2013-06-181-1/+1
|
* - Trim Makefile headersamdmi32013-06-186-18/+6
| | | | | | | - Drop ABI versions from LIB_DEPENDS - OptionsNG - Pet portlint - Switch to dynamic plist where useful
* Convert to new options frameworkbapt2013-06-071-6/+8
|
* Convert to new options frameworkbapt2013-06-071-7/+7
|
* - fix OPTIONS spellingohauer2013-06-071-1/+1
|
* Convert to new options frameworkbapt2013-06-051-35/+35
|
* Update to 1.1.4rakuco2013-06-042-3/+3
|
* Update to 1.3.4rakuco2013-06-042-3/+3
|
* - Fix plistmiwi2013-06-022-7/+1
| | | | | | - Trim header Reported by: pkg (PKG_DEVELOPER_MODE)
* The FreeBSD x11 team proudly presentszeising2013-05-251-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | an zeising, kwm, miwi, bapt, eadler production: Xorg 7.7 Starring: xserver 1.12.4 (new xorg only) Mesa 8.0.4, including libGL, libGLU and dri (new xorg only) libX11 1.5.0 libxcb 1.9 libdrm 2.4.42 (new xorg only) freeglut 2.8.1 Also starring: Updates to drivers and other libraries and utilities Additional notes: Change pkgconf to be a build dependency. Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use this. Trim makefile headers. Take maintanership of x11/xcb-proto, ok'd by ashish. If you are running WITH_NEW_XORG=, you need to rebuild all installed drivers, see UPDATING for more information. Various fixes to make ports compile. PR: ports/177942 Exp-run by: miwi Approved by: portmgr (miwi) Thanks to all who helped testing!
* - Update to 201303202227 snapshotswills2013-05-232-7/+6
| | | | | PR: ports/178778 Submitted by: Axel Gonzalez <loox@e-shell.net>
* KDE/FreeBSD team presents KDE SC 4.10.3 ports!makc2013-05-194-8/+8
| | | | | | - Remove patches and checks for unsupported FreeBSD versions. The area51 repository features commits by avilla, rakuco and myself.
* Update maintainer's email address and drop maintainership of a few ports.rakuco2013-05-171-1/+1
| | | | | PR: ports/178543 Submitted by: Piotr Smyrak <smyru@heron.pl> (maintainer)
* Bump PORTREVISION after update of x11-themes/gtk-murrine-engineolivierd2013-05-0811-30/+16
| | | | | | While I'm here, - Trim Makefile header - In WWW entry replace tabular by space
* - Update to 0.98.2olivierd2013-05-084-11/+12
| | | | | | PR: 177357 Submitted by: myself Approved by: maintainer timeout (> 1 month)
* Mark as broken: does not fetchbapt2013-05-051-5/+3
|
* Set LICENSErakuco2013-04-301-0/+2
|
* Set LICENSE, and adjust the WWW line in pkg-descr to the new format.rakuco2013-04-302-1/+3
|
* Update gtk-oxygen-engine to 1.3.3 and gtk3-oxygen-engine to 1.1.3.rakuco2013-04-304-6/+6
|
* Rely on bsdtar to autodetermine the format of the distfiles when possiblebapt2013-04-291-1/+1
| | | | | | | For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-281-1/+1
| | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here
* - Convert USE_GETTEXT to USES (part 4)ak2013-04-261-2/+1
| | | | Approved by: portmgr (bapt)
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-256-6/+6
| | | | Approved by: portmgr (bapt)
* Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-239-24/+11
|
* Update to 0.4ehaupt2013-04-223-82/+99
| | | | Feature safe: yes
* Update x11-themes/kde4-style-oxygen-transparent to "2013.01.02" aka 7f0a6013.dbn2013-04-222-3/+3
| | | | | | | | | | | | | Changelog: - synchronized with latest oxygen - created KDE/4.10 branch - Warning: if you are using the "master" branch (which targets KDE/4.11), you will have conflicts with oxygen (@KDE) configuration, unless you are also using kde from git repositories This is due to backward incompatible changes in the configuration code. Approved by: bdrewery (mentor) Feature safe: yes
* Fix commit hash (GH_COMMIT)olivierd2013-04-202-3/+3
| | | | Feature safe: yes
* - Remove USE_GZIP (it's default)ak2013-04-181-1/+0
| | | | | | | | - Remove USE_GO (unused after r296612) - Convert Makefile headers to new style Approved by: portmgr (bapt) Feature safe: yes
* All supported version of FreeBSD have a bsdtar version that support ↵bapt2013-04-171-10/+2
| | | | | | | | extracting rpm. Remove now useless dependency on rpm2cio Feature safe: yes
* The new audacious that is in the ports tree can no longer load .tar.gz'ed skinehaupt2013-04-113-89/+87
| | | | | | | | | | files, therefore x11-themes/audacious-skins is currently functionally broken [1]. There were also a few very old skin formats that are no longer supported by audacious. Those skins in question have been removed. All skins are now zip'ed and have been verified to work with audacious. Notified by: avg Approved by: portmgr (erwin)
* - Fix build with recent KDE by updating to 2.2.1makc2013-04-042-11/+7
| | | | | | | | | while here: - Trim Makefile header - Switch to out-of-source build - Explicitly depend on required Qt4 component Approved by: portmgr (miwi)
* fix build with glib 2.34: wv2, gimp-focusblur-plugin, gtk-murrine-enginekwm2013-04-021-0/+4
| | | | | | | | Fix up botched variable in mysql-workbench51 that prevents patching. Correct farsight2 master_site and add mirror. Submitted by: pointyhat via miwi Approved by: portmgr (miwi)
* Style: tab -> space.eadler2013-03-295-5/+5
| | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
* - Fix build after glib updatemakc2013-03-282-3/+9
| | | | | - Explicitly depend on qt4 libraries (though no need for PORTREVISION bump, kdelibs4 already depends on lots of qt4 stuff)
* Mechanically convert unmaintained ports which use "gnomehack" to use ↵eadler2013-03-281-6/+3
| | | | "pathfix" instead.
* Clearlooks-Phenix is Gtk3 port of famous Clearlooks theme for the Xfce Desktop.olivierd2013-03-285-0/+174
| | | | WWW: http://www.jpfleury.net/en/software/clearlooks-phenix.php
* Greybird is complete desktop theme for the Xfce Desktop. It includes:olivierd2013-03-286-0/+234
| | | | | | | | - Gtk+2/Gtk+3 themes - Xfwm4 theme - xfce4-notifyd theme WWW: http://shimmerproject.org/projects/greybird/
* Unico is a Gtk+ 3.0 theme engine.olivierd2013-03-285-0/+35
| | | | WWW: https://launchpad.net/unico
* KDE/FreeBSD team presents KDE SC 4.10.1 ports!makc2013-03-2717-95/+234
| | | | | | | | | | | | | | | | | | | | | | | - kdegames4 port has been split. - kdeutils4-printer-applet and system-config-printer-kde have been replaced by print/kde4-print-manager. - Recover misc/kde4-l10n-mr from attic. - New USE_KDE4 components: kactivities, libkdegames, nepomuk-core, and nepomuk-widgets. - Provide sharedmime component with magic: ports don't need to run update-mime-database themselves now. - Switch some ports to out-of-source build. - Update port comments. - Adjust dependence on Qt4 components. - x11/kde4 installs modern kdepim4 now. - Remove redundant aspell and hspell from kdelibs4, both can be enabled in textproc/enchant if needed. - Remove stale bits from bsd.kde4.mk The area51 repository features commits by Schaich Alonso and myself. Contributors: - Tobias Berner
* Reformat using 8-space wide tab in preparation for KDE SC 4.10 updatemakc2013-03-261-13/+13
|
* Update to 1.1.2 now that we have a recent enough GTK+ 3.rakuco2013-03-263-6/+5
| | | | | While here, adjust the "WWW" line in pkg-descr to the new format and move to an out-of-source build.
* - convert USE_CMAKE to USESmakc2013-03-2316-17/+16
| | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi)
* Mk/bsd.kde4.mk:makc2013-03-224-4/+4
| | | | | | | | | | - Don't set CMAKE_BUILD_TYPE for debug builds (cmake.mk already handles it) - Don't set WITH_DEBUG for unstable branch (KDE4_BRANCH) - Remove now useless KDE4_BUILDENV KDE SC ports: - Chase KDE4_BUILDENV removal: replace 'KDE4_BUILDENV= yes' with 'USES= cmake:outsource' and add USE_LDCONFIG if needed
* Convert to new options framework left unconverted ports in x* categoriesbapt2013-03-221-9/+7
|
* Reset maintainership at maitainer request [1] and while I'm here:makc2013-03-202-18/+10
| | | | | | | | | - convert to new options, USES, etc. - pet portlint - trim Makefile header - mark emulators/fuse as BROKEN: doesn't build (presumably after recent glib update) Submitted by: Yuri Pankov (via mail) [1]
* Fix build with glib-2.34.kwm2013-03-181-0/+2
| | | | | PR: ports/176879 Submitted by: Piotr Kubaj <pkubaj@gmail.com>
* Fix build with glib 2.34.kwm2013-03-091-0/+4
| | | | Submitted by: miwi
* Remove indefinite article from COMMENTehaupt2013-03-082-12/+4
|
* - Please welcome back Chris Petrik as maintainer ofbdrewery2013-03-071-1/+1
| | | | | | | | | | | these ports [1] - Trim headers - Remove indefinite article from COMMENT - Convert tab to space in WWW lines PR: ports/175415 [1] Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1] Discussed with: bapt
* Remove expired, unmaintained ports:rene2013-03-066-130/+0
| | | | | | | | | | | | | | | | | | | | | 2013-03-01 sysutils/sge60: Ancient and unsupported release 2013-03-01 sysutils/sge61: Ancient and unsupported release 2013-03-05 x11-themes/sapphire-themes: Broken for more than 6 month 2013-03-05 misc/fep: Broken for more than 6 month 2013-03-05 devel/gauche-gaunit: Broken for more than 6 month 2013-03-05 games/tuxracer_golf: Broken for more than 6 month 2013-03-05 net/bfilter: Broken for more than 6 month 2013-03-05 graphics/fnlib: Broken for more than 6 month 2013-03-05 print/gfontview: Broken for more than 6 month 2013-03-05 print/hugelatex: Broken for more than 6 month 2013-03-05 misc/gtktalog: Broken for more than 6 month 2013-03-05 x11/wterm: Broken for more than 6 month 2013-03-05 databases/xapian-bindings10: Broken for more than 6 month 2013-03-05 databases/adstudio: Broken for more than 6 month 2013-03-05 misc/splitvt: Broken for more than 6 month 2013-03-05 sysutils/udesc_dump: Broken for more than 6 month 2013-03-05 textproc/gxditview: Broken for more than 6 month 2013-03-05 x11/powershell: Broken for more then 6 month
* 2013-02-27 www/igal: No more upstream, no more public distfiles, consider ↵bapt2013-03-047-85/+0
| | | | | | | | | | | | | using www/llgal 2013-02-27 finance/tinyerp-server: No more upstream, no more public distfiles, consider using finance/openerp-server 2013-02-27 ports-mgmt/portcheck: No more upstream, no more public distfiles 2013-02-28 security/sslproxy: Abandoned upstream 2013-02-28 x11-themes/e17-theme-darkness: No more public distfiles 2013-02-28 x11-themes/e17-theme-cthulhain: Dead upstream since 2008 2013-02-28 x11-servers/driglide: 3dfx is dead, fails to compile on recent versions of freebsd 2013-02-28 mail/gmime: Superceded with version 2.4 2013-02-28 archivers/bsdar: part of the base system
* Add x11-themes/kde4-style-oxygen-transparent.dbn2013-03-015-0/+48
| | | | | | | | | | | | | | | | | | | | Oxygen style and decoration with support for transparency. This is an official branch of the KDE oxygen style. It is kept in sync with the official oxygen style, and adds support of full transparency on the windows. The style and the decoration are named "Oxygen Transparent" and appear as such in KDE's system settings (in both the applications and workspace appearance pages). A configuration helper application is included with the style that allows one to configure both the style and the decoration in the same window. It is called oxygen-transparent-settings. WWW: http://kde-look.org/content/show.php?content=127752 PR: 172733 Approved by: bdrewery (mentor)
* Fix the build with newer glib when ANIMATION option is selected. [1]kwm2013-02-241-9/+10
| | | | | | While here update Makefile header and convert to OPTIONSNG. Reported by: Gustau Perez <gustau.perez@gmail.com> [1]
* - BROKEN does not fetchmiwi2013-02-191-0/+2
|
* - BROKEN checksum mismatchmiwi2013-02-191-0/+2
| | | | | | | | | ===> kde-icons-exquisite-0.2004081000 depends on file: /usr/local/sbin/pkg - found => Exquisite.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/KDE. => Attempting to fetch http://myspeedworks.com/~guppetto/downloads/Exquisite.tar.bz2 fetch: http://myspeedworks.com/~guppetto/downloads/Exquisite.tar.bz2: size unknown fetch: http://myspeedworks.com/~guppetto/downloads/Exquisite.tar.bz2: size of remote file is not known Exquisite.tar.bz2 -1 B 32 kBps
* Add new port x11-themes/kde-gtk-config:makc2013-02-175-0/+82
| | | | | | GTK2 and GTK3 Configurator for KDE. WWW: https://launchpad.net/kde-gtk-config
* Fix distinfo after r312163.rakuco2013-02-131-2/+2
| | | | So much for trying to cheat and not run `make makesum'.
* Update to 1.3.2.1.rakuco2013-02-132-3/+3
| | | | This fixes KDE bug 314545.
* Update to 1.8.14makc2013-02-114-16/+8
|
* Update to 1.8.16makc2013-02-112-8/+4
|
* Reset to the pool per maintainer request.bapt2013-02-089-56/+17
| | | | | | | | | Thank you Shawn for your work. While here: trim headers, convert to optionsng PR: ports/175949 Submitted by: Shane Bell <shanjobe@gmail.com>
* Mark as deprecated a bunch of ports that are marked as broken for more than 6bapt2013-02-051-0/+3
| | | | month without a fix
* - Update to 1.3.2.rakuco2013-02-042-6/+7
| | | | | - Remove library version numbers in the dependencies. - Use USE_PKGCONFIG.
* Use USE_PKGCONFIG and remove lib version numbers in the dependencies.rakuco2013-02-041-3/+4
|
* KDE/FreeBSD team presents KDE SC 4.9.5 ports!makc2013-02-0413-22/+139
| | | | | | | | | | | | | | | | | | | | | | | | - kdebindings ports have been renamed to match upstream. - kdemultimedia and kdenetwork have been split. - New port games/pairs added. - Trim Makefile header - Convert to new option framework - New USE_KDE4 components: libkcddb, libkcompactdisc - Update: databases/akonadi to 1.9.0 devel/grantlee to 0.3.0 textproc/rasqal to 0.9.30 textproc/redland-bindings to 1.0.16.1 textproc/soprano to 2.9.0 x11-toolkits/attica to 0.4.1 The area51 repository features commits by Schaich Alonso, avilla, dbn, jhale, makc and rakuco. Contributors: - Oleg Sidorkin - Tobias Berner - Kurt Jaeger
* 2012-05-10 databases/ruby-kyotocabinet: BROKEN for more than 6 monthbapt2013-01-275-42/+0
| | | | | 2012-05-10 x11-themes/kde-icons-amaranth-althaea: BROKEN for more than 6 month 2012-12-06 net/bpfstat: Merge in netstat on all supported version of FreeBSD
* - Strip header at request of original creatortabthorpe2013-01-271-5/+1
| | | | | Submitted by: trevor With hat: portmgr
* Convert Makefile headers to the new format in my ports.olgeni2013-01-264-20/+0
|
* - Mark deprecated and set expiration date to 2013-02-28gblach2013-01-212-0/+6
| | | | Approved by: crees (mentor)
* - Update to my new FreeBSD addressdbn2013-01-171-6/+2
| | | | | | | - Trim header - Add myself as creator of devel/svn2git (see r272261) Approved by: eadler|bdrewery (mentor)
* 2012-05-10 databases/hypertable: BROKEN for more than 6 monthbapt2013-01-0614-2137/+0
| | | | | | | | 2012-05-10 graphics/autopano-sift: Disappeared from vendor site. No longer required by graphics/hugin 2012-05-10 misc/airoflash: BROKEN for more than 6 month 2012-05-10 x11-themes/kde-icons-krystaline: BROKEN for more than 6 month 2012-05-10 x11-themes/kde-icons-amaranth: BROKEN for more than 6 month 2012-05-10 x11-themes/kde-icons-realistic: BROKEN for more than 6 month
* - Update to version 1.3pawel2013-01-044-29113/+11
| | | | | - Switch to dynamic generation of plist - tab -> space WWW: line in pkg-descr
* Remove the created by me and update those header at the same time. I nevermezz2013-01-012-6/+0
| | | | | care about those header, so you even can claim that those were created by you instead of me.
* - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8beat2012-12-305-0/+15
| | | | | | | | was released in 2007 and KDE 3.5.10 in 2008 and both are no longer maintained upstream nor in our tree. - Set EXPIRATION_DATE to 2013-07-01 Discussed with: bapt, tabthorpe
* Convert romain's ports to new option frameworkbapt2012-12-301-11/+8
| | | | | | While here Trim headers Approved by: maintainer timeout (2 weeks)
* Revert Chris Petrik's ports to the pool. Thank you for all your work so ↵eadler2012-12-101-1/+1
| | | | | | | far, and should you desire to return just let us know. PR: ports/174309 Submitted by: Chris Petrik
* - Update to version 0.13sperber2012-12-014-955/+944
| | | | | | | | | | - Update MASTER_SITES - Add LICENSE PR: ports/170171 Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com> Approved by: beat (mentor) Feature safe: yes
* - Change my email address to gblach@FreeBSD.orggblach2012-11-043-18/+6
| | | | | | - Change Makefile headers to shorter form Feature safe: yes
* - Fix console warnings of "GtkSpinButton: setting an adjustment with non-zerodanfe2012-10-291-6/+7
| | | | | | | | | page size is deprecated" (do not bump port revision due to unimportance of this issue) - While here, trim Makefile header and drop leading indefinite article from the COMMENT line Feature safe: yes
* 2012-10-20 x11-themes/metacity-ana-theme: No more public distfilesbapt2012-10-266-222/+0
| | | | | | | | | | | | | | | | | | | | | | | | | 2012-10-20 x11-themes/gtk-ana-theme: No more public distfiles 2012-10-20 x11-fonts/getbdf: No more public distfiles 2012-10-20 x11-fonts/arkpandora: No more public distfiles 2012-10-20 x11-clocks/wmdate: No more public distfiles 2012-10-20 x11/multi-gnome-terminal: depends on deprecated gnome1 things 2012-10-20 www/wacko: No more public distfiles 2012-10-20 sysutils/wtmp-tools: No more public distfiles 2012-10-20 sysutils/reed: No more public distfiles 2012-10-20 sysutils/pdumpfs-rsync: No more public distfiles 2012-10-20 sysutils/pdumpfs-clean: No more public distfiles 2012-10-20 sysutils/netdump-server: No more public distfiles 2012-10-20 sysutils/nctop: No more public distfiles 2012-10-20 sysutils/memgrep: No more public distfiles 2012-10-20 sysutils/logserial: No more public distfiles 2012-10-20 sysutils/dupfind: No more public distfiles 2012-10-20 sysutils/dump9660: No more public distfiles 2012-10-20 sysutils/desktopbsd-tools: No more public distfiles 2012-10-20 sysutils/agef: No more public distfiles Remove a bunch of expired ports Feature safe: yes
* Clean up the headers of the ports I maintain.rakuco2012-10-072-10/+2
|
* - Change PORTNAME to original gtk-qt-enginemakc2012-10-074-28/+31
| | | | | | | | | - Add patch to fix build - Mark MAKE_JOBS_SAFE - Improve COMMENT and description, update WWW - Don't remove common directories installed by gtk and kdehier ports - make bapt@ more happy (by converting to new options framework :) - do respect option
* Convert to new options frameworkbapt2012-10-061-4/+6
|
* Update to 1.3.1rakuco2012-10-062-3/+3
|
* - pass maintainership to new volonteerrm2012-09-301-6/+2
| | | | | | | | | | while here: - trim Makefile header - remove indifenite article from COMMENT - remove deprecated attribution in pkg-descr PR: 172163 Submitted by: Chris Petrik <c.petrik.sosa at gmail dot com>
* - Update to 3.0.1olivierd2012-09-252-5/+6
| | | | | | - Use USE_PKGCONFIG macro Approved by: rene, miwi (mentors)
* - Reassign to the heap at maintainer's requesttabthorpe2012-09-231-6/+2
|
* Deprecate a bunch a ports with no more public distfiles (thanks ehaupt's ↵bapt2012-09-211-0/+3
| | | | distilator)
* Take maintainership.makc2012-09-171-1/+1
| | | | Approved by: Kris Moore (maintainer)
* Remove superfluous dependence on kdebasemakc2012-09-171-3/+3
| | | | | | | Remove indirect dependence on qt4 library PR: ports/171214 Approved by: maintainer timeout (17 days)
* Update patch to fix build on 7.xmakc2012-08-231-7/+8
| | | | Reported by: erwin/pointyhat
* Update to 1.8.13makc2012-08-075-8/+7
|
* Update to 1.8.15makc2012-08-072-4/+3
|
* Fix typos and make small modifications in COMMENT (according to Porter'scs2012-08-031-1/+1
| | | | | | Handbook) Approved by: portmgr@ (implicit)
* Fix typos in COMMENTcs2012-07-292-2/+2
| | | | Approved by: portmgr@ (implicit)
* Remove expired ports:ak2012-07-2824-950/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2012-07-20 audio/etoile-melodie: API no longer supported 2012-07-20 audio/etoile-volumecontrolmenulet: API no longer supported 2012-07-20 deskutils/etoile-corner: API no longer supported 2012-07-20 deskutils/etoile-dictionaryreader: API no longer supported 2012-07-20 deskutils/etoile-distributedview: API no longer supported 2012-07-20 deskutils/etoile-extendedworkspacekit: API no longer supported 2012-07-20 deskutils/etoile-hardware: API no longer supported 2012-07-20 deskutils/etoile-inspectorkit: API no longer supported 2012-07-20 deskutils/etoile-lookandbehavior: API no longer supported 2012-07-20 deskutils/etoile-menuserver: API no longer supported 2012-07-20 deskutils/etoile-panekit: API no longer supported 2012-07-20 deskutils/etoile-scriptservices: API no longer supported 2012-07-20 deskutils/etoile-servicemenulet: API no longer supported 2012-07-20 deskutils/etoile-servicesbarkit: API no longer supported 2012-07-20 deskutils/etoile-systemconfig: API no longer supported 2012-07-20 deskutils/etoile-trackerkit: API no longer supported 2012-07-20 deskutils/etoile-ui: API no longer supported 2012-07-20 devel/etoile-collectionkit: API no longer supported 2012-07-20 devel/etoile-coreobject: API no longer supported 2012-07-20 devel/etoile-foundation: API no longer supported 2012-07-20 devel/etoile-serialize: API no longer supported 2012-07-20 devel/etoile-unitkit: API no longer supported 2012-07-20 devel/llvm-etoile: API no longer supported 2012-07-20 editors/etoile-typewriter: API no longer supported 2012-07-20 graphics/popplerkit: API no longer supported 2012-07-20 graphics/vindaloo: API no longer supported 2012-07-20 lang/etoile-compiler: API no longer supported 2012-07-20 lang/etoile-io: API no longer supported 2012-07-20 lang/etoile-languagekit: API no longer supported 2012-07-20 lang/etoile-lkplugins: API no longer supported 2012-07-20 lang/etoile-scriptkit: API no longer supported 2012-07-20 lang/etoile-smalltalkkit: API no longer supported 2012-07-20 multimedia/etoile-babbler: API no longer supported 2012-07-20 multimedia/etoile-mediakit: API no longer supported 2012-07-20 multimedia/etoile-multimediakit: API no longer supported 2012-07-20 net-im/etoile-stepchat: API no longer supported 2012-07-20 net-im/etoile-xmppkit: API no longer supported 2012-07-20 sysutils/etoile-behavior: API no longer supported 2012-07-20 sysutils/etoile-installer: API no longer supported 2012-07-20 sysutils/etoile-powermenulet: API no longer supported 2012-07-20 sysutils/etoile-system: API no longer supported 2012-07-20 textproc/etoile-lucenekit: API no longer supported 2012-07-20 textproc/etoile-ogrekit: API no longer supported 2012-07-20 textproc/etoile-opmlkit: API no longer supported 2012-07-20 www/etoile-bookmarkkit: API no longer supported 2012-07-20 www/etoile-mollusk: API no longer supported 2012-07-20 x11-fm/etoile-fontmanager: API no longer supported 2012-07-20 x11-themes/etoile-azbackground: API no longer supported 2012-07-20 x11-themes/etoile-camaelon: API no longer supported 2012-07-20 x11-themes/etoile-etoilemenus: API no longer supported 2012-07-20 x11-themes/etoile-iconkit: API no longer supported 2012-07-20 x11-themes/etoile-wildmenus: API no longer supported 2012-07-20 x11-wm/etoile-azalea: API no longer supported 2012-07-20 x11-wm/etoile-azdock: API no longer supported 2012-07-20 x11-wm/etoile-azswitch: API no longer supported 2012-07-20 x11-wm/etoile-login: API no longer supported 2012-07-20 x11/etoile: Update to a new release is required 2012-07-20 x11/etoile-idle: API no longer supported 2012-07-20 x11/etoile-iterm: API no longer supported 2012-07-20 x11/etoile-xwindowserverkit: API no longer supported 2012-07-20 x11/gnustep-app: API no longer supported
* Add some explicit USE_PKGCONFIG=buildbapt2012-07-274-0/+5
|