Bug 180281 - german/BBBike: fix mtree error
Summary: german/BBBike: fix mtree error
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Lars Engels
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-04 19:10 UTC by Slaven Rezic
Modified: 2013-07-06 10:20 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Slaven Rezic 2013-07-04 19:10:01 UTC
	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%%

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 ####


#### 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 ####--dnhWH77xj00kvaosuRpxgb4Rt8ygSfP2elfgSH4YbRxpZnws
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

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 ####
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-04 19:10:10 UTC
Class Changed
From-To: change-request->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 Lars Engels freebsd_committer freebsd_triage 2013-07-06 10:06:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lme

I'll take it.
Comment 3 Lars Engels freebsd_committer freebsd_triage 2013-07-06 10:18:39 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-07-06 10:18:40 UTC
Author: lme
Date: Sat Jul  6 09:18:27 2013
New Revision: 322373
URL: http://svnweb.freebsd.org/changeset/ports/322373

Log:
  - Fix plist
  - While here, use new Makefile header
  
  PR:		ports/180281
  Submitted by:	maintainer

Modified:
  head/german/BBBike/Makefile   (contents, props changed)
  head/german/BBBike/pkg-plist.in   (contents, props changed)

Modified: head/german/BBBike/Makefile
==============================================================================
--- head/german/BBBike/Makefile	Sat Jul  6 09:04:54 2013	(r322372)
+++ head/german/BBBike/Makefile	Sat Jul  6 09:18:27 2013	(r322373)
@@ -1,13 +1,9 @@
-# New ports collection makefile for:	BBBike
-# Date created:		Fri Aug 14 15:32:26 CEST 1998
-# Whom:			Slaven Rezic <eserte@cs.tu-berlin.de>
-#
+# Created by: Slaven Rezic <eserte@cs.tu-berlin.de>
 # $FreeBSD$
-#
 
 PORTNAME=	BBBike
 PORTVERSION=	3.18
-#PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	german
 MASTER_SITES=	SF/${PORTNAME:L}/${PORTNAME}/${PORTVERSION}
 

Modified: head/german/BBBike/pkg-plist.in
==============================================================================
--- head/german/BBBike/pkg-plist.in	Sat Jul  6 09:04:54 2013	(r322372)
+++ head/german/BBBike/pkg-plist.in	Sat Jul  6 09:18:27 2013	(r322373)
@@ -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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"