Port details |
- p5-qdbm Quick Database Manager
- 1.8.78_4 databases
=1 1.8.78_4Version of this port present on the latest quarterly branch.
- BROKEN: does not build
DEPRECATED: Broken for more than 6 months This port expired on: 2016-04-15 IGNORE: is marked as broken: does not build
- Maintainer: hrs@FreeBSD.org
- Port Added: 2005-09-01 06:51:25
- Last Update: 2016-04-23 15:15:45
- SVN Revision: 413881
- People watching this port, also watch:: python
- License: LGPL21
- Description:
- Perl API for QDBM
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- p5-qdbm>0:databases/p5-qdbm
- No installation instructions:
- This port has been deleted.
- PKGNAME: p5-qdbm
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Master port: databases/qdbm
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- liblzo2.so : archivers/lzo2
- libiconv.so : converters/libiconv
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- iconv
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: databases/qdbm |
Commit | Credits | Log message |
1.8.78_4 23 Apr 2016 15:15:45 |
rene |
Remove expired ports:
2016-04-11 deskutils/qlabels: Does not fetch, unmaintained
2016-04-14 french/tvdownloader: Many channels have modified their protocols and
cannot be DL anymore
2016-04-14 comms/cdr_read: unfetchable
2016-04-14 russian/rubygem-rutils: Deprecated by upstream
2016-04-14 devel/rubygem-dotenv-deployment: Deprecated by upstream in latest
version (0.3.0)
2016-04-15 www/p5-LWP-ConsoleLogger: Depends on expiring
www/p5-HTTP-CookieMonster
2016-04-15 www/p5-WWW-Mechanize-Cached: Depends on expiring
www/p5-HTTP-CookieMonster
2016-04-15 www/p5-HTTP-CookieMonster: Broken for more than 6 months
2016-04-15 misc/diary-hercules: Broken for more than 6 months
2016-04-15 graphics/ffff: Broken for more than 6 months
2016-04-15 net-im/sigram: Broken for more than 6 months
2016-04-15 games/annelid: Broken for more than 6 months
2016-04-15 science/py-pydap: Broken for more than 6 months
2016-04-15 sysutils/su2: Broken for more than 6 months
2016-04-15 www/download-gemist: Broken for more than 6 months
2016-04-15 databases/p5-qdbm: Broken for more than 6 months
2016-04-15 comms/libfec: Broken for more than 6 months
2016-04-15 deskutils/ladon: Broken for more than 6 months
Sponsored by: Essen Linuxhotel Hackathon 2016 |
1.8.78_4 13 Mar 2016 18:45:42 |
antoine |
Deprecate ports broken for more than 6 months |
1.8.78_4 31 Jul 2015 19:52:06 |
amdmi3 |
- Mark BROKEN: does not build
===> Missing license file for LGPL21 in
/wrkdirs/usr/ports/databases/p5-qdbm/work/qdbm-1.8.78/perl/COPYING
Even if that's fixed, it still don't build, likely because master/slave port
desync
Approved by: portmgr blanket
Reported by: pkg-fallout |
1.8.78_2 15 Apr 2015 08:20:28 |
tijl |
converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
defined because the base system iconv supports these extensions too.
Add/remove patches to/from ports to call iconv with non-const arguments.
This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier. Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.
This exposed some ports that link with libiconv when it is available instead
of using libc iconv. In these cases one of the following changes has been (Only the first 15 lines of the commit message are shown above ) |
1.8.78_1 01 Dec 2014 15:20:30 |
mat |
Fix build when linking with libperl.so.
With hat: portmgr, perl
Sponsored by: Absolight |
1.8.78_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
1.8.78_1 20 Oct 2014 10:41:13 |
bapt |
Cleanup plist |
1.8.78_1 10 Jun 2014 12:14:14 |
mat |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
1.8.78 22 Feb 2014 13:06:43 |
az |
- fix build for fbsd 10.0 (respect CC)
- add stage support and fix pkg-plist |
1.8.78 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
1.8.78 03 Aug 2013 13:44:01 |
mat |
- Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
1.8.78 02 Aug 2011 20:58:23 |
ehaupt |
Remove WWW entries from unmaintained ports that return 404 or where the domain
disappeared. |
1.8.77_1 20 Nov 2009 22:53:09 |
pav |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
1.8.75 14 Jul 2007 01:54:44 |
ahze |
Define PATCHDIR=${.CURDIR}/files so we don't pull in the master-port patches
(which don't apply)
Reported by: pav |
1.8.41 22 Jan 2006 06:16:57 |
kris |
Back out previous commit, it was fixed in the master port |
1.8.41 20 Jan 2006 00:15:47 |
kris |
BROKEN: Broken dependency |
1.8.32 01 Sep 2005 06:50:47 |
ahze |
- Add p5-qdbm
Perl API for QDBM |