non port: databases/p5-DBD-Oracle/Makefile |
SVNWeb
|
Number of commits found: 35 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] d076ad9 (Only the first 10 of 718 ports in this commit are shown above. )
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 )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 4 Nov 2018
|
[ 06:07 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
|
Thu, 2 Nov 2017
|
[ 21:41 olgeni ] (Only the first 10 of 108 ports in this commit are shown above. )
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams.
|
Mon, 22 May 2017
|
[ 21:38 eugen ]
Fix MAINTAINER as bonkor@ was mentioned by error and has no connection to this
port.
Approved-by: az (mentor, impicit)
|
[ 20:17 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)
|
Fri, 10 Feb 2017
|
[ 15:37 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.
|
Sat, 31 Dec 2016
|
[ 20:00 adamw ] (Only the first 10 of 16 ports in this commit are shown above. )
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.
|
Wed, 25 May 2016
|
[ 15:43 mat ] (Only the first 10 of 83 ports in this commit are shown above. )
Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.
Sponsored by: Absolight
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 3 May 2015
|
[ 20:45 amdmi3 ]
- Add missing files to pkg-plist
Approved by: portmgr blanket
MFH: 2015Q2
|
Wed, 26 Nov 2014
|
[ 13:08 mat ] (Only the first 10 of 10077 ports in this commit are shown above. )
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 )
|
Sun, 9 Feb 2014
|
[ 11:52 ehaupt ]
Support staging use shebangfix and strip binaries.
|
Tue, 22 Oct 2013
|
[ 16:57 mat ] (Only the first 10 of 94 ports in this commit are shown above. )
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@
|
Fri, 20 Sep 2013
|
[ 16:13 bapt ] (Only the first 10 of 927 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
|
Wed, 31 Jul 2013
|
[ 06:54 az ] (Only the first 10 of 67 ports in this commit are shown above. )
- 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@)
|
Fri, 8 Feb 2013
|
[ 16:45 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@)
|
Tue, 5 Feb 2013
|
[ 15:07 bapt ] (Only the first 10 of 35 ports in this commit are shown above. )
Mark as deprecated a bunch of ports that are marked as broken for more than 6
month without a fix
|
Fri, 27 Jul 2012
|
[ 06:57 erwin ]
Mark BROKEN: does not build
Submitted by: pointyhat
|
Sun, 3 Jun 2012
|
[ 18:57 crees ] (Only the first 10 of 30 ports in this commit are shown above. )
SITE_PERL --> package dependencies, chunks 2-3
Submitted by: az
|
Thu, 31 May 2012
|
[ 11:19 bapt ] (Only the first 10 of 31 ports in this commit are shown above. )
Convert to new options framework
|
Mon, 7 May 2012
|
[ 15:42 skv ] (Only the first 10 of 165 ports in this commit are shown above. )
Pass maintainership of almost of my "p5-*" ports to "perl@".
(I hope updating of them will be improved).
|
Sat, 21 Jan 2012
|
[ 17:40 eadler ] (Only the first 10 of 1326 ports in this commit are shown above. )
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
|
Thu, 17 Apr 2008
|
[ 14:30 araujo ] (Only the first 10 of 2168 ports in this commit are shown above. )
- 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)
|
Tue, 3 Jul 2007
|
[ 18:35 erwin ]
Remove 4.x workaround
PR: 113821
Submitted by: erwin
Approved by: maintainer timeout
|
Sun, 5 Nov 2006
|
[ 17:22 skv ]
Update to 1.19
Changes: http://search.cpan.org/~PYTHIAN/DBD-Oracle/Changes
|
Fri, 4 Aug 2006
|
[ 12:34 erwin ] (Only the first 10 of 67 ports in this commit are shown above. )
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
|
Wed, 14 Sep 2005
|
[ 13:40 skv ]
PORTREVISION++ to fix PKGNAME issue
Noticed by: chkversion (kris)
|
[ 08:07 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
|
Tue, 8 Feb 2005
|
[ 15:28 skv ]
Unbreak build - remove cast for (void*)SvOK_off
PR: ports/77090
Submitted by: Tod McQuillin <devin@spamcop.net>
|
Tue, 16 Sep 2003
|
[ 05:43 erwin ] (Only the first 10 of 50 ports in this commit are shown above. )
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)
|
Sat, 17 May 2003
|
[ 12:09 skv ]
Updated to 1.14
PR: ports/52061
|
Fri, 7 Mar 2003
|
[ 05:58 ade ] (Only the first 10 of 116 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Tue, 28 May 2002
|
[ 09:38 skv ]
Add p5-DBD-Oracle 1.12, DBI driver for Oracle RDBMS server.
|
Number of commits found: 35 |