diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-11-18 13:54:17 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-11-18 13:54:17 +0000 |
commit | dc20ad9d059926bc7a99b642fdabd40165f7821e (patch) | |
tree | 8bbe6309fbfd817c5f4e580937a797191f79eb88 /databases/p5-DBD-InterBase/files/patch-Makefile.PL | |
parent | - Drop the article from COMMENT line, sort the knobs (diff) |
Remove expired ports:
2013-11-18 devel/libXGP: Broken for more than 6 month
2013-11-18 deskutils/google-gadgets: Broken for more than 6 month
2013-11-18 palm/synce-trayicon: Broken for more than 6 month
2013-11-18 security/linux-pam-docs: Broken for more than 6 month
2013-11-18 net-p2p/mooseekd: Broken for more than 6 month
2013-11-18 textproc/p5-Lucene: Broken for more than 6 month
2013-11-18 net-mgmt/zenpack-dellmonitor: Broken for more than 6 month
2013-11-18 x11-wm/fbpager: BRoken for more than 6 month
2013-11-18 net/hf6to4: Broken for more than 6 month
2013-11-18 x11-themes/kde-icons-exquisite: Broken for more than 6 month
2013-11-18 x11-themes/kde-icons-marbles-translucent: Broken for more than 6 month
2013-11-18 security/dissembler: Broken for more than 6 month
2013-11-18 net-mgmt/zenpack-apachemonitor: Broken for more than 6 month
2013-11-18 textproc/rst.el: Broken for more than 6 month
2013-11-18 net-mgmt/zenpack-ntpmonitor: Broken for more than 6 month
2013-11-18 x11-themes/kde-icons-steel: Broken for more than 6 month
2013-11-18 databases/drizzle: Broken for more than 6 month
2013-11-18 devel/p5-File-Lock: Broken for more than 6 month
2013-11-18 devel/valide: Broken for more than 6 month
2013-11-18 databases/gomysql: Broken for more than 6 month
2013-11-18 databases/p5-DBZ_File: BRoken for more than 6 month
2013-11-18 devel/monodevelop-vala: Broken for more than 6 month
2013-11-18 devel/gonzui: Broken for more than 6 month
2013-11-18 devel/monodevelop-java: Broken for more than 6 month
2013-11-18 lang/objc: Broken for more than 6 month
2013-11-18 devel/klee: Broken for more than 6 month
2013-11-18 databases/p5-DBD-InterBase: Broken for more than 6 month
2013-11-18 devel/simulavr: Broken for more than 6 month
2013-11-18 japanese/mobileimap: Broken for more than 6 month
2013-11-18 devel/libYGP: Broken for more than 6 month
2013-11-18 devel/monodevelop-python: Broken for more than 6 month
Notes
Notes:
svn path=/head/; revision=334196
Diffstat (limited to 'databases/p5-DBD-InterBase/files/patch-Makefile.PL')
-rw-r--r-- | databases/p5-DBD-InterBase/files/patch-Makefile.PL | 85 |
1 files changed, 0 insertions, 85 deletions
diff --git a/databases/p5-DBD-InterBase/files/patch-Makefile.PL b/databases/p5-DBD-InterBase/files/patch-Makefile.PL deleted file mode 100644 index 16ffa097669d..000000000000 --- a/databases/p5-DBD-InterBase/files/patch-Makefile.PL +++ /dev/null @@ -1,85 +0,0 @@ ---- Makefile.PL.orig Sat Nov 22 06:12:11 2003 -+++ Makefile.PL Mon Dec 8 20:01:27 2003 -@@ -28,7 +28,7 @@ - use DBI::DBD; # DBD creation tools - - my $ib_dir_prefix; -- -+=rem - # init stuff - my $IB_Bin_path = ''; - my $isql_name; -@@ -82,7 +82,12 @@ - @ib_bin_dirs = (qw(/usr/interbase/bin /opt/interbase/bin /opt/firebird/bin /usr/bin /usr/local/bin)); - @ib_inc_dirs = (qw(/usr/interbase/include /opt/interbase/include /opt/firebird/include /usr/include)); - } -- -+=cut -+my $IB_BASE='%%IB_BASE%%'; -+my $IB_Bin_path = $IB_BASE.'/bin'; -+my $isql_name = 'isql'; -+my $ib_lib_dir = $IB_BASE.'/lib'; -+my $ib_inc = $IB_BASE.'/include'; - sub locate_dbi_arch_dir { - my $dbidir = dbd_dbi_dir(); - my @try = map { "$_/auto/DBI" } @INC; -@@ -91,7 +96,7 @@ - Carp::carp( "Multiple copies of Driver.xst found in: @xst") if @xst > 1; - return $xst[0]; - } -- -+=rem - ################################################################################ - # sub test_files - checks if at least one of the files in the list exists - # Paramters: -@@ -296,13 +301,13 @@ - - # prompt for InterBase bin directory - $IB_Bin_path = dir_choice("InterBase/Firebird bin directory", [@ib_bin_dirs], [qw(gfix gfix.exe)]); -- -+=cut - unless(-x $IB_Bin_path) - { - carp "I cannot find your InterBase/Firebird installation.\nDBD::InterBase cannot build or run without InterBase.\n"; - exit 1; - } -- -+=rem - # get InterBase version - my $IBVERSION; - my $GFIX_PATH = $IB_Bin_path . "/" . test_files($IB_Bin_path, [qw(gfix gfix.exe)]); -@@ -312,7 +317,7 @@ - - # prompt for IB include dir - my $ib_inc = dir_choice("InterBase/Firebird include directory", [@ib_inc_dirs], [qw(gds.h ibase.h)]); -- -+=cut - - # we use a hash for the MakeMaker parameters - my %MakeParams = ( -@@ -323,14 +328,14 @@ - 'CCFLAGS' => '', - 'INC' => qq(-I"$ib_inc" -I"${\locate_dbi_arch_dir()}"), - 'OBJECT' => "InterBase.o dbdimp.o", -- 'LIBS' => [''], -+ 'LIBS' => "-L$ib_lib_dir -lgds", - 'OPTIMIZE' => $Config::Config{'optimize'}, - 'XSPROTOARG' => '-noprototypes', - 'dist' => {COMPRESS=>'gzip -9f', SUFFIX=>'gz'}, - 'clean' => {FILES => "*.xsi *.old t/*.old *~ t/*~ trace.txt t/trace.txt lib/DBD/InterBase/*~ lib/DBD/InterBase/*.old lib/Bundle/DBD/*~ lib/Bundle/DBD/*.old"}, - 'realclean' => {FILES => "t/test.conf"}, - ); -- -+=rem - # the OS specific build environment setup - my $os = $Config::Config{'osname'}; - if ($os eq 'MSWin32') -@@ -530,7 +535,7 @@ - - # create the test config file - make_test_conf(); -- -+=cut - # and last but not least write the makefile - WriteMakefile(%MakeParams); - |