Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.6.2_2 18 May 2024 08:22:43 |
Gleb Popov (arrowd) |
*: Change the MAINTAINER field per request
PR: 278267 |
3.6.2_1 11 Jan 2024 14:28:15 |
Renato Botelho (garga) |
lang/siod: Remove noop ref to MAN1PREFIX
No functional changes intended here
Approved by: portmgr (blanket infrastructure change) |
3.6.2_1 10 Jan 2024 13:13:03 |
Baptiste Daroussin (bapt) |
MAN?PREFIX: eleminate its usage and move man to share/man |
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.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 ) |
3.6.2 20 Jul 2022 14:22:15 |
Tobias C. Berner (tcberner) |
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above ) |
3.6.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.6.2 22 Feb 2021 21:54:04 |
mi |
Declare the printf-like function printflike and fix the
type mismatch warnings raised by compiler over it. |
3.6.2 22 Feb 2021 17:36:40 |
mi |
Though we were compiling cleanly with clang, using gcc8 picked
up several nits, which might bite this port, when building on
the platforms, where we still use gcc.
Also, when using port-installed gcc8, ${LOCALBASE}/include is
implicitly used to search for headers BEFORE /usr/include. This
may cause gdbm-provided ndbm.h to be picked up instead of the
base version, and we're not ready for that.
The already-built packages should be unaffected, hence, still
no PORTREVISION bump...
Sponsored By: United Marsupials |
3.6.2 19 Feb 2021 00:40:15 |
mi |
Enable the acct-module -- by porting it from the old utmp.h
functions (not present since FreeBSD-9) to utmpx.h.
Change the recently-enabled statfs-module to only report
fsid, if provided (which it is not for non-root users) --
and in the format reported by mount(8).
Sponsored by: United Marsupials |
3.6.2 18 Feb 2021 03:52:43 |
mi |
Stop pretending, STATFS is an option -- it is always built and installed. |
3.6.2 18 Feb 2021 03:48:16 |
mi |
Fix the just-updated patch file... |
3.6.2 18 Feb 2021 03:39:36 |
mi |
Allow the argument given to lstatfs() to be a file -- in which case,
we'll call fstatfs(2) instead of statfs(2).
That is, for most people these too lines will print the
same things:
(print (statfs '/var))
(print (statfs (fopen '/var/log/messages)))
Add siod.scm to the list of those with MS-DOS line-endings.
There are no packages for 3.6.2, so not updating PORTREVISION yet...
Sponsored by: United Marsupials |
3.6.2 17 Feb 2021 21:45:53 |
mi |
Add decoding of filesystem flags to the statfs-module.
A BSD-only feature, currently.
Sponsored by: United Marsupials |
3.6.2 17 Feb 2021 18:50:33 |
mi |
Add support for cpu_usage_limits function -- using {get,set}rlimit(),
which was, until now, believed to be only available on SunOS and
OSF.
Sponsored by: United Marsupials |
3.6.2 17 Feb 2021 17:39:32 |
mi |
Add space after "@comment" in manual PLIST_SUB setting. |
3.6.2 17 Feb 2021 17:37:43 |
mi |
Fix handling of %%SQL_ORACLE%% on non-i386 platforms -- settings
OPTIONS_SUB is not enough for arch-specific options (seems like a bug).
Add statfs functionality -- BSD has all the necessary APIs.
Sponsored by: United Marsupials |
3.6.2 17 Feb 2021 16:39:27 |
mi |
Add the (optional) support for the Oracle-module. Untested beyond
"it loads", this is only available on i386 -- because the port of
databases/oracle8-client is i386 only.
Worse, because the oracle8-client only installs a static library
-- hacked from Oracle Linux binary -- further (minor) hackery is
required to link the shared sql_oracle.so with it...
Sponsored by: United Marsupials |
3.6.2 17 Feb 2021 04:06:01 |
mi |
When correcting for non-default prefix, include man-pages too.
Sponsored by: United Marsupials |
3.6.2 17 Feb 2021 03:38:01 |
mi |
Remove the stray -Werror. Whether or not to tolerate warnings
shall depend on the user's settings.
Sponsored by: United Marsupials |
3.6.2 17 Feb 2021 03:25:21 |
mi |
List ${PREFIX}/lib in addition to ${PREFIX}/lib/siod for ldconfig.
Add the DOCS option -- and deal with the siod.html file depending
on the selection.
Sponsored by: United Marsupials |
3.6.2 17 Feb 2021 03:00:00 |
mi |
Upgrade from circa 2000 to circa 2014 code. Unfortunately, upstream
are somewhat sloppy about releases -- and do not publish versioned
files. I'm calling this one 3.6.2, because that's the last version
found in the change log.
The new build uses bsd.lib.mk and bsd.prog.mk -- in order to:
a) build shared libraries cleanly;
b) stand a chance of working on the hardware platforms,
where the author never tried it.
The large patches provide for warning-free compiles with WARNS=7 --
tested on FreeBSD-11/amd64.
We now take care to link with libgnuregex.so -- whether from base
or provided by devel/libgnuregex instead of using the bundled (Only the first 15 lines of the commit message are shown above ) |
3.4 22 Dec 2020 03:00:57 |
linimon |
Mark as BROKEN on riscv64 similar to on aarch64. |
3.4 15 Nov 2020 13:51:27 |
mikael |
Mark these ports broken on aarch64
Reported by: linimon
Approved by: portmgr (tier-2 blanket) |
3.4 30 Dec 2017 22:33:48 |
krion |
Set LLD_UNSAFE=yes that the port will continue to link with ld.bfd
if /usr/bin/ld is lld, until the issue can be addressed.
PR: 214864
Approved by: portmgr (LLD_UNSAFE blanket)
Sponsored by: The FreeBSD Foundation |
3.4 30 Nov 2017 06:13:35 |
linimon |
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run |
3.4 27 May 2017 22:16:51 |
linimon |
Mark some ports failing on armv6, for errors classified as "linker_error".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
3.4 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
3.4 20 Sep 2015 20:54:09 |
olgeni |
Typos, whitespace and capitalization fixes (G-P). |
3.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.4 27 Oct 2014 15:23:31 |
bapt |
Cleanup plist |
3.4 01 Jun 2014 14:02:16 |
pawel |
- Add staging support, strip binaries
- Remove leading article from COMMENT
- Use canonical names for patches |
3.4 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
3.4 28 Mar 2013 16:29:01 |
eadler |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
3.4 03 Jul 2011 13:45:36 |
ohauer |
- remove MD5 |
3.4 22 Nov 2009 19:49:43 |
pav |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
3.4 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.4 10 Apr 2008 09:18:33 |
jkoshy |
Reset maintainership. |
3.4 12 Jul 2006 14:16:48 |
jkoshy |
Use a better, more upto-date WWW URL. |
3.4 12 Jul 2006 14:03:18 |
jkoshy |
Update WWW URL. |
3.4 13 Dec 2005 16:23:44 |
jkoshy |
Add SA256 checksums. |
3.4 15 Dec 2003 10:41:04 |
jkoshy |
Make this port build on the AMD64 platform.
Submitted by: Tilman Linneweh <arved@FreeBSD.org> |
3.4 28 Aug 2003 00:01:09 |
edwin |
Use the virtual category "scheme" (part ii)
Add the virtual category "scheme" to the maintained ports
(except sxm). I guess no maintainer would deny this trivial
change.
PR: ports/56052
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> |
3.4 07 Mar 2003 06:05:38 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
3.4 04 May 2002 21:27:18 |
kris |
The two primary MASTER_SITES no longer host this distfile, and the
project homepage has also disappeared; remove them and leave only the
MASTER_SITE_LOCAL fallback.
Noticed by: bento |
03 Sep 2001 09:32:43 |
jkoshy |
Update MASTER_SITES. |
08 Oct 2000 04:17:26 |
asami |
Convert category lang to new layout. |
16 Jun 2000 22:52:41 |
asami |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 09:19:52 |
sobomax |
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking it.
|
15 Jun 2000 18:59:45 |
sobomax |
Third round of INSTALL_SHLIBS=yes fixes. |