From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 8 22:20:27 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77D9B16A500 for ; Thu, 8 Jun 2006 22:20:27 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D70A343D53 for ; Thu, 8 Jun 2006 22:20:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k58MKQWT072688 for ; Thu, 8 Jun 2006 22:20:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k58MKQxH072687; Thu, 8 Jun 2006 22:20:26 GMT (envelope-from gnats) Resent-Date: Thu, 8 Jun 2006 22:20:26 GMT Resent-Message-Id: <200606082220.k58MKQxH072687@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jose Alonso Cardenas Marquez Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C57316A473 for ; Thu, 8 Jun 2006 22:20:08 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9F4143D53 for ; Thu, 8 Jun 2006 22:20:08 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k58MK833077242 for ; Thu, 8 Jun 2006 22:20:08 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k58MK8Hv077241; Thu, 8 Jun 2006 22:20:08 GMT (envelope-from nobody) Message-Id: <200606082220.k58MK8Hv077241@www.freebsd.org> Date: Thu, 8 Jun 2006 22:20:08 GMT From: Jose Alonso Cardenas Marquez To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/98724: [PATCH] lang/fpc2: separate lang/fpc2 to a lot of fpc unit ports X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2006 22:20:27 -0000 >Number: 98724 >Category: ports >Synopsis: [PATCH] lang/fpc2: separate lang/fpc2 to a lot of fpc unit ports >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jun 08 22:20:26 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Jose Alonso Cardenas Marquez >Release: FreeBSD 6.1-STABLE i386 >Organization: BSDPeru (http://www.bsd.org.pe) >Environment: FreeBSD HellFire.BSD.org.pe 6.1-STABLE FreeBSD 6.1-STABLE #0: Wed May 24 08:30:45 PET 2006 >Description: - I separated fpc2 port to a lot of fpc-* ports. I think that it's the best way for install freepascal's ports. It allow to have a major control on dependencies, maintenance. I added missing dependencies for some ports of freepascal. - Also I made a fpc-units port. This will install extra units to freepascal. - I think that lang/fpc port could be removed of ports tree and rename lang/fpc2 to lang/fpc. - Could I take maintainership? This could help me for updates future. >How-To-Repeat: >Fix: --- fpc-2.0.2_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/lang/fpc2/Makefile /usr/ports/lang/fpc2-new/Makefile --- /usr/ports/lang/fpc2/Makefile Thu Jun 8 16:30:33 2006 +++ /usr/ports/lang/fpc2-new/Makefile Thu Jun 8 16:23:07 2006 @@ -7,6 +7,7 @@ PORTNAME= fpc PORTVERSION= 2.0.2 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ftp://ftp.freepascal.org/pub/fpc/dist/i386-freebsd-${PORTVERSION}/ \ ftp://planetmirror.com/pub/fpc/dist/i386-freebsd-${PORTVERSION}/ \ @@ -16,21 +17,26 @@ ftp://ftp.us.freepascal.org/pub/fpc/dist/i386-freebsd-${PORTVERSION}/ \ ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= freepascal -DISTNAME= ${PORTNAME}-${PORTVERSION}.i386-freebsd +DISTNAME= ${PORTNAME}-${PORTVERSION}.${BUILDNAME} EXTRACT_SUFX= .tar MAINTAINER= almindor@gmail.com -COMMENT= Free Pascal compiler with Turbo, Delphi and other extensions +COMMENT= Free Pascal compiler with Turbo and Delphi + +RUN_DEPENDS= mkxmlrpc:${PORTSDIR}/devel/fpc-fcl BUILDNAME= i386-freebsd +OPTIONS= IDE "Install FreePascal textmode ide" off + .include ONLY_FOR_ARCHS= i386 NO_BUILD= yes PKGDEINSTALL= ${PKGINSTALL} -PLIST_SUB+= PORTVERSION=${PORTVERSION} +PLIST_SUB+= PORTVERSION=${PORTVERSION} \ + BUILDNAME=${BUILDNAME} MAN1= bin2obj.1 \ data2inc.1 \ @@ -65,47 +71,9 @@ LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x .endif -# Build units list -UNITS+= bfd -UNITS+= fcl -PLIST_SUB+= FCL="" -UNITS+= forms -PLIST_SUB+= FORMS="" -UNITS+= fpgtk -UNITS+= fv -UNITS+= gconf -UNITS+= gdbint -UNITS+= gdbm -UNITS+= ggi -UNITS+= gnome -UNITS+= gtk -UNITS+= gtk2 -UNITS+= ibase -UNITS+= imlib -UNITS+= libasync -UNITS+= libgd -UNITS+= libpng -UNITS+= md5 -UNITS+= mysql -UNITS+= ncurses -UNITS+= netdb -UNITS+= odbc -UNITS+= opengl -UNITS+= oracle -UNITS+= pasjpeg -UNITS+= paszlib -UNITS+= postgres -UNITS+= pthreads -UNITS+= regexpr -UNITS+= sqlite -UNITS+= svgalib -UNITS+= syslog -UNITS+= tcl -UNITS+= unzip -UNITS+= utmp -UNITS+= x11 -UNITS+= zlib -UNITS+= zvt +.if defined(WITH_IDE) +RUN_DEPENDS+= fp:${PORTSDIR}/editors/fpc-ide +.endif do-extract: # unpack distribution @@ -120,17 +88,6 @@ --directory ${WRKSRC}/boot @${TAR} zxf ${WRKSRC}/binary/utils.${BUILDNAME}.tar.gz \ --directory ${WRKSRC}/boot -# Install optional packages -.if defined(UNITS) -. for unit in ${UNITS} - @${TAR} zxf ${WRKSRC}/binary/units-${unit}.${BUILDNAME}.tar.gz \ - --directory ${WRKSRC}/boot - @${LS} ${WRKSRC}/boot/lib/fpc/${PORTVERSION}/units/${BUILDNAME}/${unit} | \ - ${SED} -e 's,^,lib/fpc/${PORTVERSION}/units/${BUILDNAME}/${unit}/,' \ - >> ${TMPPLIST}.modules - @${ECHO} "@dirrm lib/fpc/${PORTVERSION}/units/${BUILDNAME}/${unit}" >> ${TMPPLIST}.modules -. endfor -.endif do-install: # Installing binaries @@ -146,10 +103,6 @@ ${INSTALL_DATA} ${WRKSRC}/boot/man/man5/* ${MAN1PREFIX}/man/man5 post-install: -.if defined(UNITS) - @${CAT} ${TMPPLIST}.modules ${TMPPLIST} > ${TMPPLIST}.result - @${MV} ${TMPPLIST}.result ${TMPPLIST} -.endif 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" diff -ruN --exclude=CVS /usr/ports/lang/fpc2/pkg-plist /usr/ports/lang/fpc2-new/pkg-plist --- /usr/ports/lang/fpc2/pkg-plist Thu Jun 8 16:30:33 2006 +++ /usr/ports/lang/fpc2-new/pkg-plist Thu Jun 8 13:38:55 2006 @@ -1,17 +1,6 @@ @comment $FreeBSD: ports/lang/fpc2/pkg-plist,v 1.2 2006/05/01 19:31:49 sem Exp $ @unexec rm -f %D/etc/fpc.cfg > /dev/null 2>&1 || true -%%PORTDOCS%%%%DOCSDIR%%/whatsnew.txt -%%PORTDOCS%%%%DOCSDIR%%/readme.txt -%%PORTDOCS%%%%DOCSDIR%%/faq.txt -%%PORTDOCS%%%%DOCSDIR%%/faq.htm -%%PORTDOCS%%%%DOCSDIR%%/copying.rsx -%%PORTDOCS%%%%DOCSDIR%%/copying.fpc -%%PORTDOCS%%%%DOCSDIR%%/copying.emx -%%PORTDOCS%%%%DOCSDIR%%/copying.dj -%%PORTDOCS%%%%DOCSDIR%%/copying -%%FCL%%bin/mkxmlrpc -%%FORMS%%bin/fd2pascal bin/bin2obj bin/data2inc bin/delp @@ -21,14 +10,13 @@ bin/fpcres bin/fpcsubst bin/fpdoc -bin/fprcp bin/fppkg +bin/fprcp bin/h2pas bin/h2paspp bin/makeskel bin/plex bin/postw32 -bin/ppc386 bin/ppdep bin/ppudump bin/ppufiles @@ -37,7 +25,9 @@ bin/pyacc bin/rstconv bin/unitdiff -lib/fpc/%%PORTVERSION%%/msg/errorct.msg +bin/ppc386 +etc/fpc.cfg +lib/fpc/%%PORTVERSION%%/msg/errorues.msg lib/fpc/%%PORTVERSION%%/msg/errord.msg lib/fpc/%%PORTVERSION%%/msg/errore.msg lib/fpc/%%PORTVERSION%%/msg/errores.msg @@ -46,196 +36,204 @@ lib/fpc/%%PORTVERSION%%/msg/errorn.msg lib/fpc/%%PORTVERSION%%/msg/errorpl.msg lib/fpc/%%PORTVERSION%%/msg/errorpli.msg -lib/fpc/%%PORTVERSION%%/msg/errorr.msg -lib/fpc/%%PORTVERSION%%/msg/errorrw.msg lib/fpc/%%PORTVERSION%%/msg/errorptd.msg lib/fpc/%%PORTVERSION%%/msg/errorptw.msg -lib/fpc/%%PORTVERSION%%/msg/errorues.msg +lib/fpc/%%PORTVERSION%%/msg/errorr.msg +lib/fpc/%%PORTVERSION%%/msg/errorrw.msg +lib/fpc/%%PORTVERSION%%/msg/errorct.msg +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpfpmkunit.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/prt0.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cprt0.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/gprt0.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/system.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/unixtype.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/ctypes.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/objpas.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/macpas.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/strings.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/syscall.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/sysctl.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/baseunix.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/unixutil.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/unix.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/rtlconsts.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/initc.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cmem.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/matrix.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/dl.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/termio.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/printer.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/sysutils.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/math.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/varutils.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/variants.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/typinfo.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/types.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/classes.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/dynlibs.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/x86.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/ports.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cpu.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/mmx.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/graph.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/charset.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/ucomplex.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/crt.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/getopts.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/heaptrc.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/lineinfo.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/errors.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/sockets.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/ipc.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/terminfo.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/video.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/mouse.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/keyboard.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/console.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/serial.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/dateutils.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/sysconst.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cthreads.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/strutils.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/convutils.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/dos.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/objects.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cwstring.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/fpmkunit.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/system.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/unixtype.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/ctypes.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/objpas.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/macpas.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/strings.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/syscall.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/sysctl.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/baseunix.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/unixutil.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/unix.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/rtlconsts.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/initc.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cmem.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/matrix.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/dl.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/termio.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/printer.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/sysutils.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/varutils.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/math.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/variants.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/typinfo.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/types.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/classes.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/dynlibs.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/x86.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/ports.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cpu.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/mmx.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/graph.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/charset.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/ucomplex.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/crt.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/getopts.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/heaptrc.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/lineinfo.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/errors.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/sockets.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/ipc.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/terminfo.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/video.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/mouse.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/keyboard.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/console.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/serial.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/dateutils.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/sysconst.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cthreads.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/strutils.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/convutils.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/dos.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/objects.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cwstring.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/fpmkunit.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpsystem.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpunixtype.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpctypes.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpobjpas.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpmacpas.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpstrings.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpsyscall.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpsysctl.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpbaseunix.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpunixutil.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpunix.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libprtlconsts.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpinitc.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpcmem.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpmatrix.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpdl.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libptermio.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpprinter.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpsysutils.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpvarutils.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpmath.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpvariants.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libptypinfo.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libptypes.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpclasses.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpdynlibs.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpx86.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpports.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpcpu.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpmmx.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpgraph.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpcharset.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpucomplex.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpcrt.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpgetopts.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpheaptrc.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libplineinfo.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libperrors.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpsockets.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpipc.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpterminfo.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpvideo.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpmouse.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpkeyboard.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpconsole.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpserial.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpdateutils.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpsysconst.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpcthreads.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpstrutils.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpconvutils.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpdos.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpobjects.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/libpcwstring.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/Package.fpc +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/lexyacc/Package.fpc +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/lexyacc/lexlib.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/lexyacc/yacclib.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/lexyacc/lexlib.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/lexyacc/yacclib.o lib/fpc/%%PORTVERSION%%/ppc386 lib/fpc/%%PORTVERSION%%/samplecfg -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/lexyacc/Package.fpc -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/lexyacc/lexlib.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/lexyacc/lexlib.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/lexyacc/yacclib.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/lexyacc/yacclib.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/Package.fpc -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/baseunix.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/baseunix.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/charset.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/charset.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/classes.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/classes.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/cmem.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/cmem.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/console.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/console.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/convutils.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/convutils.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/cprt0.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/cpu.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/cpu.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/crt.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/crt.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/cthreads.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/cthreads.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/ctypes.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/ctypes.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/cwstring.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/cwstring.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/dateutils.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/dateutils.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/dl.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/dl.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/dos.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/dos.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/dynlibs.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/dynlibs.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/errors.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/errors.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/fpmkunit.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/fpmkunit.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/getopts.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/getopts.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/gprt0.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/graph.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/graph.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/heaptrc.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/heaptrc.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/initc.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/initc.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/ipc.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/ipc.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/keyboard.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/keyboard.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpbaseunix.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpcharset.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpclasses.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpcmem.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpconsole.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpconvutils.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpcpu.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpcrt.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpcthreads.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpctypes.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpcwstring.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpdateutils.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpdl.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpdos.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpdynlibs.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libperrors.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpfpmkunit.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpgetopts.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpgraph.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpheaptrc.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpinitc.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpipc.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpkeyboard.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libplineinfo.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpmacpas.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpmath.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpmatrix.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpmmx.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpmouse.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpobjects.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpobjpas.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpports.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpprinter.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libprtlconsts.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpserial.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpsockets.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpstrings.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpstrutils.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpsyscall.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpsysconst.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpsysctl.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpsystem.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpsysutils.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpterminfo.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libptermio.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libptypes.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libptypinfo.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpucomplex.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpunix.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpunixtype.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpunixutil.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpvariants.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpvarutils.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpvideo.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/libpx86.a -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/lineinfo.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/lineinfo.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/macpas.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/macpas.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/math.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/math.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/matrix.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/matrix.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/mmx.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/mmx.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/mouse.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/mouse.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/objects.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/objects.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/objpas.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/objpas.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/ports.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/ports.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/printer.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/printer.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/prt0.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/rtlconsts.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/rtlconsts.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/serial.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/serial.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/sockets.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/sockets.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/strings.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/strings.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/strutils.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/strutils.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/syscall.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/syscall.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/sysconst.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/sysconst.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/sysctl.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/sysctl.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/system.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/system.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/sysutils.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/sysutils.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/terminfo.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/terminfo.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/termio.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/termio.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/types.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/types.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/typinfo.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/typinfo.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/ucomplex.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/ucomplex.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/unix.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/unix.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/unixtype.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/unixtype.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/unixutil.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/unixutil.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/variants.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/variants.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/varutils.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/varutils.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/video.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/video.ppu -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/x86.o -lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl/x86.ppu -lib/fpc/lexyacc/yylex.cod lib/fpc/lexyacc/yyparse.cod - +lib/fpc/lexyacc/yylex.cod +%%PORTDOCS%%%%DOCSDIR%%/copying +%%PORTDOCS%%%%DOCSDIR%%/copying.dj +%%PORTDOCS%%%%DOCSDIR%%/copying.emx +%%PORTDOCS%%%%DOCSDIR%%/copying.fpc +%%PORTDOCS%%%%DOCSDIR%%/copying.rsx +%%PORTDOCS%%%%DOCSDIR%%/faq.htm +%%PORTDOCS%%%%DOCSDIR%%/faq.txt +%%PORTDOCS%%%%DOCSDIR%%/readme.txt +%%PORTDOCS%%%%DOCSDIR%%/whatsnew.txt %%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm lib/fpc/lexyacc -@dirrm lib/fpc/%%PORTVERSION%%/units/i386-freebsd/rtl -@dirrm lib/fpc/%%PORTVERSION%%/units/i386-freebsd/lexyacc -@dirrm lib/fpc/%%PORTVERSION%%/units/i386-freebsd -@dirrm lib/fpc/%%PORTVERSION%%/units -@dirrm lib/fpc/%%PORTVERSION%%/msg -@dirrm lib/fpc/%%PORTVERSION%% -@dirrm lib/fpc +@dirrmtry lib/fpc/lexyacc +@dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl +@dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/lexyacc +@dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%% +@dirrmtry lib/fpc/%%PORTVERSION%%/units +@dirrmtry lib/fpc/%%PORTVERSION%%/msg +@dirrmtry lib/fpc/%%PORTVERSION%% +@dirrmtry lib/fpc --- fpc-2.0.2_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: