Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Apr 2001 19:01:57 -0400
From:      "T. William Wells" <bill@twwells.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/26334: update to p5-BerkeleyDB so it will build on current
Message-ID:  <E14kZoD-0006QD-00@twwells.com>

next in thread | raw e-mail | index | archive | help

>Number:         26334
>Category:       ports
>Synopsis:       update to p5-BerkeleyDB so it will build on current
>Confidential:   no
>Severity:       critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 03 16:10:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     T. William Wells
>Release:        FreeBSD 4.3-RC i386
>Organization:
>Environment:
System: FreeBSD twwells.com 4.3-RC FreeBSD 4.3-RC #3: Tue Apr 3 00:32:08 EDT 2001 root@twwells.com:/usr/obj/usr/src/sys/TWWELLS i386


	
>Description:

	When I made this port, I was unaware of the %%PERL stuff
	and so didn't put it in my pkg-plist file. So it doesn't
	work on systems with a different perl version than mine.
	Like current.

>How-To-Repeat:

	Build the port on current.

>Fix:

	Apply the appended patch. This should also be applied to
	4.3 but it can wait until after the code freeze is over
	since the port will compile in 4.3-RC.

diff -brc /usr/cvsup/ports/databases/p5-BerkeleyDB/pkg-plist /usr/ports/databases/p5-BerkeleyDB/pkg-plist
*** /usr/cvsup/ports/databases/p5-BerkeleyDB/pkg-plist  Sun Jan  7 02:23:10 2001
--- /usr/ports/databases/p5-BerkeleyDB/pkg-plist        Tue Apr  3 18:48:14 2001
***************
*** 1,10 ****
! lib/perl5/site_perl/5.005/i386-freebsd/BerkeleyDB.pm
! lib/perl5/site_perl/5.005/i386-freebsd/BerkeleyDB.pod
! lib/perl5/site_perl/5.005/i386-freebsd/BerkeleyDB/Btree.pm
! lib/perl5/site_perl/5.005/i386-freebsd/BerkeleyDB/Hash.pm
! lib/perl5/site_perl/5.005/i386-freebsd/auto/BerkeleyDB/.packlist
! lib/perl5/site_perl/5.005/i386-freebsd/auto/BerkeleyDB/BerkeleyDB.bs
! lib/perl5/site_perl/5.005/i386-freebsd/auto/BerkeleyDB/BerkeleyDB.so
! lib/perl5/site_perl/5.005/i386-freebsd/auto/BerkeleyDB/autosplit.ix
! @dirrm lib/perl5/site_perl/5.005/i386-freebsd/BerkeleyDB
! @dirrm lib/perl5/site_perl/5.005/i386-freebsd/auto/BerkeleyDB
--- 1,10 ----
! lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/BerkeleyDB.pm
! lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/BerkeleyDB.pod
! lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/BerkeleyDB/Btree.pm
! lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/BerkeleyDB/Hash.pm
! lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/BerkeleyDB/.packlist
! lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/BerkeleyDB/BerkeleyDB.bs
! lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/BerkeleyDB/BerkeleyDB.so
! lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/BerkeleyDB/autosplit.ix
! @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/BerkeleyDB
! @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/BerkeleyDB
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E14kZoD-0006QD-00>