Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
10 Apr 2022 19:11:41 3.6_9
|
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) |
26 Mar 2022 08:27:27 3.6_8
|
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 |
06 Apr 2021 14:31:07 3.6_7
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
09 Nov 2020 17:08:12
3.6_7
|
tcberner  |
Prefer graphics/ligvrsvg2-rust over graphics/librsvg2
- switch to the more modern version of librsvg2 on architectures
supporting rust
- this will fix some graphical issues on these architectures
PR: 250276
Exp-run by: antoine
Submitted by: tobik
Differential Revision: https://reviews.freebsd.org/D18878 |
07 Nov 2019 18:36:56
3.6_6
|
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. |
19 Oct 2019 09:05:29
3.6_6
|
tobik  |
x11-wm/openbox: Remove PANGO option and make it mandatory
PANGO_CONFIGURE_OFF was spelled incorrectly, but --disable-pango
does not work:
configure: WARNING: unrecognized options: --disable-pango
Upstream has made it mandatory 13 years ago in
https://github.com/Mikachu/openbox/commit/037fc862b0dd4535accf7b69a8c0112355bd04b1 |
18 Apr 2019 14:13:36
3.6_5
|
novel  |
x11-wm/openbox: fix openbox-xdg-autostart for Python 3
Openbox includes a Python script (openbox-xdg-autostart)
which implements the XDG autostart spec
(https://www.freedesktop.org/wiki/Specifications/autostart-spec/).
The switch of the default Python to 3.6 in ports r498529 broke the script.
The added patch makes the script work again with both Python 2 and 3.
Luckily the only problem was "print" being changed from a keyword
to a regular function.
PR: 237319
Submitted by: Sebastian Schwarz |
16 Jan 2019 16:45:10
3.6_4
|
novel  |
x11-wm/openbox: use @sample for global config files
Even though users usually keep WM configuration local, it's
good to use @sample for global configuration files to avoid
losing it on package reinstalls.
Bump PORTREVISION due to package change.
PR: 227338
Reported by: meine <trialero@gmx.com> |
21 Jan 2018 09:59:14
3.6_3
|
novel  |
x11-wm/opebox: include some third party patches
- Include 3rd party patches from
https://github.com/dylanaraps/openbox-patched. These include
support for rounded corners and some bugfixes. They could be
enabled using the new PATCHES option, which is off by default;
- Use INSTALL_TARGET=install-strip to strip binaries as detected
by stage-qa. |
22 Apr 2017 08:39:21
3.6_2
|
miwi  |
- Fix shebangs
- Add missing dependency
Approved by: maintainer via irc |
01 Apr 2016 14:33:58
3.6_1
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
24 Nov 2015 22:21:16
3.6_1
|
novel  |
x11-wm/openbox: fix dependencies and default package
At build time openbox tries to detect presence of some
X11 extentions libs and headers and silently disables
support for them if they cannot be found.
When building from port, these extensions are usually
available already, so user gets a fully functional package,
however, when installing from package user gets a package with
a limited functionality.
Fix this by adding all the required dependencies to USE_XORG.
PR: 204706
MFH: 2015Q4 |
01 Jun 2015 15:53:56
3.6
|
novel  |
Update to 3.6. |
28 Jan 2015 01:07:55
3.5.2_7
|
amdmi3  |
- Drop @dirrm* from and add empty directories to pkg-plists
Approved by: portmgr blanket, kwm (for gnome@ ports) |
27 Dec 2014 00:09:03
3.5.2_7
|
gblach  |
- Remove Mk/bsd.efl.mk
- Convert USE_EFL=libtool_hack to USES=libtool
- Convert USE_EFL=imlib2 to LIB_DEPENDS=libImlib2.so:...
- Bump PORTVERSION in graphics/imlib2 and in all ports
which depends on imlib2
PR: 196062
Approved by: portmgr |
29 Aug 2014 09:42:06
3.5.2_6
|
amdmi3  |
- Drop .la files, no dependees require them
Approved by: portmgr blanket |
20 Aug 2014 00:25:18
3.5.2_5
|
grembo  |
Remove deletion of LC_MESSAGES directories that are owned by devel/gettext
Reviewed by: bdrewery
Approved by: bdrewery |
15 Aug 2014 12:20:12
3.5.2_5
|
novel  |
Add SVG option for svg icons support using librsvg2. Currently,
that support is automatically enabled if the configure script
finds librsvg2 installed, so having an option gives a predictable
result. This option is enabled by default.
Suggested by: Kamil Szczesny |
14 Jun 2014 18:57:47
3.5.2_4
|
olgeni  |
Unbreak build by requiring and linking xext (see also r353170).
Also, remove "@dirrmtry etc/xdg" due to the following error in staging
checks:
Owned by MTREE: @dirrmtry etc/xdg |
09 May 2014 21:13:10
3.5.2_4
|
amdmi3  |
- Don't remove mtree directories
Approved by: portmgr |
23 Apr 2014 13:25:17
3.5.2_4
|
tijl  |
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above ) |
16 Apr 2014 18:28:50
3.5.2_3
|
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 ) |
06 Mar 2014 04:43:16
3.5.2_2
|
novel  |
Fix package with WITHOUT_NLS enabled. |
02 Mar 2014 23:23:17
3.5.2_2
|
bapt  |
Convert to USES=libtool
Use more options helpers
dirrmtry directory not in the default mtree |
27 Jan 2014 09:44:39
3.5.2_1
|
danfe  |
Stagify, convert to OptionsNG, sort pkg-plist. |
22 Oct 2013 14:04:02
3.5.2_1
|
amdmi3  |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (remaining categories)
- Add note on mtree change to CHANGES
Approved by: portmgr (bdrewery) |
21 Sep 2013 00:01:17
3.5.2_1
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-wm) |
08 Sep 2013 08:54:25
3.5.2_1
|
novel  |
- Fix openbox-gnome-session script which wasn't functional because
of improper sed usage
- Bump PORTREVISION
Debugged and tested by: olgeni |
05 Sep 2013 17:02:21
3.5.2
|
novel  |
- update to 3.5.2
- pet portlint |
31 Aug 2013 01:04:33
3.5.0_3
|
bapt  |
Add an explicit dependency on pkgconf
While here convert USE_GMAKE to USES=gmake |
06 May 2013 06:52:59
3.5.0_3
|
bapt  |
Fix typo |
06 May 2013 06:41:16

|
bapt  |
Finish converting x11* from WITHOUT_NLS to PORT_OPTIONS:MNLS |
24 Apr 2013 18:10:32
3.5.0_3
|
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
27 Mar 2013 14:33:11
3.5.0_3
|
kwm  |
share/gnome/wm-properties is owned by gnomehier, don't try to remove it.
Submitted by: miwimail |
27 Jan 2013 05:55:20
3.5.0_3
|
tabthorpe  |
- Strip header at request of original creator
Submitted by: trevor
With hat: portmgr |
29 Jul 2012 08:17:33
3.5.0_3
|
dougb  |
Remove my personal web site from MASTER_SITES |
01 Jun 2012 05:26:28
3.5.0_3
|
dinoex  |
- update png to 1.5.10 |
25 Mar 2012 14:36:10
3.5.0_2
|
novel  |
- Add missing dependency on startup-notification and add a knob to
disable it
- Bump PORTREVISION
PR: ports/166217
Submitted by: Oleg Pudeyev <oleg@bsdpower.com>
Feature safe: yes |
16 Feb 2012 16:33:28
3.5.0_1
|
novel  |
- Add missing imlib2 dependency and add a knob WITHOUT_IMLIB to
disable imlib2 support
- Bump PORTREVISION
Reported by: Yuri <yuri@rawbw.com> |
20 Aug 2011 20:52:15
3.5.0
|
novel  |
Update to 3.5.0. |
31 Mar 2011 17:47:35
3.4.11.2_1
|
danfe  |
Augment port description.
Approved by: maintainer (novel) |
31 Mar 2011 17:45:48
3.4.11.2_1
|
danfe  |
- Replace direct (via LIB_DEPENDS) libXft dependency with USE_XORG one
- Shorten COMMENT for better readability
- Ensure that lines fit in 80-char terminal window, reformat header
- Add LICENSE (GPLv2)
Reviewed by: maintainer (novel) |
20 Mar 2011 12:54:45
3.4.11.2_1
|
miwi  |
- Get Rid MD5 support |
04 Dec 2010 07:34:27
3.4.11.2_1
|
ade  |
Sync to new bsd.autotools.mk |
31 May 2010 02:01:56
3.4.11.2_1
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
24 May 2010 20:10:24
3.4.11.2
|
dougb  |
Upgrade to version 3.4.11.2:
* Updated Estonian and Portuguese translations.
* Fix a rare crash involving moving fullscreen windows to different monitors
* Fix a more common crash involving pressing right in a menu
Approved by: novel (maintainer) |
23 Apr 2010 03:35:53
3.4.11.1
|
novel  |
- Update to 3.4.11.1 [1]
- Use PLIST_SUB for version substitution
PR: 145734 [1]
Submitted by: dougb [1] |
28 Mar 2010 06:47:48
3.4.11_1
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
22 Feb 2010 18:09:17
3.4.11
|
dougb  |
Upgrade x11-wm/openbox to version 3.4.11
Update the master site to the new openbox.org domain
From the release announcement:
There are a number of bug fixes in this release, and continued
improvements to menu behaviour. The coolest thing however, is changes
to the the focus cycling (Alt-Tab) dialog. It is now dynamic as
windows appear/disappear while focus cycling.
PR: ports/143688
Submitted by: dougb
Approved by: maintainer timeout
Feature safe: yes |
12 Jan 2010 19:45:50
3.4.10
|
novel  |
- Update to 3.4.10
- Update mirrors
- Per portlint, don't clobber CFLAGS in CONFIGURE_ENV
PR: 142442
Submitted by: dougb |
30 Dec 2009 22:13:21
3.4.9
|
novel  |
Update to 3.4.9.
PR: 141792
Submitted by: dougb |
16 Dec 2009 05:00:49
3.4.8
|
dougb  |
I checked for plist problems without enabling gettext
Pointy hat collection: ++ |
16 Dec 2009 01:39:24
3.4.8
|
dougb  |
Update to version 3.4.8 which fixes numerous bugs. Full details on what
is fixed are at http://icculus.org/openbox/index.php/Openbox:Changelog#3.4.8
Fix the plist for users who have x11-themes/clearlooks-themes installed
Fix a bug in xdg-autostart that was reported on the openbox list
Add my personal web site to the mirror list since some of the existing
mirrors have "issues."
PR: ports/141352
Submitted by: me
Approved by: novel (maintainer) |
21 Nov 2009 18:14:27
3.4.7.2
|
novel  |
Add mirrors to MASTER_SITES.
PR: 140554
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> |
02 Aug 2009 19:36:34
3.4.7.2
|
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
18 Jun 2008 07:26:24
3.4.7.2
|
novel  |
Update to 3.4.7.2.
PR: 124696
Submitted by: Chess Griffin <chess@chessgriffin.com> |
06 Jun 2008 14:17:21
3.4.6.1_1
|
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) |
24 Mar 2008 23:21:25
3.4.6.1
|
miwi  |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
09 Feb 2008 06:37:41
3.4.6.1
|
novel  |
Update to 3.4.6.1. |
09 Jan 2008 11:20:43
3.4.5
|
novel  |
Update to 3.4.5.
Submitted by: dougb |
12 Aug 2007 12:36:30
3.4.4
|
novel  |
Update to 3.4.4. |
30 Jul 2007 16:56:16
3.4.3
|
novel  |
Update to 3.4.3. |
23 Jul 2007 09:36:52
3.4.2
|
rafan  |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
12 Jun 2007 05:18:37
3.4.2
|
novel  |
- Update to 3.4.2
- Take maintainership
PR: 113499
Submitted by: novel
Approved by: Stepan Zastupov (former maintainer) |
19 May 2007 20:32:57
3.3.1_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
20 Sep 2006 20:01:47
3.3.1
|
novel  |
Update to 3.3.1.
PR: 103048
Submitted by: maintainer |
13 Sep 2006 18:14:36
3.3
|
novel  |
Fix build on 4.x.
Reported by: pointyhat via kris |
02 Sep 2006 10:04:56
3.3
|
novel  |
Forgot to mention PR#/submitter in previous commit. It was:
PR: 102590
Submitted by: RedChrom <redchrom@gmail.com> (maintainer) |
02 Sep 2006 10:01:30
3.3
|
novel  |
- Update to 3.3
- Move themes to share/themes |
10 Aug 2006 03:55:20
3.2_3
|
rafan  |
- Added knob for the popular and "glamour" split gradient patch
- Pass maintainership to submitter
PR: ports/101624
Submitted by: RedChrom <redchrom at gmail.com> |
11 Feb 2006 21:03:14
3.2_3
|
netchild  |
Reset maintainership to ports@ after ~4 months without any response to any
PR.
Thanks for contributing.
Since the acroread7 port is a somewhat important port for our users, I
will hand it over to emulation@ if no _active_ *committer* takes it
before the ports freeze.
While I'm here:
- fix a little nit in the csound port (I think the intention was to
create no backup file instead of creating one with a "-e" extension)
- set ARCH to i386 in the amd64 case for the acroread7 port. This
is a work-around to be able to install everything when a dependency
is not already installed (ARCH is read-only in sub-makes, so the
dependencies can't change it). This should be removed when the
dependencies are fixed or converted to use bsd.linux-rpm.mk. [1]
Not objected to by: portmgr (explicit: krion; silence: rest)
Maintainer timeout: ~4 months
Submitted by: Sangwoo Shim <sangwoos@gmail.com> [1]
PR: 87985 [1] |
24 Jan 2006 03:16:52
3.2_3
|
edwin  |
SHA256ify
Approved by: krion@ |
22 Jan 2006 06:28:59
3.2_3
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
05 Nov 2005 05:22:06
3.2_3
|
marcus  |
Bump PORTREVISION to chase the glib20 shared library update. |
12 Apr 2005 11:41:47
3.2_2
|
flz  |
- Fix packing list.
PR: ports/78867
Submitted by: Ulrich Spoerlein <q@uni.de>
Approved by: maintainer timeout (1 month) |
12 Mar 2005 10:54:27
3.2_1
|
marcus  |
Bump PORTREVISION to chase the glib20 shared lib version change. |
28 Feb 2005 01:17:20
3.2
|
kris  |
BROKEN: Incorrect pkg-plist |
30 Jun 2004 08:13:38
3.2
|
vs  |
Update to 3.2
PR: ports/66773
Submitted by: Munish Chopra
Approved by: maintainer timeout |
10 Apr 2004 17:26:55
3.1_2
|
trevor  |
Tidy up whitespace. |
05 Apr 2004 03:31:02
3.1_2
|
marcus  |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
16 Mar 2004 22:54:06
3.1_1
|
marcus  |
Chase the new location of libXft. |
17 Feb 2004 05:59:08
3.1_1
|
trevor  |
Try to make this bento-pure: as discovered by Munish Chopra, there
seems to be no directory to receive the Japanese po file, so create
the directory beforehand. |
17 Feb 2004 00:35:01
3.1_1
|
kris  |
BROKEN: Does not install. This port is scheduled to be removed on April 16
if it is still broken at that time. |
04 Feb 2004 05:10:27
3.1_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
27 Jan 2004 16:12:37
3.1
|
trevor  |
Add size data. |
22 Jan 2004 08:05:25
3.1
|
trevor  |
Use PAX macro. |
16 Jan 2004 04:39:04
3.1
|
trevor  |
Update to 3.1.
PR: 60771
Submitted by: Munish Chopra (also requested by "0c", Fritz
Heinrichmeyer, Andreas Semborg and Johan Pettersson) |
20 Nov 2003 16:09:45
3.0
|
trevor  |
Update to 3.0.
Submitted by: Darren "igla" of batterybackups.net |
20 Nov 2003 15:17:44
0.3.0.4_1
|
trevor  |
Attempt to create and delete share/gnome/wm-properties/.
Submitted by: Darren "igla" of batterybackups.net
(also noticed by Andreas Semborg)
Install header files where they can be found during compilation of
obconf. This fixes the problem addressed by Tim Bishop in PR 58836,
but in a different way. |
14 Oct 2003 05:48:56
0.3.0.4_1
|
trevor  |
Install pkg-config files needed by obconf. |
14 Oct 2003 04:44:25
0.3.0.4
|
trevor  |
Update to 3.0-rc4. |
24 Sep 2003 08:43:01
0.3.0.1_1
|
trevor  |
Install libobparser and libobrender shared libraries.
noticed by: Andrew J. Caines of halplant.com and Hendrik Scholz
of raisdorf.net
Install openbox.desktop. |
24 Sep 2003 05:59:05
0.3.0.1
|
trevor  |
Add forgotten dependencies on glib 2.X and libxml 2.X.
Submitted by: Andrew J. Caines of halplant.com
requested by: kris |
08 Sep 2003 00:45:18
0.3.0.1
|
trevor  |
Update to 3.0-beta1. |
21 May 2003 23:45:28
2.2.3
|
trevor  |
I haven't reviewed the sources for the new versions. |
21 May 2003 15:48:48
2.2.3
|
ade  |
Update to 2.2.3
Drive-by commit (MAINTAINER timeout)
PR: 50960
Submitted by: Stijn Hoop <stijn@win.tue.nl> |
01 Mar 2003 14:34:34
1.2.4
|
trevor  |
Retire comment file. |
14 Jul 2002 21:34:37
1.2.4
|
trevor  |
Update to 1.2.4.
requested by: David Hill |
27 May 2002 05:48:02
1.2.1
|
trevor  |
Update to 1.2.1.
Submitted by: Ben Jansens |
26 May 2002 06:47:42
1.2.0
|
trevor  |
Update to 1.2.0. |