1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

Don't use the shared libPropList. This is supposed to fix the SIGBUS

on startup people are seeing.

PR:		8783
Reviewed by:	Brian Handy <handy@physics.montana.edu>
This commit is contained in:
Thomas Gellekum 1998-11-24 16:04:42 +00:00
parent fdacad8160
commit a0b5fc124e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14868
4 changed files with 4 additions and 28 deletions

View File

@ -3,7 +3,7 @@
# Date created: August 13, 1997
# Whom: handy@physics.montana.edu
#
# $Id: Makefile,v 1.36 1998/10/30 08:24:36 tg Exp $
# $Id: Makefile,v 1.37 1998/11/14 09:43:33 asami Exp $
DISTNAME= WindowMaker-0.20.2
PKGNAME= windowmaker-0.20.2
@ -35,8 +35,6 @@ MAN1= geticonset.1x getstyle.1x seticons.1x setstyle.1x \
DATAFILES= WindowMaker-data.tar.gz
.include <bsd.port.pre.mk>
post-patch:
@perl -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/WPrefs.app/Paths.c
@ -44,11 +42,5 @@ post-install:
${MKDIR} ${PREFIX}/share/WindowMaker/Pixmaps/
${INSTALL_DATA} ${WRKDIR}/WindowMaker-data/pixmaps/* \
${PREFIX}/share/WindowMaker/Pixmaps/
.if ${PORTOBJFORMAT} == "elf"
${LN} -sf libPropList.so.0 ${PREFIX}/lib/libPropList.so
.else
${LN} -sf libPropList.so.0.8 ${PREFIX}/lib/libPropList.so
.endif
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -132,10 +132,6 @@ include/WUtil.h
include/proplist.h
include/wraster.h
lib/libPropList.a
lib/libPropList.so
lib/libPropList.so.0.8
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D
lib/libWINGs.a
lib/libWMaker.a
lib/libwraster.a

View File

@ -3,7 +3,7 @@
# Date created: August 13, 1997
# Whom: handy@physics.montana.edu
#
# $Id: Makefile,v 1.36 1998/10/30 08:24:36 tg Exp $
# $Id: Makefile,v 1.37 1998/11/14 09:43:33 asami Exp $
DISTNAME= WindowMaker-0.20.2
PKGNAME= windowmaker-0.20.2
@ -35,8 +35,6 @@ MAN1= geticonset.1x getstyle.1x seticons.1x setstyle.1x \
DATAFILES= WindowMaker-data.tar.gz
.include <bsd.port.pre.mk>
post-patch:
@perl -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/WPrefs.app/Paths.c
@ -44,11 +42,5 @@ post-install:
${MKDIR} ${PREFIX}/share/WindowMaker/Pixmaps/
${INSTALL_DATA} ${WRKDIR}/WindowMaker-data/pixmaps/* \
${PREFIX}/share/WindowMaker/Pixmaps/
.if ${PORTOBJFORMAT} == "elf"
${LN} -sf libPropList.so.0 ${PREFIX}/lib/libPropList.so
.else
${LN} -sf libPropList.so.0.8 ${PREFIX}/lib/libPropList.so
.endif
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -132,10 +132,6 @@ include/WUtil.h
include/proplist.h
include/wraster.h
lib/libPropList.a
lib/libPropList.so
lib/libPropList.so.0.8
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D
lib/libWINGs.a
lib/libWMaker.a
lib/libwraster.a