head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.2 pkgsrc-2013Q2-base:1.2; locks; strict; comment @# @; 1.2 date 2013.06.16.01.00.54; author mef; state dead; branches; next 1.1; commitid 33G0RoHkpvJe9MTw; 1.1 date 2013.06.16.00.56.44; author mef; state Exp; branches; next ; commitid FnwjYAXXaeF36MTw; desc @@ 1.2 log @Sorry another fix was already made. Revert (remove) patches. Thanks obache@@. @ text @$NetBSD: patch-agent_test_TEST,v 1.1 2013/06/16 00:56:44 mef Exp $ Can't locate getopt.pl in @@INC (@@INC contains: ... at ./TEST line 57. *** Error code 2 --- agent/test/TEST.orig 2001-03-18 03:31:28.000000000 +0900 +++ agent/test/TEST 2013-06-15 12:21:11.000000000 +0900 @@@@ -54,8 +54,8 @@@@ $ENV{'LOCKEXT'} = $cfsh'd_flexfnam eq 'd $failed = 0; $how_many = 0; -require 'getopt.pl'; -&Getopt; +use Getopt::Std; +getopt(); $mailagent = 'mailagent'; # Default program (dataloaded version) $mailagent = 'magent' if $opt_n; # Use non-dataloaded version @ 1.1 log @Fix problems with recent perl as: Can't locate getopt.pl in @@INC (@@INC contains:... by adding two patches. patches/patch-agent_test_TEST patches/patch-bin_perload See the thread starting with: | To: tech-pkg@@NetBSD.org | Subject: broken packages for 2013q2 | From: David Holland | Date: Wed, 12 Jun 2013 04:02:11 +0000 or http://mail-index.netbsd.org/tech-pkg/2013/06/12/msg011548.html @ text @d1 1 a1 1 $NetBSD$ @