Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Feb 2000 02:03:49 +0900
From:      "KATO Tsuguru" <tkato@prontomail.ne.jp>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/16786: Update port: lang/rexx-imc
Message-ID:  <D2820644445E3D11787100807CFB3258@tkato.prontomail.ne.jp>

next in thread | raw e-mail | index | archive | help

>Number:         16786
>Category:       ports
>Synopsis:       Update port: lang/rexx-imc
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 17 09:10:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 3.4-RELEASE i386
>Organization:
>Environment:

>Description:
- Update checksum
- Support CFLAGS properly
- Sort pkg/PLIST

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/lang/rexx-imc/Makefile lang/rexx-imc/Makefile
--- /usr/ports/lang/rexx-imc/Makefile	Fri Sep 10 07:15:53 1999
+++ lang/rexx-imc/Makefile	Wed Feb 16 22:24:52 2000
@@ -17,7 +17,7 @@
 
 MAINTAINER=	jfitz@FreeBSD.org
 
-MAKE_ENV=	MKDIR="${MKDIR}"
+MAKE_ENV=	MKDIR="${MKDIR}" OPTFLAGS="${CFLAGS}"
 MAN1=		rexx.1
 
 .include <bsd.port.pre.mk>
@@ -32,6 +32,6 @@
 	@${GREP} -v '.so$$' ${TMPPLIST}.new > ${TMPPLIST}
 	@${RM} ${TMPPLIST}.new
 .endif
-	@${LDCONFIG} -m ${PREFIX}/lib
+	${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
 
 .include <bsd.port.post.mk>
diff -urN /usr/ports/lang/rexx-imc/files/Makefile lang/rexx-imc/files/Makefile
--- /usr/ports/lang/rexx-imc/files/Makefile	Fri Sep 10 07:15:53 1999
+++ lang/rexx-imc/files/Makefile	Wed Feb 16 22:26:48 2000
@@ -8,7 +8,7 @@
 PIC=		-fPIC
 CCFLAGS=	-DHAS_TTYCOM -D_REQUIRED -DRENAME_UNDELETE -c ${PIC}
 
-OPTFLAGS=	-O2
+OPTFLAGS?=	-O2
 
 # Release Date Variables
 RXDAY=		1
@@ -87,7 +87,7 @@
 .for f in ${REXXDOCS}
 		${BSD_INSTALL_DATA} ${f} ${PREFIX}/share/doc/rexx-imc/
 .endfor
-		${BSD_INSTALL_DATA} rexx.1 ${PREFIX}/man/man1
+		${BSD_INSTALL_MAN} rexx.1 ${PREFIX}/man/man1
 .endif
 
 .c.o:
diff -urN /usr/ports/lang/rexx-imc/files/md5 lang/rexx-imc/files/md5
--- /usr/ports/lang/rexx-imc/files/md5	Sat Dec 11 08:16:19 1999
+++ lang/rexx-imc/files/md5	Wed Feb 16 22:11:25 2000
@@ -1,2 +1,2 @@
 MD5 (rexx-imc-1.7.tar.gz) = 2b55cbe521819e1edf43139125ced03a
-MD5 (rexx-imc-1.7-19990331.patch) = 17f6401cb20fda7facafdaca79080748
+MD5 (rexx-imc-1.7-19990331.patch) = 5c29e511014dd281bf595decaf085a0e
diff -urN /usr/ports/lang/rexx-imc/pkg/PLIST lang/rexx-imc/pkg/PLIST
--- /usr/ports/lang/rexx-imc/pkg/PLIST	Fri Sep 10 07:15:53 1999
+++ lang/rexx-imc/pkg/PLIST	Wed Feb 16 22:22:23 2000
@@ -1,13 +1,13 @@
 bin/rexx
-bin/rxque
-bin/rxstack
 bin/rxmathfn.rxfn
 bin/rxmathfn.rxlib
+bin/rxque
+bin/rxstack
+include/rexxsaa.h
 lib/librexx.a
-lib/librexx.so.2.0
 lib/librexx.so
-include/rexxsaa.h
-@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib
+lib/librexx.so.2
+@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
 @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
 share/doc/rexx-imc/README
 share/doc/rexx-imc/README.bugreport
@@ -20,4 +20,4 @@
 share/doc/rexx-imc/rexx.ref
 share/doc/rexx-imc/rexx.summary
 share/doc/rexx-imc/rexx.tech
-@dirrm share/doc/rexx-imc/
+@dirrm share/doc/rexx-imc


Sent by Japanese ProntoMail

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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?D2820644445E3D11787100807CFB3258>