ports/61663: [patch] x11/eterm fails at start of build

David Fleck david.fleck at mchsi.com
Wed Jan 21 03:30:18 UTC 2004


>Number:         61663
>Category:       ports
>Synopsis:       [patch] x11/eterm fails at start of build
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 20 19:30:14 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     David Fleck
>Release:        FreeBSD 4.9-RELEASE-p1 i386
>Organization:
n/a
>Environment:
System: FreeBSD grond.sourballs.org 4.9-RELEASE-p1 FreeBSD 4.9-RELEASE-p1 #0: Thu Jan 8 07:34:34 CST 2004 root at grond.sourballs.org:/usr/obj/usr/src/sys/GROND040108 i386


	When trying to build eterm on a clean ports tree, the following
occurs:

grond# make
===>  Extracting for eterm-0.9.2_1
>Description:
 >> Checksum OK for Eterm-0.9.2.tar.gz.
 ===>  Patching for eterm-0.9.2_1
 ===>  Applying FreeBSD patches for eterm-0.9.2_1
 rm: /usr/ports/x11/eterm/work/Eterm-0.9.2/themes/Eterm/*.orig: No such file or directory
 *** Error code 1
 
 This error is caused by changes introduced into the Makefile in revision 1.45. 
 Three 'rm' statements will cause the build to fail if the port directory is
 clean and there are no files to delete.
 
 The following patch backs these changes out:
 
 *** Makefile    Tue Jan 20 21:10:02 2004
 --- Makefile.patch      Tue Jan 20 21:09:48 2004
 ***************
 *** 39,47 ****
   .endif
 
   post-patch:
 !       @${RM} ${WRKSRC}/themes/Eterm/*.orig
 !       @${RM} ${WRKSRC}/themes/auto/*.orig
 !       @${RM} ${WRKSRC}/themes/trans/*.orig
 
   post-install:
         @${CHMOD} 4711 ${PREFIX}/bin/Eterm
 --- 39,47 ----
   .endif
 
   post-patch:
 !       -@${RM} ${WRKSRC}/themes/Eterm/*.orig
 !       -@${RM} ${WRKSRC}/themes/auto/*.orig
 !       -@${RM} ${WRKSRC}/themes/trans/*.orig
 
   post-install:
         @${CHMOD} 4711 ${PREFIX}/bin/Eterm
 
 
 
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list