ports/156170: [PATCH] alllow editors/nedit to build against open-motif-2.3.3

Mikhail T. m.tsatsenko at gmail.com
Mon Apr 4 08:10:09 UTC 2011


>Number:         156170
>Category:       ports
>Synopsis:       [PATCH] alllow editors/nedit to build against open-motif-2.3.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 04 08:10:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Mikhail T.
>Release:        8.2
>Organization:
>Environment:
FreeBSD fob 8.2-RELEASE FreeBSD 8.2-RELEASE #1 r218749: Mon Feb 21 03:18:32 MSK 2011     root at fob:/usr/obj/usr/src/sys/DM  i386

>Description:
Nedit builds and runs fine for me with open-motif-2.3.3 (8.2 i386)
- Allow to build with latest upstream open-motif version
- Update MASTER_SITES
- Add LICENSE
>How-To-Repeat:

>Fix:
cvs diff: Diffing .
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/editors/nedit/Makefile,v
retrieving revision 1.39
diff -u -r1.39 Makefile
--- Makefile	25 Dec 2010 16:55:28 -0000	1.39
+++ Makefile	4 Apr 2011 07:37:28 -0000
@@ -9,16 +9,16 @@
 PORTVERSION=	5.5
 PORTREVISION=	2
 CATEGORIES=	editors
-MASTER_SITES=	ftp://ftp.nedit.org/pub/NEdit/v5_5/ \
-		ftp://ftp.nedit.org/pub/NEdit/contrib/misc/ \
-		http://www.nedit.org/ftp/v5_5/ \
-		http://www.nedit.org/ftp/contrib/misc/
+MASTER_SITES=	ftp://ftp.nluug.nl/pub/editors/NEdit/v5_5/ \
+		ftp://cri.univ-tlse1.fr/pub/unix/nedit/NEdit/v5_5/ \
+		http://www.nedit.org/ftp/v5_5/
 DISTFILES=	nedit-5.5-src.tar.bz2 nedit.app-defaults
 EXTRACT_ONLY=	nedit-5.5-src.tar.bz2
 
 MAINTAINER=	deischen at FreeBSD.org
 COMMENT=	An X11/Motif GUI text editor for programs and plain text files
 
+LICENSE=    GPLv1
 USE_BZIP2=	yes
 USE_MOTIF=	yes
 USE_XORG=	xpm
cvs diff: Diffing files
Index: files/patch-ac
===================================================================
RCS file: /home/ncvs/ports/editors/nedit/files/patch-ac,v
retrieving revision 1.4
diff -u -r1.4 patch-ac
--- files/patch-ac	19 Apr 2008 17:48:17 -0000	1.4
+++ files/patch-ac	4 Apr 2011 07:37:28 -0000
@@ -1,7 +1,7 @@
---- makefiles/Makefile.freebsd.orig	Sun Sep 28 15:03:10 2003
-+++ makefiles/Makefile.freebsd	Sat Feb  7 15:00:18 2004
+--- makefiles/Makefile.freebsd.orig   2003-11-22 16:03:39.000000000 +0300
++++ makefiles/Makefile.freebsd    2011-04-04 10:28:45.960676633 +0400
 @@ -1,6 +1,6 @@
- # $Id: Makefile.freebsd,v 1.5.2.1 2003/09/28 15:03:10 edg Exp $
+ # $Id: Makefile.freebsd,v 1.6 2003/11/22 13:03:39 edg Exp $
 -CC=cc
 -AR=ar
 +CC?=cc
@@ -15,7 +15,7 @@
  #
 -CFLAGS=-O -I${PREFIX}/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD -DUSE_XMIM
 -LIBS= ${MOTIFLIB} -L${PREFIX}/lib -lm -lXpm -lXext -lXt -lSM -lICE -lX11
-+CFLAGS+=-O -I${LOCALBASE}/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD -DUSE_XMIM
++CFLAGS+=-O -I${LOCALBASE}/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD -DUSE_XMIM -DBUILD_UNTESTED_NEDIT
 +LIBS+= ${MOTIFLIB} -L${LOCALBASE}/lib -lm -lXpm -lXext -lXt -lSM -lICE -lX11
  
  include Makefile.common


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



More information about the freebsd-ports-bugs mailing list