Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.0_18 22 Feb 2019 07:48:48 |
bapt |
Remove now unused and long deprecated upstream gtksourceview 1
While remove 2 abandonwares:
- deskutils/fusenshi [1]
- www/erwn
Approved by: maintainer [1] |
0.9.0_18 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
0.9.0_17 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
0.9.0_16 26 Mar 2018 12:38:57 |
bapt |
Make libgnome and libgnomeui not implying esound dependency
It has been a while both does not depend anymore on esound, before this change
esound dependency was wrongly added to plenty of packages which actually does
not depend on it.
While here:
- audio/glame: remove esound support
- games/monkeybubble: add an explicit dependency on esound
- sysutils/gnome-schedule: add en explicit dependency on pkg-config
- comms/kb: add missing dependency on pkgconfig
- x11-toolkits/libgnomeui:
* update to 2.4.5
* use USES=localbase |
0.9.0_15 02 Mar 2018 22:34:53 |
brooks |
Work around the lack of definition of union semun per POSIX.
When feasible do this by adding -D_WANT_SEMUN to CFLAGS or CXXFLAGS.
Where this fails due to ports not honoring C*FLAGS, patch using
__FreeBSD_version to enable the definition.
PR: 224300, 224443 (exp-run)
Approved by: portmgr (antoine)
Exp-run: antoine
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D14137 |
0.9.0_15 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
0.9.0_14 03 Apr 2017 11:42:13 |
bapt |
Fix build with recent sigc++20 |
0.9.0_14 14 Nov 2016 06:49:45 |
linimon |
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
0.9.0_14 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
0.9.0_14 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.9.0_14 27 Mar 2016 14:58:00 |
tijl |
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
supported by libgnutls-dane and gnutls-cli. Also clarify the option
description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4. Some ports used this library
in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed. Ports that used these have been
updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.
net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.
www/hydra: Mark BROKEN. This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.
PR: 207768
Exp-run by: antoine
Approved by: portmgr (antoine) |
0.9.0_13 29 Nov 2014 18:22:33 |
tijl |
Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt. Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.
USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.
Update gettext to 0.19.3.
Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports. When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.
Fix some ports that installed files in lib/locale instead of share/locale.
PR: 194038
Reviewed by: bapt
Exp-run: antoine
Approved by: portmgr (antoine) |
0.9.0_13 20 Oct 2014 11:52:39 |
bapt |
Cleanup plist |
0.9.0_13 01 Sep 2014 19:34:02 |
tijl |
Add USES=libtool to accessibility/atkmm and bump dependent ports |
0.9.0_12 26 Aug 2014 14:06:09 |
tijl |
- Fix missing library problems when the linker enforces explicit linking
PR: 192062
Exp-run by: antoine
Approved by: portmgr (antoine) |
0.9.0_12 29 Jul 2014 19:11:53 |
adamw |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
0.9.0_12 23 Jul 2014 09:54:02 |
tijl |
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
developers)
PR: 191274
Exp-run by: antoine
Approved by: portmgr (antoine) |
0.9.0_11 05 Jul 2014 00:01:29 |
vanilla |
Stagify.
Approved by: portmgr@ (blanket approval) |
0.9.0_11 10 Jun 2014 07:39:02 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt) |
0.9.0_11 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 ) |
0.9.0_10 11 Dec 2013 18:28:10 |
bapt |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in deskutils |
0.9.0_10 20 Sep 2013 16:21:38 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
deskutils) |
0.9.0_10 08 Sep 2013 08:44:57 |
antoine |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt) |
0.9.0_10 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.9.0_9 05 Jun 2011 18:43:16 |
novel |
Chase security/gnutls update and add an UPDATING entry. |
0.9.0_8 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.9.0_8 29 Dec 2010 20:04:42 |
pgollucci |
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR: ports/153292
Submitted by: myself (pgollucci)
Tested by: -exp run by pav
Approved by: portmgr (pav) |
0.9.0_8 10 May 2010 21:19:08 |
kwm |
Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .
This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.
Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.
Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues. (Only the first 15 lines of the commit message are shown above ) |
0.9.0_8 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.9.0_7 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.9.0_6 19 Nov 2009 22:07:43 |
pav |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
0.9.0_6 16 Aug 2009 18:04:40 |
novel |
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update. |
0.9.0_5 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
0.9.0_4 15 Sep 2008 18:12:31 |
gahr |
- Fix build on sparc64 and possibly ia64 (not tested)
Approved by: portmgr (erwin) |
0.9.0_4 06 Jun 2008 13:18:34 |
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) |
0.9.0_3 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) |
0.9.0_2 03 Mar 2008 11:57:08 |
novel |
- Chase security/gnutls shlib version bump
- Add an entry to UPDATING |
0.9.0_1 01 Jul 2007 08:56:17 |
novel |
Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs. |
0.9.0 26 Jun 2007 03:51:37 |
daichi |
deskutils/fusenshi: update to 0.9.0
PR: ports/114012
Submitted by: ozawa@ongs.co.jp (maintainer) |
0.8.6_1 04 Jun 2007 06:59:13 |
daichi |
- Fix for GCC 4.2.x.
- Remove 4.X support.
Submitted by: ozawa@ongs.co.jp (maintainer) |
0.8.6_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}. |
0.8.6 29 Mar 2007 15:16:43 |
miwi |
- Update to 0.8.6
PR: 111011
Submitted by: Masanori OZAWA<ozawa@ongs.co.jp> (maintainer) |
0.8.5 04 Mar 2007 13:47:50 |
daichi |
deskutils/fusenshi: update to 0.8.5
PR: ports/109851
Submitted by: Masanori OZAWA (maintainer) |
0.8.4 20 Feb 2007 12:51:26 |
daichi |
deskutils/fusenshi: update to 0.8.4
PR: ports/109358
Submitted by: Masanori OZAWA (maintainer) |
0.8.3 31 Oct 2006 11:04:12 |
miwi |
- Update to 0.8.3
PR: ports/104601
Submitted by: Masanori OZAWA<ozawa@ongs.co.jp> (maintainer) |
0.8.2 15 Mar 2006 16:16:16 |
daichi |
deskutils/fusenshi: update to 0.8.2
- update to 0.8.2
PR: ports/94472
Submitted by: maintainer |
0.8.1 26 Dec 2005 22:24:36 |
pav |
- Update to 0.8.1
PR: ports/90935
Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> (maintainer) |
0.8.0 05 Dec 2005 09:30:32 |
garga |
- Update to 0.8.0
- Respect WITHOUT_SSL knob
PR: ports/89840
Submitted by: maintainer |
0.7.6 29 Nov 2005 11:50:07 |
flz |
- Update to 0.7.6.
- Add SHA256 checksum.
PR: ports/89714
Submitted by: maintainer |
0.7.5_1 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
0.7.5 28 Jul 2005 17:33:24 |
daichi |
deskutils/fusenshi:
- update to 0.7.4
- change maintainer to Masanori OZAWA <ozawa@ongs.co.jp> who is
developer of this application
PR: ports/84216
Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> |
0.7.4 28 Jul 2005 05:56:46 |
daichi |
deskutils/fusenshi: update to 0.7.4
PR: ports/84206
Submitted by: maintainer |
0.7.3 23 May 2005 13:01:54 |
daichi |
deskutils/fusenshi: update to 0.7.3
PR: ports/81044
Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> |
0.7.2_1 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
0.7.2 14 Feb 2005 13:33:31 |
daichi |
update to 0.7.2
Submitted by: ozawa@ongs.co.jp |
0.7.1_1 01 Feb 2005 08:10:30 |
daichi |
I have forgotten to add patch file.
Submitted by: ozawa@ongs.net |
0.7.1_1 01 Feb 2005 06:01:50 |
daichi |
fixed for build on 4-stable
Submitted by: ozawa@ongs.net |
0.7.1 09 Jan 2005 16:22:06 |
daichi |
update to 0.7.1
Submitted by: ozawa@ongs.co.jp |
0.7.0_2 22 Nov 2004 12:23:21 |
daichi |
Add patch file for bugfix and.
Submitted by: Masanori OZAWA (ozawa@ongs.co.jp) |
0.7.0_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. |
0.7.0 06 Jul 2004 14:00:44 |
daichi |
Fix a miss url in pkg-descr |
0.7.0 02 Apr 2004 06:10:43 |
daichi |
add new ports deskutils/fusenshi
- Fusenshi is a Post-it(R) like application. You can take notes
on your desktop and send them to others with it. |