Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:21:07 2.8.17_5 |
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 ) |
29 Aug 2021 18:49:08 2.8.17_5 |
Bernhard Froehlich (decke)  |
databases/sqlite2: Add CPE information
Approved by: portmgr (blanket) |
06 Apr 2021 14:31:07 2.8.17_5 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
09 Apr 2019 14:04:50
2.8.17_5 |
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 |
18 Nov 2017 09:00:14
2.8.17_4 |
amdmi3  |
- Switch to options helpers |
27 Jun 2017 13:46:53
2.8.17_4 |
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 |
25 Dec 2016 15:01:34
2.8.17_3 |
rakuco  |
Make sure "all" is part of ALL_TARGET.
Follow-up to r429384: we were setting ALL_TARGET to just "doc". While the build
did not break, the code was actually being built during `make stage', which is
not what we expect. |
24 Dec 2016 22:13:26
2.8.17_3 |
rakuco  |
Use ALL_TARGET instead of defining post-build to build documentation. |
21 Oct 2016 15:21:13
2.8.17_3 |
mat  |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093 |
10 May 2015 03:24:46
2.8.17_3 |
amdmi3  |
- Strip binaries |
26 Mar 2015 23:02:49
2.8.17_2 |
jkim  |
Fix compiler warnings, i.e., "-lpthread: 'linker' input unused". |
25 Mar 2015 09:33:53
2.8.17_2 |
marino  |
databases category: Remove $PTHREAD_LIBS
Note: virtuoso did not pass check-plist from before, so it was fixed.
approved by: PTHREAD blanket |
20 Oct 2014 10:41:13
2.8.17_2 |
bapt  |
Cleanup plist |
11 Sep 2014 21:54:45
2.8.17_2 |
tijl  |
databases/sqlite2:
- Convert to USES=libtool and bump dependent ports |
06 Aug 2014 04:34:23
2.8.17_1 |
adamw  |
In some straightforward situations, protect examples behind PORTEXAMPLES,
adding EXAMPLES to OPTIONS_DEFINE where necessary. In a couple instances,
correct examples being controlled by the DOCS option. |
16 Jul 2014 21:51:43
2.8.17_1 |
bapt  |
Fix build without shared readline in base |
24 Jun 2014 22:38:40
2.8.17_1 |
bapt  |
Properly call MAKE_CMD |
09 Mar 2014 00:07:17
2.8.17_1 |
antoine  |
Finish stage support |
26 Feb 2014 04:57:05
2.8.17_1 |
miwi  |
- Stage support |
15 Jan 2014 23:50:27
2.8.17_1 |
bapt  |
Reduce over inclusion of bsd.port.mk |
25 Sep 2013 09:32:09
2.8.17_1 |
gahr  |
- Convert to USES+=tcl
- Fix package provide |
20 Sep 2013 16:13:49
2.8.17_1 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
29 Apr 2013 08:57:13
2.8.17_1 |
bapt  |
Rely on bsdtar to autodetermine the format of the distfiles when possible
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.
Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format |
23 Apr 2013 14:20:28
2.8.17_1 |
bapt  |
Finish converting the whole ports tree to USES=pkgconfig |
23 Apr 2013 11:51:53
2.8.17_1 |
gahr  |
- Remove lang/tcl83 and x11-toolkits/tk83 (expired)
- Remove references to Tcl/Tk 8.3 from bsd.tcl.mk
- Update ports that required 8.3+ to require 8.4+ (since 8.5 is the
default, I don't expect this change to cause much trouble) |
12 Feb 2013 11:22:02
2.8.17_1 |
bapt  |
Fix conversion to new options framework |
26 Jul 2012 05:40:24
2.8.17_1 |
bapt  |
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat) |
22 Jul 2012 23:24:00
2.8.17_1 |
dougb  |
For the ports that are maintained by ports@ that have pkgconfig as their
only USE_GNOME feature, convert to a BUILD_DEPENDS. This avoids both the
bug of the bogus run depend introduced by bsd.gnome.mk, and also avoids
needlessly pulling that file in. |
12 Jun 2012 06:44:15
2.8.17_1 |
bapt  |
Convert to new options framework |
01 Feb 2012 15:53:08
2.8.17_1 |
tabthorpe  |
- Reassign to the heap |
20 Mar 2011 12:54:45
2.8.17_1 |
miwi  |
- Get Rid MD5 support |
04 Dec 2010 07:34:27
2.8.17_1 |
ade  |
Sync to new bsd.autotools.mk |
02 Aug 2009 19:36:34
2.8.17_1 |
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
23 Mar 2009 23:38:18
2.8.17_1 |
mnag  |
- Fix NOPORT* build
Reported by: QAT |
23 Mar 2009 05:31:29
2.8.17_1 |
mnag  |
- Change hard coded TCL dependancy to USE_TCL
PR: 132381
Submitted by: Scot W. Hetzel <swhetzel___gmail.com> |
21 Aug 2008 06:18:49
2.8.17_1 |
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
19 Apr 2008 17:56:05
2.8.17_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
2.8.17_1 |
pav  |
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat: portmgr |
23 Feb 2006 15:32:54
2.8.17_1 |
ade  |
Fix up PORTREVISION breakage
Approved by: portmgr (implicit) |
23 Feb 2006 10:40:45
2.8.17 |
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
13 Feb 2006 14:57:51
2.8.17_1 |
mnag  |
- Migrate all knobs to OPTIONS
- Add threads support [1] (mostly part)
- Reorganize Makefile
- Bump PORTREVISION
PR: 93101 [1]
Submitted by: Henry Miller <hank@millerfarm.com> [1] |
06 Jan 2006 21:16:41
2.8.17 |
mnag  |
Update to 2.8.17
Use PORTDOCS
Reorganize Makefile
Notified by: edwin Version Check |
15 Nov 2005 06:52:12
2.8.16 |
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
09 Nov 2005 02:32:50
2.8.16 |
mnag  |
Add SHA256 |
18 Oct 2005 13:01:24
2.8.16 |
mnag  |
Fix build when use portinstall
PR: 87557
Submitted by: Denis Shaposhnikov <dsh@vlink.ru> |
16 Sep 2005 17:58:32
2.8.16 |
mnag  |
Update my email
Approved by: pav (mentor) |
13 Sep 2005 11:51:44
2.8.16 |
garga  |
- Pass maintainership to submitter
PR: ports/86040
Submitted by: Marcus Alves Grando <marcus@corp.grupos.com.br> |
31 May 2005 21:34:46
2.8.16 |
oliver  |
change the libtool version to use from 1.3 to 1.5 |
12 Apr 2005 03:26:57
2.8.16 |
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
2.8.16 |
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
08 Mar 2005 12:23:34
2.8.16 |
vs  |
Update to 2.8.16
PR: ports/78510
Submitted by: Marcus Grando |
05 Mar 2005 22:09:34
2.8.15_1 |
vs  |
Reset maintainer on request. Thanks to Gerhard for maintaining the
ports so far!
PR: ports/78088 |
26 Dec 2004 01:22:43
2.8.15_1 |
nork  |
Add dependency on devel/pkgconfig.
Pointy hat to: pointyhat via kris |
23 Dec 2004 08:25:47
2.8.15 |
nork  |
Clean up SQLite and related ports.
o Move databases/sqlite to databases/sqlite2.
o Fix dependency on databases/sqlite.
o Update sqlite2 to 2.8.15.
o Bump PORTREVISION, accordingly.
Approved by: portmgr, maintainers of sqlite and related ports |
18 Dec 2004 22:01:00
2.8.14 |
kris  |
Remove partial repo-copies that were requested and performed but never
completed by the original committer. They can be re-added later if
anyone takes a renewed interest. |