Commit graph

38 commits

Author SHA1 Message Date
Eugene Grosbein
f49d488b5e Fix MAINTAINER as bonkor@ was mentioned by error and has no connection to this port.
Approved-by:		az (mentor, impicit)
2017-05-22 21:38:38 +00:00
Eugene Grosbein
71c563d37f 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)
2017-05-22 20:17:48 +00:00
Rene Ladan
c644e2615b 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
2017-03-08 22:58:18 +00:00
John Marino
1308070fdb Fallout: Deprecate 2 ports dependent on oracle7 and oracle8 clients
Use the same expiration date for p5-DBD-Oracle and yasql as the clients.
2017-02-10 15:37:08 +00:00
Adam Weinberger
455d78c7b9 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.
2016-12-31 20:00:37 +00:00
Mathieu Arnold
00d52a3e4c Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.

Sponsored by:	Absolight
2016-05-25 15:43:34 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Mathieu Arnold
afae652a2a 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
2015-09-14 12:19:48 +00:00
Dmitry Marakasov
44ef3a7c09 - Add missing files to pkg-plist
Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-03 20:45:14 +00:00
Mathieu Arnold
eee58d187e 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
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
2014-11-26 13:08:24 +00:00
Baptiste Daroussin
3edc030b9f Cleanup plist 2014-10-20 10:41:12 +00:00
Mathieu Arnold
61de712f46 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
2014-06-10 12:14:12 +00:00
Emanuel Haupt
8f4dd31b79 Support staging use shebangfix and strip binaries. 2014-02-09 11:52:16 +00:00
Mathieu Arnold
ce89a80f59 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@
2013-10-22 16:57:44 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Andrej Zverev
0c32f39711 - 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@)
2013-07-31 06:54:09 +00:00
Guido Falsi
7df3a25b84 - 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@)
2013-02-08 16:45:55 +00:00
Baptiste Daroussin
cd8a69e251 Mark as deprecated a bunch of ports that are marked as broken for more than 6
month without a fix
2013-02-05 15:07:10 +00:00
Erwin Lansing
24576e77ad Mark BROKEN: does not build
Submitted by:	pointyhat
2012-07-27 06:57:20 +00:00
Chris Rees
9897852e8c SITE_PERL --> package dependencies, chunks 2-3
Submitted by:	az
2012-06-03 18:57:30 +00:00
Baptiste Daroussin
0cb47f7753 Convert to new options framework 2012-05-31 11:19:32 +00:00
Sergey Skvortsov
0601a59f0e Pass maintainership of almost of my "p5-*" ports to "perl@".
(I hope updating of them will be improved).
2012-05-07 15:42:51 +00:00
Eitan Adler
c59a3834c4 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
2012-01-21 17:40:15 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Marcelo Araujo
4aaab89f57 - 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)
2008-04-17 14:30:31 +00:00
Erwin Lansing
5a603e32e6 Remove 4.x workaround
PR:		113821
Submitted by:	erwin
Approved by:	maintainer timeout
2007-07-03 18:35:03 +00:00
Sergey Skvortsov
e919cd80ff Update to 1.19
Changes:	http://search.cpan.org/~PYTHIAN/DBD-Oracle/Changes
2006-11-05 17:22:08 +00:00
Erwin Lansing
50513d5d52 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
2006-08-04 12:34:50 +00:00
Edwin Groothuis
44855e0b04 SHA256ify (manually done and checked)
Approved by:    krion@
2006-01-22 09:54:26 +00:00
Edwin Groothuis
913a5a5cba Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 01:29:46 +00:00
Sergey Skvortsov
23fcf21caa PORTREVISION++ to fix PKGNAME issue
Noticed by:	chkversion (kris)
2005-09-14 13:40:22 +00:00
Sergey Skvortsov
272d582e0a * 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
2005-09-14 08:07:49 +00:00
Sergey Skvortsov
f695e1e10e Unbreak build - remove cast for (void*)SvOK_off
PR:             ports/77090
Submitted by:   Tod McQuillin <devin@spamcop.net>
2005-02-08 15:28:10 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Erwin Lansing
6b470bae86 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)
2003-09-16 05:43:52 +00:00
Sergey Skvortsov
91e1058c4d Updated to 1.14
PR:	ports/52061
2003-05-17 12:09:58 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Sergey Skvortsov
894aa7a052 Add p5-DBD-Oracle 1.12, DBI driver for Oracle RDBMS server. 2002-05-28 09:38:22 +00:00