Revert r476186, it fails to package

With hat:	portmgr
This commit is contained in:
Antoine Brodin 2018-08-02 05:30:17 +00:00
parent ee40f647e1
commit aabe13ddd2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=476217
3 changed files with 1 additions and 26 deletions

View File

@ -23,27 +23,11 @@ BUTARGET= ${TARGETARCH}-unknown-${OPSYS:tl}${OSREL}
CONFIGURE_ARGS+= --disable-host-shared
PREFIX= /usr
BUREMOVE= addr2line \
ar \
c++filt \
dlltool \
elfedit \
gprof \
nlmconv \
nm \
ranlib \
readelf \
size \
strings \
strip \
windmc \
windres
.include "${MASTERDIR}/Makefile"
.if ${OSVERSION} >= 1100100
PLIST_SUB+= OBJCOPY="@comment "
BUREMOVE+= objcopy
.else
PLIST_SUB+= OBJCOPY=""
.endif

View File

@ -8,11 +8,6 @@ bin/%%BUTARGET%%-ld
bin/%%BUTARGET%%-ld.bfd
%%OBJCOPY%%bin/%%BUTARGET%%-objcopy
bin/%%BUTARGET%%-objdump
%%BUTARGET%%/bin/as
%%BUTARGET%%/bin/ld
%%BUTARGET%%/bin/ld.bfd
%%OBJCOPY%%%%BUTARGET%%/bin/objcopy
%%BUTARGET%%/bin/objdump
%%I386%%%%BUTARGET%%/lib/ldscripts/elf_i386.x
%%I386%%%%BUTARGET%%/lib/ldscripts/elf_i386.xbn
%%I386%%%%BUTARGET%%/lib/ldscripts/elf_i386.xc

View File

@ -145,15 +145,11 @@ post-install:
${MV} ${STAGEDIR}/${MANDIR}1/objdump.1 ${STAGEDIR}/${MANDIR}1/${BUTARGET}-objdump.1
${GZIP_CMD} ${STAGEDIR}/${MANDIR}1/${BUTARGET}-objdump.1
${LN} -fs ${BUTARGET}-objdump.1.gz ${STAGEDIR}/${MANDIR}1/objdump.1.gz
@${RM} -r ${STAGEDIR}${PREFIX}/include
@${RM} -r ${STAGEDIR}${PREFIX}/lib
.endif
.endif
.for tool in ${BUREMOVE}
@${RM} ${STAGEDIR}${PREFIX}/bin/${BUTARGET}-${tool} \
${STAGEDIR}${PREFIX}/bin/${tool} \
${STAGEDIR}${MANPREFIX}/man/man1/${BUTARGET}-${tool}.1 \
${STAGEDIR}${MANPREFIX}/man/man1/${tool}.1 \
${STAGEDIR}${PREFIX}/man/man1/${BUTARGET}-${tool}.1 \
${STAGEDIR}${PREFIX}/${BUTARGET}/bin/${tool}
.endfor
.if defined(BUREMOVE) && ${BUREMOVE:Mld}