FreeBSD Bugzilla – Attachment 66288 Details for
Bug 98006
Update port: lang/fpc2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.38 KB, created by
Ales Katona
on 2006-05-27 11:50:20 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Ales Katona
Created:
2006-05-27 11:50:20 UTC
Size:
1.38 KB
patch
obsolete
>diff -ur fpc2-old/Makefile fpc2/Makefile >--- fpc2-old/Makefile Sat May 27 11:44:15 2006 >+++ fpc2/Makefile Sat May 27 12:28:29 2006 >@@ -61,9 +61,9 @@ > MAN5= fpc.cfg.5 fpcmake.5 ptop.cfg.5 > > # only need misc/compat4x if using the pre-built ppc386 >-.if ${OSVERSION} >= 500000 >-LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x >-.endif >+#.if ${OSVERSION} >= 500000 >+#LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x >+#.endif > > # Build units list > UNITS+= bfd >@@ -153,5 +153,9 @@ > if [ -e "${PREFIX}/bin/ppc386" ]; then ${RM} -f "${PREFIX}/bin/ppc386"; fi > ${LN} -s "${PREFIX}/lib/fpc/${PORTVERSION}/ppc386" "${PREFIX}/bin" > ${SH} "${PREFIX}/lib/fpc/${PORTVERSION}/samplecfg" "${PREFIX}/lib/fpc/${PORTVERSION}" "${PREFIX}/etc" >+.if ${OSVERSION} >= 500000 >+ echo "# appended by port" >> "${PREFIX}/etc/fpc.cfg" >+ echo "-Xf" >> "${PREFIX}/etc/fpc.cfg" >+.endif > > .include <bsd.port.post.mk> >diff -ur fpc2-old/pkg-install fpc2/pkg-install >--- fpc2-old/pkg-install Sat May 27 11:44:15 2006 >+++ fpc2/pkg-install Sat May 27 12:31:05 2006 >@@ -14,4 +14,9 @@ > fi > ${LN} -s "${PKGPREFIX}/lib/fpc/${PORTVERSION}/ppc386" "${PKG_PREFIX}/bin" > ${SH} "${PKG_PREFIX}/lib/fpc/${PORTVERSION}/samplecfg" "${PKG_PREFIX}/lib/fpc/${PORTVERSION}" "${PKG_PREFIX}/etc" >+ if [ `uname -r | cut -c 1` -gt 4 ] >+ then >+ echo "# appended by package" >> "${PKG_PREFIX}/etc/fpc.cfg" >+ echo "-Xf" >> "${PKG_PREFIX}/etc/fpc.cfg" >+ fi > fi
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 98006
: 66288