| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Approved by: mentors (implicit approval)
Notes:
svn path=/head/; revision=513616
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- This XFCE release uses almost exclusively gtk3, so the USES=xfce
now defaults to gtk3
- Make x11-themes/gtk-xfce-engine an optional dependency(disabled
by default), it only supports gtk2, so would leave miost of this
XFCE version unthemed.
- Add Greybird as an optional and enabled dependency as a modern
theme supporting both GTK versions and all other XFCE parts
- The xfce4-vala port is deprecated and removed. The VALA bindings
are available in the library ports using the GIR and VAPI options
(on by default)
- Fixed various missing library and portlint warnings (portmgr fixit
blanket)
- Default Display Manager changed to lightdm (Thanks to woodsb02
for help)
- Add x11/xfce4-screensaver as an optional dependency to the
xfce4-goodies (enabled by default)
- Remove dependency on x11-fm/thunar-vfs and deprecate the port.
It is EOL upstream and the functionality is included in thunar
itself
Update:
- Added back sysutils/xfce4-places-plugin, updated to 1.8.1
- archivers/thunar-archive-plugin to 0.4.0
- audio/thunar-media-tags-plugin to 0.3.0
- audio/xfce4-mpc-plugin to 0.5.2
- audio/xfce4-pulseaudio-plugin to 0.4.2
- deskutils/xfce4-tumbler to 0.2.7
- devel/thunar-vcs-plugin to 0.2.0 [1]
- devel/xfce4-dev-tools to 4.14.0
- misc/xfce4-appfinder to 4.14.0
- misc/xfce4-weather-plugin to 0.10.0
- multimedia/xfce4-parole to 1.0.4
- sysutils/gigolo to 0.5.0
- sysutils/xfce4-battery-plugin to 1.1.3
- sysutils/xfce4-fsguard-plugin to 1.1.1
- sysutils/xfce4-netload-plugin to 1.3.2
- sysutils/xfce4-power-manage to 1.6.5
- sysutils/xfce4-settings 4.14.1
- sysutils/xfce4-systemload-plugin to 1.2.3
- sysutils/xfce4-wavelan-plugin to 0.6.1
- www/xfce4-smartbookmark-plugin to 0.5.1
- x11-clocks/xfce4-datetime-plugin to 0.8.0
- Added new xfce4-stopwatch-plugin, version 0.3.1
- x11-clocks/xfce4-timer-out-plugin to 1.0.3
- x11-fm/thunar to 1.8.9
- x11-wm/xfce4-desktop to 4.14.1
- x11-wm/xfce4-panel to 4.14.0
- x11-wm/xfce4-session to 4.14.0
- x11-wm/xfce4-wm to 4.14.0
- x11/libexo to 0.12.8
- x11/libxfce4menu to 4.14.1
- x11/libxfce4util to 4.14.0
- x11/xfce4-conf to 4.14.1
- x11/xfce4-dashboard to 0.7.5
- x11/xfce4-screensaver to 0.1.8
- x11/xfce4-screenshooter-plugin to 1.9.6
- x11/xfce4-verve-plugin to 2.0.0
Thanks to: Olivier Duchateau <duchateau.olivier@gmail.com>
PR: 240236
Exp-run by: antoine
Tested by: sbruno
Approved by: sergey.dyatko@gmail.com (maintainer timeout via
email), portmgr (fixit blanket, port breaks with
new Thunar if not updated) [1]
Differential Revision: https://reviews.freebsd.org/D21278
Notes:
svn path=/head/; revision=512378
|
|
|
|
|
|
|
|
| |
PR: 239123
Submitted by: pkubaj
Notes:
svn path=/head/; revision=506482
|
|
|
|
|
|
|
|
|
| |
- Remove unneeded intlhack
This new version uses GTK 3
Notes:
svn path=/head/; revision=505758
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update XFCE Master sites list
Submitted by: olivierd
Reviewed by: mat
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D8416
Notes:
svn path=/head/; revision=504557
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add missing dependencies
- Remove unneeded patches
- Regenerate and rename legacy patches
- Add NLS option to ports providing such a knob, and missing the
option
- Add INSTALL_TARGET=install-strip where missing
- Sort things
- Remove unneeded +=
- Cosmetic changes to OPTION related variables to improve readability
- Update WWW
- Silence portlint warnings about variables order
- Bump PORTREVISION where changing dependencies and/or adding
install-strip
Notes:
svn path=/head/; revision=490953
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same
Makefile.am and clean up the port Makefile.
japanese/scim-honoka: Tries to hide all symbols that start with an
underscore, but because this library is written in C++ all symbols start
with _Z so it ends up hiding everything. Just don't hide anything at all
like the textproc/scim configure script does.
multimedia/schroedinger: Apply an upstream patch.
textproc/scim-input-pad: Same as japanese/scim-honoka.
PR: 201922
Approved by: portmgr (antoine)
Exp-run by: antoine
Notes:
svn path=/head/; revision=393429
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add an XFCE SITE_SUBDIR abbreviation and use it forf or the xfce ports,
which removes the need to set MASTER_SITE_SUBDIR in any of them.
This fixes ports that have USES=xfce but do not use the XFCE MASTER_SITE,
namely sysutils/xfce4-bsdcpufreq-plugin.
With hat: portmgr
Notes:
svn path=/head/; revision=384919
|
|
|
|
| |
Notes:
svn path=/head/; revision=380568
|
|
|
|
| |
Notes:
svn path=/head/; revision=373038
|
|
|
|
|
|
|
| |
- Add INSTALL_TARGET=install-strip
Notes:
svn path=/head/; revision=360745
|
|
|
|
|
|
|
|
|
|
|
| |
- Convert to new LIB_DEPENDS syntax
- Use USES= gmake
- Add LICENSE
- Fix when NLS option is unset
Notes:
svn path=/head/; revision=341838
|
|
|
|
|
|
|
| |
sysutils)
Notes:
svn path=/head/; revision=327772
|
|
|
|
|
|
|
|
|
|
|
| |
While I'm here,
- Finish to convert USES
- Trim Makefile header
- Remove ABI version in LIB_DEPENDS
- Remove desktopfileutils, because MimeType entry is not present in desktop file
Notes:
svn path=/head/; revision=317695
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=316464
|
|
|
|
|
|
|
|
|
|
| |
- Convert to new options framework
Submitted by: myself
Approved by: miwi, rene (mentors)
Notes:
svn path=/head/; revision=301044
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
|
|
|
|
| |
Pointyhat: miwi, Olivier Duchateau
Submitted by: jilles
Notes:
svn path=/head/; revision=297550
|
|
|
|
|
|
|
|
| |
PR: 168072
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
Notes:
svn path=/head/; revision=297447
|
|
|
|
|
|
|
|
|
|
|
| |
otherwise this would lead to insufficient space for the kern.cp_times
sysctlbyname() call. [1]
- Bump PORTREVISION
Noticed/tested by: jilles
Notes:
svn path=/head/; revision=288348
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION [1]
- Move over to xfce@ [2]
PR: ports/163430 [1]
Submitted by: myself [1]
Approved by: Olivier Duchateau [1] [2]
Notes:
svn path=/head/; revision=287616
|
|
|
|
|
|
|
|
|
|
| |
Also remove a commented out BROKEN line for x11/xfce4-clipman-plugin
PR: ports/160730
Submitted by: ryusuke
Notes:
svn path=/head/; revision=284387
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=284239
|
|
|
|
|
|
|
| |
Special Thanks to: miwi, Olivier Duchateau <duchateau.olivier@gmail.com>
Notes:
svn path=/head/; revision=270185
|
|
|
|
|
|
|
|
|
|
|
| |
Add NLS support
PR: ports/153427
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
Approved by: Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=266858
|
|
|
|
|
|
|
|
|
|
|
|
| |
- use MASTER_SITE_XFCE
- change maintainer to submitter
PR: ports/151175
Submitted by: Olivier Duchateau [duchateau.olivier gmail.com]
Approved by: old maintainer [fbsd opal.com]
Notes:
svn path=/head/; revision=262755
|
|
|
|
|
|
|
| |
bump PORTREVISION on all depending ports
Notes:
svn path=/head/; revision=255394
|
|
|
|
| |
Notes:
svn path=/head/; revision=255371
|
|
|
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes:
svn path=/head/; revision=251605
|
|
|
|
| |
Notes:
svn path=/head/; revision=249285
|
|
|
|
|
|
|
|
|
|
|
| |
x11/libexo
x11-toolkits/libxfce4gui
sysutils/xfce4-settings
x11-wm/xfce4-panel
x11/Terminal
Notes:
svn path=/head/; revision=247524
|
|
|
|
|
|
|
|
|
| |
bumped or updated
Requested by: edwin
Notes:
svn path=/head/; revision=238701
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 135866
Submitted by: "J.R. Oldroyd" <fbsd@opal.com>
Notes:
svn path=/head/; revision=236856
|
|
|
|
|
|
|
|
| |
PR: 135384
Submitted by: Rene Ladan <rene@FreeBSD.org> (maintainer)
Notes:
svn path=/head/; revision=235466
|
|
|
|
|
|
|
| |
bump PORTREVISION where necessary
Notes:
svn path=/head/; revision=233310
|
|
|
|
| |
Notes:
svn path=/head/; revision=229569
|
|
|
|
|
|
|
|
| |
PR: 127077
Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=225285
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=214430
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Notes:
svn path=/head/; revision=209697
|
|
|
|
|
|
|
|
| |
Approved by: portmgr (linimon)
Security: CVE-2007-6531, CVE-2007-6532
Notes:
svn path=/head/; revision=207060
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
|
|
|
| |
bump PORTREVISION where needed
Notes:
svn path=/head/; revision=189785
|
|
|
|
|
|
|
|
|
| |
PR: 101029 [1], 108862 [2]
Submitted by: Stanislav Sedov <ssedov at mbsd dot msk dot ru> [1], oliver [2]
Notes:
svn path=/head/; revision=187350
|
|
|
|
|
|
|
|
| |
PR: 109979
Submitted by: Rene Ladan<r.c.ladan@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=186744
|
|
|
|
|
|
|
|
|
| |
PR: ports/108263
Submitted by: oliver
Approved by: maintainer
Notes:
svn path=/head/; revision=183291
|
|
|
|
|
|
|
|
|
| |
- remove all obsolete ports or plugins
- update all plugins to their latest version to support xfce 4.4
(otherwise they won't compile with 4.4)
Notes:
svn path=/head/; revision=182986
|
|
|
|
|
|
|
|
|
|
| |
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
Notes:
svn path=/head/; revision=175261
|
|
|
|
|
|
|
|
|
|
| |
- Take maintainership
PR: ports/97900
Submitted by: Rene Ladan <r.c.ladan@gmail.com>
Notes:
svn path=/head/; revision=163413
|
|
|
|
|
|
|
| |
Approved by: portmgr (kris)
Notes:
svn path=/head/; revision=156749
|
|
|
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
Notes:
svn path=/head/; revision=154116
|