Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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) |
1.19_6 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 ) |
1.19_6 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 ) |
1.19_6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.19_6 04 Nov 2018 06:07:45 |
eugen |
databases/p5-DBD-Oracle: fix build using lld
While using LLVM's lld linker as /usr/bin/ld the build breaks
because Oracle supplied libs built without -fPIC:
can't create dynamic relocation R_386_32 ... in readonly segment
It is not possible to recompile Oracle object files with -fPIC,
so fix this overriding lld's default and make it the same as GNU ld
allowing .text relocations.
This fixes build error, so no PORTREVISION bump.
Reported by: emaste |
1.19_6 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
1.19_6 02 Nov 2017 21:41:47 |
olgeni |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams. |
1.19_6 22 May 2017 21:38:38 |
eugen |
Fix MAINTAINER as bonkor@ was mentioned by error and has no connection to this
port.
Approved-by: az (mentor, impicit) |
1.19_6 22 May 2017 20:17:48 |
eugen |
Re-add databases/p5-DBD-Oracle removed with r435735 as there is user demand for
it.
Tested by Konstantin Stroikovsky (maintainer of databases/oracle8-client).
Additional changes:
- take maintainership;
- simplify port: remove traces of oracle7-client and options OCI7/OCI8;
- bump PORTREVISION because of these changes.
Approved by: vsevolod (mentor) |
1.14_5 08 Mar 2017 22:58:18 |
rene |
Remove expired ports:
2017-03-07 databases/oracle8-client: Oracle 8 EOL by 10 years
2017-03-07 databases/oracle7-client: Oracle 7 EOL by 13 years
2017-03-07 databases/yasql: Dependent on deprecated oracle7-client
2017-03-07 databases/jdbc-oracle10g: Oracle 10g EOL almost 4 years
2017-03-07 databases/p5-DBD-Oracle: Depends on deprecated Oracle 7 (or 8) client
2017-03-07 databases/jdbc-oracle8i: Oracle8i unsupported and unavailable; fetch
site redirects
2017-03-07 databases/jdbc-oracle9i: Oracle 9i is no more supported |
1.14_5 10 Feb 2017 15:37:08 |
marino |
Fallout: Deprecate 2 ports dependent on oracle7 and oracle8 clients
Use the same expiration date for p5-DBD-Oracle and yasql as the clients. |
1.14_5 31 Dec 2016 20:00:37 |
adamw |
Remove warnings about installing documentation and examples. The only users
who will see those messages are users who have already accepted those options
in make config. |
1.14_5 25 May 2016 15:43:34 |
mat |
Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.
Sponsored by: Absolight |
1.14_5 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.14_5 14 Sep 2015 12:19:50 |
mat |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
1.14_5 03 May 2015 20:45:15 |
amdmi3 |
- Add missing files to pkg-plist
Approved by: portmgr blanket
MFH: 2015Q2 |
1.14_4 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.14_3 20 Oct 2014 10:41:13 |
bapt |
Cleanup plist |
1.14_3 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.14_3 09 Feb 2014 11:52:16 |
ehaupt |
Support staging use shebangfix and strip binaries. |
1.14_3 22 Oct 2013 16:57:45 |
mat |
Try and be consistent with what commands are silent and not in *install.
- MKDIR is silent
- ECHO is silent
- INSTALL_* are not silent
- CP/FIND/... are not silent
I fixed a few PORTDOCS misusage, I'll do a second pass.
With Hat: perl@ |
1.14_3 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
1.14_3 31 Jul 2013 06:54:10 |
az |
- Convert to new Uses/perl5.mk framework
- Resolve issues with implicit lang/perl in extract and patch dependencies
- Trim Makefile header
Reviewed by: bapt@ (exp-run)
Approved by: bapt@ (portmrg@) |
1.14_3 08 Feb 2013 16:45:55 |
madpilot |
- Fix build and undeprecate [1] (converted to sed expression)
While I'm here:
- Fix plist with OCI8 option enabled
- Fix some portlint warnings
- Properly use optionsng
- Use EXAMPLES macros for examples in place of DOCS ones.
Similar fix as in PR also submitted via email to me independently
by Riccardo Torrini <riccardo@torrini.org>
PR: ports/175709
Submitted by: Tim <tez@netbsd.org>
Approved by: jadawin (perl@) |
1.14_3 05 Feb 2013 15:07:11 |
bapt |
Mark as deprecated a bunch of ports that are marked as broken for more than 6
month without a fix |
1.14_3 27 Jul 2012 06:57:20 |
erwin |
Mark BROKEN: does not build
Submitted by: pointyhat |
1.14_3 03 Jun 2012 18:57:30 |
crees |
SITE_PERL --> package dependencies, chunks 2-3
Submitted by: az |
1.14_3 31 May 2012 11:19:32 |
bapt |
Convert to new options framework |
1.14_3 07 May 2012 15:42:51 |
skv |
Pass maintainership of almost of my "p5-*" ports to "perl@".
(I hope updating of them will be improved). |
1.14_3 21 Jan 2012 17:40:15 |
eadler |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
1.14_3 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.14_3 17 Apr 2008 14:30:31 |
araujo |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
1.14_3 03 Jul 2007 18:35:03 |
erwin |
Remove 4.x workaround
PR: 113821
Submitted by: erwin
Approved by: maintainer timeout |
1.14_3 05 Nov 2006 17:22:09 |
skv |
Update to 1.19
Changes: http://search.cpan.org/~PYTHIAN/DBD-Oracle/Changes |
1.14_3 04 Aug 2006 12:34:50 |
erwin |
Add support for DESTDIR part I.
This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.
Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.
PR: 100555
Submitted by: gabor
Sponsored by: Google Summer of Code 2006 |
1.14_3 22 Jan 2006 09:54:26 |
edwin |
SHA256ify (manually done and checked)
Approved by: krion@ |
1.14_3 22 Jan 2006 01:29:10 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.14_3 14 Sep 2005 13:40:22 |
skv |
PORTREVISION++ to fix PKGNAME issue
Noticed by: chkversion (kris) |
1.14_2 14 Sep 2005 08:07:49 |
skv |
* OPTIONSify port - add support for OCI8 (via databases/oracle8-client)
("off" by default)
* make dual-version port: 1.14 for OCI7, 1.16 for OCI8 |
1.14_1 08 Feb 2005 15:28:10 |
skv |
Unbreak build - remove cast for (void*)SvOK_off
PR: ports/77090
Submitted by: Tod McQuillin <devin@spamcop.net> |
1.14 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.14 16 Sep 2003 05:43:52 |
erwin |
Conditionalise dependencies on databases/p5-DBI: for perl
5.005_03 use databases/p5-DBI-137 as newer versions do not
support the old perl.
Note that for some port, I merely removed the explicit
dependency as they already have implicit dependencies
via other ports.
Approved by: portmgr (marcus) |
1.14 17 May 2003 12:09:58 |
skv |
Updated to 1.14
PR: ports/52061 |
1.12 07 Mar 2003 05:58:32 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.12 28 May 2002 09:38:22 |
skv |
Add p5-DBD-Oracle 1.12, DBI driver for Oracle RDBMS server. |