non port: x11/lxpanel/Makefile |
SVNWeb
|
Number of commits found: 64 |
Sat, 15 Jul 2023
|
[ 16:48 Alexey Dokuchaev (danfe) ] 0f6c12e
x11/lxpanel: update WWW, cleanup one patch, take maintainership
LXDE wiki 404's now, point WWW to their GitHub page (could be
temporarily) and drop one patch hunk which was removing already
commented out piece of code.
|
Thu, 2 Mar 2023
|
[ 05:23 Tobias C. Berner (tcberner) ] fa81a4f (Only the first 10 of 1168 ports in this commit are shown above. )
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above )
|
Wed, 1 Feb 2023
|
[ 14:46 Baptiste Daroussin (bapt) ] b27c376
gnome: remove libwnck from the gnome framework
libwnck is a leftover from gnome2 time and almost unused
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Thu, 28 Jul 2022
|
[ 19:55 Dima Panov (fluffy) ] 308d6f8
*/*: bump all consumes of deprecated GDK-Pixbuf-Xlib library
With hat: desktop
|
Wed, 20 Jul 2022
|
[ 14:23 Tobias C. Berner (tcberner) ] d357bca (Only the first 10 of 288 ports in this commit are shown above. )
x11: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexander Matey <matey@cis.ohio-state.edu>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Alexey Mikhailov <karma@ez.pereslavl.ru>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Anton Toernqvist <antont@inbox.lv> (Only the first 15 lines of the commit message are shown above )
|
Sun, 10 Apr 2022
|
[ 19:11 Charlie Li (vishwin) ] d63665f (Only the first 10 of 892 ports in this commit are shown above. )
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
|
Sat, 26 Mar 2022
|
[ 08:27 Matthias Fechner (mfechner) ] 247c7db (Only the first 10 of 867 ports in this commit are shown above. )
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 7 Nov 2019
|
[ 18:36 zeising ] (Only the first 10 of 432 ports in this commit are shown above. )
Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
|
Mon, 7 Jan 2019
|
[ 15:08 rigoletto ] (Only the first 10 of 12 ports in this commit are shown above. )
x11/libfm, x11-fm/pcmanfm: update and flavorize both.
- update x11/libfm to version 1.3.1
- update x11-fm/pcmanfm to version 1.3.1
- convert both to flavors
- fix other affected ports
PR: 229944
Reviewed by: adamw, antoine, bapt
Approved by: mat (portmgr, mentor), tcberner (mentor), jsm (maintainer), Chris
Hutchinson <portmaster@bsdforge.com> (maintainer)
Differential Revision: https://reviews.freebsd.org/D16387
|
Mon, 5 Feb 2018
|
[ 09:02 amdmi3 ]
- Fix LICENSE
- Add LICENSE_FILE
- Fix whitespace
- Update WWW
|
Tue, 24 Jan 2017
|
[ 21:37 olivierd ] (Only the first 10 of 15 ports in this commit are shown above. )
- Update to 0.9.3
- Adjust dependencies
- Add WEATHER (set by default), and ALSA (unset) options
- Rewrite patches plugins in order to use sysctl calls instead the Linux
proc and sys file system
|
Fri, 9 Sep 2016
|
[ 19:42 amdmi3 ] (Only the first 10 of 100 ports in this commit are shown above. )
Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.
Change summary:
- Always do verbose builds for cmake, ninja and GNU configure (the
latter includes check if --disable-silent-rules is actually supported
by the configure script; there are isolated cases when it's not true) (Only the first 15 lines of the commit message are shown above )
|
Tue, 28 Jun 2016
|
[ 09:11 rakuco ] (Only the first 10 of 41 ports in this commit are shown above. )
Reset ports maintained by horia@racoviceanu.com.
The last change submitted or approved by Horia in Bugzilla dates back to
September 2015. Since then, all commits to his ports were landed by others
after the maintainer timeout period expired (see r383744, r405055, r405057,
r400461 and r414655, for example).
Horia did show interest in coming back after I sent a private email a few
months ago, but since nothing has changed it is better to reassign his ports
back to the heap.
Differential Revision: https://reviews.freebsd.org/D5980
|
Thu, 26 May 2016
|
[ 16:29 amdmi3 ]
- Fix build for disabled NLS case
- Switch to options helpers
- Simplify stripping
- Simplify plist handling
PR: 202076
Reported by: sascha@root-login.org
Approved by: maintainer timeout (horia@racoviceanu.com, 9 months)
|
Fri, 1 Apr 2016
|
[ 14:33 mat ] (Only the first 10 of 2136 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
|
Sat, 2 Jan 2016
|
[ 09:03 olivierd ]
Chase update of x11/menu-cache, after revision r405055
|
Sun, 2 Aug 2015
|
[ 20:23 kwm ] (Only the first 10 of 124 ports in this commit are shown above. )
Part 1 of adding USE_GNOME=intltool to ports that require it.
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.
PR: 201980
Exp-run by: antoine@
|
Thu, 24 Jul 2014
|
[ 13:12 madpilot ] (Only the first 10 of 13 ports in this commit are shown above. )
- Update to 0.6.2
- Add devel/libsysinfo to LIB_DEPENDS
- Add x11/xmessage to RUN_DEPENDS
- Add netstatus, volumeasla, thermal, cpu, cpufreq,
monitors and wnckpager plugins to CONFIGURE_ARGS
- Add cpufreq, netstatus and thermal plugin patches
- Add batt plugin patch
- Remove -Wno-return-type from CFLAGS
- Change ALSA_RUN_DEPENDS to ALSA_LIB_DEPENDS
PR: 190362
Submitted by: Horia Racoviceanu <horia@racoviceanu.com> (maintainer)
|
Mon, 21 Apr 2014
|
[ 20:27 nemysis ] (Only the first 10 of 26 ports in this commit are shown above. )
These ports are no longer used or cared for.
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 (Only the first 15 lines of the commit message are shown above )
|
Sun, 1 Dec 2013
|
[ 00:16 nemysis ]
- Remove OPTIONS_DEFAULT
- Change typo audio/linux-f10-alsa-li to audio/linux-f10-alsa-lib
- Change WWW
Approved by: pawel / wg (mentors, implicit)
|
Wed, 30 Oct 2013
|
[ 20:22 wg ]
x11/lxpanel: pass maintainership
- Pass maintainership
- Use options helpers
|
Fri, 4 Oct 2013
|
[ 23:10 nemysis ]
x11/menu-cache
- Update to 0.5.0
- Change maintainer email to @FreeBSD.org
- Remove not needed patches
x11/lxde-meta
- Bump PORTREVISION
- Change maintainer email to @FreeBSD.org
- Add dependency for deskutils/lxshortcut
- Add NO_MTREE=yes
x11/libfm
(Only the first 15 lines of the commit message are shown above )
|
Mon, 23 Sep 2013
|
[ 22:03 wg ]
x11/lxpanel: allow staging
- Allow stating
|
Fri, 20 Sep 2013
|
[ 23:43 bapt ] (Only the first 10 of 483 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11)
|
Wed, 11 Sep 2013
|
[ 12:48 wg ]
x11/lxpanel: update to 0.6.1
- Update to 0.6.1
- Convert lib depends to new syntax
|
Fri, 30 Aug 2013
|
[ 13:10 wg ]
x11/lxpanel: fix distfile fetch
- Fix distfile fetch
Reported by: bdrewery
|
Tue, 27 Aug 2013
|
[ 15:32 wg ]
x11/lxpanel: update to 0.6.0
- Update to 0.6.0
|
Fri, 5 Jul 2013
|
[ 14:41 wg ]
- Convert to new USES gmake for my ports
|
Thu, 20 Jun 2013
|
[ 22:54 wg ]
x11/lxpanel: minor fixes
- Add LICENSE (GPLv2 MIT)
- Add DOCS option
- Fix NLS option
PR: ports/179712
Submitted by: nemysis <nemysis@gmx.ch>
|
[ 16:36 wg ]
x11/menu-cache: update to 0.4.1
- Update to 0.4.1 [1]
- Trim Makefile header [1]
- Pass maintainership to submitter [1]
- Bump PORTREVISION of dependent ports
PR: ports/179711 [1]
Submitted by: nemysis <nemysis@gmx.ch>
|
Tue, 18 Jun 2013
|
[ 16:46 wg ]
x11/lxpanel: fix build with clang
- Fix build with clang, -Wno-return-type, gnu89
- Take maintainership
Reported by: Kenta Suzumoto <kentas@hush.com>
Approved by: culot / jpaetzel (mentors, implicit)
|
[ 15:55 kmoore ] (Only the first 10 of 12 ports in this commit are shown above. )
Send some ports back to the pool that I no longer have time for
|
Wed, 1 May 2013
|
[ 16:13 jgh ]
- conversion to USES framework
Approved by: portmgr (bapt@)
|
Sun, 10 Mar 2013
|
[ 15:08 kmoore ]
- Update to 0.5.12
- Fix clang build
- Convert to Options NG
PR: 176650
Submitted by: William Grzybowski <william88@gmail.com>
|
Wed, 5 Sep 2012
|
[ 18:06 kmoore ]
- Update to 0.5.10
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Fri, 16 Sep 2011
|
[ 16:25 kmoore ]
- Add patches to fix the battery monitor
- Bump PORTREV
|
Thu, 8 Sep 2011
|
[ 21:56 kmoore ]
- Update to 0.5.8
|
Sat, 25 Dec 2010
|
[ 16:55 sunpoet ] (Only the first 10 of 180 ports in this commit are shown above. )
- Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here
PR: ports/152844
Submitted by: sunpoet (myself)
Approved by: miwi (with portmgr hat)
|
Mon, 20 Dec 2010
|
[ 20:06 kmoore ]
Fix lx_alarm bug which also caused issue compiling on 8.x and bump PORTREVISION.
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Mon, 18 Oct 2010
|
[ 18:54 lme ]
Fix all non-working plugins.
I re-worked the functionality of some of them because not all functionality
is present on FreeBSD.
Reviewed by: ed
Approved by: kmoore (maintainer)
|
Sun, 10 Oct 2010
|
[ 15:37 kmoore ]
Really add gnomehack to fix pkgconfig this time.
Sorry for the noise.
|
[ 14:53 kmoore ]
Use gnomehack to fix pkgconfig handling.
|
Fri, 8 Oct 2010
|
[ 15:34 lme ]
- Update the patch for the network interface plugin so that signal strength is
displayed with "wlan[0-9]" devices
- Bump PORTREVISION
Approved by: kmoore (maintainer)
|
Tue, 5 Oct 2010
|
[ 19:57 ade ] (Only the first 10 of 235 ports in this commit are shown above. )
Round one migration of ports from automake{19,110} to automake111
|
Thu, 30 Sep 2010
|
[ 15:21 kmoore ]
- Update to 0.5.6
Grab maintainership while here
Approved by: Outgoing maintainer - Lin, Cheng-Tao <b89605222@ntu.edu.tw>
|
Mon, 31 May 2010
|
[ 02:01 ade ] (Only the first 10 of 1416 ports in this commit are shown above. )
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
Mon, 10 May 2010
|
[ 21:19 kwm ] (Only the first 10 of 772 ports in this commit are shown above. )
Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .
This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.
Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.
Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues. (Only the first 15 lines of the commit message are shown above )
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Sat, 22 Aug 2009
|
[ 00:39 amdmi3 ] (Only the first 10 of 148 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with X
|
Fri, 31 Jul 2009
|
[ 13:57 dinoex ] (Only the first 10 of 3009 ports in this commit are shown above. )
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Sat, 19 Jul 2008
|
[ 14:05 rafan ]
- Fix build on 6.3
PR: ports/125744
Submitted by: Cheng-Tao Lin <b89605222 at ntu.edu.tw> (maintainer)
|
Tue, 15 Jul 2008
|
[ 19:23 pav ]
- Mark BROKEN on FreeBSD 6.x
|
Sat, 21 Jun 2008
|
[ 09:44 chinsan ]
- Update to 0.3.7.
PR: ports/124815
Submitted by: chinsan
Approved by: maintainer
|
Fri, 6 Jun 2008
|
[ 14:09 edwin ] (Only the first 10 of 151 ports in this commit are shown above. )
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ] (Only the first 10 of 2842 ports in this commit are shown above. )
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
|
Sat, 22 Mar 2008
|
[ 14:48 miwi ] (Only the first 10 of 61 ports in this commit are shown above. )
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Mon, 29 Jan 2007
|
[ 04:01 rafan ]
- Where is the "M" from...
Noticed by: chinsan
|
Sun, 28 Jan 2007
|
[ 05:03 rafan ]
Add lxpanel 0.2.4, LXPanel is a lightweight X11 desktop panel.
PR: ports/108423
Submitted by: Lin, Cheng-Tao <b89605222 at ntu.edu.tw> via chinsan
|
Number of commits found: 64 |