OpenBSD CVS

CVS log for ports/www/fcgi/Makefile


[BACK] Up to [local] / ports / www / fcgi

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.37 / (download) - annotate - [select for diffs], Tue May 7 08:34:16 2024 UTC (3 weeks, 4 days ago) by sthen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.36: +17 -14 lines
Diff to previous 1.36 (unified)

update to fcgi-2.4.2, from the FastCGI-Archives fork

Revision 1.36 / (download) - annotate - [select for diffs], Wed Sep 27 19:13:01 2023 UTC (8 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4
Changes since 1.35: +1 -1 lines
Diff to previous 1.35 (unified)

MASTER_SITES -> SITES
(left 1 pecl thingy because the module needs love as well)

Revision 1.35 / (download) - annotate - [select for diffs], Fri Mar 11 20:09:43 2022 UTC (2 years, 2 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.34: +0 -2 lines
Diff to previous 1.34 (unified)

drop RCS Ids

Revision 1.34 / (download) - annotate - [select for diffs], Sun Aug 25 12:05:12 2019 UTC (4 years, 9 months ago) by robert
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.33: +4 -11 lines
Diff to previous 1.33 (unified)

add run dependency on www/p5-FCGI and remove the internally shipped
perl FCGI module which is super old and unmaintained

ok ajacoutot@, espie@

Revision 1.33 / (download) - annotate - [select for diffs], Fri Jul 12 21:02:28 2019 UTC (4 years, 10 months ago) by sthen
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (unified)

replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes

Revision 1.32 / (download) - annotate - [select for diffs], Thu May 2 19:43:20 2019 UTC (5 years, 1 month ago) by danj
Branch: MAIN
Changes since 1.31: +2 -4 lines
Diff to previous 1.31 (unified)

Remove maintainers whose addresses bounce

Revision 1.31 / (download) - annotate - [select for diffs], Wed Jan 30 14:55:06 2019 UTC (5 years, 4 months ago) by cwen
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (unified)

Fix build with Perl 5.26+ (no . in @INC)
OK bcallah@ sthen@

Revision 1.30 / (download) - annotate - [select for diffs], Wed Oct 24 14:28:11 2018 UTC (5 years, 7 months ago) by sthen
Branch: MAIN
Changes since 1.29: +4 -2 lines
Diff to previous 1.29 (unified)

Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.

Revision 1.29 / (download) - annotate - [select for diffs], Wed Jul 26 22:45:31 2017 UTC (6 years, 10 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (unified)

bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports.

Revision 1.28 / (download) - annotate - [select for diffs], Sun Jul 23 09:26:29 2017 UTC (6 years, 10 months ago) by espie
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (unified)

add pthread to COMPILER_LIBCXX.
white lie, but it allows clang and gcc to be more similar
bump accordingly.

Revision 1.27 / (download) - annotate - [select for diffs], Sun Jul 16 19:19:03 2017 UTC (6 years, 10 months ago) by espie
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (unified)

use COMPILER_LIBCXX where applicable

Revision 1.26 / (download) - annotate - [select for diffs], Mon Apr 10 11:46:35 2017 UTC (7 years, 1 month ago) by sthen
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (unified)

use LIBCXX

Revision 1.25 / (download) - annotate - [select for diffs], Mon Feb 6 20:28:32 2017 UTC (7 years, 3 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.24: +3 -2 lines
Diff to previous 1.24 (unified)

Add perl to WANTLIB, second batch. This used to be done automatically but
since SHARED_ONLY support was removed across the ports tree the perl module
no longer adds it, so it must be done manually for any perl ports that
provide perl shared-library modules (i.e. libdata/perl5/site_perl/$ARCH/*.so)
and you must not remove them from WANTLIB even if they show as "Extra".

Revision 1.24 / (download) - annotate - [select for diffs], Mon Apr 4 16:09:10 2016 UTC (8 years, 1 month ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (unified)

g/c PFRAG.shared

Revision 1.23 / (download) - annotate - [select for diffs], Fri Feb 6 14:55:41 2015 UTC (9 years, 3 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.22: +7 -3 lines
Diff to previous 1.22 (unified)

Convert fcgi's use of select() to poll() to avoid an FD_SET overflow.
Simplified from a diff in debian/ubuntu.

Conversion looks good to deraadt, ok jca

While there, update license marker.

Revision 1.22 / (download) - annotate - [select for diffs], Sat Jun 14 10:34:45 2014 UTC (9 years, 11 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (unified)

@comment zero-byte perl .bs files in all packages which don't have p5-* PKGNAMEs
and bump

Revision 1.21 / (download) - annotate - [select for diffs], Sat Apr 20 16:28:09 2013 UTC (11 years, 1 month ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (unified)

perl .bs file should be in PFRAG.shared

Revision 1.20 / (download) - annotate - [select for diffs], Thu Mar 21 08:48:55 2013 UTC (11 years, 2 months ago) by ajacoutot
Branch: MAIN
Changes since 1.19: +1 -2 lines
Diff to previous 1.19 (unified)

USE_LIBTOOL=Yes is the default now.

Revision 1.19 / (download) - annotate - [select for diffs], Mon Mar 11 11:44:41 2013 UTC (11 years, 2 months ago) by espie
Branch: MAIN
Changes since 1.18: +1 -4 lines
Diff to previous 1.18 (unified)

PERMIT_* / REGRESS->TEST sweep

Revision 1.18 / (download) - annotate - [select for diffs], Tue Jun 21 20:21:21 2011 UTC (12 years, 11 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.17: +1 -2 lines
Diff to previous 1.17 (unified)

remove USE_GROFF from ports that already ship a preformatted page
in their source

Revision 1.17 / (download) - annotate - [select for diffs], Sat Apr 16 21:13:44 2011 UTC (13 years, 1 month ago) by sthen
Branch: MAIN
Changes since 1.16: +4 -3 lines
Diff to previous 1.16 (unified)

- remove unnecessary NULL casts
- sync WANTLIB

Revision 1.16 / (download) - annotate - [select for diffs], Mon Mar 28 23:04:42 2011 UTC (13 years, 2 months ago) by simon
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (unified)

fix warnings emitted from the perl interpreter
and regen plist while at it

from Markus Hennecke

ok sthen@

Revision 1.15 / (download) - annotate - [select for diffs], Mon Nov 22 08:36:48 2010 UTC (13 years, 6 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (unified)

new depends

Revision 1.14 / (download) - annotate - [select for diffs], Thu Nov 11 12:35:09 2010 UTC (13 years, 6 months ago) by sthen
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (unified)

new-style LIB_DEPENDS/REVISION/WANTLIB

Revision 1.13 / (download) - annotate - [select for diffs], Tue Oct 19 08:02:53 2010 UTC (13 years, 7 months ago) by espie
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (unified)

USE_GROFF=Yes

Revision 1.12 / (download) - annotate - [select for diffs], Sun Oct 11 19:47:25 2009 UTC (14 years, 7 months ago) by steven
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.11: +1 -1 lines
Diff to previous 1.11 (unified)

feed libfcgi.la instead of -lfcgi into the libtool invocation here

Revision 1.11 / (download) - annotate - [select for diffs], Thu Oct 2 20:32:19 2008 UTC (15 years, 8 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (unified)

bump packages with Perl .so modules; the old ones don't work
with new perl and the package signature doesn't change, so we
have to do this ourselves to make pkg_add updates work.

ok simon@

Revision 1.10 / (download) - annotate - [select for diffs], Sun Jun 1 20:39:26 2008 UTC (16 years ago) by simon
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (unified)

make IPC::{Run,Run3,Open3} and friends happy under FastCGI, regen
patches and bump

Revision 1.9 / (download) - annotate - [select for diffs], Sat Sep 15 20:38:21 2007 UTC (16 years, 8 months ago) by merdely
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (unified)

Remove surrounding quotes from
COMMENT-*/ERRORS/NO_REGRESS/PERMIT_*/REGRESS_IS_INTERACTIVE

Change '.include "bsd.port.mk"' to '.include <bsd.port.mk>' while here
(ok naddy@)

Revision 1.8 / (download) - annotate - [select for diffs], Mon Nov 6 10:44:35 2006 UTC (17 years, 6 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.7: +12 -5 lines
Diff to previous 1.7 (unified)

add perl support. from maintainer with input by mbalmer

Revision 1.7 / (download) - annotate - [select for diffs], Sat Jan 14 11:46:15 2006 UTC (18 years, 4 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (unified)

remaining shared libs bumps for C++ libs

Revision 1.6 / (download) - annotate - [select for diffs], Fri Dec 30 22:26:50 2005 UTC (18 years, 5 months ago) by sturm
Branch: MAIN
Changes since 1.5: +6 -1 lines
Diff to previous 1.5 (unified)

SHARED_LIBS, USE_LIBTOOL

Revision 1.5 / (download) - annotate - [select for diffs], Mon Jan 10 18:12:03 2005 UTC (19 years, 4 months ago) by pedro
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (unified)

New maintainer, Adam Montague <amontague@siriushosting.com>

Revision 1.4 / (download) - annotate - [select for diffs], Sat Dec 11 13:29:21 2004 UTC (19 years, 5 months ago) by alek
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (unified)

Add WANTLIB markers

Revision 1.3 / (download) - annotate - [select for diffs], Sat Jul 3 14:23:32 2004 UTC (19 years, 11 months ago) by pedro
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (unified)

forgot to change these to openbsd.org as well

Revision 1.2 / (download) - annotate - [select for diffs], Sat Feb 14 22:57:41 2004 UTC (20 years, 3 months ago) by sturm
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.1: +8 -3 lines
Diff to previous 1.1 (unified)

these are preformated man pages, install accordingly

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Feb 11 20:13:35 2004 UTC (20 years, 3 months ago) by sturm
Branch: sturm
CVS Tags: sturm_2004-Feb-11
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified)

Initial import of fcgi 2.4.0

FastCGI is a fast, open, and secure Web server interface that solves the
performance problems inherent in CGI without introducing any of the new
problems associated with writing applications to lower-level Web server APIs.

WWW: http://www.fastcgi.com/

from Pedro Martelletto <pbastos at rdc.puc-rio.br>

Revision 1.1 / (download) - annotate - [select for diffs], Wed Feb 11 20:13:35 2004 UTC (20 years, 3 months ago) by sturm
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.