notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: editors/texmaker/Makefile
SVNWeb

Number of commits found: 91

Mon, 19 Dec 2022
[ 14:44 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:721e5776c957ada07a0d148f5fc3e782a251e6dc  commit hash:721e5776c957ada07a0d148f5fc3e782a251e6dc  commit hash:721e5776c957ada07a0d148f5fc3e782a251e6dc  721e577  (Only the first 10 of 130 ports in this commit are shown above. View all ports for this commit)
Mk/**tex.mk: Convert bsd.tex.mk to USES=tex

- Update all the consumers to use USES=tex
- USE_TEX=yes is the old way of writing USES=tex which has been removed
  and replaced in all ports
- Almost all of the USE_TEX features remains unchanged
- Some consumers had the same variables defined both in the mk
  infrastructure and also in the ports which have been removed from the
  ports as those are redundant.

In case any of the consumers are failing to build please make sure that
the nexessary USES=tex is there. Unlike previous USE_TEX=yes will no
longer load the required VARS for tex and related dependencies.

Reviewed by:	portmgr
Approved by:	portmgr (blanket)
Sun, 11 Sep 2022
[ 10:20 Felix Palmen (zirias) search for other commits by this committer ]    commit hash:ddae4e92d8313a1461145e3b4f0232fe463feaee  commit hash:ddae4e92d8313a1461145e3b4f0232fe463feaee  commit hash:ddae4e92d8313a1461145e3b4f0232fe463feaee  ddae4e9  (Only the first 10 of 1105 ports in this commit are shown above. View all ports for this commit)
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
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:7cd7a8d850aa40bd9f93927a98e3664a54cf15e1  commit hash:7cd7a8d850aa40bd9f93927a98e3664a54cf15e1  commit hash:7cd7a8d850aa40bd9f93927a98e3664a54cf15e1  7cd7a8d  (Only the first 10 of 119 ports in this commit are shown above. View all ports for this commit)
editors: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Andreas Kohout <shanee@augusta.de>
  *  Andrej Zverev <az@inec.ru>
  *  Andrey Zakhvatov
  *  Anton Tornqvist <antont@inbox.lv>
  *  Bill Fumerola <billf@chc-chimes.com>
  *  Bob Eager <bob@eager.cx>
  *  Chris D. Faulhaber <jedgar@fxp.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 22 Jun 2021
[ 18:53 Kevin Bowling (kbowling) search for other commits by this committer ]    commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  da3162c  (Only the first 10 of 914 ports in this commit are shown above. View all ports for this commit)
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
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sun, 1 Sep 2019
[ 20:46 tcberner search for other commits by this committer ] Original commit   Revision:510739 (Only the first 10 of 60 ports in this commit are shown above. View all ports for this commit)
graphics/poppler: update to 0.80.0

Release 0.80.0:
core:
 * Annotations: Implement support for setting a different text in the appearance
stream than the real text
 * Splash: Optionally use small_vector from boost
 * Fix memory leaks on broken files
 * Fix abort on broken files
 * Small code simplifications
 * Remove USE_FIXEDPOINT support. Issue #821

qt5:
 * Fix MSVC build
 * Add subsitute-font information
 * Fix since marker of some functions
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 31 Jul 2019
[ 21:14 tcberner search for other commits by this committer ] Original commit   Revision:507740 (Only the first 10 of 55 ports in this commit are shown above. View all ports for this commit)
graphics/poppler: update to 0.79.0

Release 0.79.0:
        core:
         * Fix regression on TextSelectionPainter
         * Fix parsing of DefaultAppearance
         * Fix memory leak in PostScriptFunction
         * Fix crashes in fuzzed files

        qt5:
         * Implemented support for setIcon by changing appearance
         * Added option to set the form available to print
         * QString::null is deprecated, use QString()
         * Replace deprecated qStableSort with std::stable_sort

        build system:
         * Turn README into README.md and expand it

PR:		239277
Exp-run by:	antoine
Approved by:	gnome (kwm, implicit)
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
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
Thu, 25 Jul 2019
[ 18:20 makc search for other commits by this committer ] Original commit   Revision:507327
editors/texmaker:
- Update to 5.0.3
- Remove dependency on poppler, texmaker uses pdfium since 5.0
- Update WWW

PR:		238752
Approved by:	maintainer timeout (4 weeks)
Sat, 29 Jun 2019
[ 08:55 tcberner search for other commits by this committer ] Original commit   Revision:505331 (Only the first 10 of 56 ports in this commit are shown above. View all ports for this commit)
graphics/poppler: update to 0.78.0

Release 0.78.0:
        core:
         * Fix line annotation arrows for usage in dimensioning
         * Handle Ink annots without an InkList but with an AP
         * Fix typos preventing parsing of Movie start and duration
         * Fix crash on malformed files

        glib:
         * Add poppler_document_create_dests_tree()
         * Don't use the deprecated g_type_class_add_private()
         * Document the differences between render() and render_for_printing()
         * Fix introspection for poppler_document_new_from_data
         * Don't create PopplerInputStream with length 0. Issue #414
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 1 Jun 2019
[ 06:39 tcberner search for other commits by this committer ] Original commit   Revision:503222 (Only the first 10 of 66 ports in this commit are shown above. View all ports for this commit)
graphics/poppler: update to 0.77.0

Release 0.77.0:
        core:
         * Fix crash on signature handling. Issue #766
         * Fix small memory leak in SignatureHandler::getCertificateInfo
         * Splash: Restrict filling of overlapping boxes. Issue #750
         * Fix crash on malformed files

        qt5:
         * Fix optional content handling with exclusive layers

        cpp:
         * Make render_page thread-safe

        utils:
         * pdfsig: Fix small memory leak
         * pdftotext: Fix typo in manpage

PR:		238115
Exp-run by:	antoine
Approved by:	gnome (kwm, implicit)
Mon, 13 May 2019
[ 18:33 tcberner search for other commits by this committer ] Original commit   Revision:501583 (Only the first 10 of 75 ports in this commit are shown above. View all ports for this commit)
graphics/poppler: update to 0.76.1

From Changelog at https://poppler.freedesktop.org/releases.html :

Release 0.76.1:
        core:
         * Make the mul tables be calculated at compile time with constexpr.
         * splash: Fix compile with SPLASH_CMYK enabled
         * Some typo fixing in error messages

        qt5:
         * Fix regression in annotation handling

        build system:
         * Fix some typos in build system output and comments
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 29 Mar 2019
[ 15:25 linimon search for other commits by this committer ] Original commit   Revision:497151
Add USES=compiler:c++11-lang to fix build on GCC-based architectures.

PR:		236749
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
Wed, 27 Mar 2019
[ 21:29 tcberner search for other commits by this committer ] Original commit   Revision:496982 (Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
graphics/poppler: update to 0.75

Release 0.75.0:
	core:
		* Fix rendering of some annotations
		* Fix crashes in broken files
		* Small internal code improvements

	cpp:
		* Improve documentation
		* tests: Add showing version information to poppler-dump

	utils:
		* pdfattach: new util
		* pdftohtml: add -dataurls parameter
		* pdftoppm: add -sep and -forcenum parameters
		* pdftohtml: make singleHtml and stout not mutually exclusive
		* pdfsig: fix use after free

- bump revisions of dependent ports due to shlib version change

PR:		236791
Exp-run by:	antoine
Approved by:	kwm (gnome)
Sat, 16 Mar 2019
[ 15:53 tcberner search for other commits by this committer ] Original commit   Revision:495893
editors/texmaker: remove QT4/QT5 options (Qt4 deprecation)

Approved by:	portmgr (implicit)
Mon, 11 Feb 2019
[ 19:44 tcberner search for other commits by this committer ] Original commit   Revision:492733 (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
Bump revisions after poppler upgrade.

As reported libreoffice requires a bump in revision, to be on the save
side, bump all the consumers of poppler.

Reported by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
Fri, 18 Jan 2019
[ 21:14 jbeich search for other commits by this committer ] Original commit   Revision:490671 (Only the first 10 of 50 ports in this commit are shown above. View all ports for this commit)
textproc/hunspell: update to 1.7.0

- Drop const optimization as v2 API moved to nuspell

Changes:	https://github.com/hunspell/hunspell/releases/tag/v1.7.0
Wed, 16 Jan 2019
[ 11:13 tijl search for other commits by this committer ] Original commit   Revision:490472 (Only the first 10 of 1089 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Sun, 16 Dec 2018
[ 15:10 tcberner search for other commits by this committer ] Original commit   Revision:487596 (Only the first 10 of 67 ports in this commit are shown above. View all ports for this commit)
Update poppler to 0.72

This update brings many changes
- the build system has switched to cmake
- some ports needed to be switched to use their bundled
  version of poppler:
  - print/tex-luatex (r487226)
  - print/tex-xetex (r487226)
  - editors/opeonffice-devel
- Qt4 support has been dropped
  - print/frescobaldi has been removed for this reason.
- most of the added patches can be removed with the next
  upgrade of the concerning port.

PR:		233452
Exp-run by:	antoine
Approved by:	gnome (kwm)
Differential Revision:	https://reviews.freebsd.org/D17456
Sun, 2 Dec 2018
[ 15:41 rene search for other commits by this committer ] Original commit   Revision:486467 (Only the first 10 of 464 ports in this commit are shown above. View all ports for this commit)
Mark QT4 ports/functionality for removal on 2019-03-15

While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.

Submitted by:	tcberner
Reviewed by:	adridg, jhale, rene, tcberner
Approved by:	portmgr (implicit, flavor hook)
Differential Revision:	https://reviews.freebsd.org/D17741
Thu, 28 Jun 2018
[ 17:39 tcberner search for other commits by this committer ] Original commit   Revision:473503 (Only the first 10 of 1416 ports in this commit are shown above. View all ports for this commit)
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
Tue, 28 Nov 2017
[ 09:03 amdmi3 search for other commits by this committer ] Original commit   Revision:455026
- Add LICENSE

Approved by:	portmgr blanket
Thu, 24 Aug 2017
[ 13:45 swills search for other commits by this committer ] Original commit   Revision:448669 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION after recent poppler update
Sat, 7 Jan 2017
[ 14:43 jbeich search for other commits by this committer ] Original commit   Revision:430796 (Only the first 10 of 46 ports in this commit are shown above. View all ports for this commit)
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
[ 10:42 olivierd search for other commits by this committer ] Original commit   Revision:430778 (Only the first 10 of 50 ports in this commit are shown above. View all ports for this commit)
Chase update of graphics/poppler (and slaves ports) in revision r430777
Sun, 1 Jan 2017
[ 03:52 hrs search for other commits by this committer ] Original commit   Revision:430236
- Add LICENSE.
- Take maintainership.
Sat, 3 Dec 2016
[ 22:24 jbeich search for other commits by this committer ] Original commit   Revision:427743 (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
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)
Mon, 28 Nov 2016
[ 09:16 jbeich search for other commits by this committer ] Original commit   Revision:427290
editors/texmaker: fix Hunspell ABI mismatch

The port passes -I. -I/usr/local/include/hunspell ... -I/usr/local/include
but then proceeds to #include "hunspell/hunspell.hxx" which ends up picking
bundled version. #include "hunspell.hxx" would be more correct but would
require adjusting texmaker.pro to add -I./hunspell for OS X.

PR:		214848
Submitted by:	rakuco
MFH:		2016Q4
Thu, 20 Oct 2016
[ 15:58 rakuco search for other commits by this committer ] Original commit   Revision:424339 (Only the first 10 of 116 ports in this commit are shown above. View all ports for this commit)
Reassign makc's ports back to the pool.

See "Maintainer Reset" in
https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit
was in March 31st (r412218), and his ports have been timing out since at least
July (r418155).

I also emailed him 2 weeks ago and have received no response so far.
Sat, 10 Sep 2016
[ 08:20 rakuco search for other commits by this committer ] Original commit   Revision:421675
Use system hunspell

Stop building texmaker's own, utdated bundled copy of hunspell. In addition to
the obvious reasons, this is necessary to get the port to build with the
upcoming Qt 5.6, as it passes -std=gnu++11 to the compiler automatically when
it's supported and building the bundled hunspell failed like this:

    hunspell/affentry.hxx:28:94: error: cannot initialize a parameter of type
'unsigned short' with an rvalue of type 'nullptr_t'
    hunspell/affentry.hxx:91:103: error: cannot initialize a parameter of type
'unsigned short' with an rvalue of type 'nullptr_t'

See also:
https://www.freebsd.org/doc/en/books/porters-handbook/bundled-libs.html

PR:		212366
Approved by:	portmgr (mat)
Mon, 5 Sep 2016
[ 20:02 olivierd search for other commits by this committer ] Original commit   Revision:421390 (Only the first 10 of 50 ports in this commit are shown above. View all ports for this commit)
Chase update of Poppler after revision r421386
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Thu, 24 Mar 2016
[ 15:47 tijl search for other commits by this committer ] Original commit   Revision:411798 (Only the first 10 of 95 ports in this commit are shown above. View all ports for this commit)
Make print/ghostscript9-agpl-base the default Ghostscript port.  Upstream
changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base
is stuck at 9.06 which is almost 4 years old now.

Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version
on its own instead of as a variant of other versions.

Fix print/ghostscript9-agpl-base to install eps2write.

Update math/asymptote to 2.37 to support newer Ghostscript.

PR:		208159
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Thu, 21 Jan 2016
[ 19:40 kwm search for other commits by this committer ] Original commit   Revision:406872 (Only the first 10 of 61 ports in this commit are shown above. View all ports for this commit)
Update poppler to 0.40.0. [1]

Add patches to py-poppler [2] and rubygem-poppler [3] to fix the build
of these ports with poppler 0.39+.

PR:		206293 [1]
Submitted by:	olivierd@ [1]
Obtained from:	ubuntu [2], rubygem-poppler upstream [3]
Mon, 9 Nov 2015
[ 15:22 makc search for other commits by this committer ] Original commit   Revision:401106
editors/texmaker:
- Update to 4.5
Sat, 22 Aug 2015
[ 17:48 hrs search for other commits by this committer ] Original commit   Revision:395047 (Only the first 10 of 354 ports in this commit are shown above. View all ports for this commit)
- Split ghostscript into X11-independent and -dependent parts:

 * print/ghostscript{7,8,9,9-agpl}-base

   Installs Ghostscript binary, libgs, and related files.
   These ports do not depend on X11 libraries (i.e. x11* devices
   are not available).  USES=ghostscript will set dependency on
   one of them depending on GHOSTSCRIPT_DEFAULT.

   The default device is set to "display" or "bbox".

 * print/ghostscript{7,8,9,9-agpl}-x11

   Installs a shared library which provides X11 support to
   the installed Ghostscript binaries.  x11* devices will be
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 2 Aug 2015
[ 16:06 kwm search for other commits by this committer ] Original commit   Revision:393431 (Only the first 10 of 58 ports in this commit are shown above. View all ports for this commit)
Update poppler to 0.34.0. [1]

Chase all users of shlib version change of libpoppler.so.

PR:		201477 [1]
Submitted by:	olivierd@ [1]
Thu, 16 Jul 2015
[ 20:53 kwm search for other commits by this committer ] Original commit   Revision:392322 (Only the first 10 of 89 ports in this commit are shown above. View all ports for this commit)
Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.

Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection.
Arguments supported: <empty>, build, run, nox11 and agpl

PR:		201201 (exp-run)
Approved by:	portmgr (mat@)
Exp run by:	antione@ (previous patch)
Differential Revision:	https://reviews.freebsd.org/D2938
Tue, 10 Feb 2015
[ 12:16 makc search for other commits by this committer ] Original commit   Revision:378768
editors/texmaker:
- Update to 4.4.1
- Add explicit PORTREVISION, hopefully people won't mistakenly bump PORTEPOCH
anymore
Tue, 3 Feb 2015
[ 12:28 kwm search for other commits by this committer ] Original commit   Revision:378348 (Only the first 10 of 55 ports in this commit are shown above. View all ports for this commit)
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]
Sat, 6 Dec 2014
[ 20:44 makc search for other commits by this committer ] Original commit   Revision:374150
editors/texmaker:
- Instead of fixing dependency [1] remove optional dependencies on print/gv
  and now non-existent print/xdvik. Texmaker can use Okular or Evince
  depending on desktop environment or any other viewer defined by user,
  I don't see point for keeping options for particular viewers.

PR:		195553 [1]
Reported by:	woot-woot@yandex.ru
Tue, 25 Nov 2014
[ 15:01 makc search for other commits by this committer ] Original commit   Revision:373411
editors/texmaker:
- Update to 4.3
- Add options for Qt toolkit selection (Qt 4 or 5). Follow upstream and
  enable Qt 5 by default.
[ 12:55 makc search for other commits by this committer ] Original commit   Revision:373404 (Only the first 10 of 51 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION after graphics/poppler update to 0.26.3
Wed, 10 Sep 2014
[ 20:50 gerald search for other commits by this committer ] Original commit   Revision:367888 (Only the first 10 of 3171 ports in this commit are shown above. View all ports for this commit)
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)
Mon, 12 May 2014
[ 10:53 makc search for other commits by this committer ] Original commit   Revision:353800 (Only the first 10 of 49 ports in this commit are shown above. View all ports for this commit)
Convert my ports to USES=tar
Wed, 5 Mar 2014
[ 19:40 makc search for other commits by this committer ] Original commit   Revision:347138
editors/texmaker:
- Update to 4.1.1
- manual stripping of installed binaries is not needed anymore
Fri, 27 Dec 2013
[ 16:54 kwm search for other commits by this committer ] Original commit   Revision:337749 (Only the first 10 of 56 ports in this commit are shown above. View all ports for this commit)
Update poppler to 0.24.4.

Update comment.
Use new LIB_DEPENDS syntax, use USES=pathfix.
Stagify.

Bump portrevision of all affected ports, and Update poppler* LIB_DEPENDS to
new syntax.
Thu, 21 Nov 2013
[ 15:41 makc search for other commits by this committer ] Original commit   Revision:334497 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
- Remove now needless qmake_build from USE_QT4
- Get rid of QMAKEFLAGS
- Convert to USES=dos2unix
Mon, 18 Nov 2013
[ 14:55 makc search for other commits by this committer ] Original commit   Revision:334201
Update to 4.1
Tue, 8 Oct 2013
[ 16:03 makc search for other commits by this committer ] Original commit   Revision:329804
- Convert to USES=qmake
- Allow staging
- Use options helpers
- Use new LIB_DEPENDS syntax
Fri, 20 Sep 2013
[ 16:36 bapt search for other commits by this committer ] Original commit   Revision:327720 (Only the first 10 of 298 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors)
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Sat, 13 Jul 2013
[ 18:06 makc search for other commits by this committer ] Original commit   Revision:322960
Update to 4.0.2
Sat, 11 May 2013
[ 17:58 hrs search for other commits by this committer ] Original commit   Revision:317899 (Only the first 10 of 152 ports in this commit are shown above. View all ports for this commit)
Rectify USE_TEX to support both of teTeX and TeXLive.

TEX_DEFAULT:
	A knob to choose teTeX or TeXLive.  One can specify in /etc/make.conf.

USE_TEX:
	A knob for port developers.  Valid keywords are listed in
	bsd.tex.mk.
Mon, 6 May 2013
[ 02:00 hrs search for other commits by this committer ] Original commit   Revision:317455 (Only the first 10 of 150 ports in this commit are shown above. View all ports for this commit)
Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier.
Thu, 21 Mar 2013
[ 05:27 mezz search for other commits by this committer ] Original commit   Revision:314805 (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
- Update poppler to 0.22.2.
- Bump the rest ports that depend on the poppler and poppler-qt because of
  shared library version have been changed.
- Add a note in the UPDATING for require to rebuild all ports that depend
  on poppler.

Submitted by:	kwm (poppler* part)
Sat, 3 Nov 2012
[ 16:44 makc search for other commits by this committer ] Original commit   Revision:306925
Update to 3.5.2

Feature safe:	yes
Thu, 1 Nov 2012
[ 18:55 makc search for other commits by this committer ] Original commit   Revision:306818
Update to 3.5.1

Feature safe:	yes
Thu, 23 Aug 2012
[ 14:30 makc search for other commits by this committer ] Original commit 
Update to 3.5
Wed, 18 Jul 2012
[ 13:52 makc search for other commits by this committer ] Original commit 
Update to 3.4
Convert to new option framework
Normalize Makefile header
Wed, 6 Jun 2012
[ 06:44 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 587 ports in this commit are shown above. View all ports for this commit)
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Tue, 10 Apr 2012
[ 19:20 makc search for other commits by this committer ] Original commit 
Update to 3.3.3
Mon, 16 Jan 2012
[ 12:30 makc search for other commits by this committer ] Original commit 
Update to 3.2.2
Mon, 31 Oct 2011
[ 09:53 kwm search for other commits by this committer ] Original commit  (Only the first 10 of 62 ports in this commit are shown above. View all ports for this commit)
Update poppler to 0.18.0.

The qt3 bindings are removed upstream.
The glib library lost the last gdk-pixbuf code. And rename it from
-gtk to -glib.

Thanks to:      pav for a exp-runs
                bapt for double checking the libreoffice ports
Mon, 24 Oct 2011
[ 13:44 makc search for other commits by this committer ] Original commit 
Update to 3.1
Tue, 23 Aug 2011
[ 18:36 kwm search for other commits by this committer ] Original commit  (Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
Chase poppler shlib bumps.
Wed, 6 Apr 2011
[ 21:04 makc search for other commits by this committer ] Original commit 
Update to 3.0
Wed, 23 Mar 2011
[ 16:41 makc search for other commits by this committer ] Original commit 
Update to 2.3
Sat, 20 Nov 2010
[ 15:38 kwm search for other commits by this committer ] Original commit  (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
Chase poppler update.
Fri, 29 Oct 2010
[ 18:04 makc search for other commits by this committer ] Original commit 
Update to 2.1
Sat, 25 Sep 2010
[ 12:43 makc search for other commits by this committer ] Original commit 
Update to version 2.0
Remove XPDF options, texmaker has a built-in pdf viewer now.
Other changes:  http://www.xm1math.net/texmaker/log.html
Sun, 28 Mar 2010
[ 06:47 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Mon, 22 Feb 2010
[ 11:17 makc search for other commits by this committer ] Original commit 
Update to 1.9.9

Feature safe:   yes
Fri, 5 Feb 2010
[ 11:46 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4271 ports in this commit are shown above. View all ports for this commit)
- update to jpeg-8
Wed, 5 Aug 2009
[ 19:40 makc search for other commits by this committer ] Original commit 
Update to 1.9.2
Fri, 31 Jul 2009
[ 13:57 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 3009 ports in this commit are shown above. View all ports for this commit)
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Sun, 9 Nov 2008
[ 17:32 makc search for other commits by this committer ] Original commit 
Update to 1.8

PR:             ports/128719
Submitted by:   bf <bf2006a at yahoo.com>
Approved by:    me (maintainer), miwi (mentor)
Fri, 6 Jun 2008
[ 13:25 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 95 ports in this commit are shown above. View all ports for this commit)
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)
Sat, 31 May 2008
[ 15:11 rafan search for other commits by this committer ] Original commit 
- Update to 1.7.1

PR:             ports/124012
Submitted by:   Max Brazhnikov <makc at issp.ac.ru> (maintainer)
Fri, 27 Jul 2007
[ 13:27 rafan search for other commits by this committer ] Original commit 
- Update to 1.6
- Use DATADIR
- Make runtime dependency optional (default on)
- Pass maintainership to submitter

PR:             ports/114339
Submitted by:   Max Brazhnikov <makc at issp.ac.ru>
Sat, 19 May 2007
[ 20:32 flz search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Wed, 21 Mar 2007
[ 09:21 lofi search for other commits by this committer ] Original commit 
Remove junk from Makefile
Tue, 6 Feb 2007
[ 13:57 lofi search for other commits by this committer ] Original commit 
Version went backwards, bump PORTEPOCH
Mon, 5 Feb 2007
[ 21:01 lofi search for other commits by this committer ] Original commit 
Update to 1.5
Sat, 8 Apr 2006
[ 00:52 mnag search for other commits by this committer ] Original commit 
- Fix MASTER_SITES

PR:             95439
Submitted by:   Lars Engels <lars.engels__0x20.net>
Sat, 26 Nov 2005
[ 15:20 pav search for other commits by this committer ] Original commit 
- Update to 1.12

PR:             ports/89575
Submitted by:   Ports Fury
Mon, 16 Aug 2004
[ 17:43 krion search for other commits by this committer ] Original commit 
Update to verion 1.11

PR:             ports/70541
Submitted by:   Ports Fury
Fri, 9 Jan 2004
[ 09:16 krion search for other commits by this committer ] Original commit 
- Set QTMAKESPEC and fix the build

PR:             61018 61111
Submitted by:   Kay Lehmann <kay_lehmann@web.de>, Ulrich Spoerlein <q@uni.de>
Mon, 29 Dec 2003
[ 08:04 ijliao search for other commits by this committer ] Original commit 
add texmaker 1.0
LaTeX Development Environment

Number of commits found: 91