Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.11_13 23 Mar 2024 18:08:32 |
Nuno Teixeira (eduardo) |
x11-fm/rox-filer: Move man pages to share/man
Approved by: portmgr (blanket) |
2.11_12 06 Nov 2023 10:03:47 |
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 |
2.11_12 02 Mar 2023 05:23:10 |
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. (Only the first 15 lines of the commit message are shown above ) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.11_11 07 Sep 2022 21:10:59 |
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.
(Only the first 15 lines of the commit message are shown above ) |
2.11_11 10 Apr 2022 19:11:41 |
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) |
2.11_10 26 Mar 2022 08:27: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 |
2.11_9 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.11_9 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.11_9 12 Sep 2020 23:01:59 |
olgeni |
x11-fm/rox-filer: fix for -fno-common. |
2.11_9 07 Nov 2019 18:36:56 |
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. |
2.11_9 14 Aug 2019 12:25:52 |
mat |
Convert to UCL & cleanup pkg-message (categories x) |
2.11_9 11 Sep 2018 18:34:28 |
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 |
2.11_8 30 Aug 2018 04:05:08 |
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. |
2.11_8 17 Aug 2018 18:06:44 |
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) |
2.11_7 16 Aug 2018 08:37:28 |
pi |
x11-fm/rox-filer: requires libinotify to build
PR: 230250
Submitted by: rsmith@xs4all.nl
Approved by: olgeni (maintainer timeout) |
2.11_6 31 Jul 2018 18:41:30 |
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 |
2.11_5 08 Dec 2016 19:52:20 |
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. |
2.11_4 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
2.11_4 22 May 2015 20:34:29 |
mat |
Remove $FreeBSD$ from patches files everywhere.
With hat: portmgr
Sponsored by: Absolight |
2.11_4 28 Jan 2015 01:07:35 |
amdmi3 |
- Drop @dirrm* from and add empty directories to pkg-plists
Approved by: portmgr blanket, kwm (for gnome@ ports) |
2.11_4 19 Nov 2014 14:31:47 |
bapt |
While here no need to have shared-mime-info added twice in the run dependencies |
2.11_4 19 Nov 2014 14:29:46 |
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 |
2.11_3 24 Sep 2014 12:27:14 |
tijl |
Patch configure instead of configure.in to avoid USE_AUTOTOOLS |
2.11_3 12 Aug 2014 15:29:37 |
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 |
2.11_2 08 Jun 2014 13:14:43 |
olgeni |
Remove indefinite articles from COMMENT where I'm maintainer. |
2.11_2 02 Jun 2014 07:51:45 |
miwi |
- Convert BZIP2 to USES |
2.11_2 16 Apr 2014 18:28:50 |
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 (Only the first 15 lines of the commit message are shown above ) |
2.11_1 08 Nov 2013 15:20:43 |
olgeni |
- Switch to USES=gmake.
- Add staging support.
- Do not mute install commands. |
2.11_1 20 Sep 2013 23:49:40 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-fm) |
2.11_1 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
2.11_1 26 Jan 2013 14:50:30 |
olgeni |
Convert Makefile headers to the new format in my ports. |
2.11_1 14 Oct 2012 14:39:03 |
olgeni |
USE_PKGCONFIG: yes -> build.
Feature safe: yes |
2.11_1 09 Aug 2012 13:05:31 |
olgeni |
Use USE_PKGCONFIG. |
2.11_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
2.11 24 Dec 2011 14:03:58 |
olgeni |
Upgrade to version 2.11. |
2.10_2 18 Mar 2011 17:59:51 |
miwi |
- Get Rid MD5 support
With hat: portmgr (myself) |
2.10_2 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
2.10_2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.10_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
2.10 03 Dec 2009 17:58:46 |
pav |
- Fix build on slow machines
Reported by: pointyhat |
2.10 11 Nov 2009 22:09:15 |
kmoore |
- Fix runtime issues when using CUSTOM prefix
PR: 139647
Submitted by: myself
Approved by: Maintainer Timeout
Approved by: miwi (mentor) |
2.10 22 Aug 2009 00:39:37 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with X |
2.10 25 Jul 2009 16:45:36 |
olgeni |
Upgrade to version 2.10. |
2.8_2 23 Jan 2009 16:28:36 |
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). |
2.8_1 06 Jun 2008 14:12:23 |
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) |
2.8 24 May 2008 13:25:12 |
olgeni |
Upgrade to version 2.8. |
2.7.1_3 20 Apr 2008 17:49:34 |
miwi |
- Fix build after xorg cleanup
Submitted by: pointyhat |
2.7.1_2 19 Apr 2008 17:56:05 |
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) |
2.7.1_1 07 Apr 2008 14:13:58 |
olgeni |
Add missing files to pkg-plist.
PR: ports/122527
Submitted by: Keith Gaughan <keith.gaughan(at)gmail.com> |
2.7.1 24 Mar 2008 23:21:25 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
2.7.1 12 Jan 2008 22:46:55 |
olgeni |
Upgrade to version 2.7.1. |
2.7 19 Dec 2007 20:30:23 |
olgeni |
Add missing directories to pkg-plist.
Noticed by: pav |
2.7 15 Dec 2007 15:25:22 |
olgeni |
Add missing libglade2 to USE_GNOME. |
2.7 12 Dec 2007 14:08:56 |
olgeni |
Upgrade to version 2.7. |
2.6.1 30 Jun 2007 18:14:37 |
olgeni |
Upgrade to version 2.6.1. |
2.6 01 Jun 2007 09:03:22 |
olgeni |
Add missing files.
Noticed by: kris |
2.6 28 May 2007 23:12:21 |
olgeni |
Upgrade to version 2.6. |
2.5_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
2.5 03 Mar 2007 12:52:18 |
olgeni |
Fix PORTNAME, which did not match origin.
Noticed by: rafan |
2.5 06 Aug 2006 18:50:14 |
olgeni |
Upgrade to version 2.5. |
2.4.1_2 19 Jun 2006 20:05:51 |
olgeni |
Do not set CHARSET to iso-8859-1, it is no longer needed. |
2.4.1_1 22 Jan 2006 02:59:29 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
2.4.1_1 08 Jan 2006 17:07:40 |
olgeni |
Fix display issue in "Show extra details" mode.
PR: ports/91514
Submitted by: Neil Hoggarth <neil(at)hoggarth.me.uk> |
2.4.1 06 Jan 2006 10:44:52 |
olgeni |
Upgrade to version 2.4.1. |
2.3_1 15 Nov 2005 06:52:12 |
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. |
2.3_1 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
2.3 28 Aug 2005 19:16:18 |
olgeni |
Upgrade to version 2.3. |
2.2.0_2 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
2.2.0_1 19 Feb 2005 12:37:14 |
olgeni |
Unbreak package build (remove debug executable.)
Noticed by: kris |
2.2.0 29 Jan 2005 15:07:03 |
olgeni |
Upgrade to version 2.2.0. |
2.1.5 23 Jan 2005 12:49:22 |
olgeni |
Upgrade to version 2.1.5. |
2.1.4_1 07 Nov 2004 22:37:47 |
marcus |
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade. |
2.1.4 30 Oct 2004 19:03:29 |
olgeni |
Upgrade to version 2.1.4. |
2.1.3 27 Aug 2004 19:48:35 |
olgeni |
Upgrade to version 2.1.3.
PR: 70903
Submitted by: Roman Bogorodskiy <bogorodskiy (at) inbox.ru> |
2.1.2 05 Jun 2004 12:54:45 |
olgeni |
Update WWW. |
2.1.2 01 May 2004 14:01:46 |
olgeni |
Upgrade to version 2.1.2, display pkg-message in install target. |
2.1.1_3 05 Apr 2004 03:31:02 |
marcus |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
2.1.1_2 18 Mar 2004 20:45:09 |
olgeni |
Add SIZE data.
Submitted by: trevor |
2.1.1_2 14 Mar 2004 06:17:56 |
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. |
2.1.1_2 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
2.1.1_1 28 Jan 2004 19:39:24 |
olgeni |
Add proper configure target by merging patch from ports/62034.
PR: 62034
Submitted by: Ulrich Spoerlein <q@uni.de> |
2.1.1 25 Jan 2004 19:27:04 |
olgeni |
Upgrade to version 2.1.1. |
2.1.0 09 Oct 2003 11:05:37 |
olgeni |
Upgrade to version 2.1.0. |
2.0.1 21 Sep 2003 03:47:05 |
marcus |
Use USE_GNOME to fix the build on bento. |
2.0.1 25 Jul 2003 15:43:11 |
olgeni |
Upgrade to version 2.0.1. |
2.0.0 02 Jun 2003 16:35:07 |
olgeni |
Update to version 2.0.0. |
1.3.10 01 Jun 2003 09:25:38 |
olgeni |
Update to version 1.3.10. |
1.3.9 19 May 2003 21:55:18 |
olgeni |
Add default CHARSET fallback (iso-8859-1). |
1.3.9 18 May 2003 12:38:52 |
olgeni |
Update to version 1.3.9. Add support for updating the shared mime
type database. |
1.3.8 14 May 2003 08:26:31 |
olgeni |
Do not call autoconf in post-patch target. |
1.3.8 21 Apr 2003 10:05:00 |
kris |
Install the rox binary mode 755, not 775 |
1.3.8 30 Mar 2003 13:26:39 |
olgeni |
Update to version 1.3.8. |
1.3.7 30 Mar 2003 13:18:02 |
olgeni |
Trim whitespace at end of file. |
1.3.7 29 Mar 2003 22:06:50 |
olgeni |
Add message about non-UTF-8 filenames and fallback CHARSET encoding. |
1.3.7 24 Mar 2003 13:55:46 |
olgeni |
Fix WWW using specific project page. |
1.3.7 23 Mar 2003 12:19:49 |
olgeni |
Update to version 1.3.7. |
1.3.6_1 23 Feb 2003 10:51:29 |
olgeni |
De-pkg-comment my ports + some more. |
1.3.6_1 07 Feb 2003 19:21:11 |
marcus |
Chase gtk20's shared lib version. |
1.3.6 11 Jan 2003 20:53:32 |
olgeni |
Upgrade to version 1.3.6. |