| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
- Small whitespace changes
- Regenerate patch
Notes:
svn path=/head/; revision=467447
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412351
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<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
|
|
|
|
| |
Notes:
svn path=/head/; revision=391767
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Announce: http://www.xfce.org/about/news/?post=1425081600
Global changes:
- Switch to USES= xfce (D677)
- Reorganize options helper
- Fix USES= gettext-* when NLS option is not set [1], [2]
- Add LICENSE (when missing)
Update:
- to 4.12 (core components)
- audio/xfce4-mpc-plugin to 0.4.5
- deskutils/xfce4-tumbler to 0.1.31
- deskutils/xfce4-xkb-plugin to 0.7.1
- editors/mousepad to 0.4.0
- graphics/ristretto to 0.8.0
- multimedia/xfce4-parole to 0.8.0
- sysutils/garcon to 0.4.0
- sysutils/xfce4-diskperf-plugin to 2.5.5 [3]
- sysutils/xfce4-fsguard-plugin to 1.0.2
- sysutils/xfce4-power-manager to 1.4.3
- sysutils/xfce4-wavelan-plugin to 0.5.12
- x11/libexo to 0.10.3
- x11-fm/thunar to 1.6.6
- x11-themes/gtk-xfce-engine to 3.2.0
PR: 196003 [1], 197251 [2], 198132
Differential Revision: https://reviews.freebsd.org/D677
Submitted by: Kamil Szczesny [1], amdmi3@ [2], myself
Exp-run by: antoine@
Approved by: danilo@ (maintainer) [3]
Tested by: Ivan <enitarzi@gmail.com>
Notes:
svn path=/head/; revision=380565
|
|
|
|
|
|
|
|
|
|
| |
- Adjust dependencies
- Add patch, when NLS option is not set
- Remove DBUS option, dbus-glib is mandatory in some Xfce's libraries
- Update URL in pkg-descr
Notes:
svn path=/head/; revision=377979
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version. When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.
Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it. The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20. Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.
PR: 195724
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=374303
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
And USES=tar:bzip2 here and there.
deskutils/xfce4-notification-daemon:
- Don't patch Makefile.am.
- Link with -lgmodule-2.0 explicitly now that libgtk-x11-2.0.la does not
imply it.
x11/xfce4-wmdock-plugin:
- Make it fetchable.
Notes:
svn path=/head/; revision=353097
|
|
|
|
|
|
|
|
|
|
| |
While I'm here
- Use USES= gmake
- Convert to new LIB_DEPENDS syntax
- Add LICENSE
Notes:
svn path=/head/; revision=341743
|
|
|
|
|
|
|
| |
x11)
Notes:
svn path=/head/; revision=327777
|
|
|
|
|
|
|
|
|
|
|
| |
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=317031
|
|
|
|
| |
Notes:
svn path=/head/; revision=316355
|
|
|
|
|
|
|
| |
Approved by: rene, miwi (mentors, implicit)
Notes:
svn path=/head/; revision=309676
|
|
|
|
|
|
|
|
|
|
|
|
| |
While here,
- Trim header
- Use USE_PKGCONFIG
- Remove ABI version numbers from LIB_DEPENDS
Approved by: rene, miwi (mentors, implicit)
Notes:
svn path=/head/; revision=308916
|
|
|
|
|
|
|
|
| |
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
Notes:
svn path=/head/; revision=308630
|
|
|
|
| |
Notes:
svn path=/head/; revision=305422
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
| |
Notes:
svn path=/head/; revision=297442
|
|
|
|
| |
Notes:
svn path=/head/; revision=291338
|
|
|
|
|
|
|
|
|
|
| |
Also remove a commented out BROKEN line for x11/xfce4-clipman-plugin
PR: ports/160730
Submitted by: ryusuke
Notes:
svn path=/head/; revision=284387
|
|
|
|
|
|
|
| |
Approved by: miwi (previous maintainer, Xfce team member)
Notes:
svn path=/head/; revision=284172
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=278395
|
|
|
|
|
|
|
|
|
|
| |
bump PORTREVISION on depending ports
PR: ports/156913
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
Notes:
svn path=/head/; revision=275173
|
|
|
|
|
|
|
| |
Special Thanks to: miwi, Olivier Duchateau <duchateau.olivier@gmail.com>
Notes:
svn path=/head/; revision=270185
|
|
|
|
|
|
|
|
|
| |
PR: 153428
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
Feature safe: yes
Notes:
svn path=/head/; revision=268386
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
bump PORTREVISION where necessary
Notes:
svn path=/head/; revision=233310
|
|
|
|
| |
Notes:
svn path=/head/; revision=229569
|
|
|
|
| |
Notes:
svn path=/head/; revision=223576
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=209540
|
|
|
|
|
|
|
|
| |
Approved by: portmgr (linimon)
Security: CVE-2007-6531, CVE-2007-6532
Notes:
svn path=/head/; revision=207060
|
|
It supports several nice features, such as:
* Command history
* Auto-completion (including command history)
* Open URLs and eMail addresses in your favourite applications
* Focus grabbing via D-BUS (so you can bind a shortcut to it)
* Custom input field width
WWW: http://goodies.xfce.org/projects/panel-plugins/verve-plugin
Notes:
svn path=/head/; revision=199318
|