Bug 48337 - update abs to the latest and removed the perl iussue
Summary: update abs to the latest and removed the perl iussue
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-16 18:50 UTC by Gianmarco Giovannelli
Modified: 2003-02-17 00:33 UTC (History)
0 users

See Also:


Attachments
abs0908.shar (9.55 KB, text/plain)
2003-02-16 18:50 UTC, Gianmarco Giovannelli
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gianmarco Giovannelli 2003-02-16 18:50:05 UTC
This diff updates math/abs to the latest and removes the use of perl from the Makefile

How-To-Repeat: Please update using the diff included or using the dir structure.
Comment 1 Yen-Ming Lee freebsd_committer freebsd_triage 2003-02-16 23:37:18 UTC
State Changed
From-To: open->feedback

How about add USE_REINPLACE=yes and replace ${SED} with ${REINPLACE_CMD} for 
the compatibility? 

== quoted from /usr/ports/Mk/bsd.port.mk 
# Special macro for doing in-place file editing using regexps 
.if defined(USE_REINPLACE) 
REINPLACE_ARGS?=        -i.bak 
.if ${OSVERSION} < 460101 || ( ${OSVERSION} >= 500000 && ${OSVERSION} < 500036 ) 
BUILD_DEPENDS+= ${LOCALBASE}/bin/sed_inplace:${PORTSDIR}/textproc/sed_inplace 
REINPLACE_CMD?= ${LOCALBASE}/bin/sed_inplace ${REINPLACE_ARGS} 
.else 
REINPLACE_CMD?= ${SED} ${REINPLACE_ARGS} 
.endif 
.endif
Comment 2 Yen-Ming Lee freebsd_committer freebsd_triage 2003-02-17 00:33:15 UTC
State Changed
From-To: feedback->closed

Committed with minor modification, thanks.