Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jul 2013 20:08:21 +0200 (CEST)
From:      Slaven Rezic <slaven@rezic.de>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        srezic@cpan.org
Subject:   ports/180281: german/BBBike: fix mtree error
Message-ID:  <201307041808.r64I8Lac007932@cvrsnica.herceg.de>
Resent-Message-ID: <201307041810.r64IA2Ur016606@freefall.freebsd.org>

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

>Number:         180281
>Category:       ports
>Synopsis:       german/BBBike: fix mtree error
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 04 18:10:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Slaven Rezic
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
www.rezic.de
>Environment:
System: FreeBSD cvrsnica.herceg.de 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
	Currently the bbbike port fails to build cleanly. See
	http://portsmon.freebsd.org/portoverview.py?category=german&portname=BBBike and
	http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.9.20130624131506.pointyhat/de-BBBike-3.18.log

	It looks like a perl-related directory could not be deleted.
	This is probably because %%PERL_VER%% was used instead of
	%%PERL_VERSION%%

>How-To-Repeat:
	
>Fix:



# 
# 
# To apply this patch:
# STEP 1: Chdir to the source directory.
# STEP 2: Run the 'applypatch' program with this patch file as input.
#
# If you do not have 'applypatch', it is part of the 'makepatch' package
# that you can fetch from the Comprehensive Perl Archive Network:
# http://www.perl.com/CPAN/authors/Johan_Vromans/makepatch-x.y.tar.gz
# In the above URL, 'x' should be 2 or higher.
#
# To apply this patch without the use of 'applypatch':
# STEP 1: Chdir to the source directory.
# STEP 2: Run the 'patch' program with this file as input.
#
#### End of Preamble ####

#### Patch data follows ####
diff -up '/usr/ports/german/BBBike/Makefile' '/tmp/BBBike/Makefile'
Index: ./Makefile
--- ./Makefile	Sat Apr 27 12:04:58 2013
+++ ./Makefile	Thu Jul  4 20:03:34 2013
@@ -7,7 +7,7 @@
 
 PORTNAME=	BBBike
 PORTVERSION=	3.18
-#PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	german
 MASTER_SITES=	SF/${PORTNAME:L}/${PORTNAME}/${PORTVERSION}
 
diff -up '/usr/ports/german/BBBike/pkg-plist.in' '/tmp/BBBike/pkg-plist.in'
Index: ./pkg-plist.in
--- ./pkg-plist.in	Sat Apr 27 12:04:58 2013
+++ ./pkg-plist.in	Thu Jul  4 20:03:34 2013
@@ -1121,7 +1121,7 @@ BBBike/lib/%%LOCAL_PERL_ARCH%%/auto/Virt
 @dirrm BBBike/data/sehenswuerdigkeit_img
 @dirrm BBBike/ext/StrassenNetz-CNetFile
 @dirrm BBBike/lib/%%LOCAL_PERL_ARCH%%
-@dirrmtry BBBike/lib/%%PERL_VER%%
+@dirrmtry BBBike/lib/%%PERL_VERSION%%
 @dirrm BBBike/ext/VectorUtil-Inline/t
 @dirrm BBBike/ext/Strassen-Inline2/t
 @dirrm BBBike/ext/VectorUtil-Inline
#### End of Patch data ####

#### ApplyPatch data follows ####
# Data version        : 1.0
# Date generated      : Thu Jul  4 20:03:35 2013
# Generated by        : makepatch 2.04
# Recurse directories : Yes
# Excluded files      : (\A|/).*\~\Z
#                       (\A|/).*\.a\Z
#                       (\A|/).*\.bak\Z
#                       (\A|/).*\.BAK\Z
#                       (\A|/).*\.elc\Z
#                       (\A|/).*\.exe\Z
#                       (\A|/).*\.gz\Z
#                       (\A|/).*\.ln\Z
#                       (\A|/).*\.o\Z
#                       (\A|/).*\.obj\Z
#                       (\A|/).*\.olb\Z
#                       (\A|/).*\.old\Z
#                       (\A|/).*\.orig\Z
#                       (\A|/).*\.rej\Z
#                       (\A|/).*\.so\Z
#                       (\A|/).*\.Z\Z
#                       (\A|/)\.del\-.*\Z
#                       (\A|/)\.make\.state\Z
#                       (\A|/)\.nse_depinfo\Z
#                       (\A|/)core\Z
#                       (\A|/)tags\Z
#                       (\A|/)TAGS\Z
#                       (\A|/)work\/.*\Z
# p 'Makefile' 1878 1372961014 0100644
# p 'pkg-plist.in' 35566 1372961014 0100644
#### End of ApplyPatch data ####

#### End of Patch kit [created: Thu Jul  4 20:03:35 2013] ####
#### Patch checksum: 62 2227 11021 ####
#### Checksum: 80 2851 62530 ####

	


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307041808.r64I8Lac007932>