Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.6.0b5_9 18 May 2024 08:22:43 |
Gleb Popov (arrowd) |
*: Change the MAINTAINER field per request
PR: 278267 |
3.6.0b5_8 24 Dec 2023 21:00:44 |
Mikhail Teterin (mi) |
www/websh: Unbreak, undeprecate, unexpire. Add LICENSE.
I cannot figure out, why the port gradually began to break in
the test-stage -- but only, when building on the packaging-cluster.
I cannot reproduce the test-failure anywhere else...
The test-target remains there, but it is no longer done as post-build. |
3.6.0b5_8 23 Dec 2023 19:08:35 |
Muhammad Moinur Rahman (bofh) |
www/websh: Fix typo in EXPIRATION_DATE
Fixes: 71d48d8 www/websh: Mark DEPRECATED |
23 Dec 2023 19:03:39
|
Muhammad Moinur Rahman (bofh) |
www/websh: Mark DEPRECATED
- Mark BROKEN on all versions of FreeBSD
- Upstream has marked the project dismissed
- Set EXPIRATION_DATE 2024-01-24
- Add LICENSE APACHE20
- Pet portclippy
Approved by: portmgr (blanket) |
3.6.0b5_8 05 Jun 2023 14:23:44 |
Muhammad Moinur Rahman (bofh) |
www/websh: mark BROKEN on 14
- Replace deprecated @exec/@unexec with @postexec/@preunexe
- Pet portclippy
Approved by: portmgr (blanket) |
3.6.0b5_7 14 May 2023 21:27:16 |
Mikhail Teterin (mi) |
www/websh: report errors parsing cookie-expiration date
Original code would ignore such errors -- and would simply skip the
expiration-clause of any cookie. This MIGHT explain the test-failures
reported by Poudriere, even though I cannot reproduce this problem
locally.
Fix another minor problem, while I'm here -- and bump PORTREVISION. |
3.6.0b5_6 02 May 2023 02:54:26 |
Mikhail Teterin (mi) |
www/websh: attempt to debug test-failures on Poudriere
When the tests succeed, they'll continue to succeed quietly. However,
when they fail -- as they've been doing during package-building for
FreeBSD-14 for a few months now -- the output will now contain more
information, which will, hopefully, allow me to fix them for good. |
3.6.0b5_6 12 Feb 2023 23:19:12 |
Mikhail Teterin (mi) |
www/websh: newer compiler-versions find new warnings
Remove the variables, where lack of actual use was too hidden for
the earlier compilers.
Also change one remaining K&R style function to comply with clang-15+
requirement, however bogus it seems to be. |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.6.0b5_6 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
3.6.0b5_6 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
3.6.0b5_6 29 Jun 2022 16:33:13 |
Po-Chuan Hsieh (sunpoet) |
www/websh: Update WWW
Approved by: portmgr (blanket) |
3.6.0b5_6 18 Nov 2021 18:20:34 |
Mikhail Teterin (mi) |
www/websh: unbreak after the recent upgrade of tcl86
Despite being only a micro-version bump, the new TCL changes the
TCL_SHARED_LIB_SUFFIX from being set to "86" (the version of TCL)
to being derived from the extension's own version, which in our
case is 3.6.0b5).
While here, remove reference to the long-gone apache-2.2 and
a bogus deprecation. |
3.6.0b5_5 16 Nov 2021 19:12:13 |
Dmitry Marakasov (amdmi3) |
www/websh: mark BROKEN
Approved by: portmgr blanket |
3.6.0b5_5 12 Oct 2021 08:39:19 |
Daniel Engberg (diizzy) |
www/websh: Update MASTER_SITES, deprecate and set expiration date to 2022-03-31
Use a direct URL to Apache's release archive site as it's not mirrored
by upstream mirror sites
Abandoned by upstream in 2012
Reference:
https://tcl.apache.org/websh/
Approved by: rene (portmgr blanket), arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D32420 |
3.6.0b5_5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.6.0b5_5 17 Mar 2020 02:46:39 |
mi |
Patch an ancient upstream bug uncovered on HEAD by the new compiler
warning (-Wmisleading-indentation). Bump PORTREVISION...
Glory be to LLVM and -Werror.
Reported by: pkg-fallout |
3.6.0b5_4 14 Aug 2019 12:25:09 |
mat |
Convert to UCL & cleanup pkg-message (categories w) |
3.6.0b5_4 10 Sep 2018 13:15:48 |
mat |
Add EXAMPLES options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
3.6.0b5_4 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
3.6.0b5_4 11 Mar 2018 17:38:46 |
brnrd |
Migrate USE_APACHE to USES= apache (category www)
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk
With hat: apache |
3.6.0b5_4 18 Jan 2017 13:20:32 |
tijl |
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine) |
3.6.0b5_4 21 Apr 2016 11:33:17 |
gahr |
Support Tk in USES=tk:tea. Convert more ports + minor fixes and modernization. |
3.6.0b5_4 16 Jul 2015 04:51:28 |
amdmi3 |
- Drop @dirrm* from plist
Approved by: portmgr blanket |
3.6.0b5_4 14 May 2015 10:15:09 |
mat |
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 |
3.6.0b5_4 08 May 2015 09:17:54 |
amdmi3 |
- Fix build from non-root: don't allow post-build/test to touch real $HOME
Approved by: portmgr blanket |
3.6.0b5_4 18 Nov 2014 04:28:10 |
mi |
Allow building (packaging, rather) against Tcl-8.6 as well. |
3.6.0b5_4 02 Sep 2014 22:12:35 |
adamw |
Fix install. While here, use INSTALL_LIB instead of INSTALL_DATA.
PORTREVISION bump for new plist. |
3.6.0b5_3 25 Jun 2014 05:35:32 |
bapt |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
3.6.0b5_3 01 Apr 2014 17:36:55 |
antoine |
Do not violate stagedir
Reported by: poudriere
With hat: portmgr |
3.6.0b5_3 21 Feb 2014 15:57:05 |
gahr |
- Convert to USES=gmake tcl
- STAGE-clean |
3.6.0b5_3 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
3.6.0b5_3 03 Aug 2013 22:28:37 |
mi |
Add patches to build and work with Apache-2.4 (which
has special requrements for users of ap_log_error())
and Tcl-8.6 (which uses -fvisibility=hidden if it can).
No functional changes for those, who were able to build
before, thus no PORTREVISION bump (I wish, previous
committer followed this rule too). |
3.6.0b5_3 25 May 2013 19:48:21 |
gahr |
- Does build with Tcl 8.6, so set INVALID_TCL_VER accordingly
- Bump PORTREVISION
Reported by: miwi (Tcl/Tk 8.6 exp-run latecomers)
Approved by: portmgr |
3.6.0b5_2 12 May 2013 19:08:50 |
mi |
Add some more patches to satisfy increasingly picky compiler(s).
Notified by: itetcu |
3.6.0b5_2 06 Feb 2013 13:37:57 |
gahr |
- Fix build with -Werror and clang
Reported upstream as:
https://issues.apache.org/bugzilla/show_bug.cgi?id=54531 |
3.6.0b5_2 18 Aug 2012 14:29:11 |
ohauer |
- 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@ |
3.6.0b5_2 01 Jan 2012 16:47:41 |
ohauer |
- change required APACHE version from 13+ to 20+
(prepare to remove www/apache13)
- no PORTREVISION bump since apache22 is the default
with hat apache@ |
3.6.0b5_2 23 Sep 2011 22:26:39 |
amdmi3 |
- 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 |
3.6.0b5_2 20 Aug 2011 17:27:52 |
ohauer |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined |
3.6.0b5_1 22 Feb 2011 04:18:39 |
mi |
The PORTREVISION bump was not warranted -- the pre-built package was not
affected by the ohauer's change, which only affected the post-install
target. |
3.6.0b5_2 21 Feb 2011 23:45:16 |
ohauer |
- fix pkg-plist if installed from port (leftover in httpd.conf)
- remove MD5 from distfile
Reference:
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/147009
http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/a.8-exp.20110129080700/ap22-mod_log_sql-1.101.log
PR: ports/154752
Submitted by: myself
Approved by: maintainer timeout |
3.6.0b5_1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
3.6.0b5_1 16 Oct 2010 11:52:47 |
ade |
Punt autoconf267->autoconf268 |
3.6.0b5_1 15 Sep 2010 18:35:24 |
ade |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
3.6.0b5 25 Feb 2010 03:55:54 |
mi |
Add a hunk, that I missed earlier, because I compiled with `-O0 -g'
here..
Notified by: QAT
Feature safe: yes |
3.6.0b5 25 Feb 2010 03:42:08 |
mi |
Clean-up the atavisms accidentally left out by the prior commit. The
OPTIONS no longer had an effect.
Feature safe: yes |
3.6.0b5 25 Feb 2010 03:38:57 |
mi |
Upgrade from 3.6.b4 to 3.6.b5. The author says, a number of Tcl-8.5 (and
8.6) compatibility issues are solved.
Feature safe: yes |
3.6.0b4_2 24 Jun 2009 04:03:08 |
pgollucci |
- Mark MAKE_JOBS_UNSAFE=yes
PR: ports/135552, ports/135553, ports/135538
Appproved by: linimon (via irc)
Submitted by: myself (pgollucci@) |
3.6.0b4_2 15 Feb 2009 11:25:59 |
mm |
- Change USE_TCL from YES to 84 due to planned default tcl change |
3.6.0b4_2 20 Aug 2008 00:57:32 |
ade |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
3.6.0b4_2 21 Apr 2008 03:59:03 |
mi |
Fix up the makefile post-configure to avoid useless
PACKAGE_-definitions, which may conflict with the
(equally useless) Apache ones.
Insist on TCL-8.4 -- using 8.5 causes self-test failures
including seg-faults... These are being investigated. |
3.6.0b4_1 19 Apr 2008 17:56:05 |
miwi |
- 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) |
3.6.0b4_1 09 Apr 2008 13:42:26 |
pav |
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat: portmgr |
3.6.0b4_1 30 Sep 2007 04:47:37 |
linimon |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
3.6.0b4 02 Apr 2007 22:56:15 |
pav |
- Convert existing ports to a new bsd.tcl.mk order
PR: ports/109097
Submitted by: Martin Matuska <martin@matuska.org>
Tested on: pointyhat exp-run |
3.6.0b4 15 Feb 2007 05:37:14 |
mi |
Fix a curious problem, which appears to affect FreeBSD-5's make
(or sh?) only...
Notified by: kris |
3.6.0b4 13 Feb 2007 23:39:15 |
mi |
Hush a few more warnings to allow building with -Wall -Werror.
Notified by: kris |
3.6.0b4 13 Feb 2007 06:53:06 |
mi |
Grrr... Fix the stuff that stayed from the mod_dtcl port, which I
used as a template... |
3.6.0b4 13 Feb 2007 06:46:59 |
mi |
Webshell -- a TCL module for Apache. Appears to be the most advanced
and the best supported such module of the several listed at
http://tcl.apache.org/
Works with both Apache-1.3.x and 2.x and has an interesting development
paradigm. |