ports/109295: Update port: lang/xds-c Excelsior Oberon-2/Modula-2 to C compiler, set up to produce native FreeBSD binaries

Alexander Shiryaev coumarin at gmail.com
Sun Feb 18 19:20:09 UTC 2007


>Number:         109295
>Category:       ports
>Synopsis:       Update port: lang/xds-c Excelsior Oberon-2/Modula-2 to C compiler, set up to produce native FreeBSD binaries
>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:   Sun Feb 18 19:20:09 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Shiryaev
>Release:        6.2-STABLE
>Organization:
MSU
>Environment:
FreeBSD aix-lame.hackers 6.2-STABLE FreeBSD 6.2-STABLE #3: Tue Feb  6 14:16:42 MSK 2007     aix-d at aix-lame.hackers:/usr/obj/usr/src/sys/Lassie_Kernel_2  i386

>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ur xds-c.orig/Makefile xds-c/Makefile
--- xds-c.orig/Makefile	Sun Feb 18 21:15:37 2007
+++ xds-c/Makefile	Sun Feb 18 21:21:30 2007
@@ -42,7 +42,7 @@
 		${WRKSRC}/bin/xmwork ${WRKSRC}/bin/xm.cfg
 
 post-build:
-	cd ${WRKSRC} && ${SETENV} PATH=${WRKSRC}/bin ./apisyms-c
+	@cd ${WRKSRC} && ${SETENV} PATH=${WRKSRC}/bin ./apisyms-c
 
 do-install:
 	@${FIND} ${WRKSRC} -type d -exec ${CHMOD} 755 {} \;
@@ -58,5 +58,10 @@
 	@${LN} -s ${PREFIX}/${PORTNAME}/bin/${f} ${PREFIX}/bin
 .endfor
 	@${LN} -s ${PREFIX}/${PORTNAME}/bin/h2d ${PREFIX}/bin/${PORTNAME}-h2d
+
+post-install:
+	@${ECHO_CMD}
+	@${CAT} ${PKGMESSAGE}
+	@${ECHO_CMD}
 
 .include <bsd.port.mk>
diff -ur xds-c.orig/files/patch-bin__xmwork xds-c/files/patch-bin__xmwork
--- xds-c.orig/files/patch-bin__xmwork	Sun Feb 18 21:15:37 2007
+++ xds-c/files/patch-bin__xmwork	Sun Feb 18 21:25:26 2007
@@ -1,6 +1,6 @@
 --- bin/xmwork.orig	Mon May 18 16:24:50 1998
-+++ bin/xmwork	Sun Jan 28 22:21:14 2007
-@@ -1,11 +1,13 @@
++++ bin/xmwork		Sun Feb 18 21:23:15 2007
+@@ -1,11 +1,12 @@
 +#!/bin/sh
 +
  echo '    creating directory structure...'
@@ -11,8 +11,7 @@
 -echo >>xm.red '*.tem  = $(XDSDIR)/bin'
 -echo >>xm.red '*.a    = $(XDSDIR)/lib/C'
 -echo >>xm.red '*.sym  = $!/sym;$(XDSDIR)/sym/C'
-+echo >xm.red  'xm.msg = %%XDSDIR%%/bin'
-+echo >>xm.red 'xm.cfg = %%XDSDIR%%/bin'
++echo >xm.red  'xm.*   = %%XDSDIR%%/bin'
 +echo >>xm.red '*.tem  = %%XDSDIR%%/bin'
 +echo >>xm.red '*.a    = %%XDSDIR%%/lib/C'
 +echo >>xm.red '*.sym  = $!/sym;%%XDSDIR%%/sym/C'

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



More information about the freebsd-ports-bugs mailing list