Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.5.16.1_3 12 Jan 2024 15:11:29
    |
Baptiste Daroussin (bapt)  |
MANPREFIX: eliminate its usage
While here move manpages to share/man |
2.5.16.1_2 08 Feb 2023 23:24:25
    |
Robert Clausecker (fuz)  |
*/*: Update fuz@fuz.su to fuz@FreeBSD.org
www/writefreely had a stray duplicate MAINTAINER block
from an earlier botched commit. I did intentionally not
touch the entry in UPDATING.
Reviewed by: eduardo, flo
Differential Revision: https://reviews.freebsd.org/D38435 |
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) |
2.5.16.1_2 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 ) |
2.5.16.1_2 20 Jul 2022 14:21:07
    |
Tobias C. Berner (tcberner)  |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
2.5.16.1_2 30 Mar 2022 18:42:39
    |
Gleb Popov (arrowd)  Author: Robert Clausecker |
databases/sqsh: Fix build with FreeTDS 1.2.
Assume maintainership.
PR: 262942
MFH: 2022Q1 |
2.5.16.1_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.5.16.1_1 26 Jul 2020 06:52:20
  |
antoine  |
Mark BROKEN
Reported by: pkg-fallout |
2.5.16.1_1 09 Apr 2019 14:04:50
  |
sunpoet  |
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine |
2.5.16.1 20 Apr 2018 21:10:25
  |
mi  |
Upgrade from 2.1.8 to 2.5.6.1 |
2.1.8_1 27 Jun 2017 13:46:53
  |
sunpoet  |
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine |
2.1.8 23 Jun 2016 14:18:37
  |
amdmi3  |
- Add LICENSE_FILE
- Fix build with newer databases/freetds |
2.1.8 19 May 2016 10:21:25
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
2.1.8 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.1.8 12 Jan 2016 16:20:32
  |
amdmi3  |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
2.1.8 29 Jul 2014 17:12:50
  |
adamw  |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
2.1.8 05 Jul 2014 16:31:08
  |
marino  |
databases/sqsh: Fix build for ports readline (dports) |
2.1.8 31 Dec 2013 12:59:50
  |
antoine  |
- Stage support
- Use OPTIONS helpers |
2.1.8 11 Dec 2013 18:08:53
  |
bapt  |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases |
2.1.8 04 Oct 2013 08:52:33
  |
bapt  |
Do not arbitrary rename packages |
2.1.8 20 Sep 2013 16:13:49
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
2.1.8 14 Aug 2013 22:35:54
  |
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
2.1.8 15 Jul 2013 06:05:45
  |
marino  |
databases/sqsh: unbreak after USES= motif
The makefile already had USES defined in it. After replacing USE_MOTIF with
"USES= motif", USES was overwritten losing its "readline" value. Change the
previous commit to "USES+= motif" to restore the build on platforms that
need the ports readline.
Approved by: bapt (mentor) |
2.1.8 10 Jul 2013 06:49:36
  |
bapt  |
Convert from USE_MOTIF to USES=motif |
2.1.8 06 May 2013 15:34:18
  |
bapt  |
Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline |
2.1.8 08 Feb 2013 07:40:36
  |
miwi  |
- Remove empyt dirs |
2.1.8 13 Dec 2012 04:33:28
  |
araujo  |
- Add LICENSE.
- Add MAKE_JOBS_SAFE.
- Disable gettext detection.
- Support USE_READLINE.
- Support PLIST_FILES instead of pkg-plist.
- Trim header.
PR: ports/171975
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
2.1.8 10 May 2012 12:48:55
 |
wen  |
- Update to 2.1.8 |
2.1.7 16 Aug 2011 18:28:58
 |
sylvio  |
-Update to 2.1.7 |
2.1.6_2 02 May 2011 12:44:53
 |
makc  |
Bump PORTREVISION after open-mofit update |
2.1.6_1 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
2.1.6_1 31 May 2010 02:01:56
 |
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
2.1.6 08 Dec 2009 20:10:09
 |
mi  |
Upgrade from 2.1.5 to 2.1.6, released in August. |
2.1.5_1 22 Aug 2009 00:18:43
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
2.1.5_1 06 Jun 2008 13:17:10
 |
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
2.1.5 29 Apr 2008 22:23:15
 |
mi  |
Update from 2.1.4 to 2.1.5, which brings some bug-fixes and the initial
and "experimental" support for Kerberos. |
2.1.4 25 Jul 2007 09:59:19
 |
miwi  |
- Update to 2.1.4
PR: 114868
Submitted by: Thomas Abthorpe <thomas@goodking.ca> |
2.1.3_3 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
2.1.3_2 03 Mar 2007 14:21:56
 |
rafan  |
- Chase databases/freetds update: ct.3 -> ct.4, tds.4 -> tds.5
- Bump PORTREVISION where necessary |
2.1.3_1 24 Feb 2007 10:46:47
 |
edwin  |
Reset maintainership as requested on -ports |
2.1.3_1 04 May 2006 21:41:12
 |
edwin  |
Remove USE_REINPLACE from all categories starting with D |
2.1.3_1 22 Jan 2006 08:23:41
 |
edwin  |
SHA256ify
Approved by: krion@ |
2.1.3_1 11 Apr 2005 20:52:52
 |
pav  |
- Chase freetds shlib bump |
2.1.3 12 Dec 2004 17:00:14
 |
thierry  |
Update to latest version.
PR: ports/74985
Submitted by: maintainer. |
2.1_7 31 Mar 2004 03:12:58
 |
trevor  |
SIZEify (maintainer timeout) |
2.1_7 04 Feb 2004 04:36:30
 |
marcus  |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento |
2.1_6 23 Jan 2004 18:12:26
 |
trevor  |
Now gettext 0.12.1 is gettext-old. |
2.1_6 15 Jan 2004 19:12:35
 |
ale  |
Chase freetds lib. Bump PORTREVISION.
Set submitter as new maintainer.
PR: ports/61302
Submitted by: Alex Kiesel <kiesel@schlund.de>
Approved by: nork (mentor/implicitly) |
2.1_5 26 Aug 2003 20:25:58
 |
marcus  |
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris |
2.1_4 25 Aug 2003 05:41:38
 |
marcus  |
Chase the libintl.so shared lib version. |
2.1_4 27 Jun 2003 03:55:49
 |
kris  |
Increase a buffer size to avoid overflow. Bump PORTREVISION.
Obtained from: OpenBSD |
2.1_3 20 Apr 2003 14:59:22
 |
nork  |
Fix dependency on freetds library (major version bump).
Bump PORTREVISION accordingly.
Submitted by: Alex Kiesel <kiesel@schlund.de> (freetds maintainer) |
2.1_2 20 Apr 2003 05:32:57
 |
nork  |
Fix dependency on freetds library (major version bump).
Bump PORTREVISION accordingly.
Submitted by: bento via kris. |
2.1_1 20 Feb 2003 17:00:26
 |
knu  |
De-pkg-comment. |
2.1_1 06 Nov 2002 16:47:17
 |
ijliao  |
- Fix LIB_DEPENDS
- Fix build when WITHOUT_X11 is defined
PR: 44963
Submitted by: Ports Fury |
2.1 19 Oct 2002 22:53:09
 |
kris  |
Add missing USE_XLIB=yes |
2.1 15 Oct 2002 13:18:01
 |
mi  |
Reset maintainership to ports, due to the original author's
timeout (the previous timeout also noted in the cvs-log -- 2
years ago). Upgrade to the latest sqsh-2.1. Build with readline
and motif, unless WITHOUT_X11 is set (plain --with-x results in
a rather hard to use X support, author recommend Motif too).
Remove the bogus dependency on gettext introduced in Makefile
version 1.2 -- the (unpatched) software will, indeed, link with
libintl, if present -- mistaking it for Sybase OpenClient's
libintl.
Install the system-wide sqshrc as ${PREFIX}/etc/sqshrc.default,
and allow for another system-wide ${PREFIX}/etc/sqshrc to
overwrite some or all of the default settings.
PR: ports/40374 (readline and X/Motif) |
1.7_2 18 Sep 2002 04:15:18
 |
ijliao  |
remove bogus dependence to bash1
PR: 35670
Submitted by: Roman Neuhauser <neuhauser@mobil.cz> |
1.7_1 01 Aug 2002 16:22:41
 |
ade  |
Chase shlib rev of devel/gettext
Submitted by: lots and lots
Pointy hat to: ade |
1.7_1 12 Apr 2002 17:10:20
 |
ade  |
gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr |
1.7 08 Apr 2002 11:26:42
 |
sobomax  |
-lgiconv --> -liconv. |
1.7 15 Mar 2002 19:44:29
 |
ade  |
Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies
Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old
Reviewed by: portmgr |
24 Dec 2001 22:44:43
    |
steve  |
Make this compile again by adding -lgiconv to satisfy the libct dependency.
|
02 Apr 2001 09:30:54
    |
mharo  |
remove deprecated fetch options from FETCH_BEFORE_ARGS |
13 Oct 2000 21:24:08
    |
ade  |
Support LOCALBASE properly |
08 Oct 2000 01:08:27
    |
asami  |
Convert category databases to new layout. |