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) combination for a given watch list. This is what FreshPorts will look for.

non port: www/thundersnarf/Makefile

Number of commits found: 36

Tuesday, 12 Dec 2023
10:26 Muhammad Moinur Rahman (bofh) search for other commits by this committer
www/thundersnarf: Remove expired port

2023-12-12 www/thundersnarf: Depends on deprecated php80
commit hash: d74484b7cebfb6543b78294b8c426765889785f7 commit hash: d74484b7cebfb6543b78294b8c426765889785f7 commit hash: d74484b7cebfb6543b78294b8c426765889785f7 commit hash: d74484b7cebfb6543b78294b8c426765889785f7 d74484b
Wednesday, 15 Nov 2023
11:54 Muhammad Moinur Rahman (bofh) search for other commits by this committer
www/thundersnarf: Mark DEPRECATED

- Depends on deprecated php80
- Upstream vaporized
- Upstream last update was in 2019
- Set EXPIRATION_DATE to 2023-12-12
- Pet portclippy
- Utilize OPTIONSNG

Approved by:	portmgr (blanket)
commit hash: 9615c60cce941b256d0826dc94c0670d48107557 commit hash: 9615c60cce941b256d0826dc94c0670d48107557 commit hash: 9615c60cce941b256d0826dc94c0670d48107557 commit hash: 9615c60cce941b256d0826dc94c0670d48107557 9615c60
Sunday, 12 Nov 2023
19:23 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Cleanup php NOOP codes

There are some php modules which are by default installed and/or
statically linked in the default PHP installations and has no effect if
mentioned through USE_PHP. Remove those codes.

Also add comment for these cases like which extensions are required for
future references.

Approved by:	portmgr (blanket)
commit hash: 00b411fc8b1991da755d79d373ef86ad1f10d68f commit hash: 00b411fc8b1991da755d79d373ef86ad1f10d68f commit hash: 00b411fc8b1991da755d79d373ef86ad1f10d68f commit hash: 00b411fc8b1991da755d79d373ef86ad1f10d68f 00b411f
Saturday, 10 Jun 2023
14:57 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Mark IGNORE_WITH_PHP for 8.3.X

Approved by:	portmgr (blanket)
Sponsored by:	Bounce Experts
commit hash: 4ca6b847063fd54a5398cf0611b2f0cd33b3dde0 commit hash: 4ca6b847063fd54a5398cf0611b2f0cd33b3dde0 commit hash: 4ca6b847063fd54a5398cf0611b2f0cd33b3dde0 commit hash: 4ca6b847063fd54a5398cf0611b2f0cd33b3dde0 4ca6b84
Sunday, 16 Apr 2023
18:09 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Remove merged or non-existent USE_PHP directives

- Remove USE_PHP=hash which is available in default php installation of
  all versions of php
  * security/pear-Horde_Crypt_Blowfish: Remove OPTION MHASH
- Remove USE_PHP=json which is available in default php installation of
  all versions of php
  * devel/pear-PHPTAL: Remove OPTION JSON
  * www/ilias: Remove OPTION SCORM2004
- Remove USE_PHP=mssql which is no longer available in php from php80
  and later and has been replaced with sqlsrv module which is Windows
  only
  * www/codeigniter: Remove OPTION MSSQL
  * www/moodle311: Remove OPTION MSSQL
  * www/moodle39: Remove OPTION MSSQL
  * www/moodle40: Remove OPTION MSSQL
  * www/moodle41: Remove OPTION MSSQL
- Remove USE_PHP=openssl which is available in default php installation
  of all versions of php
  * databases/phpmyadmin: Remove OPTION OPENSSL
  * databases/phpmyadmin5: Remove OPTION OPENSSL
  * security/pear-Horde_Crypt_Blowfish: Remove OPTION OPENSSL
  * www/nextcloud: Remove OPTION SSL
  * www/owncloud: Remove OPTION SSL
- Remove USE_PHP=pcre which is available in default php installation of
  all versions of php
  * sysutils/racktables: Remove OPTION PCRE
- Remove USE_PHP=postgresql which should be USE_PHP=pgsql and update
  following ports
  * www/typo3-11
  * www/typo3-12
- Remove USE_PHP=pdf which is no longer available as php module
  * databases/phpmyadmin: Remove OPTION PDF
- Remove USE_PHP=spl which is available in default php installation of
  all versions of php
- Remove USE_PHP=sqlsrv which was never imported into FreeBSD as that is
  Windows only php module
  * www/typo3-11: Remove OPTION SQLSRV
  * www/typo3-12: Remove OPTION SQLSRV
- Bump where DEFAULT OPTIONS are affected

Sponsored by:	Bounce Experts

Approved by:	portmgr(blanket)
commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea 0ac3a69
Wednesday, 25 Jan 2023
17:54 Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mk/Uses/apache.mk: Refactor after removal of older versions

apache22 and apache25 had been removed a long time ago however the
apache.mk file has never been refactored and is out of sync from the
file Mk/bsd.default-versions.mk. These changes refactors the removals of
the older versions. In addition:

- Move some keywords like USE_APACHE, USE_APACHE_BUILD, USE_APACHE_RUN
  from SANITY_DEPRECATED to SANITY_UNSUPPORTED
- Remove apache versions from ports Makefiles as currently there is only
  one available version in the tree. However the version checks are
  still valid and should work flawlessly whenever a new version is
  added. For example USES=apache:2.2+ are simply replaced with
  USES=apache. As currently there are no other versions available for
  test this could not be checked on it's own ground.
- Update FOO_USE=APACHE=yes to FOO_USES=apache
- Remove trailing whitespaces

Approved by:    portmgr
Differential Revision: https://reviews.freebsd.org/D38113
commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450 commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450 commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450 commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450 40843b1
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
Monday, 13 Jun 2022
00:08 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Ignore with php82
commit hash: 214a6c5f5a6710e22a998e7e3ebba5e30d30a546 commit hash: 214a6c5f5a6710e22a998e7e3ebba5e30d30a546 commit hash: 214a6c5f5a6710e22a998e7e3ebba5e30d30a546 commit hash: 214a6c5f5a6710e22a998e7e3ebba5e30d30a546 214a6c5
Monday, 10 Jan 2022
18:23 Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mark ports to IGNORE with new php81

- Mark some additional ports to IGNORE with the upcoming php DEFAULT
  php80 [1]

PR: 260595 [1]
Reported by: portmgr (exp-run) [1]
Approved by: portmgr (infrastructure blanket)
Sponsored by:	Bounce Experts
commit hash: 80f7a0af110fd78a76d430df8d2915501bd8d1c5 commit hash: 80f7a0af110fd78a76d430df8d2915501bd8d1c5 commit hash: 80f7a0af110fd78a76d430df8d2915501bd8d1c5 commit hash: 80f7a0af110fd78a76d430df8d2915501bd8d1c5 80f7a0a
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
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
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, 12 Dec 2018
01:35 gerald search for other commits by this committer
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
Original commitRevision:487272 
Sunday, 11 Mar 2018
17:38 brnrd search for other commits by this committer
Migrate USE_APACHE to USES= apache (category www)

 - Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk

With hat:	apache
Original commitRevision:464189 
Wednesday, 4 Oct 2017
11:29 bapt search for other commits by this committer
Convert to USES=php
While here convert some ports to optiosn helpers
Original commitRevision:451218 
Friday, 21 Oct 2016
12:51 mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:424411 
Tuesday, 28 Jun 2016
13:57 mat search for other commits by this committer
USEify USES=php.

The following variables have been folded into arguments:

- USE_PHPIZE -> USES=php:phpize
- USE_PHPEXT -> USES=php:ext
- USE_ZENDEXT -> USES=php:zend
- USE_PHP_BUILD -> USES=php:build
- WANT_PHP_CLI -> USES=php:cli
- WANT_PHP_CGI -> USES=php:cgi
- WANT_PHP_MOD -> USES=php:mod
- WANT_PHP_WEB -> USES=php:web
- WANT_PHP_EMB -> USES=php:embed

PR:		210529
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6936
Original commitRevision:417717 
Friday, 1 Apr 2016
14:33 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412351 
Monday, 21 Dec 2015
12:28 amdmi3 search for other commits by this committer
- Add NO_ARCH
- Switch to options helpers
- Modernize plist

Approved by:	portmgr blanket
Original commitRevision:404091 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386312 
Friday, 13 Jun 2014
21:39 marino search for other commits by this committer
www/thundersnarf: Add stage support and several fixes

The PR that provided stage support corrected an almost empty pkg-plist
so that it now has over 2400 entries.  However, that wasn't the only
issue.  Some additional fixes "while we're here" are:

  * Convert to USES+=tar:bzip2 (PR)
  * Use new style for LIB_DEPENDS (PR)
  * Simplify WRKSRC (remove redundant :R modifier)
  * Convert to USES+=pgsql and WANT_PGSQL from USE_PGSQL
  * Convert to USE_PHP+= pdo pdo_pgsql
  * Remove manual RUN_DEPENDS
  * Remove redundant "-m 555" as INSTALL_SCRIPT already does this
  * Unmute installation commands
  * Use COPYTREE_SHARE instead of cp -R
  * Remove pkg-message post-install target (missed by PR)
  * Remove whitespace in WWW line of pkg-descr file
  * use @owner, @group in pkg-plist (functionality lost by PR)
  * Add port-extract to remove unwanted file that appears (F10+)

PR:		190953
Submitted by:	Joe Benden
Fixes by:	marino
Approved by:	stage and just-fix-it blankets
Original commitRevision:357723 
Tuesday, 24 Dec 2013
10:45 antoine search for other commits by this committer
Fix RUN_DEPENDS
Original commitRevision:337336 
Friday, 20 Sep 2013
23:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
Original commitRevision:327776 
Saturday, 13 Jul 2013
05:38 sunpoet search for other commits by this committer
- Cleanup :install target which was previously done by bdrewery in r316958

Pointyhat to:	sunpoet (myself)
Original commitRevision:322886 
Thursday, 11 Jul 2013
16:26 sunpoet search for other commits by this committer
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
  - Add COOKIES
  - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
  - Add GSSAPI and SPNEGO [2]
  - Remove KERBEROS4
  - Rename LIBIDN to IDN
  - Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile

Changes:	http://curl.haxx.se/changes.html
PR:		ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by:	miwi
Original commitRevision:322783 
Tuesday, 30 Apr 2013
20:00 bdrewery search for other commits by this committer
- Remove redundant :install target on LIB_DEPENDS and RUN_DEPENDS
  This fixes the following warning when running 'run-depends-list':
      "install" non-existent -- dependency list incomplete

With hat:	portmgr
Original commitRevision:316958 
Friday, 22 Mar 2013
11:53 bapt search for other commits by this committer
Convert a bunch of www ports to new options framework
Original commitRevision:314915 
Tuesday, 4 Sep 2012
22:27 ohauer search for other commits by this committer
- unbreak build
  since the port has NO_BUILD set use s/USE_APACHE/USE_APACHE_RUN/

with hat apache@
Original commitRevision:303678 
Saturday, 18 Aug 2012
14:29 ohauer search for other commits by this committer
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@
Original commit
Tuesday, 6 Mar 2012
07:31 crees search for other commits by this committer
- Set postgresql version 9.0 as default
- Add facility to set minimum/maximum version ranges in WANT_PGSQL_VER
- Remove BROKEN_WITH_PGSQL shim

PR:             ports/165245
Submitted by:   crees (me)
Reviewed by:    exp-runs by pav and erwin
Discussed with: girgen
Original commit
Saturday, 20 Aug 2011
17:27 ohauer search for other commits by this committer
 - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
Original commit
Wednesday, 20 Apr 2011
20:28 jmelo search for other commits by this committer
- Remove MANUAL_PACKAGE_BUILDING since pgsql84 is the default now.

PR:                     ports/156337
Submitted by:           Olli Hauer <ohauer@FreeBSD.org>
Approved by:            Patrick Tracanelli <eksffa@freebsdbrasil.com.br>
(maintainer)
Original commit
19:04 jmelo search for other commits by this committer
- Update to 1.3.

Submitted by:           Maintainer (eksffa@freebsdbrasil.com.br) by email.
Original commit
Wednesday, 29 Sep 2010
21:24 jmelo search for other commits by this committer
- Update to 1.1.

PR:             ports/151086
Submitted by:   Patrick Tracanelli <eksffa@freebsdbrasil.com.br> (maintainer)
Original commit
Friday, 2 Jul 2010
19:37 sylvio search for other commits by this committer
- Update to 1.02b

PR:             ports/148304
Submitted by:   Patrick Tracanelli <eksffa@freebsdbrasil.com.br> (maintainer)
Feature safe:   yes
Original commit
Monday, 7 Jun 2010
11:18 garga search for other commits by this committer
ThunderSnarf is a web reporting and trending tool for Thunder Cache Pro which
has the main goal to provide a strategic overview of how Thunder is caching and
what it is caching, aggregating value and helping on decision making regarding
the real web acceleration rates and allowing one to identify unefficient cache
patterns, plugins, as well as domains which should have a plugin written for
and, off course, the top efficient domains and caching patterns as well.

WWW:    http://www.thundercache.com.br

PR:             ports/146875
Submitted by:   Patrick Tracanelli <eksffa at freebsdbrasil.com.br>
Original commit

Number of commits found: 36