Commit graph

66 commits

Author SHA1 Message Date
Adam Weinberger
34ed372f38 Start removing MASTER_SITE_SUBDIR=CPAN:username where possible. The
downside to having this set is that portscout cannot find new releases
when the username changes (which happens often in large projects with
multiple maintainers).
2015-06-24 15:16:23 +00:00
Sunpoet Po-Chuan Hsieh
8f2988c814 - Update to 0.52
- Regenerate patch file

Changes:	http://search.cpan.org/dist/DBD-ODBC/Changes
2015-04-17 19:58:53 +00:00
Adam Weinberger
9e00ce3f62 Some OCD cleanups on some of the perl@ ports.
- Remove dependencies in core
- Put testing depends in TEST_DEPENDS
- Remove unnecessary bsd.port.options.mk inclusions
- Remove checks for Perl versions that no longer exist in the ports tree
- Sort plists, some of which were so jumbled that I have to assume
  the plist was randomized before committing

A lot of the plist changes in this commit are moving PERL5_MAN3 after
SITE_PERL. It's repo churn now, but it makes updating the ports later
far easier.
2015-03-12 23:00:02 +00:00
Sunpoet Po-Chuan Hsieh
c018ac04a6 - Remove deprecated PTHREAD_*
- Use REINPLACE_CMD instead of PERL
- Add PORTSCOUT
- Simplify Makefile
2015-01-01 16:09:50 +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
Kurt Jaeger
13d455512d databases/p5-DBD-ODBC: 1.45_1 -> 1.50
http://cpansearch.perl.org/src/MJEVANS/DBD-ODBC-1.50/Changes

- This release removes the odbc_old_unicode attribute
2014-07-25 13:13:15 +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
Antoine Brodin
13efb732a2 Unbreak 2014-05-06 18:43:03 +00:00
Baptiste Daroussin
f4f46a920e Fix unixODBC vs libiodbc conflicts
Always rely on unixODBC each time a port is looking for libodbc.so
Remove odbc compat from libiodbc
This allows to install both kde and gnome at the same time

While here:
- Convert libiodbc to USES=libtool
- Convert a bunch of libiodbc dependencies to USES=libtool
- Chase libiodbc.so shlib change
- Stagify some ports
- Convert some ports to USES=pgsql

Discussed with:	rakuco (kde)
With hat:	portmgr
2014-05-05 16:24:00 +00:00
Baptiste Daroussin
b64d56cfff Reduce over inclusion of bsd.port.mk 2014-01-15 23:42:56 +00:00
Mathieu Arnold
d77405fd6d - Wrap up cd && foo in parenthesis, it'd break with bmake -j
- Replace some FIND ... CPIO with COPYTREE_SHARE.
2013-11-24 17:40:44 +00:00
Sunpoet Po-Chuan Hsieh
5d0c37d553 - Update to 1.45
- Convert to new options helper
- Support STAGEDIR

Changes:	http://search.cpan.org/dist/DBD-ODBC/Changes
2013-11-05 17:56:00 +00:00
Vanilla I. Shu
2bf8c2e6f0 Support STAGEDIR. 2013-11-03 06:53:54 +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
Mathieu Arnold
4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00
Anton Berezin
8fdf88de52 Update to 1.43.
Changes:	http://search.cpan.org/dist/DBD-ODBC/Changes
2013-03-07 12:23:00 +00:00
Philippe Audeoud
c719768dc4 - Update to 1.41
- Changelog: http://search.cpan.org/dist/DBD-ODBC/Changes#Changes_in_DBD::ODBC_1.41_October_23_2012
2013-01-25 14:29:49 +00:00
Andrej Zverev
c810d087f5 Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
2012-12-17 08:50:54 +00:00
Sunpoet Po-Chuan Hsieh
c0dc5bdac1 - Update to 1.39
- Convert to new options framework

Changes:	http://search.cpan.org/dist/DBD-ODBC/Changes
2012-07-08 17:37:39 +00:00
Steve Wills
63d09c9c9b - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
2012-06-10 18:42:48 +00:00
Chris Rees
9897852e8c SITE_PERL --> package dependencies, chunks 2-3
Submitted by:	az
2012-06-03 18:57:30 +00:00
Wen Heping
a344d71f3c - Update to 1.37
Feature safe:	yes
2012-04-09 06:38:18 +00:00
Wen Heping
f2b5c0b368 - Update to 1.35 2012-03-07 00:35:56 +00:00
Martin Wilke
93cfaf9ad9 - Chase unixODBC shlib bump 2012-02-06 12:25:50 +00:00
Sunpoet Po-Chuan Hsieh
60846fe407 - Update to 1.33
Changes:	http://search.cpan.org/dist/DBD-ODBC/Changes
Feature safe:	yes
2011-12-02 07:37:28 +00:00
Frederic Culot
a288d48de7 - Fix LICENSE (Artistic 1 instead of Artistic 2)
- Pet portlint(1)

PR:		ports/161336
Submitted by:	Simon Olofsson <simon@olofsson.de>
2011-10-07 11:22:46 +00:00
Philippe Audeoud
df97f7f81d - Update to 1.31
- Changes: http://search.cpan.org/dist/DBD-ODBC/Changes#Changes_in_DBD::ODBC_1.31_June_21,_2011
2011-07-15 08:05:30 +00:00
Philippe Audeoud
5f762a110b - Update to 1.29
- Add LICENSE info
2011-05-24 07:16:45 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Wen Heping
a248b58431 - Update to 1.25 2010-09-26 00:35:38 +00:00
Philip M. Gollucci
6564a2589c - only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it

With Hat:   perl@
2010-09-24 02:03:44 +00:00
Baptiste Daroussin
5c08fd594b - Update to 1.24
Approved by:	mentors (implicit)
2010-08-28 15:53:50 +00:00
Yen-Ming Lee
d2faaa4be9 - fix BUILD_DEPENDS 2009-11-09 03:36:18 +00:00
Yen-Ming Lee
b80d626ca3 - update to 1.23 2009-11-09 02:02:49 +00:00
Mark Linimon
e963662e8c Reset mat@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat:		portmgr
2009-08-16 09:55:32 +00:00
Mathieu Arnold
9e5b76be6a Update to 1.19 2009-04-06 16:17:02 +00:00
Mathieu Arnold
ec045901ed Update to 1.18 2009-02-13 14:16:28 +00:00
Pav Lucistnik
c4d4cacd63 - Remove conditional checks relevant only on FreeBSD 5.x and older 2009-01-05 17:27:29 +00:00
Mathieu Arnold
56d6535091 Update to 1.16 2008-05-22 13:51:32 +00:00
Mathieu Arnold
154c00450a Update to 1.15 2008-03-28 10:57:44 +00:00
Mathieu Arnold
dd8061e8e3 Update to 1.14 2007-08-28 10:09:16 +00:00
Erwin Lansing
b5f10cfc2d Remove 4.x workaround.
Approved by:	maintainer (apriori)
2007-06-15 15:29:44 +00:00
Alejandro Pulver
c3dd807ed8 - Unify the way to choose between ODBC flavors (WITH_IODBC / WITH_UNIXODBC).
PR:		ports/103293
Submitted by:	Ganael Laplanche <ganael.laplanche@martymac.com>
Approved by:	girgen (databases/postgresql-odbc), fjoe (databases/libodbc++),
		sergey@network-asp.biz
		(databases/mysql-connector-odbc, timeout),
		delphij@FreeBSD.org (net/openldap23-server),
		mat@FreeBSD.org (databases/p5-DBD-ODBC)
2006-10-09 18:51:19 +00:00
Edwin Groothuis
2406d49a61 Remove USE_REINPLACE from all categories starting with D 2006-05-04 21:41:12 +00:00
Ade Lovett
fe279f0df8 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with:	kris
Approved by:	portmgr (implicit)
2006-03-07 08:28:06 +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
Mathieu Arnold
b1a641bc45 Be hipe and add SHA256 2005-11-14 14:16:12 +00:00
Mathieu Arnold
53e8192b7b Update to 1.13 2004-11-10 16:01:51 +00:00
Mathieu Arnold
d82020a575 Update to 1.12 2004-10-27 14:25:42 +00:00