Bug 109742 - building x11-wm/fvwm95-i18n fails.
Summary: building x11-wm/fvwm95-i18n fails.
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: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-02 03:50 UTC by TsurutaniNaoki
Modified: 2007-03-02 08:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description TsurutaniNaoki 2007-03-02 03:50:03 UTC
	building x11-wm/fvwm95-i18n fails.

Fix: 

$PKGNAME contains $REVISION, and some related variables are affected
	by adding REVISION.
	Here is a patch:
	--- Makefile.orig	Fri Mar  2 04:31:21 2007
	+++ Makefile	Fri Mar  2 12:32:29 2007
	@@ -25,7 +25,7 @@
	 LIB_DEPENDS=	rplay.1:${PORTSDIR}/audio/rplay
	 RUN_DEPENDS=	${X11BASE}/icons/chuck.xpm:${PORTSDIR}/x11/fbsd-icons
	 
	-EXTRACT_ONLY=	${DISTNAME}.tgz ${PKGNAME}-portKit-19981123.tgz
	+EXTRACT_ONLY=	${DISTNAME}.tgz ${PKGNAME:S/_${PORTREVISION}//}-portKit-19981123.tgz
	 USE_X_PREFIX=	yes
	 USE_XPM=       yes
	 GNU_CONFIGURE= yes
	@@ -40,7 +40,7 @@
		FvwmWinList.1
	
	 EXAMPLESDIR=	${PREFIX}/share/examples/fvwm95
	-KITDIR=		${WRKDIR}/${PKGNAME}-portKit
	+KITDIR=		${WRKDIR}/${PKGNAME:S/_${PORTREVISION}//}-portKit
	
	 OPTIONS=	APM "Build APM support (i386 only)" off
How-To-Repeat: 	% portupgrade fvwm95-i18n-2.0.43a
	--->  Upgrading 'fvwm95-i18n-2.0.43a' to 'fvwm95-i18n-2.0.43a_1' (x11-wm/fvwm95-i18n)
	--->  Building '/usr/ports/x11-wm/fvwm95-i18n' with make flags: WITH_APM=no
	===>  Cleaning for fvwm95-i18n-2.0.43a_1
	===>  Vulnerability check disabled, database not found
	===>  Found saved configuration for fvwm95-i18n-2.0.43a
	=> fvwm95-i18n-2.0.43a_1-portKit-19981123.tgz is not in /usr/ports/x11-wm/fvwm95-i18n/distinfo.
	=> Either /usr/ports/x11-wm/fvwm95-i18n/distinfo is out of date, or
	=> fvwm95-i18n-2.0.43a_1-portKit-19981123.tgz is spelled incorrectly.
	*** Error code 1
	
	Stop in /usr/ports/x11-wm/fvwm95-i18n.
	** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.60380.0 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=fvwm95-i18n-2.0.43a UPGRADE_PORT_VER=2.0.43a make WITH_APM=no
	** Fix the problem and try again.
	** Listing the failed packages (*:skipped / !:failed)
	        ! x11-wm/fvwm95-i18n (fvwm95-i18n-2.0.43a)      (distinfo incorrect)
	--->  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed
Comment 1 Rong-En Fan freebsd_committer freebsd_triage 2007-03-02 06:50:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-03-02 08:21:09 UTC
rafan       2007-03-02 08:21:03 UTC

  FreeBSD ports repository

  Modified files:
    x11-wm/fvwm95-i18n   Makefile 
  Log:
  - Fix build after last commit
  
  PR:             ports/109742
  Submitted by:   Tsurutani Naoki <turutani at scphys.kyoto-u.ac.jp>
  
  Revision  Changes    Path
  1.43      +2 -2      ports/x11-wm/fvwm95-i18n/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Rong-En Fan freebsd_committer freebsd_triage 2007-03-02 08:21:16 UTC
State Changed
From-To: open->closed

Committed. Thanks!