Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 1.19_6
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
04 Nov 2018 06:07:45
1.19_6
|
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 |
27 May 2018 20:15:20
1.19_6
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
02 Nov 2017 21:41:47
1.19_6
|
olgeni  |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams. |
22 May 2017 21:38:38
1.19_6
|
eugen  |
Fix MAINTAINER as bonkor@ was mentioned by error and has no connection to this
port.
Approved-by: az (mentor, impicit) |
22 May 2017 20:17:48
1.19_6
|
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) |
08 Mar 2017 22:58:18
1.14_5
|
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 |
10 Feb 2017 15:37:08
1.14_5
|
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. |
31 Dec 2016 20:00:37
1.14_5
|
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. |
25 May 2016 15:43:34
1.14_5
|
mat  |
Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.
Sponsored by: Absolight |
01 Apr 2016 14:00:57
1.14_5
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
14 Sep 2015 12:19:50
1.14_5
|
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 |
03 May 2015 20:45:15
1.14_5
|
amdmi3  |
- Add missing files to pkg-plist
Approved by: portmgr blanket
MFH: 2015Q2 |
26 Nov 2014 13:08:38
1.14_4
|
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 ) |
20 Oct 2014 10:41:13
1.14_3
|
bapt  |
Cleanup plist |
10 Jun 2014 12:14:14
1.14_3
|
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 |
09 Feb 2014 11:52:16
1.14_3
|
ehaupt  |
Support staging use shebangfix and strip binaries. |
22 Oct 2013 16:57:45
1.14_3
|
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@ |
20 Sep 2013 16:13:49
1.14_3
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
31 Jul 2013 06:54:10
1.14_3
|
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@) |
08 Feb 2013 16:45:55
1.14_3
|
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@) |
05 Feb 2013 15:07:11
1.14_3
|
bapt  |
Mark as deprecated a bunch of ports that are marked as broken for more than 6
month without a fix |
27 Jul 2012 06:57:20
1.14_3
|
erwin  |
Mark BROKEN: does not build
Submitted by: pointyhat |
03 Jun 2012 18:57:30
1.14_3
|
crees  |
SITE_PERL --> package dependencies, chunks 2-3
Submitted by: az |
31 May 2012 11:19:32
1.14_3
|
bapt  |
Convert to new options framework |
07 May 2012 15:42:51
1.14_3
|
skv  |
Pass maintainership of almost of my "p5-*" ports to "perl@".
(I hope updating of them will be improved). |
21 Jan 2012 17:40:15
1.14_3
|
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 |
20 Mar 2011 12:54:45
1.14_3
|
miwi  |
- Get Rid MD5 support |
17 Apr 2008 14:30:31
1.14_3
|
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) |
03 Jul 2007 18:35:03
1.14_3
|
erwin  |
Remove 4.x workaround
PR: 113821
Submitted by: erwin
Approved by: maintainer timeout |
05 Nov 2006 17:22:09
1.14_3
|
skv  |
Update to 1.19
Changes: http://search.cpan.org/~PYTHIAN/DBD-Oracle/Changes |
04 Aug 2006 12:34:50
1.14_3
|
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 |
22 Jan 2006 09:54:26
1.14_3
|
edwin  |
SHA256ify (manually done and checked)
Approved by: krion@ |
22 Jan 2006 01:29:10
1.14_3
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
14 Sep 2005 13:40:22
1.14_3
|
skv  |
PORTREVISION++ to fix PKGNAME issue
Noticed by: chkversion (kris) |
14 Sep 2005 08:07:49
1.14_2
|
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 |
08 Feb 2005 15:28:10
1.14_1
|
skv  |
Unbreak build - remove cast for (void*)SvOK_off
PR: ports/77090
Submitted by: Tod McQuillin <devin@spamcop.net> |
31 Mar 2004 03:12:58
1.14
|
trevor  |
SIZEify (maintainer timeout) |
16 Sep 2003 05:43:52
1.14
|
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) |
17 May 2003 12:09:58
1.14
|
skv  |
Updated to 1.14
PR: ports/52061 |
07 Mar 2003 05:58:32
1.12
|
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
28 May 2002 09:38:22
1.12
|
skv  |
Add p5-DBD-Oracle 1.12, DBI driver for Oracle RDBMS server. |