ports/102906: [patch] editors/emacs-devel: make patch broken for 5.x and 4.x

Boris Samorodov bsam at FreeBSD.org
Tue Sep 5 12:20:29 UTC 2006


>Number:         102906
>Category:       ports
>Synopsis:       [patch] editors/emacs-devel: make patch broken for 5.x and 4.x
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 05 12:20:23 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Boris Samorodov
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
InPharmTech, Co. http://www.ipt.ru
>Environment:
System: FreeBSD srv.sem.ipt.ru 6.1-STABLE FreeBSD 6.1-STABLE #1: Sat Sep 2 00:03:29 MSD 2006 bsam at srv.sem.ipt.ru:/usr/obj/usr/src/sys/SRV i386

>Description:
	"make patch" is broken for 5.x and 4.x. Seems that upstream
	developers uncluded (a similar) patch to sources and extrapatch-texinfo
	at our portstree is asolete now. Here are the results I got
	with misc/tinderbox for 5.x:
	====================<phase 3: make patch>====================
	add_pkg
	===>  Patching for emacs-22.0.50.20060901
	===>  Applying extra patch /a/ports/editors/emacs-devel/files/extrapatch-texinfo
	2 out of 2 hunks failed--saving rejects to man/cc-mode.texi.rej
	2 out of 2 hunks failed--saving rejects to man/rcirc.texi.rej
	*** Error code 4

	Stop in /a/ports/editors/emacs-devel.
	================================================================
	build of /usr/ports/editors/emacs-devel ended at Tue Sep  5 08:17:06 UTC 2006

>How-To-Repeat:
	Do at 5.x or 4.x:
	$ cd /usr/ports/editors/emacs-devel
	$ make patch
>Fix:
	Delete files/extrapatch-texinfo and:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/editors/emacs-devel/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile	2 Sep 2006 16:03:28 -0000	1.10
+++ Makefile	5 Sep 2006 12:01:39 -0000
@@ -70,10 +70,6 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 600000
-EXTRA_PATCHES+=	${FILESDIR}/extrapatch-texinfo
-.endif
-
 pre-everything::
 .if !defined(WITHOUT_X11) && !defined(WITHOUT_GTK)
 	@${ECHO_MSG} "====>"

WBR
-- 
bsam

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



More information about the freebsd-ports-bugs mailing list