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/fcgiwrap/Makefile

Number of commits found: 38

Monday, 4 Mar 2024
09:50 Rodrigo Osorio (rodrigo) search for other commits by this committer
www/fcgiwrap: moved manpages to share/man

Set GNU_CONFIGURE_MANPREFIX and fix plist
Fix formatting to make linters happy
commit hash: 978ee750e1226eb084d16719bd3b66ace99bdfa3 commit hash: 978ee750e1226eb084d16719bd3b66ace99bdfa3 commit hash: 978ee750e1226eb084d16719bd3b66ace99bdfa3 commit hash: 978ee750e1226eb084d16719bd3b66ace99bdfa3 978ee75
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, 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
Sunday, 12 Apr 2020
16:17 rodrigo search for other commits by this committer
www/fcgiwrap: wait for fcgiwrap named socket creation before chown

In certain circumstances postcmd function is called before
named sockets be created by fcgiwrap, causing a startup
failure. This change leave up to 5 seconds to fcgiwrap to
properly start.

Bump PORTREVISION.

PR:		219753
Reported by:	Shuichi KITAGUCHI <ki@hh.iij4u.or.jp>
Original commitRevision:531530 
Saturday, 28 Mar 2020
17:49 rodrigo search for other commits by this committer
www/fcgiwrap: fix IPv6 support

Extend existing patch to fix IPv6 support.
Bump PORTREVISION

The fix zero-out the sockaddr structure before
using it as a sockaddr_in6 structure as explained
by IEEE Std 1003.1.

The patch was upstremed : https://github.com/gnosek/fcgiwrap/pull/51

PR:		243721
Reported by:	<olaf@zaplinski.de>
Original commitRevision:529749 
Thursday, 7 Jun 2018
17:57 zi search for other commits by this committer
- Unbreak socket mode logic

Reported by:	clusteradm
Original commitRevision:471940 
Tuesday, 13 Mar 2018
14:05 rodrigo search for other commits by this committer
Take maintainership for www/fcgiwrap.
Original commitRevision:464375 
Saturday, 25 Nov 2017
02:03 delphij search for other commits by this committer
Fix an obvious typo.

Reported by:	remko
Original commitRevision:454862 
Monday, 30 Oct 2017
05:59 delphij search for other commits by this committer
Improve robustness of owner/mode settings.

 - Run fcgiwrap under target credential and only change ownership
   if the credential do not match the current socket_owner/group
   setting.
 - Use umask instead of chmod.
 - Use nobody/nogroup for default credentials instead of root.

Reviewed by:	mat
Differential Revision:	https://reviews.freebsd.org/D12726
Original commitRevision:453157 
Sunday, 4 Jun 2017
12:07 matthew search for other commits by this committer
Avoid accidentally killing init or other important processes when
running 'service fcgiwrap onestop' if /var/run/fcgiwrap/fcgiwrap.pid
doesn't exist or contain the fcgiwrap PID.

This prevents killing any processes in process groups 0 or 1 or in the
caller's process group if the rc script cannot read the fcgiwrap
pidfile.

PR:		219724
Submitted by:	bblister@gmail.com
MFH:		2017Q2
Original commitRevision:442556 
Friday, 26 May 2017
16:54 adamw search for other commits by this committer
Fix stale processes not being terminated by the rc(8) script.

Previously, when fcgiwrap_flags="-c [n]" with n > 1, only the controlling
process was terminated, with the children running. This patch fixes this
behaviour, terminating the children.

PR:		217297
Submitted by:	lstewart
Reported by:	spry anarchy in the ph
MFH:		2017Q2
Original commitRevision:441799 
Thursday, 20 Apr 2017
03:31 adamw search for other commits by this committer
Release these ports to the collective.
Original commitRevision:438923 
Monday, 26 Dec 2016
17:10 adamw search for other commits by this committer
Clean up and modernize fcgi and fcgiwrap. Unbreak fcgiwrap, for
which distfiles are readily available, and host the fcgi distfile
locally.
Original commitRevision:429554 
16:31 adamw search for other commits by this committer
Take maintainership
Original commitRevision:429536 
11:59 rene search for other commits by this committer
Reset ports per maintainer request.

PR:		215557
Submitted by:	A.J. "Fonz" van Werven (maintainer)
Original commitRevision:429499 
Monday, 17 Oct 2016
12:03 mat search for other commits by this committer
Add changing the owner/group/mode for the socket.

PR:		213385
Submitted by:	mat
Approved by:	maintainer
Sponsored by:	Absolight
Original commitRevision:424112 
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 
Thursday, 7 May 2015
20:24 mat search for other commits by this committer
Update ports in the remaining categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:385665 
Thursday, 19 Mar 2015
16:44 bdrewery search for other commits by this committer
Update USE_GITHUB so it does not require GH_COMMIT.

Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag.  This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.

The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
  GH -> GHL
  GITHUB -> GITHUB_LEGACY

Differential Revision:	https://reviews.freebsd.org/D748
Submitted by:	amdmi3
Reviewed by:	mat, swills, antoine, bdrewery
With hat:	portmgr
Original commitRevision:381618 
Sunday, 28 Dec 2014
18:39 bapt search for other commits by this committer
Convert to USES=autoreconf
Original commitRevision:375736 
Monday, 22 Dec 2014
13:47 rodrigo search for other commits by this committer
- Fix issue on restart after reboot, fcgiwrap doesn't handle
  properly unix sockets bind errors (https://github.com/gnosek/fcgiwrap/pull/26)
- Bump port revision

PR:		ports/192681
Submitted by:	freebsd@skysmurf.nl (maintainer)
Original commitRevision:375237 
Sunday, 5 Oct 2014
23:37 marino search for other commits by this committer
www/fcgiwrap: Improve binary strip handling, add new feature

PR:		192907
Final version:	maintainer (fonz)
Original commitRevision:370135 
Sunday, 13 Jul 2014
15:30 pi search for other commits by this committer
www/fcgiwrap: fix rc script, strip sbin/fcgiwrap

PR:		186638
Submitted by:	johan@stromnet.se
Approved by:	freebsd@skysmurf.nl (maintainer)
Original commitRevision:361688 
Sunday, 6 Jul 2014
14:23 rakuco search for other commits by this committer
- Assign to new maintainer.
- Add maintainer's mirror to MASTER_SITES.

PR:		191653
Submitted by:	A.J. "Fonz" van Werven <freebsd@skysmurf.nl>
Original commitRevision:360906 
Monday, 21 Oct 2013
08:30 bapt search for other commits by this committer
Fix build by adding missing pkg-config build requirement

PR:		prots/182717
Submitted by:	Phillip Jaenke <prj@rootwyrm.com>
Original commitRevision:331100 
Thursday, 3 Oct 2013
16:40 bapt search for other commits by this committer
Update to v1.1.0
Switch to USE_GITHUB
Upstream now needs gmake
Upstream now also needs aclocal
Support stage
Drop maintainership
Original commitRevision:329210 
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 
Monday, 31 Dec 2012
12:53 bapt search for other commits by this committer
Remove shlib numbers
Trim headers
Original commitRevision:309737 
Sunday, 18 Nov 2012
16:33 hrs search for other commits by this committer
Fix rc.d script to support systems before and after ${name}_fib is introduced
into rc.subr.  Bump PORTREVISION.

Feature safe:	yes
Original commitRevision:307542 
Friday, 27 Jan 2012
08:05 bapt search for other commits by this committer
- Enable multiprofile fcgiwrap rc script modeled over the nginx rc script
- pet portlint
- bump portrevision

PR:             ports/164186
Submitted by:   srdjan.rosic@gmail.com
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Monday, 29 Nov 2010
11:47 bapt search for other commits by this committer
Fix rc script when fcgiwrap_user is not set
bump portrevision
Original commit
Saturday, 16 Oct 2010
11:52 ade search for other commits by this committer
Punt autoconf267->autoconf268
Original commit
Wednesday, 15 Sep 2010
18:35 ade search for other commits by this committer
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
Original commit
Tuesday, 17 Aug 2010
19:40 bapt search for other commits by this committer
- Add rc script

Approved by:    tabthorpe (mentor)
Original commit
Wednesday, 28 Jul 2010
17:31 bapt search for other commits by this committer
Change maintainer address to my new @FreeBSD.org

Approved by:    jadawin@ (co-mentor)
Original commit
Tuesday, 20 Jul 2010
13:03 jadawin search for other commits by this committer
fcgiwrap is a simple server for running CGI applications over FastCGI. It hopes
to provide clean CGI support to Nginx (and other web servers that may need it).

Features:
    * very lightweight (84KB of private memory per instance)
    * fixes broken CR/LF in headers
    * handles environment in a sane way (CGI scripts get HTTP-related env. vars
    * from FastCGI parameters and inherit all the others from fcgiwrap's
    * environment)
    * no configuration, so you can run several sites off the same fcgiwrap pool
    * passes CGI stderr output to fcgiwrap's stderr (this is by design but
    * stderr could be also passed to FastCGI stderr stream)

WWW:    http://nginx.localdomain.pl/wiki/FcgiWrap

PR:             ports/148649
Submitted by:   Bapt <baptiste.daroussin at gmail.com>
Original commit

Number of commits found: 38