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: devel/doxygen/Makefile
SVNWeb

Number of commits found: 152 (showing only 100 on this page)

1 | 2  »  

Mon, 16 Jan 2023
[ 19:32 Dima Panov (fluffy) search for other commits by this committer ]    commit hash:d84d21b117b76ccb1d24a5a1a453d65add4d5569  commit hash:d84d21b117b76ccb1d24a5a1a453d65add4d5569  commit hash:d84d21b117b76ccb1d24a5a1a453d65add4d5569  d84d21b  (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
devel/doxygen: update to 1.9.6 release (+)

Changelog:	https://www.doxygen.nl/manual/changelog.html#log_1_9_6
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)
Mon, 29 Aug 2022
[ 11:02 Dima Panov (fluffy) search for other commits by this committer ]    commit hash:65c4299b525e0b9db00aae271c7daf79e504f8ec  commit hash:65c4299b525e0b9db00aae271c7daf79e504f8ec  commit hash:65c4299b525e0b9db00aae271c7daf79e504f8ec  65c4299 
devel/doxygen: update to 1.9.5 release (+)

Changelog:	https://doxygen.nl/manual/changelog.html#log_1_9_5
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  aa6eefd  (Only the first 10 of 5087 ports in this commit are shown above. View all ports for this commit)
devel: remove 'Created by' lines

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

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 16 May 2022
[ 04:24 Alexey Dokuchaev (danfe) search for other commits by this committer ]    commit hash:b4da23e0057f353d9682433c8074186f5c8b1fa6  commit hash:b4da23e0057f353d9682433c8074186f5c8b1fa6  commit hash:b4da23e0057f353d9682433c8074186f5c8b1fa6  b4da23e 
devel/doxygen: conditionalize MAKE_JOBS_UNSAFE per what comment says.

This allows to utilize all CPU cores when doing docless builds, which
comes handy as C++ code typically takes considerable time to compile.

Approved by:	fluffy
Thu, 12 May 2022
[ 22:16 Dima Panov (fluffy) search for other commits by this committer ]    commit hash:e686f2196c4da731aced2099b20c462efd9a16bc  commit hash:e686f2196c4da731aced2099b20c462efd9a16bc  commit hash:e686f2196c4da731aced2099b20c462efd9a16bc  e686f21 
devel/doxygen: update to 1.9.4 release (+)

C++17 compiler is now required to compile doxygen

Changelog:	https://www.doxygen.nl/manual/changelog.html#log_1_9_4
Thu, 21 Apr 2022
[ 14:06 Dima Panov (fluffy) search for other commits by this committer ]    commit hash:72cd936929be68ab2d4a7a56eb6ca3d019905a5a  commit hash:72cd936929be68ab2d4a7a56eb6ca3d019905a5a  commit hash:72cd936929be68ab2d4a7a56eb6ca3d019905a5a  72cd936 
devel/doxygen: DOCS optiion should not imply LATEX run dependecy (+)

Build dependency on TeX is enough to generate manpages and html docs
Run dependency on TeX suite still kept via LATEX option (OFF by default)

PR:	263435
Tue, 4 Jan 2022
[ 07:17 Dima Panov (fluffy) search for other commits by this committer ]    commit hash:bc0e8a774f621d8ccb753114c1c0ac5be3d46d5d  commit hash:bc0e8a774f621d8ccb753114c1c0ac5be3d46d5d  commit hash:bc0e8a774f621d8ccb753114c1c0ac5be3d46d5d  bc0e8a7 
devel/doxygen: update to 1.9.3 release

Changelog:	https://www.doxygen.nl/manual/changelog.html#log_1_9_3

MFH:		2022Q1

Sponsored by:	Netzkommune GmBH
Thu, 16 Dec 2021
[ 08:49 Dima Panov (fluffy) search for other commits by this committer ]    commit hash:ee457f651edaddfe9cfc3a35282b1b0a8a4cf416  commit hash:ee457f651edaddfe9cfc3a35282b1b0a8a4cf416  commit hash:ee457f651edaddfe9cfc3a35282b1b0a8a4cf416  ee457f6  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
devel/doxygen: update to 1.9.2 release

Disable default runtime hard-depend on LATeX.
It needed only for some science/math apps to render formulas.

Sponsored by:	Netzkommune GmbH
Sun, 29 Aug 2021
[ 18:22 Bernhard Froehlich (decke) search for other commits by this committer ]    commit hash:afab0125e5962d3699536d6e9f0e43304ed0ac2f  commit hash:afab0125e5962d3699536d6e9f0e43304ed0ac2f  commit hash:afab0125e5962d3699536d6e9f0e43304ed0ac2f  afab012 
devel/doxygen: Add CPE information

Approved by:	portmgr (blanket)
Sun, 18 Apr 2021
[ 10:02 Dima Panov (fluffy) search for other commits by this committer ]    commit hash:b8ac15afd00127044d75894e357f697d825ed385  commit hash:b8ac15afd00127044d75894e357f697d825ed385  commit hash:b8ac15afd00127044d75894e357f697d825ed385  b8ac15a  (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
devel/doxygen: update to 1.9.1 release

Also regen 'pkg-plist' for affected consumers, with PORTREVISION bump
Touch Mk/bsd.ruby.mk due to all ruby* is affected
MFH:	2021Q2
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.
Fri, 8 Jan 2021
[ 07:47 fluffy search for other commits by this committer ] Original commit   Revision:560752 (Only the first 10 of 87 ports in this commit are shown above. View all ports for this commit)
devel/doxygen: Update to 1.9.0

- regen patches by 'make makepatch'
- adjust consumers which affected by new doxygen styles
- take maintainersip

Changelog: https://www.doxygen.nl/manual/changelog.html#log_1_9_0

PR:		242347
Submitted by:	fluffy
Reported by:	Naram Qashat (ex-maintainer)
Exp-run by:	antoine
Mon, 9 Dec 2019
[ 20:26 tijl search for other commits by this committer ] Original commit   Revision:519631
Update print/ghostscript9-agpl-* to 9.50.

PR:		240844
Approved by:	portmgr (antoine)
Exp-run by:	antoine
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
Sat, 16 Mar 2019
[ 15:21 tcberner search for other commits by this committer ] Original commit   Revision:495882
devel/doxygen: remove QT4 option (Qt4 deprecation)

Approved by:	portmgr (implicit)
Tue, 5 Mar 2019
[ 21:20 antoine search for other commits by this committer ] Original commit   Revision:494744 (Only the first 10 of 32 ports in this commit are shown above. View all ports for this commit)
Update devel/doxygen to 1.8.15

PR:		236110
Tue, 25 Dec 2018
[ 20:25 tcberner search for other commits by this committer ] Original commit   Revision:488341 (Only the first 10 of 1277 ports in this commit are shown above. View all ports for this commit)
Change cmake default behaviour to outsource.

Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
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
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
Tue, 25 Sep 2018
[ 08:26 arved search for other commits by this committer ] Original commit   Revision:480650
USES=compiler:c++11-lang is necessary to compile this port on powerpc64.

PR:		231679
Submitted by:	Piotr Kubaj
Approved by:	maintainer
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
Mon, 18 Jun 2018
[ 03:49 linimon search for other commits by this committer ] Original commit   Revision:472670 (Only the first 10 of 43 ports in this commit are shown above. View all ports for this commit)
Mark ports broken on powerpc64, categories d-f.

While here, pet portlint and do some other cleanup.

Approved by:	portmgr (tier-2 blanket)
Fri, 19 Jan 2018
[ 21:28 antoine search for other commits by this committer ] Original commit   Revision:459474 (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
Update devel/doxygen to 1.8.14

PR:		225290
Submitted by:	Naram Qashat (maintainer)
Mon, 4 Dec 2017
[ 20:12 amdmi3 search for other commits by this committer ] Original commit   Revision:455534
- Allow build with Python 3

PR:		224085
Approved by:	cyberbotx@cyberbotx.com (maintainer)
Tue, 21 Nov 2017
[ 12:50 arved search for other commits by this committer ] Original commit   Revision:454607
Fix a regression which causes a segfault in the devel/libftdi1 build

PR:		219022
Submitted by:	John Hein
Approved by:	maintainer
Sun, 25 Jun 2017
[ 21:07 tcberner search for other commits by this committer ] Original commit   Revision:444324 (Only the first 10 of 115 ports in this commit are shown above. View all ports for this commit)
Make ninja opt-out in cmake.mk

Using ninja instead of make (1) can lead to significant speed ups while
building.
Therefore switch from having the ninja generator opt-in to having it opt-out.

Previously cmake-ports that wanted to use ninja could set
    CMAKE_NINJA=yes
now, ports that do not work with ninja can set
    cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.

The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary

PR:		219629
PR:		213331
Exp-run by:	antoine
Reviewed by:	rakuco
Differential Revision:	https://reviews.freebsd.org/D10748
Tue, 21 Mar 2017
[ 16:12 amdmi3 search for other commits by this committer ] Original commit   Revision:436614
- Fix typo in option desc

Approved by:	portmgr blanket
Sun, 19 Mar 2017
[ 17:19 antoine search for other commits by this committer ] Original commit   Revision:436507
- Update devel/doxygen to 1.8.13
- Adjust ports depending on it

PR:		217801
Thu, 5 Jan 2017
[ 11:00 amdmi3 search for other commits by this committer ] Original commit   Revision:430631 (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
Remove always-true/false conditions after 9.x, 10.[12] EOL
While here, couple minor fixes

portmgr blanket
Tue, 27 Sep 2016
[ 16:32 antoine search for other commits by this committer ] Original commit   Revision:422818 (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
- Update devel/doxygen to 1.8.12
- Adjust plist of ports depending on it

PR:		212869
Mon, 1 Aug 2016
[ 18:26 antoine search for other commits by this committer ] Original commit   Revision:419450 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- Update devel/doxygen to 1.8.11
- Adjust plist of ports depending on it

PR:		211447
Submitted by:	maintainer
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)
Mon, 19 Oct 2015
[ 14:50 amdmi3 search for other commits by this committer ] Original commit   Revision:399684 (Only the first 10 of 93 ports in this commit are shown above. View all ports for this commit)
Improve shebangfix framework

- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")

Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")

Update shebangfix usage according to new rules in many ports:

- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces

Fix shebangfix usage in many ports (irrelevant to infrastructure change):

- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string

Approved by:	portmgr (bapt)
Differential Revision:	D3756
Thu, 27 Aug 2015
[ 09:10 amdmi3 search for other commits by this committer ] Original commit   Revision:395408
- Pet portlint, switch to options helpers

PR:		202539
Submitted by:	cyberbotx@cyberbotx.com (maintainer)
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)
Mon, 17 Aug 2015
[ 12:26 amdmi3 search for other commits by this committer ] Original commit   Revision:394456
- Fix perl path in generated files

Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
Mon, 27 Jul 2015
[ 17:11 antoine search for other commits by this committer ] Original commit   Revision:392994 (Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
Update devel/doxygen to 1.8.10

PR:		201365
exp-run:	self
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
Wed, 21 Jan 2015
[ 16:37 antoine search for other commits by this committer ] Original commit   Revision:377617
Update to 1.8.9.1

PR:		196841
Submitted by:	maintainer
Mini exp-run:	self
Wed, 31 Dec 2014
[ 06:45 antoine search for other commits by this committer ] Original commit   Revision:375872 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
Update devel/doxygen to 1.8.9

PR:		ports/196342
Submitted by:	Naram Qashat (maintainer)
Exp-run and fixes to depending ports:	self
Thu, 25 Dec 2014
[ 20:54 bapt search for other commits by this committer ] Original commit   Revision:375598 (Only the first 10 of 446 ports in this commit are shown above. View all ports for this commit)
Bump portrevision after png update
[ 19:04 antoine search for other commits by this committer ] Original commit   Revision:375594 (Only the first 10 of 332 ports in this commit are shown above. View all ports for this commit)
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
Sun, 26 Oct 2014
[ 23:25 pawel search for other commits by this committer ] Original commit   Revision:371529
- Update devel/doxygen to version 1.8.8 [1]
- Fix graphics/partio plist problem after doxygen update [2]

PR:		194178 [1]
Submitted by:	maintainer [1]
Approved by:	mva@ [2]
Fri, 22 Aug 2014
[ 17:10 danfe search for other commits by this committer ] Original commit   Revision:365679
- Optionize for Graphviz and LaTeX (enabled by default, so hopefully the
  rest of the ports tree that uses Doxygen for their documentation aren't
  adversely affected)
- Use new OPTIONS framework helpers
- PDFDOCS relies on both the LATEX and HTMLDOCS options to be enabled
- Remove a couple patches that believed to have no effect on PDFDOCS build
  because it should've been setting HAVE_LATEX in MAKE_ARGS instead of
  HAVE_PDFDOCS (which was done by a previous commit that submitter was
  unaware of back when it happened, but never should've happened to begin
  with)
- While here: sort USES, remove MAKE_JOBS_UNSAFE [*], and cleanup Makefile,
  use correct spelling of PostScript and PDF in port description text

[*] Except cleaning targets, use more robust make(1) syntax of -C, albeit
    I did not find evidence that cd ... ; $(MAKE) syntax was causing build
    failures with -jX.  Still, -C is better and safer in general.

PR:		192732
Submitted by:	maintainer
Reviewed by:	marino
Sat, 9 Aug 2014
[ 19:39 antoine search for other commits by this committer ] Original commit   Revision:364468 (Only the first 10 of 49 ports in this commit are shown above. View all ports for this commit)
Update devel/doxygen to 1.8.7
Update dependent ports to build with it

Most of work by:	pi@
Exp-run:	self
PR:		ports/190943
Wed, 2 Jul 2014
[ 10:26 robak search for other commits by this committer ] Original commit   Revision:360162
devel/doxygen: convert to new LIB_DEPENDS format

Approved by:	marino (mentor)
Tue, 24 Jun 2014
[ 22:46 bapt search for other commits by this committer ] Original commit   Revision:359162
Use MAKE_CMD
[ 22:45 bapt search for other commits by this committer ] Original commit   Revision:359161
Use MAKE_CMD
Mon, 16 Jun 2014
[ 08:41 pi search for other commits by this committer ] Original commit   Revision:357957
devel/doxygen: set PORTEPOCH for revert

Submitted by:	mat
[ 07:54 pi search for other commits by this committer ] Original commit   Revision:357956 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
revert to doxygen 1.8.3.1 for now
Sat, 14 Jun 2014
[ 07:22 pi search for other commits by this committer ] Original commit   Revision:357752 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
devel/doxygen: 1.8.3.1 -> 1.8.7

In a second step, the python build part has to be tested (still open)

PR:		ports/190943
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Mon, 5 May 2014
[ 18:26 antoine search for other commits by this committer ] Original commit   Revision:353035
Unbreak
[ 09:45 bapt search for other commits by this committer ] Original commit   Revision:352986 (Only the first 10 of 293 ports in this commit are shown above. View all ports for this commit)
Convert all :U to :tu and :L to :tl

Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
Fri, 2 May 2014
[ 12:36 marino search for other commits by this committer ] Original commit   Revision:352809
devel/doxygen: Remove "jobs unsafe" designation

PR:		ports/188461
Submitted by:	Jia-Shiun Li
Approved by:	maintainer (Naram Qashat)
Mon, 3 Feb 2014
[ 04:03 miwi search for other commits by this committer ] Original commit   Revision:342381
- Stage support
Fri, 20 Sep 2013
[ 17:03 bapt search for other commits by this committer ] Original commit   Revision:327722 (Only the first 10 of 379 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:
devel part 1)
Mon, 16 Sep 2013
[ 10:28 az search for other commits by this committer ] Original commit   Revision:327376 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
Wed, 4 Sep 2013
[ 18:06 madpilot search for other commits by this committer ] Original commit   Revision:326307 (Only the first 10 of 129 ports in this commit are shown above. View all ports for this commit)
- Make ports use the libc provided iconv implementation on 10-CURRENT
  after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc

Reviewed by:	bapt
Approved by:	portmgr (bapt)
Discussed with:	bapt, bsam (who both contributed ideas and code)
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.
Mon, 29 Apr 2013
[ 08:57 bapt search for other commits by this committer ] Original commit   Revision:316786 (Only the first 10 of 157 ports in this commit are shown above. View all ports for this commit)
Rely on bsdtar to autodetermine the format of the distfiles when possible

For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.

Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
Sat, 27 Apr 2013
[ 08:50 mva search for other commits by this committer ] Original commit   Revision:316654 (Only the first 10 of 196 ports in this commit are shown above. View all ports for this commit)
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
Fri, 8 Mar 2013
[ 11:32 bapt search for other commits by this committer ] Original commit   Revision:313635 (Only the first 10 of 209 ports in this commit are shown above. View all ports for this commit)
Convert USE_BISON to USES= bison

It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
Thu, 7 Mar 2013
[ 19:04 makc search for other commits by this committer ] Original commit   Revision:313602
- Rename options: DOCS -> HTMLDOCS, LATEX -> PDFDOCS, DOXYWIZARD -> QT4
- Disable all options by default

PR:		ports/176725
Approved by:	Naram Qashat (maintainer)
Thu, 24 Jan 2013
[ 21:22 pawel search for other commits by this committer ] Original commit   Revision:310947
Update to version 1.8.3.1

PR:		ports/175456
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Mon, 31 Dec 2012
[ 11:59 pawel search for other commits by this committer ] Original commit   Revision:309724
Update to version 1.8.3

PR:		ports/174838
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Wed, 15 Aug 2012
[ 00:18 bdrewery search for other commits by this committer ] Original commit 
- Update to 1.8.2 [1]
- Convert to new options framework

Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
PR:		ports/170574 [1]
Approved by:	bapt (mentor)
Wed, 25 Jul 2012
[ 06:32 cs search for other commits by this committer ] Original commit  (Only the first 10 of 125 ports in this commit are shown above. View all ports for this commit)
Fix typos in COMMENT
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
Mon, 5 Mar 2012
[ 18:58 scheidell search for other commits by this committer ] Original commit 
- Update to 1.8.0

PR:             ports/165694
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Approved by:    gabor (mentor, implicit)
Mon, 12 Dec 2011
[ 15:35 culot search for other commits by this committer ] Original commit 
- Update to 1.7.6.1

Changes:        http://www.doxygen.org/changelog.html
PR:             ports/163184
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Feature safe:   yes
Sat, 5 Nov 2011
[ 16:55 sunpoet search for other commits by this committer ] Original commit 
- Update to 1.7.5.1

Changes:        http://www.doxygen.org/changelog.html
PR:             ports/162243
Submitted by:   sunpoet (myself)
Approved by:    Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Mon, 2 May 2011
[ 12:44 makc search for other commits by this committer ] Original commit  (Only the first 10 of 195 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION after open-mofit update
Fri, 21 Jan 2011
[ 03:15 sunpoet search for other commits by this committer ] Original commit 
- Update to 1.7.3
- CXX is already added in bsd.port.mk
- Cosmetic change

Changes:        http://www.stack.nl/~dimitri/doxygen/changelog.html
PR:             ports/154102
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Feature safe:   yes
Tue, 19 Oct 2010
[ 01:28 pgollucci search for other commits by this committer ] Original commit 
- Update to 1.7.2

PR:             ports/151383
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Tue, 3 Aug 2010
[ 12:18 rene search for other commits by this committer ] Original commit 
- Update devel/doxygen to 1.7.1
- Update pkg-plist and bump PORTREVISION of affected ports

PR:             ports/148156
Submitted by:   maintainer
Approved by:    tabthorpe (mentor), fluffy (graphics/libwpg)
Tested by:      exp-run by pav
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
[ 10:44 nemoliu search for other commits by this committer ] Original commit 
- Update to 1.6.3
- Fix previous pre.mk ordering bug by converting to new style options.mk.

PR:     ports/144184
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)

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
Fri, 1 Jan 2010
[ 12:53 lwhsu search for other commits by this committer ] Original commit 
- Update to 1.6.2

PR:             ports/142201
Submitted by:   Naram Qashat <cyberbotx AT cyberbotx.com> (maintainer)
Tue, 13 Oct 2009
[ 16:38 wxs search for other commits by this committer ] Original commit 
- Update to 1.6.1

PR:             ports/138181
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
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
Tue, 9 Jun 2009
[ 01:37 amdmi3 search for other commits by this committer ] Original commit 
- Mark MAKE_JOBS_UNSAFE

PR:             135381
Submitted by:   myself
Approved by:    Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Sat, 9 May 2009
[ 09:18 miwi search for other commits by this committer ] Original commit 
- Update to 1.5.9

PR:             134237
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Tue, 30 Dec 2008
[ 02:26 amdmi3 search for other commits by this committer ] Original commit 
- Update to 1.5.8
- Add OPTIONS
- Trim down Qt depends
- Clean Makefile a bit

PR:             130003
Submitted by:   Naram Qashat <cyberbotx at cyberbotx dot com> (maintainer)
Some tweaks by: myself
Tweaks approved by:     Naram Qashat <cyberbotx at cyberbotx dot com>
(maintainer)
Sun, 9 Nov 2008
[ 16:10 miwi search for other commits by this committer ] Original commit 
- Update to 1.5.7.1

PR:             128659
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Fri, 17 Oct 2008
[ 19:35 stefan search for other commits by this committer ] Original commit 
- Update to 1.5.7.
- Assign maintainership to submitter.

PR:             127727
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com>
Approved by:    Marcin Wisnicki <mwisnicki+freebsd@gmail.com> (former
maintainer)
Fri, 6 Jun 2008
[ 13:21 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 367 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)
Tue, 27 May 2008
[ 20:25 jadawin search for other commits by this committer ] Original commit 
- Update to 1.5.6
- Add use_bison

PR:             ports/123803
Submitted by:   Naram Qashat <cyberbotx cyberbotx.com>
Approved by:    Marcin Wisnicki (maintainer), mentor (implicit)
Thanks to:      tabthorpe for testing
Sat, 19 Apr 2008
[ 17:56 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 2842 ports in this commit are shown above. View all ports for this commit)
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Fri, 7 Mar 2008
[ 13:24 araujo search for other commits by this committer ] Original commit 
- Update to 1.5.5.
- Changed the BUILD_DEPENDS for Python to USE_PYTHON_BUILD instead.

PR:             ports/121062
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com>
Approved by:    Marcin Wisnicki <mwisnicki+freebsd@gmail.com> (maintainer)
Tue, 11 Dec 2007
[ 21:46 delphij search for other commits by this committer ] Original commit 
Update to 1.5.4.

PR:             ports/118392
Submitted by:   Naram Qashat <cyberbotx at cyberbotx.com>
Approved by:    maintainer
Wed, 24 Oct 2007
[ 23:37 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1479 ports in this commit are shown above. View all ports for this commit)
Presenting GNOME 2.20.1 and all related works for FreeBSD.  The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 13 Jun 2007
[ 09:52 beech search for other commits by this committer ] Original commit 
- Update to 1.5.2

PR:             ports/113598
Submitted by:   Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
Approved by:    sat (mentor)
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}.

Number of commits found: 152 (showing only 100 on this page)

1 | 2  »