FreeBSD Bugzilla – Attachment 48291 Details for
Bug 73914
/usr/ports/lang/scm marked broken unjustifiedly due to Segmentation Fault
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Makefile.diff
Makefile.diff (text/plain), 1.47 KB, created by
dai inukai
on 2004-11-13 22:30:20 UTC
(
hide
)
Description:
Makefile.diff
Filename:
MIME Type:
Creator:
dai inukai
Created:
2004-11-13 22:30:20 UTC
Size:
1.47 KB
patch
obsolete
>*** Makefile~ Sun Sep 26 12:05:29 2004 >--- Makefile Sun Nov 14 06:01:28 2004 >*************** >*** 20,30 **** > WRKSRC= ${WRKDIR}/${PORTNAME} > > USE_ZIP= yes > USE_REINPLACE= yes > USE_GMAKE= yes >! MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" > ALL_TARGET= scmlit > MAN1= scm.1 > INFO= scm > > PLIST_SUB= VERSION=${PORTVERSION} >--- 20,30 ---- > WRKSRC= ${WRKDIR}/${PORTNAME} > > USE_ZIP= yes > USE_REINPLACE= yes > USE_GMAKE= yes >! MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DGCC_SPARC_BUG" > ALL_TARGET= scmlit > MAN1= scm.1 > INFO= scm > > PLIST_SUB= VERSION=${PORTVERSION} >*************** >*** 35,51 **** > SCM_MODULES= crs.so edline.so gsubr.so ioext.so posix.so ramap.so \ > record.so rgx.so sc2.so socket.so unix.so > > .include <bsd.port.pre.mk> > >! .if ${OSVERSION} >= 502126 >! BROKEN= "Segfault during build" >! .endif > >! .if ${ARCH} != "i386" >! BROKEN= "Does not compile on !i386" >! .endif > > post-extract: > @${TAR} -C ${WRKDIR} -zxf ${DISTDIR}/slib-psd1-3.tar.gz > @${CP} ${FILESDIR}/require.scm.in ${WRKDIR}/require.scm > >--- 35,51 ---- > SCM_MODULES= crs.so edline.so gsubr.so ioext.so posix.so ramap.so \ > record.so rgx.so sc2.so socket.so unix.so > > .include <bsd.port.pre.mk> > >! #.if ${OSVERSION} >= 502126 >! #BROKEN= "Segfault during build" >! #.endif > >! #.if ${ARCH} != "i386" >! #BROKEN= "Does not compile on !i386" >! #.endif > > post-extract: > @${TAR} -C ${WRKDIR} -zxf ${DISTDIR}/slib-psd1-3.tar.gz > @${CP} ${FILESDIR}/require.scm.in ${WRKDIR}/require.scm
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 73914
: 48291 |
48292