mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 22:30:38 -04:00
remove a.out support
Approved by: maintainer
This commit is contained in:
parent
bafa681ac2
commit
b8f99c3a9b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27084
3 changed files with 5 additions and 11 deletions
|
@ -22,15 +22,10 @@ MAN3=d_close.3 d_crget.3 d_crread.3 d_crset.3 d_dbdpath.3 d_dbfpath.3 \
|
||||||
d_recwrite.3 d_setfiles.3
|
d_recwrite.3 d_setfiles.3
|
||||||
MAN1=ddlp.1
|
MAN1=ddlp.1
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${MKDIR} ${PREFIX}/share/typhoon
|
@${MKDIR} ${PREFIX}/share/typhoon
|
||||||
@${INSTALL_DATA} ${WRKSRC}/man/manual.asc ${PREFIX}/share/typhoon
|
@${INSTALL_DATA} ${WRKSRC}/man/manual.asc ${PREFIX}/share/typhoon
|
||||||
@${INSTALL_DATA} ${WRKSRC}/include/environ.h ${WRKSRC}/include/typhoon.h ${PREFIX}/include
|
@${INSTALL_DATA} ${WRKSRC}/include/environ.h ${WRKSRC}/include/typhoon.h ${PREFIX}/include
|
||||||
.if ${PORTOBJFORMAT} == "aout"
|
@${LDCONFIG} -m ${PREFIX}/lib
|
||||||
${LN} -sf libtyphoon.so.1.10 ${PREFIX}/lib/libtyphoon.so
|
|
||||||
.endif
|
|
||||||
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -8,4 +8,3 @@ The system was originally inspired by Raima's db_VISTA (today Raima Data
|
||||||
Manager) but is relational rather than network based. Typhoon lacks some of
|
Manager) but is relational rather than network based. Typhoon lacks some of
|
||||||
db_VISTA's features, but also contains a number of nice features not found in
|
db_VISTA's features, but also contains a number of nice features not found in
|
||||||
db_VISTA.
|
db_VISTA.
|
||||||
|
|
||||||
|
|
|
@ -6,8 +6,8 @@ include/environ.h
|
||||||
include/typhoon.h
|
include/typhoon.h
|
||||||
lib/libtyphoon.a
|
lib/libtyphoon.a
|
||||||
lib/libtyphoon.so
|
lib/libtyphoon.so
|
||||||
lib/libtyphoon.so.1.10
|
lib/libtyphoon.so.1
|
||||||
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
|
@exec /sbin/ldconfig -m %B
|
||||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
@unexec /sbin/ldconfig -R
|
||||||
share/typhoon/manual.asc
|
share/typhoon/manual.asc
|
||||||
@dirrm share/typhoon
|
@dirrm share/typhoon
|
||||||
|
|
Loading…
Add table
Reference in a new issue