notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: net-p2p/amule/Makefile

Number of commits found: 84

Saturday, 27 Jan 2024
10:52 Gleb Popov (arrowd) search for other commits by this committer Author: Nuno Teixeira
*: Autotools manpages fix

Approved by:	portmgr (blanket)
commit hash: 7aae4b51367e0007a539342b08413cb04ab3a91c commit hash: 7aae4b51367e0007a539342b08413cb04ab3a91c commit hash: 7aae4b51367e0007a539342b08413cb04ab3a91c commit hash: 7aae4b51367e0007a539342b08413cb04ab3a91c 7aae4b5
Thursday, 5 Oct 2023
12:13 Jason E. Hale (jhale) search for other commits by this committer
security/cryptopp: Update to 8.9.0

Bump PORTREVISION on consumers due to ABI incompatibility.

https://www.cryptopp.com/release890.html
commit hash: a183016bcd7df1bac249d0dc2a6e8b168f9b0534 commit hash: a183016bcd7df1bac249d0dc2a6e8b168f9b0534 commit hash: a183016bcd7df1bac249d0dc2a6e8b168f9b0534 commit hash: a183016bcd7df1bac249d0dc2a6e8b168f9b0534 a183016
Sunday, 23 Jul 2023
09:55 Nuno Teixeira (eduardo) search for other commits by this committer
net-p2p/amule: Turn BOOST option on by default

- aMule users are experiencing stability improvments when compiling with BOOST

PR:		266866
commit hash: cffe8571bdc8fc28e72711e79cc545f817314b76 commit hash: cffe8571bdc8fc28e72711e79cc545f817314b76 commit hash: cffe8571bdc8fc28e72711e79cc545f817314b76 commit hash: cffe8571bdc8fc28e72711e79cc545f817314b76 cffe857
Thursday, 20 Jul 2023
10:41 Nuno Teixeira (eduardo) search for other commits by this committer
net-p2p/amule: Fix typo in rc script

- Fix rc script amule user

PR:		266866
Reported by:	francesco@magno.cc
commit hash: 4d5b0df768a7696dc6aa8ebbd629c9e6c2ac3db1 commit hash: 4d5b0df768a7696dc6aa8ebbd629c9e6c2ac3db1 commit hash: 4d5b0df768a7696dc6aa8ebbd629c9e6c2ac3db1 commit hash: 4d5b0df768a7696dc6aa8ebbd629c9e6c2ac3db1 4d5b0df
Wednesday, 12 Jul 2023
05:31 Jason E. Hale (jhale) search for other commits by this committer
security/cryptopp: Update to 8.8.0

Bump PORTREVISION on consumers due to ABI incompatibility.

https://www.cryptopp.com/release880.html
commit hash: 5e3c265d1138e3fbcb843c0673715d0be95d717d commit hash: 5e3c265d1138e3fbcb843c0673715d0be95d717d commit hash: 5e3c265d1138e3fbcb843c0673715d0be95d717d commit hash: 5e3c265d1138e3fbcb843c0673715d0be95d717d 5e3c265
Tuesday, 11 Jul 2023
18:14 Raphael Kubo da Costa (rakuco) search for other commits by this committer
net-p2p/amule: Disable C++17 error about usage of the register keyword

Instead of forcing the port to build with -std=c++11 in all FreeBSD
versions, just pass -Wno-register when the port is being built with a
Clang release that defaults to C++17 mode (which does not have the
register keyword by default).

Approved by:	eduardo (maintainer)
Differential Revision:	https://reviews.freebsd.org/D40939
commit hash: 8e012871f3f019d9dcd56ee288c84fb85bb0171d commit hash: 8e012871f3f019d9dcd56ee288c84fb85bb0171d commit hash: 8e012871f3f019d9dcd56ee288c84fb85bb0171d commit hash: 8e012871f3f019d9dcd56ee288c84fb85bb0171d 8e01287
Wednesday, 5 Jul 2023
19:11 Nuno Teixeira (eduardo) search for other commits by this committer
net-p2p/amule: Unbreak clang16

The port does not work with C++17 which is the default since clang 16.
This can be removed once that port starts working with C++17.

Reported by:	pkg-fallout
MFH:		2023Q3
commit hash: 60fbad1670fec827eb6035816be246819bbbf08e commit hash: 60fbad1670fec827eb6035816be246819bbbf08e commit hash: 60fbad1670fec827eb6035816be246819bbbf08e commit hash: 60fbad1670fec827eb6035816be246819bbbf08e 60fbad1
Saturday, 3 Jun 2023
10:14 Nuno Teixeira (eduardo) search for other commits by this committer
net-p2p/amule: Modernize rc script

PR:		266866
Reported by:	echoxxzz@gmail.com
commit hash: 1044fe65f12a1885352cab5a155c3634ed4d0f02 commit hash: 1044fe65f12a1885352cab5a155c3634ed4d0f02 commit hash: 1044fe65f12a1885352cab5a155c3634ed4d0f02 commit hash: 1044fe65f12a1885352cab5a155c3634ed4d0f02 1044fe6
Thursday, 20 Apr 2023
10:00 Nuno Teixeira (eduardo) search for other commits by this committer
net-p2p/amule: Adopt/Fix segmentation fault

 - Add -DCRYPTOPP_DISABLE_ASM to CXXFLAGS on i386 and amd64, as
   cryptopp-8.7.0 build with this option by default on i386 and amd64.
   (5a19c08: security/cryptopp: Update to 8.7.0)

While I'm here:

 - Makefile cleanup: license file, formatting and remove conflicts
   install on expired net-p2p/amule-devel port.

PR:		266866
Reported by:	Francesco <francesco@magno.cc>
MFH:		2023Q2
commit hash: 4baf754027807e1ad7966055d40a4c4eb75a5717 commit hash: 4baf754027807e1ad7966055d40a4c4eb75a5717 commit hash: 4baf754027807e1ad7966055d40a4c4eb75a5717 commit hash: 4baf754027807e1ad7966055d40a4c4eb75a5717 4baf754
Monday, 5 Dec 2022
12:02 Rene Ladan (rene) search for other commits by this committer
all: return bar@'s ports to the pool after commit bit safekeeping.

With hat:	portmgr-secretary
commit hash: 7cd3ed13c5e5fabf68af28286d0560969dad43eb commit hash: 7cd3ed13c5e5fabf68af28286d0560969dad43eb commit hash: 7cd3ed13c5e5fabf68af28286d0560969dad43eb commit hash: 7cd3ed13c5e5fabf68af28286d0560969dad43eb 7cd3ed1
Friday, 16 Sep 2022
03:56 Jason E. Hale (jhale) search for other commits by this committer
security/cryptopp: Update to 8.7.0

Drop most of the SIMD logic. The cryptopp Makefile autodetects CPU
features regardless if CPUTYPE is set and it is not possible to disable
specific instruction sets. It is only possible to completely disable
assembly optimizations, which is recommended for package building unless
all consumer machines support the build machine's CPU instruction sets.

Since version 8.1, it is no longer necessary to export
-DCRYPTOPP_DISABLE_ASM to the pkgconfig file. Consumers will now
build without it defined if the SIMD option is disabled. Remove old
workarounds pertaining to this issue.
https://github.com/weidai11/cryptopp/issues/779

Bump PORTREVISION on consumers due to ABI incompatibility.

https://www.cryptopp.com/release870.html
commit hash: 5a19c0823bb11a2d2da10a3d92a574a8aafcb661 commit hash: 5a19c0823bb11a2d2da10a3d92a574a8aafcb661 commit hash: 5a19c0823bb11a2d2da10a3d92a574a8aafcb661 commit hash: 5a19c0823bb11a2d2da10a3d92a574a8aafcb661 5a19c08
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
net-p2p: remove 'Created by' lines

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

  *  Alexander Botero-Lowry <alex@foxybanana.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Attila Nagy <bra@fsn.hu>
  *  Chad J. Milios <milios@ccsys.com>
  *  Damian Gerow <dgerow@afflictions.org>
  *  Daniel Morante <daniel@morante.net>
  *  Dave Cottlehuber <dch@skunkwerks.at>
  *  Dereckson <dereckson@gmail.com>
  *  Devin Teske <dteske@FreeBSD.org>
  *  Dmitriy Limonov
  *  Doug Barton <dougb@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Florent Thoumie <flz@xbsd.org>
  *  Ganael LAPLANCHE <ganael.laplanche@martymac.org>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Holger Lamm <holger@e-gitt.net>
  *  Holger Lamm <holger@e-gitt.net> and Mario S F Ferreira <lioux@FreeBSD.org>
  *  Jeremy Faulkner <gldisater@gldis.ca>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Maxim Ignatenko <gelraen.ua@gmail.com>
  *  Michael Johnson <ahze@ahze.net>
  *  Munish Chopra <mchopra@engmail.uwaterloo.ca>
  *  Oleg Alexeenkov <proler@gmail.com>
  *  Oleg R. Muhutdinov <mor@WhiteLuna.com>
  *  Pankov Pavel <pankov_p@mail.ru>
  *  Pav Lucistnik <pav@oook.cz>
  *  Rod Taylor <rbt@zort.on.ca>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  Shaun Amott <shaun@FreeBSD.org>
  *  Stas Timokhin <stast@bsdportal.ru>
  *  Sverrir Valgeirsson <e96sv@yahoo.se> and
  *  Tsung-Han Yeh <snowfly@yuntech.edu.tw>
  *  Vasil Dimov <vd@FreeBSD.org>
  *  Yashin Dmitry <yashin.dm@gmail.com>
  *  glocke@bsdstammtisch.at

With hat:	portmgr
commit hash: ef8eaee7579a2e6598077d27c62d8a7af4434276 commit hash: ef8eaee7579a2e6598077d27c62d8a7af4434276 commit hash: ef8eaee7579a2e6598077d27c62d8a7af4434276 commit hash: ef8eaee7579a2e6598077d27c62d8a7af4434276 ef8eaee
Wednesday, 1 Dec 2021
08:04 Barbara Guida (bar) search for other commits by this committer
net-p2p/amule: correct the inverted logic for DEBUG option.

PR:	26002
Reported by:	echoxxzz@gmail.com
commit hash: 27392cf64d50cd1898f83624a588bc5c1b5f27d0 commit hash: 27392cf64d50cd1898f83624a588bc5c1b5f27d0 commit hash: 27392cf64d50cd1898f83624a588bc5c1b5f27d0 commit hash: 27392cf64d50cd1898f83624a588bc5c1b5f27d0 27392cf
Friday, 26 Nov 2021
06:59 Barbara Guida (bar) search for other commits by this committer
net-p2p/amule: fix pkg-plist for AMULEGUI as well.

While here, update WX from 2.8 to 3.0 because amulegui seems to not always work
correctly with 2.8.

PR:	26002
Reported by:	echoxxzz@gmail.com
commit hash: 927ad383075a183f711afb4b00d6c9539015ea41 commit hash: 927ad383075a183f711afb4b00d6c9539015ea41 commit hash: 927ad383075a183f711afb4b00d6c9539015ea41 commit hash: 927ad383075a183f711afb4b00d6c9539015ea41 927ad38
Wednesday, 24 Nov 2021
16:30 Barbara Guida (bar) search for other commits by this committer
net-p2p/amule: fix pkg-plist for MONOLITHIC
commit hash: 3a9b50d65c7599a8c89afe8c9309a64e5eef8a59 commit hash: 3a9b50d65c7599a8c89afe8c9309a64e5eef8a59 commit hash: 3a9b50d65c7599a8c89afe8c9309a64e5eef8a59 commit hash: 3a9b50d65c7599a8c89afe8c9309a64e5eef8a59 3a9b50d
Friday, 29 Oct 2021
09:50 Stefan Eßer (se) search for other commits by this committer
*/*: Remove redundant '-[0-9]*' from CONFLICTS

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a 819f25b
Saturday, 16 Oct 2021
09:51 Jimmy Olgeni (olgeni) search for other commits by this committer
*: fix tab vs. space issues, and comments according to the guide.
commit hash: 4460cf727a7788c9ce21f3344ce5745e5cd9fc4a commit hash: 4460cf727a7788c9ce21f3344ce5745e5cd9fc4a commit hash: 4460cf727a7788c9ce21f3344ce5745e5cd9fc4a commit hash: 4460cf727a7788c9ce21f3344ce5745e5cd9fc4a 4460cf7
Saturday, 9 Oct 2021
14:37 Barbara Guida (bar) search for other commits by this committer
net-p2p/amule: update to 2.3.3.
commit hash: d293a501aad7ba95d064f29ee7f307e94790718e commit hash: d293a501aad7ba95d064f29ee7f307e94790718e commit hash: d293a501aad7ba95d064f29ee7f307e94790718e commit hash: d293a501aad7ba95d064f29ee7f307e94790718e d293a50
Tuesday, 31 Aug 2021
11:32 Bernhard Froehlich (decke) search for other commits by this committer
net-p2p/amule: Add CPE information

Approved by:    portmgr (blanket)
commit hash: e18e21862313c63c1b2ad75a55007992c154bd51 commit hash: e18e21862313c63c1b2ad75a55007992c154bd51 commit hash: e18e21862313c63c1b2ad75a55007992c154bd51 commit hash: e18e21862313c63c1b2ad75a55007992c154bd51 e18e218
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Tuesday, 19 Jan 2021
04:26 jhale search for other commits by this committer
security/cryptopp: Update to 8.4.0

Bump PORTREVSION on all consumers. ABI-breaking changes were introduced and
recompile of consumers is necessary.

Remove unused cryptopp dependency from devel/xeus. Upstream migrated to OpenSSL
several releases ago. [1]

[1]
https://github.com/jupyter-xeus/xeus/commit/c98c44c174cafcf424f4203dc3c61564118feb3e

Changes:	https://www.cryptopp.com/release840.html
Original commitRevision:562021 
Wednesday, 7 Oct 2020
07:22 bar search for other commits by this committer
Fix the build after last devel/upnp update.
Original commitRevision:551620 
Saturday, 3 Oct 2020
17:50 tcberner search for other commits by this committer
devel/upnp: update to 1.14.0

Update to newer release which contains a fix for CVE-2020-13848:
	https://github.com/pupnp/pupnp/commit/c805c1de1141cb22f74c0d94dd5664bda37398e0

MFH:		2020Q4
Security:	CVE-2020-13848
Original commitRevision:551336 
Monday, 4 May 2020
21:31 dinoex search for other commits by this committer
- update libgd to 2.3.0
- new option RAQM
- resurrect deprecated gdlib-config
- bump dependend ports
Original commitRevision:533989 
Wednesday, 19 Feb 2020
11:52 gerald search for other commits by this committer
devel/upnp: Update to version 1.12.0 which includes the following changes:

 - Reduce spurious HTTP 416 errors due to ill-defined bytes header.
 - UpnpEnableWebserver: Error correctly when web server compiled-out.
 - Remove TRUE/FALSE, IN/OUT/INOUT defines and BOOL typedef.
 - Add list test and replace the list.h file.
 - Check for -lpthread too (updates pthread m4 check from upstream).

Bump PORTREVISION of dependent ports.

PR:		243619
Submitted by:	salvadore (maintainer)
Original commitRevision:526508 
Tuesday, 10 Dec 2019
03:38 jhale search for other commits by this committer
Update security/cryptopp to 8.2.0

Remove THREADS option - upstream recommends building with threads and the
build system now adds the appropriate flags automatically

Bump PORTREVISION on consumers due to shared lib version increase

PR:		241132
Submitted by:	Farid Hajji <farid@hajji.name>
Original commitRevision:519643 
Wednesday, 20 Nov 2019
06:46 tobik search for other commits by this committer
devel/upnp: Update to 1.10.0

Bump consumers for ABI changes.

Changes:	https://github.com/mrjimenez/pupnp/blob/release-1.10.0/ChangeLog
PR:		242089
Submitted by:	Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer)
Original commitRevision:517993 
Tuesday, 17 Sep 2019
19:21 tobik search for other commits by this committer
Fix some misspelled or duplicated LICENSE_*
Original commitRevision:512232 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
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
Original commitRevision:507372 
Wednesday, 15 May 2019
04:27 tobik search for other commits by this committer
devel/upnp: Update to 1.8.4

- Bump revision of consumers for shared library change

Changes:	http://pupnp.sourceforge.net/ChangeLog
PR:		234669
Submitted by:	Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer)
Original commitRevision:501684 
Tuesday, 9 Apr 2019
14:04 sunpoet search for other commits by this committer
Update devel/readline to 8.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://tiswww.case.edu/php/chet/readline/CHANGES
PR:		236156
Exp-run by:	antoine
Original commitRevision:498476 
Saturday, 19 Jan 2019
18:09 amdmi3 search for other commits by this committer
- Move LICENSE_FILE and SHEBANG_FILES out of unrelated options section
- Switch to USES=localbase
- Add missing USES=readline (for amulecmd and webserver)
- Switch to options helpers
- Fix WWW and license for amule-devel
- Fix plists for WITHOUT=NLS case: manpages are not built when NLS is disabled

PR:		234829
Submitted by:	amdmi3
Approved by:	bar (maintainer, via private email)
Original commitRevision:490730 
Sunday, 13 Jan 2019
20:58 adamw search for other commits by this committer
Remove GeoIP-related options. Where possible, replace GeoIP 1 defaults
with GeoIP 2.

Also, as suggested by zi, add an UPDATING note about this.
Original commitRevision:490211 
Monday, 31 Dec 2018
13:08 rene search for other commits by this committer
net-p2p/amule: remove optional dependency on expired KDE4
Original commitRevision:488779 
Thursday, 20 Dec 2018
08:51 linimon search for other commits by this committer
This port requires USES=compiler:c++11-lang to build on GCC-based
architectures.

PR:		234118
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
Original commitRevision:487865 
Sunday, 2 Dec 2018
15:41 rene search for other commits by this committer
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
Original commitRevision:486467 
Friday, 24 Aug 2018
17:22 jhale search for other commits by this committer
Update security/cryptopp to 7.0.0

We now install a pkgconfig file which will allow ports to check whether
cryptopp was built with assembly instructions enabled or not. There are
a few functions that will be undefined if built without assembly and
-DCRYPTOPP_DISABLE_ASM needs to be passed to the compiler in that case
to avoid build failures. This is not new, but the pkgconf file should
make it easier to determine if the flag is needed or not.

Fix several ports due to API changes and to use the new pkgconf file
to determine cryptopp location and build flags. Special cases below.

deskutils/cdcat
- Use cryptopp shared library instead of static, detect with pkgconf

devel/xeus
- Fix dependencies and remove header-only libraries from RUN_DEPENDS
- Rework to use the cryptopp pkgconf file
- net/cppzmq CMake files were fixed in r477649, remove hacks for that
  as they were seemingly causing devel/xeus-cling to link to cryptopp
  unnecessarily
- Remove C++17 code from cryptopp checks for compatibility

devel/xeus-cling
- Fix dependencies
- Remove hacks for previously broken cppzmq CMake files and no longer
  needed cryptopp dependency

Changes:	https://www.cryptopp.com/#news
PR:		230579 (original patch, not used)
Submitted by:	yuri
Original commitRevision:477967 
Thursday, 28 Jun 2018
17:39 tcberner search for other commits by this committer
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
Original commitRevision:473503 
Tuesday, 17 Apr 2018
14:21 amdmi3 search for other commits by this committer
- Fix LICENSE
- Remove outdated condition
- Switch to options helpers
- Fix WWW

Approved by:	portmgr blanket
Original commitRevision:467609 
Wednesday, 7 Dec 2016
01:00 jhale search for other commits by this committer
- Update security/cryptopp to 5.6.5
- Add LICENSE (BSL)
- Add CPE data
- Remove STATIC option and always install the shared library;
  no reason not to.
- Remove GCC option and use USES=compiler framework
- Add FULL_DEBUG option to address CVE-2016-7420 and add a warning if trying
  to use it. It will allow the asserts to be enabled which could be a
  security risk. The standard DEBUG option is now safe to use.
- Add SIMD option for i386 and amd64 - requires a recent clang or gcc
- Don't install the cryptest binary; it is really only used for regression
  testing, so only build it for the TEST_TARGET. It is useless without the
  data files anyways.
- Take maintainership
- Bump PORTREVISON on dependent ports due to shared library bump

PR:		215015
Reported by:	<fcsk.aim@gmail.com>
MFH:		2016Q4
Security:	eab68cff-bc0c-11e6-b2ca-001b3856973b
Original commitRevision:428022 
Sunday, 18 Sep 2016
12:32 bar search for other commits by this committer
Update to version 2.3.2.
Original commitRevision:422383 
Wednesday, 24 Aug 2016
08:20 tcberner search for other commits by this committer
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]
[1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk
[2] The version in the plasma5 branch also handles frameworks/plasma5 and
    handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt
    Ports -- I chose to leave this out for now, as the diff is already large
    enough.
[3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we
    want is already specified as argument to kde:<arg>
[4] For KDE Frameworks and Plasma5 ports this would be kde:5

PR:             210667
Approved by:    portmgr, mat (mentor), rakuco (mentor)
Reviewed by:    mat, rakuco
Differential Revision:   https://reviews.freebsd.org/D6961
Original commitRevision:420774 
Wednesday, 20 Jul 2016
09:33 dinoex search for other commits by this committer
- update libgd to 2.2.2
- new MASTER_SITES
- add security patch
PR:		210913
Submitted by:	Piotr Kubaj
MFH:		2016Q3
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4
Original commitRevision:418829 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Friday, 23 Oct 2015
23:07 bar search for other commits by this committer
- Change security/cryptopp from BUILD_DEPENDS to LIB_DEPENDS as it defaults to
non-static build
- Update devel port to svn revision 10871
- Remove WX_UNICODE
- Regenerate patch
- Try sorting USES
- Remove article from COMMENT

PR: 203670
Original commitRevision:400063 
Wednesday, 16 Sep 2015
19:51 bapt search for other commits by this committer
Remove ansi version fo wxGTK 2.8 and only keep the unicode version

All applications in the ports tree works correctly with unicode version of wxGTK

Newer version of wxGTK are unicode only (3.0+)

Note that now WX_UNICODE macro is noop
Original commitRevision:397077 
Tuesday, 24 Mar 2015
23:45 marino search for other commits by this committer
2 ports categories: Remove $PTHREAD_LIBS

Categories: net-p2p, comms

Note that qrq was not properly staged, it failed stage-QA.
aprsd failed check-plist; it had a plist orphan.  Now it fails stage-QA
with a fs violation, but it may be acceptable.  Fixes added to both.

approved by:	PTHREAD blanket
Original commitRevision:382189 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
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)
Original commitRevision:367888 
Monday, 18 Aug 2014
16:43 bdrewery search for other commits by this committer
- Move RESETPREFIX to default PLIST_SUB

With hat:	portmgr
Original commitRevision:365325 
Monday, 11 Aug 2014
17:05 adamw search for other commits by this committer
Bump PORTREVISION on all ports that depend on net/GeoIP for
r364627.

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:364628 
Monday, 28 Jul 2014
18:30 bar search for other commits by this committer
Bump PORTREVISION to catch net/GeoIP update.
Original commitRevision:363215 
Friday, 11 Jul 2014
10:26 tijl search for other commits by this committer
- Add USES=libtool to devel/upnp and bump dependent ports
- Add USES=pathfix and INSTALL_TARGET=install-strip
- Add a patch to fix definitions of ITHREAD_MUTEX_*

Approved by:	portmgr (implicit, bump unstaged port)
Original commitRevision:361520 
Tuesday, 29 Apr 2014
00:52 bar search for other commits by this committer
- Remove unneeded dependency from flex from ports
- Use options helpers
- Convert to tar:bzip2 and desktop-file-utils
- Add DEBUG option
- Pet portlint
- Attempt to fix build with pkg_install for PLASMAMULE
Original commitRevision:352562 
Saturday, 11 Jan 2014
20:03 bar search for other commits by this committer
- Support STAGEDIR
- Fix build with clang on i386

Approved by:	flo (mentor)
Original commitRevision:339446 
Saturday, 5 Oct 2013
10:18 bar search for other commits by this committer
Common changes:
- Use new syntax for LIB_DEPENDS
- Use shebangfix for perl files
- Set perl as run dependency for XAS option
- Bump PORTREVISION

amule-devel changes:
- Fix build after perl related changes
- USES gmake

Approved by:	rene (mentor)
Original commitRevision:329433 
Friday, 20 Sep 2013
22:28 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-p2p)
Original commitRevision:327758 
Wednesday, 18 Sep 2013
06:44 bapt search for other commits by this committer
Add a build dependency on perl
Original commitRevision:327521 
Friday, 9 Aug 2013
14:05 dinoex search for other commits by this committer
- update libdg to 2.1.0
Original commitRevision:324437 
Friday, 26 Apr 2013
10:44 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 4)

Approved by:	portmgr (bapt)
Original commitRevision:316596 
Tuesday, 23 Apr 2013
14:20 bapt search for other commits by this committer
Finish converting the whole ports tree to USES=pkgconfig
Original commitRevision:316355 
Friday, 8 Mar 2013
11:32 bapt search for other commits by this committer
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
Original commitRevision:313635 
Sunday, 20 Jan 2013
11:52 bar search for other commits by this committer
Convert to USE_PKGCONFIG.
Use space instead of tab after Created by header.

Approved by:	flo (mentor)
Original commitRevision:310683 
Sunday, 2 Dec 2012
13:59 bar search for other commits by this committer
- Trim Makefile headers
- Convert to OptionsNG
- Strip ABI version from LIB_DEPENDS
- Update my email address

Approved by:	rene (mentor)
Feature safe:	yes
Original commitRevision:308108 
Sunday, 5 Aug 2012
23:19 dougb search for other commits by this committer
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
Original commit
Wednesday, 6 Jun 2012
06:44 miwi search for other commits by this committer
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Friday, 27 Apr 2012
14:28 pawel search for other commits by this committer
- Update devel/upnp to 1.6.17
- Bump all affected ports

Maintainer of net/ushare was asked for review, no response in 2 weeks
Original commit
Sunday, 29 Jan 2012
06:48 miwi search for other commits by this committer
- Fix build when perl symlink is missing

PR:             163188
Submitted by:   Jan Beich <jbeich@tormail.net>
Approved by:    maintainer timeout
Original commit
Wednesday, 18 Jan 2012
18:32 pawel search for other commits by this committer
Chase devel/upnp shlib bump
Original commit
Tuesday, 27 Dec 2011
21:09 jgh search for other commits by this committer
Pass maintainership to Barbara per email to ports@
http://lists.freebsd.org/pipermail/freebsd-ports/2011-December/072036.html

Submitted by:   Barbara <barbara.xxx1975 at libero.it >
Approved by:    rene (mentor)
Original commit
Monday, 26 Dec 2011
16:12 tabthorpe search for other commits by this committer
- Reset ports to heap due to mail bounces

<swell.k@gmail.com>: host gmail-smtp-in.l.google.com[74.125.53.26] said:
   550-5.1.1 The email account that you tried to reach does not exist. Please
   try 550-5.1.1 double-checking the recipient's email address for typos or
   550-5.1.1 unnecessary spaces. Learn more at
   550 5.1.1 http://mail.google.com/support/bin/answer.py?answer=6596
   d6si2748840pbk.7 (in reply to RCPT TO command)

With Hat:       portmgr
Original commit
Sunday, 25 Dec 2011
20:26 rene search for other commits by this committer
Use a better fix for LICENSE_FILE_GPLv2 from portlints point of view.

Submitted by:   Jan Beich
Original commit
19:58 rene search for other commits by this committer
Forced commit to note that the previous commit also fixed some portlint issues.

Noticed by:     Jan Beich via email
Original commit
19:03 rene search for other commits by this committer
Fix libpng check in configure script, fixed upstream in r10694.

PR:             ports/163182
Submitted by:   Barbara
Approved by:    maintainer timeout (swell.k, 14 days)
Original commit
Wednesday, 30 Nov 2011
21:20 rene search for other commits by this committer
- Update to 2.3.1
- Make the port look similar to net-p2p/amule-devel to ease updating the two.
- Partially pet portlint.

PR:             ports/162603
Submitted by:   Barbara (barbara.xxx1975 libero/it)
Approved by:    maintainer timeout (swell.k, 14 days)
Feature safe:   yes
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Original commit
Saturday, 26 Mar 2011
23:31 pav search for other commits by this committer
- Actually chase upnp shlib change

Reported by:    pointyhat
Pointy hat to:  pawel (miwi, wen)
Original commit
Wednesday, 23 Mar 2011
16:40 pawel search for other commits by this committer
- Chase devel/upnp shlib bump

Approved by:    miwi, wen (mentors)
Original commit
Friday, 4 Mar 2011
05:52 miwi search for other commits by this committer
- Chase devel/upnp shlib bump
Original commit
Sunday, 2 Jan 2011
14:13 makc search for other commits by this committer
Add license info
Remove md5 sums

PR:             ports/153589
Submitted by:   maintainer (swell.k at gmail.com)
Original commit
Sunday, 24 Oct 2010
21:53 pav search for other commits by this committer
- Chase upnp shlib version bump

Reported by:    pointyhat
Pointy hat to:  wen
Original commit
Tuesday, 19 Oct 2010
05:35 pgollucci search for other commits by this committer
- Update CONFLICTS for dynamic PKGNAME

PR:             ports/150985
Submitted by:   swell.k@gmail.com (maintainer)
Original commit
05:28 pgollucci search for other commits by this committer
- Split amule into amule and amule-devel

PR:             ports/150985
Submitted by:   swell.k@gmail.com (maintainer)
Original commit

Number of commits found: 84