FreeBSD Bugzilla – Attachment 134839 Details for
Bug 179578
x11/xdtm: Fix build on -current
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.56 KB, created by
tkato432
on 2013-06-15 19:10:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2013-06-15 19:10:00 UTC
Size:
2.56 KB
patch
obsolete
>diff -urN /usr/ports/x11/xdtm/Makefile x11/xdtm/Makefile >--- /usr/ports/x11/xdtm/Makefile 2012-11-08 10:08:59.000000000 +0900 >+++ x11/xdtm/Makefile 2013-06-16 00:00:00.000000000 +0900 >@@ -1,23 +1,21 @@ >-# New ports collection makefile for: xdtm >-# Date created: 26th April 1995 >-# Whom: gpalmer >-# >+# Created by: gpalmer > # $FreeBSD: head/x11/xdtm/Makefile 300897 2012-07-14 14:29:18Z beat $ >-# > >-PORTNAME= xdtm >-PORTVERSION= 2.5.8 >-PORTREVISION= 2 >-CATEGORIES= x11 >-MASTER_SITES= ${MASTER_SITE_XCONTRIB} >-MASTER_SITE_SUBDIR= applications >- >-MAINTAINER= ports@FreeBSD.org >-COMMENT= A graphical shell for the X Window System >- >-USE_IMAKE= yes >-USE_XORG= xaw >-WRKSRC= ${WRKDIR}/xdtm >-MAN1= xdtm.1 >+PORTNAME= xdtm >+PORTVERSION= 2.5.8 >+PORTREVISION= 2 >+CATEGORIES= x11 >+MASTER_SITES= XCONTRIB/applications >+ >+MAINTAINER= ports@FreeBSD.org >+COMMENT= Graphical shell for the X Window System >+ >+WRKSRC= ${WRKDIR}/${PORTNAME} >+ >+USE_XORG= xaw >+USE_IMAKE= yes >+MAKE_JOBS_UNSAFE= yes >+ >+MAN1= xdtm.1 > > .include <bsd.port.mk> >diff -urN /usr/ports/x11/xdtm/files/patch-lexical.l x11/xdtm/files/patch-lexical.l >--- /usr/ports/x11/xdtm/files/patch-lexical.l 1970-01-01 09:00:00.000000000 +0900 >+++ x11/xdtm/files/patch-lexical.l 2013-06-16 00:00:00.000000000 +0900 >@@ -0,0 +1,21 @@ >+--- lexical.l.orig >++++ lexical.l >+@@ -1,3 +1,4 @@ >++%option yylineno >+ %{ /*-*- Mode: C -*-*/ >+ /************************************************************************** >+ ** File : lexical.l ** >+@@ -171,13 +172,6 @@ static int numkeywords = (sizeof(keywordtable)/sizeof( >+ >+ int parseerror=0; /* Number of parse errors */ >+ char errormessage[255]; /* used for error messsages */ >+- >+-/* >+- * ``yylineno'' not POSIX standard, so have to simulate it when using flex. >+- */ >+-#ifdef FLEX_SCANNER >+-int yylineno=0; >+-#endif >+ >+ %} >+ %% >diff -urN /usr/ports/x11/xdtm/pkg-descr x11/xdtm/pkg-descr >--- /usr/ports/x11/xdtm/pkg-descr 2012-11-08 10:08:59.000000000 +0900 >+++ x11/xdtm/pkg-descr 2013-06-16 00:00:00.000000000 +0900 >@@ -1,4 +1,4 @@ >- The X Desktop Manager is a graphical shell for the X Window System, >- it provides mechanisms for all the usual shell activities and is >- intended to reduce the training necessary for UNIX novice to become >- productive on your system. >+The X Desktop Manager is a graphical shell for the X Window System, it >+provides mechanisms for all the usual shell activities and is intended >+to reduce the training necessary for UNIX novice to become productive >+on your system.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 179578
: 134839