mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
- undeprecate [1]
- fix build on i386 [1] - strip binary PR: ports/188472 Submitted by: SATO Kuro <poyopoyo@puripuri.plala.or.jp>
This commit is contained in:
parent
c5ff1acc7c
commit
c06cc8e8ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353790
@ -9,11 +9,6 @@ MASTER_SITES= ftp://ftp.berlios.de/pub/smake/
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Portable make program with automake features
|
||||
|
||||
DEPRECATED= Abandonware, broken with modern com
|
||||
EXPIRATION_DATE= 2014-05-12
|
||||
|
||||
BROKEN= Does not build with modern compilers
|
||||
|
||||
LICENSE= CDDL GPLv2
|
||||
LICENSE_COMB= multi
|
||||
LICENSE_FILE_CDDL= ${WRKSRC}/CDDL.Schily.txt
|
||||
@ -27,6 +22,15 @@ MAKE_ARGS= INS_BASE=${PREFIX} DEFMANBASE=. CC="${CC}" CCOM="${CC}"
|
||||
RULEUSED= "`${WRKSRC}/conf/oarch.sh`"
|
||||
PLIST_SUB= RULESUSED="${RULEUSED}"
|
||||
|
||||
#BROKEN_i386= fails to find correct configuration file
|
||||
MKLINKS= ${WRKSRC}/RULES/MKLINKS
|
||||
GCCRULE= ${WRKSRC}/RULES/cc-gcc.rul
|
||||
|
||||
pre-build:
|
||||
@${CHMOD} +w ${MKLINKS} ${GCCRULE}
|
||||
@${REINPLACE_CMD} -e 's/gcc$$/${CC}/' ${GCCRULE}
|
||||
@${ECHO_CMD} "\$$symlink i386-freebsd-cc.rul ${ARCH}-freebsd-${CC}.rul" >> ${MKLINKS}
|
||||
|
||||
pre-install:
|
||||
${STRIP_CMD} ${WRKSRC}/smake/OBJ/${ARCH}-freebsd-${CC}/smake
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user