Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.2.6 27 Mar 2017 20:14:16
  |
jkim  |
Update to 5.2.6. |
5.2.5_5 10 Feb 2017 02:02:54
  |
jkim  |
Refine r433663. If "use-header-bar" property of the dialog is set to TRUE,
it uses a GtkHeaderBar for action buttons instead of the action area and
gtk_dialog_get_header_bar() should not return NULL. If it is set to FALSE,
gtk_dialog_get_header_bar() always returns NULL. In other words, we should
not remove buttons from both header bar and action area in any case. This
patch also removes pointless assertions from the previous patch.
PR: 203563 |
5.2.5_4 08 Feb 2017 22:22:21
  |
jkim  |
Do not apply the kludge for PR214473 on all supported FreeBSD versions.
These patches actually reintroduced an upstream bug.
https://gerrit.libreoffice.org/22291
PR: 214473 |
5.2.5_3 08 Feb 2017 18:44:55
  |
jkim  |
- Stop crashing when GTK3 GUI is enabled.
- Always use gtk_dialog_get_action_area(). It was available since GTK 2.14.
PR: 203563 |
5.2.5_2 07 Feb 2017 22:43:46
  |
jkim  |
Let the users know GTK3 support is still considered experimental. |
5.2.5_2 07 Feb 2017 20:37:18
  |
jkim  |
Fix opening URL via xdg-open.
Submitted by: Alexander Zagrebin (alex at zagrebin dot ru) (initial patch) |
5.2.5_1 07 Feb 2017 19:42:00
  |
jkim  |
- Catch up with liborcus 0.12.1.
- Make option GNOME imply GTK2 again. |
5.2.5 01 Feb 2017 00:52:30
  |
jkim  |
Update to 5.2.5. |
5.2.4_3 18 Jan 2017 13:20:32
  |
tijl  |
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine) |
5.2.4_3 11 Jan 2017 10:08:38
  |
amdmi3  |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket |
5.2.4_3 07 Jan 2017 14:43:11
  |
jbeich  |
textproc/hunspell: update to 1.6.0
- Restore DIST_SUBDIR from r305651
- Adjust license for "or later" clause
- Restore GPLv2+/LGPL21+ license files removed upstream as
GPLv3+/LGPL3+ only affects Hunspell 2.0 (not currently built)
- Unbreak |make makepatch|
Changes: https://github.com/hunspell/hunspell/releases/tag/v1.6.0
PR: 215714
Submitted by: sunpoet (based on)
Exp-run by: antoine
MFH: 2017Q1
Differential Revision: https://reviews.freebsd.org/D8887 |
5.2.4_2 07 Jan 2017 10:42:51
  |
olivierd  |
Chase update of graphics/poppler (and slaves ports) in revision r430777 |
5.2.4_1 06 Jan 2017 08:45:04
  |
jbeich  |
devel/boost-*: update to 1.63.0
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1 |
5.2.4 01 Jan 2017 17:54:02
  |
jkim  |
Update to 5.2.4. |
5.2.3_5 18 Dec 2016 22:06:50
  |
tcberner  |
Get rid of QT_PREFIX in favour of PREFIX.
QT_PREFIX was a remnant of a bygone time.
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D8825 |
5.2.3_5 03 Dec 2016 22:24:36
  |
jbeich  |
textproc/hunspell: update to 1.5.4
Changes: https://github.com/hunspell/hunspell/blob/v1.5.4/ChangeLog
PR: 214837
Exp-run by: antoine (for 1.5.3)
Approved by: office (bapt) |
5.2.3_4 23 Nov 2016 12:45:47
  |
jbeich  |
devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office) |
5.2.3_3 20 Nov 2016 12:45:37
  |
bapt  |
Use @post[un]exec instead of deprecated @[un]exec which is deprecated
Do not bump portrevision as it does not change the final package |
5.2.3_3 19 Nov 2016 18:21:20
  |
jbeich  |
devel/icu: update to 58.1
Changes: http://site.icu-project.org/download/58
PR: 214384
Exp-run by: antoine
Approved by: office (bapt) |
5.2.3_2 15 Nov 2016 15:29:15
  |
jbeich  |
editors/libreoffice: unbreak against ICU 58.1
i18npool/source/breakiterator/breakiterator_unicode.cxx:69:13: error:
'setBreakType' is a private member of 'icu::RuleBasedBreakIterator'
setBreakType(type);
^
/usr/local/include/unicode/rbbi.h:657:10: note: declared private here
void setBreakType(int32_t type);
^
1 error generated.
PR: 214437
Obtained from: upstream
Approved by: portmgr blanket |
5.2.3_2 13 Nov 2016 22:38:15
  |
bapt  |
Fix runtime issues related to thread_locale
__cxa_thread_atexit which is needed when building c++11 program using
thread_locale is only defined on FreeBSD 11-STABLE and 12-CURRENT
Backout the change in libreoffice which happened during the 5.2 dev phase adding
thread_locale
PR: 214473
Reported by: Dusan Vejnovic <freebsd@dussan.org>
Tested by: Dusan Vejnovic <freebsd@dussan.org> |
5.2.3_1 13 Nov 2016 12:43:22
  |
bapt  |
Replace UPDATING entry by CONFLICTS_BUILD which is designed for that
Reported by: jbeich |
5.2.3_1 12 Nov 2016 18:50:34
  |
bapt  |
Add bash-completion files to the package
PR: 214451
Reported by: jbeich |
5.2.3 12 Nov 2016 14:09:41
  |
bapt  |
Fix typo I forgot to commit earlier
Reported by: Stari Karp <starikarp@yandex.com> |
5.2.3 12 Nov 2016 13:26:31
  |
bapt  |
Allow to bulid as root
PR: 214440
Reported by: O. Hartmann <ohartmann@walstatt.org> |
5.2.3 12 Nov 2016 09:45:22
  |
bapt  |
Update libreoffice to 5.2.3 and liborcus to 0.11.2 |
5.0.6_4 26 Oct 2016 18:23:12
  |
jkim  |
Remove an extraneous brace for libstdc++ for completeness. Note this change
alone does not allow us to build LibreOffice with GCC and libstdc++. |
5.0.6_4 09 Oct 2016 12:10:02
  |
jbeich  |
devel/nspr, security/nss: drop version from SONAME
No other downstream appends synthetic library version, and doing so
causes underlinking due to fragile build system (see below). Not to
mention being unable to swap out bundled libs from upstream builds.
$ cc -lplds4 -L/usr/local/lib
/usr/lib/crt1.o: In function `_start1':
crt1_c.c:(.text+0xa6): undefined reference to `main'
/usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np'
/usr/local/lib/libplds4.so: undefined reference to `pthread_create'
/usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init'
/usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam'
/usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam'
PR: 213144
Exp-run by: antoine |
5.0.6_3 20 Sep 2016 20:56:57
  |
jkim  |
Revert r422225 as devel/ucpp is now fixed. |
5.0.6_3 15 Sep 2016 20:25:28
  |
bapt  |
Use bundled ucpp at build time rather than the BROKEN devel/ucpp
Reported by: antoine |
5.0.6_3 05 Sep 2016 20:02:03
  |
olivierd  |
Chase update of Poppler after revision r421386 |
5.0.6_2 24 Aug 2016 08:20:31
  |
tcberner  |
Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks and
Plasma5 ports
At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When
working on the ports for KDE Frameworks and Plasma5 it seemed to be more
reasonable to create a new kde.mk instead of adding an bsd.kde5.mk.
The kde.mk in this review is a stripped down version of the one we are using in
the KDE Test repositories plasma5 branch [1] to only contain the parts relevant
to the current KDE4 ports in the portstree [2].
Changes to the KDE Ports needed by this:
Replace USE_KDE4 by USE_KDE [3]
Add USES=kde:4 [4] (Only the first 15 lines of the commit message are shown above ) |
5.0.6_2 06 Jul 2016 22:10:14
  |
mat  |
Bump PORTREVISION for the icu revert.
This time not bumping lang/php70, but devel/php70-intl which is the one
really depending on icu.
PR: 205120
With hat: portmgr
Sponsored by: Absolight |
5.0.6_1 06 Jul 2016 07:34:13
  |
gahr  |
devel/icu: bump PORTREVISION on dependent ports |
5.0.6 14 Jun 2016 04:42:13
  |
jkim  |
Fix build on head. |
5.0.6 07 May 2016 03:28:18
  |
jkim  |
Update to 5.0.6. |
5.0.5_1 25 Apr 2016 16:14:02
  |
mat  |
Remove USE_FIREBIRD from bsd.databases.mk, replaced by USES=firebird.
Also:
- replace USE_FIREBIRD by USES=firebird.
- convert ports depending on databases/firebird25-client directly to
USES=firebird.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951 |
5.0.5_1 14 Apr 2016 17:48:51
  |
jkim  |
- Update to 1.1.0.
- Copy the previous port to devel/mdds0. |
5.0.5_1 01 Apr 2016 20:15:05
  |
amdmi3  |
- Fix handling of empty directories in documentation
PR: 207368
Submitted by: amdmi3
Approved by: maintainer timeout (office, > 1 month) |
5.0.5_1 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
5.0.5_1 11 Mar 2016 11:53:42
  |
tijl  |
Combine print/cups-base, print/cups-client and print/cups-image into
print/cups and update it to 2.1.3. Also remove print/cups-pstoraster,
improve print/cups-filters, print/foomatic-* and update print/hplip to
3.16.2.
Long description:
First some background. When you hand a file to cups it sets up a chain of
filter programs that converts the file to something a printer understands.
Each filter has a cost associated with it and cups tries to find the
cheapest chain. Costs used to be configured in such a way that files were
first converted to PostScript. This could then be manipulated further (e.g.
putting multiple pages on one sheet) before finally being sent to a
PostScript printer or another filter like pstoraster which produces a raster
format understood by non-PostScript printer drivers. Nowadays most filters (Only the first 15 lines of the commit message are shown above ) |
5.0.5 15 Feb 2016 19:32:17
  |
jkim  |
Update to 5.0.5. |
5.0.4_2 08 Feb 2016 18:29:36
  |
tijl  |
Add upstream patches that resolve a deadlock when one thread closes a
socket or pipe while another thread is still accepting connections.
PR: 205922
Approved by: office (jkim) |
5.0.4_1 22 Jan 2016 17:20:28
  |
kwm  |
Bump Libreoffice, evince-lite and atril-lite for the poppler update. |
5.0.4 17 Dec 2015 19:03:55
  |
jkim  |
Update to 5.0.4. |
5.0.3_1 09 Dec 2015 23:43:30
  |
jbeich  |
math/glm: update to 0.9.7.1,1
Changes: https://github.com/g-truc/glm/releases/tag/0.9.7.1
PR: 203181
Approved by: maintainer timeout (83 days) |
5.0.3 03 Nov 2015 17:47:02
  |
jkim  |
Update to 5.0.3. |
5.0.2 25 Sep 2015 21:03:10
  |
jkim  |
Remove redundant PostgreSQL version restriction as we do not support 8.x. |
5.0.2 23 Sep 2015 21:06:13
  |
jkim  |
Update to 5.0.2. |
5.0.1_1 20 Sep 2015 01:13:48
  |
jbeich  |
Convert the rest to USE_GL
Tested by: make describe (only touched ports)
Approved by: portmgr blanket |
5.0.1_1 10 Sep 2015 09:24:01
  |
marino  |
editors/libreoffice: Limit libstdc++ check to FreeBSD
DragonFly's base libstdc++ *is* c++11 compliant, so marking LO
broken solely based on use of libstdc++ is erroneous logic. However,
limiting the check to FreeBSD (and the OSVERSION check after it) is
legitimate, and that's what this commit does to unbreak DragonFly.
If it had just been the one check, I would have used BROKEN_FreeBSD
instead. |
5.0.1_1 04 Sep 2015 15:08:41
  |
jkim  |
Unset the DISPLAY environment variable to work around a CppUnit test. |
5.0.1_1 03 Sep 2015 04:45:18
  |
jkim  |
- Properly update icon caches when GTK2 and/or GTK3 option is set.
- Fix build when CUPS option is not set.
- Simplify and tidy up PLIST auto-generation.
- Reduce Clang 3.6 warnings. |
5.0.1 01 Sep 2015 21:26:45
  |
jkim  |
Update LibreOffice to 5.0.1.
Unfortunately, LibreOffice project completely dropped support for pre-C++11
compilers and libraries since 4.4. Therefore, we cannot easily build it on
FeeBSD 9.x any more unless the system was rebuilt with WITH_CLANG_IS_CC and
WITH_LIBCPLUSPLUS. If user is unable to upgrade the system for some reason,
the old port, i.e., 4.3.7, is still available from devel/libreoffice4 (with
no language packs). |
4.3.7_1 02 Aug 2015 16:06:17
  |
kwm  |
Update poppler to 0.34.0. [1]
Chase all users of shlib version change of libpoppler.so.
PR: 201477 [1]
Submitted by: olivierd@ [1] |
4.3.7 25 Jul 2015 10:53:12
  |
ak  |
- Fix typo: ONLY_FOR_ARCH -> ONLY_FOR_ARCHS
Approved by: bapt (manintainer), office (bapt) |
4.3.7 22 Jun 2015 18:33:22
  |
antoine  |
Convert to USES=jpeg |
4.3.7 14 May 2015 07:02:07
  |
amdmi3  |
- Add CPE info
Approved by: portmgr blanket |
4.3.7 03 May 2015 06:37:11
  |
pi  |
editors/libreoffice: fix build, if JAVA is selected
... which needs junit, which was updated because it no longer built,
which caused a new dependency on hamcrest.
PR: 199819
Submitted by: danilo
Approved by: just fix it approval |
4.3.7 25 Apr 2015 17:30:29
  |
jkim  |
Update to 4.3.7. |
4.3.6_1 23 Apr 2015 21:26:10
  |
bapt  |
Update icu to 55.1 |
4.3.6 22 Mar 2015 16:43:57
  |
marino  |
editors/libreoffice: Fix build on gcc-5
PR: 197947
Submitted by: marino
Approved by: maintainer timeout |
4.3.6 21 Mar 2015 23:05:21
  |
bapt  |
Make fonts repecting XDG
Xorg is now looking in ${LOCALBASE}/share/fonts by default
Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1))
Large cleanup on lots of font ports
All fonts are now properly dynamically generating fonts.dir and fonts.scale
instead of sometime overwriting existing ones)
All fonts are generating fontconfig's cache
Improve consistency in fonts ports |
4.3.6 20 Feb 2015 20:26:24
  |
jkim  |
- Update to 4.3.6.
- Enable GIO when GTK2 or GTK3 is enabled. [1]
Submitted by: tijl [1] |
4.3.5_3 03 Feb 2015 12:28:24
  |
kwm  |
Update poppler to 0.30.0 [1].
Make sure we use openjpeg1 in poppler, while openjpeg2 support
was added there still bugs in openjpeg2 that need to be fixed.
Add patches to inkscape for API changes in poppler 0.29.0 [2].
PR: 196599 [1]
Submitted by: olivierd@ [1]
Exp-run by: antoine@
Obtained from: upstream [2] |
4.3.5_2 03 Jan 2015 08:06:13
  |
jkim  |
Use gstreamer 1.0 instead of 0.10 for MMEDIA option.
Submitted by: tijl |
4.3.5_2 25 Dec 2014 20:54:43
  |
bapt  |
Bump portrevision after png update |
4.3.5_1 25 Dec 2014 19:04:27
  |
antoine  |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
4.3.5_1 24 Dec 2014 06:03:23
  |
ohauer  |
- rename www/neon29 to www/neon and update to neon-0.30.1
- adjust ports depending on neon, bump PORTREVISION
Changelog:
Fix memory leak with GnuTLS (Werner Baumann, Patrick Ohly).
Fix possible crash after DNS lookup errors on Windows (Olivier Goffart).
Don't fail if the SSL cert changes between connections with OpenSSL, behaviour
now matches that with GnuTLS.
Fix PKCS#11 support under OpenSSL with TLS 1.2.
Fix static linking with pkg-config file (Alan H)
PR: 195786
Differential Revision: https://reviews.freebsd.org/D1319
Submitted by: ohauer
Reviewed by: portmgr (bapt, mat)
Approved by: portmgr, lev (implicit) |
4.3.5 18 Dec 2014 23:32:34
  |
jkim  |
Update to 4.3.5. |
4.3.4 28 Nov 2014 07:19:05
  |
jkim  |
Fix distinfo.
Reported by: antoine |
4.3.4 27 Nov 2014 08:12:24
  |
jkim  |
Update to 4.3.4. |
4.3.3_1 25 Nov 2014 12:55:54
  |
makc  |
Bump PORTREVISION after graphics/poppler update to 0.26.3 |
4.3.3 31 Oct 2014 18:15:50
  |
jkim  |
Update to 4.3.3. |
4.3.2 30 Oct 2014 16:20:34
  |
jkim  |
Remove a stale comment after r371639. |
4.3.2 28 Oct 2014 17:49:10
  |
jkim  |
LibreOffice works fine with Java 7 and later.
PR: 194667 |
4.3.2 19 Oct 2014 15:43:33
  |
mva  |
- Convert ports from dns/, editors/ and emulators/ to new
USES=python
Approved by: portmgr (implicit) |
4.3.2 16 Oct 2014 21:14:19
  |
jkim  |
Update to 4.3.2. |
4.2.5_5 10 Sep 2014 20:50:37
  |
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
4.2.5_4 03 Sep 2014 06:40:01
  |
bapt  |
Use directly @dirrmtry |
4.2.5_4 02 Sep 2014 17:57:14
  |
crees  |
Fix syntax of USES=pgsql |
4.2.5_4 05 Aug 2014 22:13:29
  |
tijl  |
Bump PORTREVISION on more ports that depend on libgcrypt after the update
in r363436 and remove the UPDATING entry because it did not guarantee
that all ports were updated nor that they were updated in the right order.
Also remove libgcrypt.la again.
PR: 192342
Approved by: portmgr (implicit, bump unstaged ports) |
4.2.5_3 24 Jul 2014 18:34:16
  |
tijl  |
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD
databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip
databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample (Only the first 15 lines of the commit message are shown above ) |
4.2.5_2 01 Jul 2014 17:30:18
  |
jkim  |
Remove an unnecessary local patch. Originally, it was added to fix compiler
warnings and to improve performance. The compiler warnings were fixed some
time in 4.1.x but the local patch remained for performance. Today I was
notified by an upstream developer that it may have interoperability issues
with other dBase III implementations because the original implementation had
512-byte fixed-size blocks. We better be safe than sorry. |
4.2.5_1 29 Jun 2014 23:14:14
  |
bapt  |
Chase hyphen shlib change |
4.2.5 24 Jun 2014 07:09:25
  |
bapt  |
Convert USE_PGSQL to USES=pgsql |
4.2.5 24 Jun 2014 02:40:07
  |
jkim  |
Update to 4.2.5. |
4.2.4_1 17 Jun 2014 00:12:37
  |
jkim  |
Shut up check-orphans.
Reported by: swills |
4.2.4_1 14 Jun 2014 05:52:26
  |
jkim  |
- Fix build with libc++ on i386.
- Fix JAVA option. A distfile was missing.
- Work around INSTALLS_ICONS issues. Icon caches were not properly updated.
- Tidy up bash completion installation. |
4.2.4 12 Jun 2014 11:02:51
  |
bapt  |
Restore configure regeneration |
4.2.4 12 Jun 2014 09:26:59
  |
bapt  |
Some part of the build might want to run autoreconf |
4.2.4 12 Jun 2014 05:44:27
  |
antoine  |
Add missing \ |
12 Jun 2014 05:38:04

|
bapt  |
Add a build dependency on textproc/flex (FreeBSD 9.1 and 8 requires it)
Reported by: antoine |
4.2.4 11 Jun 2014 18:47:44
  |
bapt  |
explicitly disable doxygen
Reported by: pi |
4.2.4 11 Jun 2014 14:45:18
  |
bapt  |
Forgot libreoffice itself in previous commit |
4.1.6_1 07 May 2014 20:16:17
  |
jkim  |
Do not preserve owners and permissions when extracting external sources.
For example, xmlsec1 tarball contains world-writable directories.
Reported by: tijl |
4.1.6_1 06 May 2014 23:52:43
  |
jkim  |
Fix a bug introduced by the upstream long ago.
http://cgit.freedesktop.org/libreoffice/core/commit/bridges/source/?id=55189
__FreeBSD_version was not defined and the preprocessor set it to 0 because
sys/param.h was not properly included. As a consequence, it always used
dlsym(3) hacks for the old rtld(1). |
4.1.6 06 May 2014 16:18:56
  |
jkim  |
Tidy up. |
4.1.6 06 May 2014 16:13:01
  |
jkim  |
Update to 4.1.6. |
4.1.5_2 24 Apr 2014 12:44:55
  |
gahr  |
- USES=tar:xz |