Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
17 Mar 2020 02:46:39
3.6.0b5_5

|
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 |
14 Aug 2019 12:25:09
3.6.0b5_4

|
mat  |
Convert to UCL & cleanup pkg-message (categories w) |
10 Sep 2018 13:15:48
3.6.0b5_4

|
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 |
10 Sep 2018 13:14:52
3.6.0b5_4

|
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 |
11 Mar 2018 17:38:46
3.6.0b5_4

|
brnrd  |
Migrate USE_APACHE to USES= apache (category www)
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk
With hat: apache |
18 Jan 2017 13:20:32
3.6.0b5_4

|
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) |
21 Apr 2016 11:33:17
3.6.0b5_4

|
gahr  |
Support Tk in USES=tk:tea. Convert more ports + minor fixes and modernization. |
16 Jul 2015 04:51:28
3.6.0b5_4

|
amdmi3  |
- Drop @dirrm* from plist
Approved by: portmgr blanket |
14 May 2015 10:15:09
3.6.0b5_4

|
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 |
08 May 2015 09:17:54
3.6.0b5_4

|
amdmi3  |
- Fix build from non-root: don't allow post-build/test to touch real $HOME
Approved by: portmgr blanket |
18 Nov 2014 04:28:10
3.6.0b5_4

|
mi  |
Allow building (packaging, rather) against Tcl-8.6 as well. |
02 Sep 2014 22:12:35
3.6.0b5_4

|
adamw  |
Fix install. While here, use INSTALL_LIB instead of INSTALL_DATA.
PORTREVISION bump for new plist. |
25 Jun 2014 05:35:32
3.6.0b5_3

|
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 |
01 Apr 2014 17:36:55
3.6.0b5_3

|
antoine  |
Do not violate stagedir
Reported by: poudriere
With hat: portmgr |
21 Feb 2014 15:57:05
3.6.0b5_3

|
gahr  |
- Convert to USES=gmake tcl
- STAGE-clean |
20 Sep 2013 23:36:54
3.6.0b5_3

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
03 Aug 2013 22:28:37
3.6.0b5_3

|
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). |
25 May 2013 19:48:21
3.6.0b5_3

|
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 |
12 May 2013 19:08:50
3.6.0b5_2

|
mi  |
Add some more patches to satisfy increasingly picky compiler(s).
Notified by: itetcu |
06 Feb 2013 13:37:57
3.6.0b5_2

|
gahr  |
- Fix build with -Werror and clang
Reported upstream as:
https://issues.apache.org/bugzilla/show_bug.cgi?id=54531 |
18 Aug 2012 14:29:11
3.6.0b5_2
|
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@ |
01 Jan 2012 16:47:41
3.6.0b5_2
|
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@ |
23 Sep 2011 22:26:39
3.6.0b5_2
|
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 |
20 Aug 2011 17:27:52
3.6.0b5_2
|
ohauer  |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined |
22 Feb 2011 04:18:39
3.6.0b5_1
|
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. |
21 Feb 2011 23:45:16
3.6.0b5_2
|
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 |
04 Dec 2010 07:34:27
3.6.0b5_1
|
ade  |
Sync to new bsd.autotools.mk |
16 Oct 2010 11:52:47
3.6.0b5_1
|
ade  |
Punt autoconf267->autoconf268 |
15 Sep 2010 18:35:24
3.6.0b5_1
|
ade  |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
25 Feb 2010 03:55:54
3.6.0b5
|
mi  |
Add a hunk, that I missed earlier, because I compiled with `-O0 -g'
here..
Notified by: QAT
Feature safe: yes |
25 Feb 2010 03:42:08
3.6.0b5
|
mi  |
Clean-up the atavisms accidentally left out by the prior commit. The
OPTIONS no longer had an effect.
Feature safe: yes |
25 Feb 2010 03:38:57
3.6.0b5
|
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 |
24 Jun 2009 04:03:08
3.6.0b4_2
|
pgollucci  |
- Mark MAKE_JOBS_UNSAFE=yes
PR: ports/135552, ports/135553, ports/135538
Appproved by: linimon (via irc)
Submitted by: myself (pgollucci@) |
15 Feb 2009 11:25:59
3.6.0b4_2
|
mm  |
- Change USE_TCL from YES to 84 due to planned default tcl change |
20 Aug 2008 00:57:32
3.6.0b4_2
|
ade  |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
21 Apr 2008 03:59:03
3.6.0b4_2
|
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. |
19 Apr 2008 17:56:05
3.6.0b4_1 
|
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) |
09 Apr 2008 13:42:26
3.6.0b4_1
|
pav  |
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat: portmgr |
30 Sep 2007 04:47:37
3.6.0b4_1
|
linimon  |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
02 Apr 2007 22:56:15
3.6.0b4
|
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 |
15 Feb 2007 05:37:14
3.6.0b4
|
mi  |
Fix a curious problem, which appears to affect FreeBSD-5's make
(or sh?) only...
Notified by: kris |
13 Feb 2007 23:39:15
3.6.0b4
|
mi  |
Hush a few more warnings to allow building with -Wall -Werror.
Notified by: kris |
13 Feb 2007 06:53:06
3.6.0b4
|
mi  |
Grrr... Fix the stuff that stayed from the mod_dtcl port, which I
used as a template... |
13 Feb 2007 06:46:59
3.6.0b4
|
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. |