mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
Update to 1.76
PR: 41990 Submitted by: maintainer
This commit is contained in:
parent
79f841ec09
commit
af2e8d3648
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64989
2 changed files with 10 additions and 3 deletions
|
@ -6,19 +6,20 @@
|
|||
#
|
||||
|
||||
PORTNAME= rexx-imc
|
||||
PORTVERSION= 1.75
|
||||
PORTVERSION= 1.76
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= http://users.comlab.ox.ac.uk/ian.collier/distribution/ \
|
||||
ftp://ftp.sai.msu.su/pub/unix/rexx/ \
|
||||
ftp://crydee.sai.msu.ru/zeus/unix/rexx/
|
||||
|
||||
MAINTAINER= jmcoopr@webmail.bmi.net
|
||||
MAINTAINER= coop9211@uidaho.edu
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= Make
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS}" \
|
||||
PREFIX="${PREFIX}"
|
||||
CONFIGURE_ARGS= o all
|
||||
USE_REINPLACE= yes
|
||||
|
||||
# configures and builds in one step
|
||||
NO_BUILD= yes
|
||||
|
@ -31,6 +32,12 @@ DOCFILES= rexx.info rexx.ref rexx.summary rexx.tech
|
|||
RMEFILES= README README.Y2K README.bugreport README.docs \
|
||||
README.files README.make README.news README.platforms
|
||||
|
||||
post-patch:
|
||||
# CFLAGS safeness for ARCHs other than i386
|
||||
@${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/Make
|
||||
# CC safeness
|
||||
@${REINPLACE_CMD} -E -e 's|^CC=.+$$|CC=${CC}|' ${WRKSRC}/Make
|
||||
|
||||
do-install:
|
||||
# install interpreter and daemon helpers
|
||||
.for prog in rexx rxque rxstack
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (rexx-imc-1.75.tar.gz) = bccecc3578deb6d7932b069b1e647ee2
|
||||
MD5 (rexx-imc-1.76.tar.gz) = 95ab040c5984307b109628b863fc0f8e
|
||||
|
|
Loading…
Add table
Reference in a new issue