non port: x11-fm/rox-filer/Makefile |
Number of commits found: 110 (showing only 100 on this page) |
Saturday, 23 Mar 2024
|
18:08 Nuno Teixeira (eduardo)
x11-fm/rox-filer: Move man pages to share/man
Approved by: portmgr (blanket)
2d6bce8 |
Monday, 6 Nov 2023
|
10:03 Rodrigo Osorio (rodrigo)
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888
06df180 |
Thursday, 2 Mar 2023
|
05:23 Tobias C. Berner (tcberner)
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.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
notifications (!63).
* Various code clean-ups and test improvements.
What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
to be registered only for a given application (!52).
- accessibility/atk and accessibility/at-spi2-atk have been merged into
accessibility/at-spi2-core
- accessibility/at-spi2-core: bump consumers of removed ports atk and
at-spi2-atk
PR: 269704
Exp-run by: antoine
---
fa81a4f |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Sunday, 10 Apr 2022
|
19:11 Charlie Li (vishwin)
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)
d63665f |
Saturday, 26 Mar 2022
|
08:27 Matthias Fechner (mfechner)
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
247c7db |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Thursday, 7 Nov 2019
|
18:36 zeising
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.
|
Tuesday, 11 Sep 2018
|
18:34 zeising
Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906
|
Thursday, 30 Aug 2018
|
04:05 danfe
Remove redundant DOCS, NLS, EXAMPLES, and IPV6 from OPTIONS_DEFAULT as they
are put there by the framework (see line 200 of Mk/bsd.options.mk), except
for `finance/quantlib' which makes very unorthodoxal usage of port options.
|
Friday, 17 Aug 2018
|
18:06 pi
x11-fm/rox-filer: add missing dependencies and clean Makefile
- Regenerate patch files with make makepatch.
- Remove useless assignment to DISTNAME.
- Add a lib dependency on print/freetype2
- Add a lib dependency on x11-fonts/fontconfig
- Add LICENSE= GPLv2+
- Move USES ahead of USE_*
- Add gettext-runtime:build to the USES variable
- Add ice to the variable USE_XORG and sort the corresponding list
- Add cairo and gdkpixbuf2 to the variable USE_GNOME
- Reindent the lines of the target post-configure
- Split a line of the target do-install
- Replace the use of ${CHMOD} 755 in Makefile
with the use of @(,,755) in pkg-plist
PR: 230710
Submitted by: Samy Mahmoudi <samy.mahmoudi@gmail.com>
Approved by: olgeni (maintainer)
|
Thursday, 16 Aug 2018
|
08:37 pi
x11-fm/rox-filer: requires libinotify to build
PR: 230250
Submitted by: rsmith@xs4all.nl
Approved by: olgeni (maintainer timeout)
|
Tuesday, 31 Jul 2018
|
18:41 zeising
Switch to xorgproto instead of individual packages
Upstream used to distribute protocol headers as separate packages, but has
decided to merge those to a common package, named xorgproto. This update
tracks that change.
* Add a new port, x11/xorgproto, with are protocol headers for xorg.
* Hook the new protocol port to the build and to infrastructure in
bsd.xorg.mk.
* Update all ports with a dependency on any of the old *proto packages to
instead depend on xorgproto. Bump portrevision.
* Delete the old *proto packages, update MOVED.
PR: 230023
Submitted by: zeising
Approved by: portmgr (antoine)
exp-run by: antoine
|
Thursday, 8 Dec 2016
|
19:52 tijl
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
|
Wednesday, 19 Nov 2014
|
14:31 bapt
While here no need to have shared-mime-info added twice in the run dependencies
|
14:29 bapt
Remove useless dependencies on some gnome2 components
The port does not link to any of the following components that were in list of
dependencies:
- gconf2,
- gnomevfs2,
- libglade2
- libIDL,
- orbit2
|
Wednesday, 24 Sep 2014
|
12:27 tijl
Patch configure instead of configure.in to avoid USE_AUTOTOOLS
|
Tuesday, 12 Aug 2014
|
15:29 tijl
Fix problems with missing libs when the linker enforces explicit linking
(ports that are dependencies of other ports)
net-p2p/transmission-cli: add USES=libtool and remove PTHREAD_LIBS
sysutils/deltup: simplify patch by using MAKE_ARGS
x11-fm/rox-filer: convert to USES=shared-mime-info
x11-wm/emerald: remove PTHREAD_LIBS
PR: 192062
|
Sunday, 8 Jun 2014
|
13:14 olgeni
Remove indefinite articles from COMMENT where I'm maintainer.
|
Monday, 2 Jun 2014
|
07:51 miwi
- Convert BZIP2 to USES
|
Wednesday, 16 Apr 2014
|
18:28 zeising
The FreeBSD x11@ and graphics team proudly presents
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)
|
Friday, 8 Nov 2013
|
15:20 olgeni
- Switch to USES=gmake.
- Add staging support.
- Do not mute install commands.
|
Friday, 20 Sep 2013
|
23:49 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-fm)
|
Tuesday, 23 Apr 2013
|
14:20 bapt
Finish converting the whole ports tree to USES=pkgconfig
|
Saturday, 26 Jan 2013
|
14:50 olgeni
Convert Makefile headers to the new format in my ports.
|
Sunday, 14 Oct 2012
|
14:39 olgeni
USE_PKGCONFIG: yes -> build.
Feature safe: yes
|
Thursday, 9 Aug 2012
|
13:05 olgeni
Use USE_PKGCONFIG.
|
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
|
Saturday, 24 Dec 2011
|
14:03 olgeni
Upgrade to version 2.11.
|
Saturday, 4 Dec 2010
|
07:34 ade
Sync to new bsd.autotools.mk
|
Sunday, 28 Mar 2010
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Friday, 5 Feb 2010
|
11:46 dinoex
- update to jpeg-8
|
Thursday, 3 Dec 2009
|
17:58 pav
- Fix build on slow machines
Reported by: pointyhat
|
Wednesday, 11 Nov 2009
|
22:09 kmoore
- Fix runtime issues when using CUSTOM prefix
PR: 139647
Submitted by: myself
Approved by: Maintainer Timeout
Approved by: miwi (mentor)
|
Saturday, 22 Aug 2009
|
00:39 amdmi3
- Switch SourceForge ports to the new File Release System: categories starting
with X
|
Saturday, 25 Jul 2009
|
16:45 olgeni
Upgrade to version 2.10.
|
Friday, 23 Jan 2009
|
16:28 flz
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
|
Friday, 6 Jun 2008
|
14:12 edwin
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)
|
Saturday, 24 May 2008
|
13:25 olgeni
Upgrade to version 2.8.
|
Sunday, 20 Apr 2008
|
17:49 miwi
- Fix build after xorg cleanup
Submitted by: pointyhat
|
Saturday, 19 Apr 2008
|
17:56 miwi
- 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)
|
Monday, 7 Apr 2008
|
14:13 olgeni
Add missing files to pkg-plist.
PR: ports/122527
Submitted by: Keith Gaughan <keith.gaughan(at)gmail.com>
|
Monday, 24 Mar 2008
|
23:21 miwi
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
|
Saturday, 12 Jan 2008
|
22:46 olgeni
Upgrade to version 2.7.1.
|
Saturday, 15 Dec 2007
|
15:25 olgeni
Add missing libglade2 to USE_GNOME.
|
Wednesday, 12 Dec 2007
|
14:08 olgeni
Upgrade to version 2.7.
|
Saturday, 30 Jun 2007
|
18:14 olgeni
Upgrade to version 2.6.1.
|
Monday, 28 May 2007
|
23:12 olgeni
Upgrade to version 2.6.
|
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Saturday, 3 Mar 2007
|
12:52 olgeni
Fix PORTNAME, which did not match origin.
Noticed by: rafan
|
Sunday, 6 Aug 2006
|
18:50 olgeni
Upgrade to version 2.5.
|
Monday, 19 Jun 2006
|
20:05 olgeni
Do not set CHARSET to iso-8859-1, it is no longer needed.
|
Sunday, 8 Jan 2006
|
17:07 olgeni
Fix display issue in "Show extra details" mode.
PR: ports/91514
Submitted by: Neil Hoggarth <neil(at)hoggarth.me.uk>
|
Friday, 6 Jan 2006
|
10:44 olgeni
Upgrade to version 2.4.1.
|
Tuesday, 15 Nov 2005
|
06:52 ade
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
Saturday, 5 Nov 2005
|
05:22 marcus
Bump PORTREVISION to chase the glib20 shared library update.
|
Sunday, 28 Aug 2005
|
19:16 olgeni
Upgrade to version 2.3.
|
Saturday, 12 Mar 2005
|
10:54 marcus
Bump PORTREVISION to chase the glib20 shared lib version change.
|
Saturday, 19 Feb 2005
|
12:37 olgeni
Unbreak package build (remove debug executable.)
Noticed by: kris
|
Saturday, 29 Jan 2005
|
15:07 olgeni
Upgrade to version 2.2.0.
|
Sunday, 23 Jan 2005
|
12:49 olgeni
Upgrade to version 2.1.5.
|
Sunday, 7 Nov 2004
|
22:37 marcus
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
|
Saturday, 30 Oct 2004
|
19:03 olgeni
Upgrade to version 2.1.4.
|
Friday, 27 Aug 2004
|
19:48 olgeni
Upgrade to version 2.1.3.
PR: 70903
Submitted by: Roman Bogorodskiy <bogorodskiy (at) inbox.ru>
|
Saturday, 1 May 2004
|
14:01 olgeni
Upgrade to version 2.1.2, display pkg-message in install target.
|
Monday, 5 Apr 2004
|
03:31 marcus
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
|
Sunday, 14 Mar 2004
|
06:17 ade
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
Wednesday, 4 Feb 2004
|
05:10 marcus
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
|
Wednesday, 28 Jan 2004
|
19:39 olgeni
Add proper configure target by merging patch from ports/62034.
PR: 62034
Submitted by: Ulrich Spoerlein <q@uni.de>
|
Sunday, 25 Jan 2004
|
19:27 olgeni
Upgrade to version 2.1.1.
|
Thursday, 9 Oct 2003
|
11:05 olgeni
Upgrade to version 2.1.0.
|
Sunday, 21 Sep 2003
|
03:47 marcus
Use USE_GNOME to fix the build on bento.
|
Friday, 25 Jul 2003
|
15:43 olgeni
Upgrade to version 2.0.1.
|
Monday, 2 Jun 2003
|
16:35 olgeni
Update to version 2.0.0.
|
Sunday, 1 Jun 2003
|
09:25 olgeni
Update to version 1.3.10.
|
Sunday, 18 May 2003
|
12:38 olgeni
Update to version 1.3.9. Add support for updating the shared mime
type database.
|
Wednesday, 14 May 2003
|
08:26 olgeni
Do not call autoconf in post-patch target.
|
Monday, 21 Apr 2003
|
10:05 kris
Install the rox binary mode 755, not 775
|
Sunday, 30 Mar 2003
|
13:26 olgeni
Update to version 1.3.8.
|
Sunday, 23 Mar 2003
|
12:19 olgeni
Update to version 1.3.7.
|
Sunday, 23 Feb 2003
|
10:51 olgeni
De-pkg-comment my ports + some more.
|
Friday, 7 Feb 2003
|
19:21 marcus
Chase gtk20's shared lib version.
|
Saturday, 11 Jan 2003
|
20:53 olgeni
Upgrade to version 1.3.6.
|
Thursday, 2 Jan 2003
|
13:18 olgeni
(whitespace) Separate assignments from Makefile targets.
|
13:16 olgeni
Update to 1.3.5.
|
13:05 olgeni
Add support for ARCH != i386.
|
Thursday, 10 Oct 2002
|
21:37 olgeni
Update to version 1.3.4.
|
Sunday, 28 Jul 2002
|
19:24 olgeni
Update port to version 1.3.3.
|
Sunday, 23 Jun 2002
|
15:06 olgeni
Update to version 1.3.2.
|
Friday, 31 May 2002
|
10:09 olgeni
Update port to version 1.3.1 (uses shared-mime-info rather than rox-base).
Fix a small bug from post-extract (wrong icon path).
|
Friday, 24 May 2002
|
09:46 olgeni
Update port to version 1.3.0 (which requires gtk2).
|
Monday, 18 Feb 2002
|
09:40 olgeni
Update port to version 1.2.0.
|
Friday, 15 Feb 2002
|
20:13 olgeni
Update port to version 1.1.14.
|
Saturday, 26 Jan 2002
|
22:34 olgeni
Update port to version 1.1.12.
|
Saturday, 27 Oct 2001
|
23:34 olgeni
Add missing dependency on textproc/libxml (from bento error logs).
|
Sunday, 7 Oct 2001
|
13:04 olgeni
Update port to version 1.1.7, and sort PLIST.
|
Saturday, 22 Sep 2001
|
23:53 olgeni
Do not depend on the whole Gnome: this port only uses gtk and gdk-pixbuf.
|
Thursday, 12 Jul 2001
|
20:58 olgeni
Update port to version 1.1.6.
|
Saturday, 9 Jun 2001
|
22:41 olgeni
Update port to version 1.1.5.
|
Number of commits found: 110 (showing only 100 on this page) |