FreeBSD Bugzilla – Attachment 39738 Details for
Bug 62574
[NEW PORT] editors/fpc-ide
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
new-port-fpc-ide
new-port-fpc-ide (text/plain), 5.07 KB, created by
John Merryweather Cooper
on 2004-02-09 08:30:22 UTC
(
hide
)
Description:
new-port-fpc-ide
Filename:
MIME Type:
Creator:
John Merryweather Cooper
Created:
2004-02-09 08:30:22 UTC
Size:
5.07 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># fpc-ide ># fpc-ide/Makefile ># fpc-ide/distinfo ># fpc-ide/pkg-descr ># fpc-ide/pkg-plist ># fpc-ide/files ># fpc-ide/files/patch-share::src::fpc-1.0.10::ide::compiler::Makefile.fpc ># >echo c - fpc-ide >mkdir -p fpc-ide > /dev/null 2>&1 >echo x - fpc-ide/Makefile >sed 's/^X//' >fpc-ide/Makefile << 'END-of-fpc-ide/Makefile' >X# New ports collection makefile for: Free Pascal Compiler >X# Date created: 28 November 2001 >X# Whom: John Merryweather Cooper et al >X# >X# $FreeBSD$ >X# >X >XPORTNAME= ide >XPORTVERSION= 1.0.10 >XCATEGORIES= editors lang >XMASTER_SITES= ftp://ftp.freepascal.org/pub/fpc/dist/FreeBSD/ \ >X http://planetmirror.com/pub/fpc/dist/FreeBSD/ \ >X ftp://ftp.jp.freepascal.org/mirror/fpc/dist/FreeBSD/ \ >X ftp://freepascal.stack.nl/pub/fpc/dist/FreeBSD/ \ >X ftp://ftp.no.freepascal.org/pub/fpc/dist/FreeBSD/ \ >X ftp://ftp.us.freepascal.org/pub/fpc/dist/FreeBSD/ \ >X ${MASTER_SITE_SOURCEFORGE} >XMASTER_SITE_SUBDIR= freepascal >XPKGNAMEPREFIX= fpc- >XDISTNAME= fpc-${PORTVERSION}.ELF >XEXTRACT_SUFX= .tar >X >XMAINTAINER= coop9211@uidaho.edu >XCOMMENT= Free Pascal integrated IDE/compiler >X >X.include <bsd.port.pre.mk> >X >XBUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \ >X ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/freebsd/gdbint/gdbint.ppu:${PORTSDIR}/devel/fpc-gdbint \ >X ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/freebsd/fv/drivers.ppu:${PORTSDIR}/devel/fpc-fvision >XRUN_DEPENDS= ${BUILD_DEPENDS} >X.if ${OSVERSION} < 470000 >XEXTRACT_DEPENDS= gtar:${PORTSDIR}/archivers/gtar >XTAR= ${LOCALBASE}/bin/gtar >X.endif >XUSE_GMAKE= yes >XUSE_REINPLACE= yes >XONLY_FOR_ARCHS= i386 >X >XDOCSDIR= ${PREFIX}/share/doc/fpc >XPLIST_SUB+= PORTVERSION=${PORTVERSION} >X >XMAKE_ENV+= PATH=${LOCALBASE}/bin:$$PATH \ >X FPC=${LOCALBASE}/bin/ppc386 \ >X INSTALL_BASEDIR=${PREFIX}/lib/fpc/${PORTVERSION} \ >X INSTALL_BINDIR=${PREFIX}/bin \ >X INSTALL_DOCDIR=${DOCSDIR} \ >X GCCLIBDIR=/usr/lib \ >X GDBLIBDIR=${LOCALBASE}/lib/fpc/${PORTVERSION}/units/freebsd/gdbint/libgdb \ >X RELEASE=1 >X >Xdo-extract: >X# unpack distribution >X @${MKDIR} ${WRKSRC} >X @${TAR} xf ${DISTDIR}/${DISTNAME}.tar --directory ${WRKSRC} >X# unpack sources distribution >X @${MKDIR} ${WRKSRC}/sources >X @${TAR} xf ${WRKSRC}/sources.tar --directory ${WRKSRC}/sources >X# further extract base sources >X# >X# ide and compiler sources >X @${TAR} zxf ${WRKSRC}/sources/compilersrc.tar.gz \ >X --directory ${WRKSRC} >X @${TAR} zxf ${WRKSRC}/sources/idesrc.tar.gz \ >X --directory ${WRKSRC} >X >Xpost-patch: >X# change to alter amount of optimization >X @${FIND} ${WRKSRC}/share/src -name "Makefile*" | \ >X ${XARGS} ${REINPLACE_CMD} 's|-OG2p3|-OG2p1|g' >X >Xpre-build: >X cd ${WRKSRC}/share/src/fpc-${PORTVERSION}/ide/compiler && \ >X fpcmake >X >Xdo-build: >X @${SETENV} ${MAKE_ENV} ${GMAKE} -C \ >X ${WRKSRC}/share/src/fpc-${PORTVERSION}/ide \ >X all >X >Xdo-install: >X @${SETENV} ${MAKE_ENV} ${GMAKE} -C \ >X ${WRKSRC}/share/src/fpc-${PORTVERSION}/ide \ >X install >X >X.include <bsd.port.post.mk> >END-of-fpc-ide/Makefile >echo x - fpc-ide/distinfo >sed 's/^X//' >fpc-ide/distinfo << 'END-of-fpc-ide/distinfo' >XMD5 (fpc-1.0.10.ELF.tar) = 6ad56eb115152174683499da3ece7667 >XSIZE (fpc-1.0.10.ELF.tar) = 17448960 >END-of-fpc-ide/distinfo >echo x - fpc-ide/pkg-descr >sed 's/^X//' >fpc-ide/pkg-descr << 'END-of-fpc-ide/pkg-descr' >XRegexpr is part of the base packages of Free Pascal, >Xa 32-bit Turbo Pascal/Delphi compatible compiler. Regexpr >Xprovides regular expression routines. >X >XWWW: http://www.freepascal.org/ >X >X-- >XJohn Merryweather Cooper <coop9211@uidaho.edu> >END-of-fpc-ide/pkg-descr >echo x - fpc-ide/pkg-plist >sed 's/^X//' >fpc-ide/pkg-plist << 'END-of-fpc-ide/pkg-plist' >Xbin/fp >Xlib/fpc/%%PORTVERSION%%/ide/cvsco.tdf >Xlib/fpc/%%PORTVERSION%%/ide/cvsdiff.tdf >Xlib/fpc/%%PORTVERSION%%/ide/cvsup.tdf >Xlib/fpc/%%PORTVERSION%%/ide/fp.ans >Xlib/fpc/%%PORTVERSION%%/ide/gplprog.pt >Xlib/fpc/%%PORTVERSION%%/ide/gplunit.pt >Xlib/fpc/%%PORTVERSION%%/ide/grep.tdf >Xlib/fpc/%%PORTVERSION%%/ide/program.pt >Xlib/fpc/%%PORTVERSION%%/ide/tpgrep.tdf >Xlib/fpc/%%PORTVERSION%%/ide/unit.pt >X%%DOCSDIR%%/readme.ide >X@dirrm %%DOCSDIR%% >X@dirrm lib/fpc/%%PORTVERSION%%/ide >X@dirrm lib/fpc/%%PORTVERSION%% >X@dirrm lib/fpc >END-of-fpc-ide/pkg-plist >echo c - fpc-ide/files >mkdir -p fpc-ide/files > /dev/null 2>&1 >echo x - fpc-ide/files/patch-share::src::fpc-1.0.10::ide::compiler::Makefile.fpc >sed 's/^X//' >fpc-ide/files/patch-share::src::fpc-1.0.10::ide::compiler::Makefile.fpc << 'END-of-fpc-ide/files/patch-share::src::fpc-1.0.10::ide::compiler::Makefile.fpc' >X--- share/src/fpc-1.0.10/ide/compiler/Makefile.fpc.old Fri Jan 16 00:23:44 2004 >X+++ share/src/fpc-1.0.10/ide/compiler/Makefile.fpc Fri Jan 16 00:25:03 2004 >X@@ -18,7 +18,7 @@ >X fpcdir=../.. >X >X [prerules] >X-COMPILERDIR=$(FPCDIR)/compiler >X+COMPILERDIR=../../compiler >X >X # Use 1.0.2 and 1.0.4 require -Ca to generate simple ppu >X ifneq ($(findstring 1.0.2,$(FPC_VERSION)),) >END-of-fpc-ide/files/patch-share::src::fpc-1.0.10::ide::compiler::Makefile.fpc >exit
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 Raw
Actions:
View
Attachments on
bug 62574
: 39738