Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.2.3_9 11 Sep 2022 10:20:14 |
Felix Palmen (zirias) |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
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) |
0.2.3_9 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 ) |
0.2.3_9 20 Jul 2022 14:22:45 |
Tobias C. Berner (tcberner) |
polish: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aleksander Fafula <alex@BSDGuru.org>
* Aleksander Fafula <alex@bsdguru.org>
* Jacek Pelka <jacek@combit.com.pl>
* Maciek Korzen <eaquer@ceti.pl>
* Pawel Pekala <c0rn@o2.pl>
* Piotr Smyrak <smyru@heron.pl> and
* Thierry Thomas <thierry@pompo.net>
* smyru@heron.pl
* wtp@bsdguru.org
With hat: portmgr |
0.2.3_9 12 Jan 2022 21:24:02 |
Max Brazhnikov (makc) |
polish/qnapi: switch from p7zip to 7-zip
Migrate to 7-zip [1] and while here:
- Respect LOCALBASE
- Don't move around man pages
PR: 260866 |
0.2.3_8 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
0.2.3_7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.2.3_7 06 Nov 2019 20:47:27 |
zeising |
Add USES=xorg USES=gl, ports categories p
Add USES=xorg and USES=gl to ports in categories starting with 'p'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
0.2.3_7 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
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, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
0.2.3_6 16 Jan 2019 11:13:45 |
tijl |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
0.2.3_5 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.2.3_4 31 Aug 2018 06:01:57 |
jhale |
Fix build with Qt 5.11
PR: 230884
Obtained from: upstream |
0.2.3_4 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.2.3_3 28 Jun 2018 17:39:55 |
tcberner |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
0.2.3_3 09 Mar 2018 18:30:48 |
tcberner |
Update net/libmaia to 0.9.0 (follow up to r463988)
* This time with 99% more changes.
* Pet portlint |
0.2.3_2 09 Mar 2018 18:19:08 |
tcberner |
Update net/libmaia to 0.9.0 |
0.2.3_1 24 Feb 2018 22:35:18 |
rene |
Return pawel@'s ports to the pool after he resigned.
With hat: portmgr |
0.2.3_1 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.2.3 20 May 2017 12:52:56 |
pawel |
Update to version 0.2.3
- application translated to English and Italian languages
- completely rewritten configuration subsystem
- code separated into two subprojects: libqnapi and gui
- selecting target format/extension from command line interface - #65
- fixed problem with color information loss during subtitles conversion - #100
- Linux x86_64 AppImage binary available |
0.2.2_1 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
0.2.2 12 Nov 2016 11:17:05 |
pawel |
- Update to version 0.2.2
- Add missing dependencies found by stage-qa
Changelog:
https://github.com/QNapi/qnapi/releases/tag/0.2.2 |
0.2.1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.2.1 26 Feb 2016 17:20:11 |
pawel |
Update to version 0.2.1 |
0.2.0 24 Nov 2015 20:34:22 |
pawel |
Update to version 0.2.0
Changelog:
- quiet batch mode (not available on OSX) - #13
- bugfixes in Napisy24 engine - #23
- icons placed at directories according to their sizes - #24
- HiDPI display awareness (OSX) - #27
- support for paths containing special characters (Windows) - #28
- bugfixed SRT conversion adding empty lines to resulting file (Windows) - #29
- application self-closing in batch mode (OSX) - #31
- added version information to .exe file (Windows) - #32
- bugfixes in file encoding detection (UTF-8 with BOM amongst others) - #34
- preserving original file encoding during subtitle format conversion
- bugfixed backup language support - #36 |
0.1.9 26 Aug 2015 21:04:35 |
pawel |
Update to version 0.1.9
Changelog:
- conversion between subtitle formas: SRT, mDVD, TMP,
MPL2 (now ffprobe is required)
- select target extension of subtitles
- directory scanning now can see other subtitle extensions
than .txt (also .srt and .sub)
- respect INSTALL_PREFIX on icons and desktop files installation |
0.1.8 16 Aug 2015 22:02:29 |
pawel |
- Update to version 1.8, now Qt5 based
- Development moved to GitHub
- Drop INSTALLS_ICONS, it's for Gtk apps
- Install all desktop files into DESKTOPDIR to be more
desktop agnostic |
0.1.6.r2_1 11 May 2015 18:34:58 |
mat |
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight |
0.1.6.r2_1 19 Feb 2015 18:19:30 |
makc |
- Remove deprecated USE_KDE4=kdehier
- while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only
app)
and supposedly fix build of graphics/gnash with KDE4 option |
0.1.6.r2_1 13 Oct 2014 22:08:28 |
pawel |
Remove @dirrm's from my ports plists |
0.1.6.r2_1 18 Feb 2014 14:31:33 |
makc |
- Bump PORTREVISION after KDE4_PREFIX change |
0.1.6.r2 22 Nov 2013 12:55:00 |
makc |
- Convert to USES=qmake (and other USES while I'm here)
- Add state support
- Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc.
Approved by: portmgr (blanket approval) |
0.1.6.r2 22 Oct 2013 13:59:54 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [np])
Approved by: portmgr (bdrewery) |
0.1.6.r2 05 Oct 2013 16:52:12 |
pawel |
Add support for STAGEDIR |
0.1.6.r2 20 Sep 2013 22:34:43 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
polish) |
0.1.6.r2 29 Aug 2013 15:01:46 |
pawel |
- Switch to new LIB_DEPENDS format
- Convert USE_PERL5 to USES
- Remove stale MAKE_JOBS_SAFE
- Trim dependencies where they are too detailed |
0.1.6.r2 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.1.6.r2 10 Jul 2013 19:41:31 |
pawel |
Convert my ports to current standards
- Switch USE_GMAKE to USES=gmake
- Define supported options so users can see them in config dialogs
- Use OPTIONS_SUB for plist alteration
- Convert to options macros for better readability
- Use PORTDOCS where it makes sense |
0.1.6.r2 25 May 2013 14:37:03 |
zeising |
The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:
Xorg 7.7
Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities
(Only the first 15 lines of the commit message are shown above ) |
0.1.6.r2 27 Apr 2013 18:25:25 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here |
0.1.6.r2 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
0.1.6.r2 14 Feb 2013 19:55:00 |
pawel |
Respect CXXFLAGS |
0.1.6.r2 21 Dec 2012 18:01:16 |
pawel |
- Update to version 1.6-rc2
- Add missing deps
- Don't install 3 copies of licensing terms
- Replace patches with REINPLACE_CMD
- Add port description, new homepage - old one seems dead |
0.1.5_4 02 Aug 2012 09:02:45 |
cs |
- Fix typos in COMMENT
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no
A/An, etc.) |
0.1.5_4 07 Jun 2012 22:44:21 |
pawel |
Convert my ports to optionsNG |
0.1.5_4 06 Jun 2012 06:44:38 |
miwi |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
0.1.5_4 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.1.5_3 20 Aug 2011 14:10:23 |
pawel |
- fix install phase
- pet portlint
Approved by: miwi (mentor) |
0.1.5_3 16 Aug 2011 14:05:18 |
pawel |
Fix build with clang
Approved by: miwi (mentor) |
0.1.5_3 23 Mar 2011 16:58:01 |
pawel |
- Update my email to FreeBSD
Approved by: miwi, wen (mentors) |
0.1.5_3 19 Dec 2010 12:14:03 |
makc |
- Add LICENSE info
- Mark MAKE_JOBS_SAFE
- Install KDE4 integration file
- Add patch so that location of 7z binary is not badly hardcoded
- Don't install some non essential files
- Remove md5 sum
PR: based on ports/152619
Submitted by: Pawel Pekala (maintainer) |
0.1.5_2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.1.5_1 22 Aug 2009 00:35:32 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
0.1.5_1 27 May 2009 22:02:15 |
makc |
Remove qt4 build tools from run dependencies.
Approved by: maintainer |
0.1.5 05 Jul 2008 05:29:40 |
edwin |
Fix pkg-plist
Noticed by: ionbot. |
0.1.5 05 Jul 2008 05:08:52 |
edwin |
Add QT component rcc
Noticed by: IonBot |
0.1.5 05 Jul 2008 00:56:04 |
edwin |
[NEW PORT] polish/qnapi
This is port of polish subtitle distribution project Qt4 client.
WWW: http://krzemin.iglu.cz/?page_id=29
PR: ports/122909
Submitted by: "Pawel Pekala" <c0rn@o2.pl> |