notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: databases/dbf/Makefile
SVNWeb

Number of commits found: 33

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  commit hash:d076ad94e206dda108061fe99ddb860d93cc6d16  d076ad9  (Only the first 10 of 718 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Mon, 10 Jan 2022
[ 15:15 Stefan Eßer (se) search for other commits by this committer ]    commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  bcaf25a  (Only the first 10 of 491 ports in this commit are shown above. View all ports for this commit)
Fix CONFLICTS entries of multiple ports

There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Fri, 8 Nov 2019
[ 09:37 tobik search for other commits by this committer ] Original commit   Revision:517042 (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
databases: Add missing USES={gnome,php}
Thu, 8 Dec 2016
[ 19:52 tijl search for other commits by this committer ] Original commit   Revision:428152 (Only the first 10 of 551 ports in this commit are shown above. View all ports for this commit)
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
Wed, 2 Jul 2014
[ 22:10 amdmi3 search for other commits by this committer ] Original commit   Revision:360293
- Switch to USES=libtool, drop .la files

Approved by:	portmgr blanket
Fri, 7 Mar 2014
[ 16:49 bapt search for other commits by this committer ] Original commit   Revision:347405 (Only the first 10 of 214 ports in this commit are shown above. View all ports for this commit)
Convert d* to USES=zip
Tue, 24 Dec 2013
[ 12:33 pawel search for other commits by this committer ] Original commit   Revision:337338
- Fix build with gcc on 8.x and 9.x
- Use option subs
- Support staging, strip library

PR:		ports/184896
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Wed, 9 Oct 2013
[ 06:26 bapt search for other commits by this committer ] Original commit   Revision:329864
Remove useless USE_GCC, it builds properly with clang
Fri, 20 Sep 2013
[ 16:13 bapt search for other commits by this committer ] Original commit   Revision:327717 (Only the first 10 of 927 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
Sat, 17 Aug 2013
[ 16:27 gerald search for other commits by this committer ] Original commit   Revision:324851 (Only the first 10 of 93 ports in this commit are shown above. View all ports for this commit)
Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.

Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.

This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.

That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.

Approved by:	portmgr (bdrewery)
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Sat, 4 May 2013
[ 14:06 bdrewery search for other commits by this committer ] Original commit   Revision:317320 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
- When DISABLE_MAKE_JOBS or MAKE_JOBS_UNSAFE is set, also set
  MAKE_JOBS_NUMBER to 1. This makes it safe to do -j${MAKE_JOBS_NUMBER}
  without any extra logic.
- Cleanup ports working around the empty MAKE_JOBS_NUMBER
- This also fixes several ports that were expecting MAKE_JOBS_NUMBER
  to always have a number

Reviewed by:	bapt
Spotted by:	John Marino <draco@marino.st>
With hat:	portmgr
Fri, 26 Apr 2013
[ 10:44 ak search for other commits by this committer ] Original commit   Revision:316596 (Only the first 10 of 277 ports in this commit are shown above. View all ports for this commit)
- Convert USE_GETTEXT to USES (part 4)

Approved by:	portmgr (bapt)
Thu, 28 Mar 2013
[ 03:28 eadler search for other commits by this committer ] Original commit   Revision:315433 (Only the first 10 of 149 ports in this commit are shown above. View all ports for this commit)
Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix"
instead.
Tue, 5 Jun 2012
[ 20:45 sylvio search for other commits by this committer ] Original commit 
- Update to version 0.9.0

New file:
pkg-plist

Remove file:
files/patch-dbf.c
files/patch-statistic

PR:             ports/168594
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Mon, 28 May 2012
[ 12:54 scheidell search for other commits by this committer ] Original commit 
- Mark Deprecated (again, see history), maybe it will stay this way.
- Upstream unavaialble for a long time. No updates for over 5 years
- No maintainer. If you want to fix this, take maintainer ship.

PR:             ports/150903
Submitted by:   scheidell@ (me)
Approved by:    The little elves (maintainer)
Mon, 21 Nov 2011
[ 14:58 bsam search for other commits by this committer ] Original commit 
Return to the pool since I don't use and ENOTIME to maintain those ports.

Feature safe:   yes
Mon, 16 Nov 2009
[ 07:52 bsam search for other commits by this committer ] Original commit 
Use BERLIOS macro for MASTER_SITES.
Thu, 15 Feb 2007
[ 14:40 bsam search for other commits by this committer ] Original commit 
Add another MASTER_SITE.

Inspiritted by: PR 109189
Submitted by:   Thomas Abthorpe <thomas at goodking.ca>
Sun, 10 Dec 2006
[ 21:39 bsam search for other commits by this committer ] Original commit 
. Take maintainership.
. The distfile is fetchable now, remove DEPRECATED and EXPIRATION_DATE.
Tue, 28 Nov 2006
[ 13:38 erwin search for other commits by this committer ] Original commit 
- Deprecate
- Set EXPIRATION_DATE

PR:             105928
Submitted by:   gabor
Thu, 4 May 2006
[ 21:41 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 364 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE from all categories starting with D
Sun, 17 Jul 2005
[ 21:29 pav search for other commits by this committer ] Original commit 
- Update MASTER_SITES
- Update WWW

PR:             ports/83611
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Tue, 20 Apr 2004
[ 20:00 mi search for other commits by this committer ] Original commit 
Update from 0.8.3 to 0.8.3.1 -- some of my patches were quietly incorporated
and the 0.8.3 is no longer available.
Fri, 16 Apr 2004
[ 19:49 mi search for other commits by this committer ] Original commit 
Update from 0.8.1 to 0.8.3. Fix bugs...
Thu, 5 Feb 2004
[ 20:38 trevor search for other commits by this committer ] Original commit  (Only the first 10 of 804 ports in this commit are shown above. View all ports for this commit)
Use PLIST_FILES.

Reviewed by:    marcus
Thu, 20 Nov 2003
[ 18:15 krion search for other commits by this committer ] Original commit 
- Update to version 0.8.1

PR:             59516
Submitted by:   Ports Fury
Tue, 11 Nov 2003
[ 08:51 ijliao search for other commits by this committer ] Original commit 
upgrade to 0.8
Tue, 28 Oct 2003
[ 21:30 krion search for other commits by this committer ] Original commit 
- Update to version 0.7

PR:             58621
Submitted by:   Ports Fury
Wed, 20 Aug 2003
[ 19:25 mi search for other commits by this committer ] Original commit 
Upgrade from 0.5.1 to 0.6. Don't need gmake (any longer?).
Add a big patch, that's also submitted to the vendor --
fixing a number of bugs and inefficiencies.
Thu, 3 Apr 2003
[ 18:17 ijliao search for other commits by this committer ] Original commit 
add dbf 0.5.1
Show and convert the content of dBASE III, IV, and 5.0 files

Number of commits found: 33