diff options
author | garga <garga@FreeBSD.org> | 2006-06-22 00:52:57 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-06-22 00:52:57 +0800 |
commit | e416f6b5179372ab8fc11462fd3228f1af4b407c (patch) | |
tree | 3abb8b4e8f5a30d48a157f92362792c68a554e40 /devel/fpc-gdbint | |
parent | 40e91b7981c1efc86d743e41890b0b4c441263f4 (diff) | |
download | freebsd-ports-gnome-e416f6b5179372ab8fc11462fd3228f1af4b407c.tar.gz freebsd-ports-gnome-e416f6b5179372ab8fc11462fd3228f1af4b407c.tar.zst freebsd-ports-gnome-e416f6b5179372ab8fc11462fd3228f1af4b407c.zip |
- Update fpc to 2.0.2
PR: 98628, 98629, 98630, 98632, 98641, 98646, 98650, 98652,
98654, 98656, 98657, 98658, 98720, 98724
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Diffstat (limited to 'devel/fpc-gdbint')
-rw-r--r-- | devel/fpc-gdbint/Makefile | 63 | ||||
-rw-r--r-- | devel/fpc-gdbint/distinfo | 3 | ||||
-rw-r--r-- | devel/fpc-gdbint/pkg-descr | 8 | ||||
-rw-r--r-- | devel/fpc-gdbint/pkg-plist | 6 |
4 files changed, 5 insertions, 75 deletions
diff --git a/devel/fpc-gdbint/Makefile b/devel/fpc-gdbint/Makefile index 76400f4b9227..83661d4d515c 100644 --- a/devel/fpc-gdbint/Makefile +++ b/devel/fpc-gdbint/Makefile @@ -5,67 +5,14 @@ # $FreeBSD$ # -PORTNAME= gdbint -PORTVERSION= 1.0.10 -PORTREVISION= 2 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= freepascal -PKGNAMEPREFIX= fpc- -DISTNAME= fpc-${PORTVERSION}.ELF -EXTRACT_SUFX= .tar +PKGNAMESUFFIX= -gdbint -MAINTAINER= ports@FreeBSD.org +MAINTAINER= acardenas@bsd.org.pe COMMENT= Free Pascal unit providing interface to gdb -.include <bsd.port.pre.mk> +RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc -BUILD_DEPENDS+= ppc386:${PORTSDIR}/lang/fpc \ - gdbfpc:${PORTSDIR}/devel/fpc-gdb -RUN_DEPENDS+= ${BUILD_DEPENDS} -.if ${OSVERSION} < 470000 -EXTRACT_DEPENDS+= gtar:${PORTSDIR}/archivers/gtar -TAR= ${LOCALBASE}/bin/gtar -.endif -USE_GMAKE= yes -ONLY_FOR_ARCHS= i386 +MASTERDIR= ${.CURDIR}/../../lang/fpc -PLIST_SUB+= PORTVERSION=${PORTVERSION} - -MAKE_ENV+= PATH=${LOCALBASE}/bin:$$PATH \ - FPC=${LOCALBASE}/bin/ppc386 \ - INSTALL_BASEDIR=${PREFIX}/lib/fpc/${PORTVERSION} \ - INSTALL_BINDIR=${PREFIX}/bin \ - GCCLIBDIR=/usr/lib \ - GDBLIBDIR=${LOCALBASE}/lib/fpc/${PORTVERSION}/units/freebsd/gdbint/libgdb \ - RELEASE=1 - -do-extract: -# unpack distribution - @${MKDIR} ${WRKSRC} - @${TAR} xf ${DISTDIR}/${DISTNAME}.tar --directory ${WRKSRC} -# unpack sources distribution - @${MKDIR} ${WRKSRC}/sources - @${TAR} xf ${WRKSRC}/sources.tar --directory ${WRKSRC}/sources -# further extract base sources -# -# gdbint sources - @${TAR} zxf ${WRKSRC}/sources/unitsgdbintsrc.tar.gz \ - --directory ${WRKSRC} - -post-patch: -# change to alter amount of optimization - @${FIND} ${WRKSRC}/share/src/fpc-${PORTVERSION} -name \ - "Makefile*" | ${XARGS} ${REINPLACE_CMD} 's|-OG2p3|-OG2p1|g' - -do-build: - @${SETENV} ${MAKE_ENV} ${GMAKE} -C \ - ${WRKSRC}/share/src/fpc-${PORTVERSION}/packages/base/gdbint \ - all - -do-install: - @${SETENV} ${MAKE_ENV} ${GMAKE} -C \ - ${WRKSRC}/share/src/fpc-${PORTVERSION}/packages/base/gdbint \ - install - -.include <bsd.port.post.mk> +.include "${MASTERDIR}/Makefile" diff --git a/devel/fpc-gdbint/distinfo b/devel/fpc-gdbint/distinfo deleted file mode 100644 index fb00975ada0c..000000000000 --- a/devel/fpc-gdbint/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (fpc-1.0.10.ELF.tar) = 6ad56eb115152174683499da3ece7667 -SHA256 (fpc-1.0.10.ELF.tar) = 318bab9d1269dffcc5fe737d224fca939c5f130f34f12d166319b3d1ba776bfb -SIZE (fpc-1.0.10.ELF.tar) = 17448960 diff --git a/devel/fpc-gdbint/pkg-descr b/devel/fpc-gdbint/pkg-descr deleted file mode 100644 index 021279f1a7f4..000000000000 --- a/devel/fpc-gdbint/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -The gdbint unit is part of the base packages of Free Pascal, -a 32-bit Turbo Pascal/Delphi compatible compiler. This unit -provides an interface to gdb. - -WWW: http://www.freepascal.org/ - --- -John Merryweather Cooper <coop9211@uidaho.edu> diff --git a/devel/fpc-gdbint/pkg-plist b/devel/fpc-gdbint/pkg-plist deleted file mode 100644 index 9326665abe89..000000000000 --- a/devel/fpc-gdbint/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -lib/fpc/%%PORTVERSION%%/units/freebsd/gdbint/Package.fpc -lib/fpc/%%PORTVERSION%%/units/freebsd/gdbint/gdbcon.o -lib/fpc/%%PORTVERSION%%/units/freebsd/gdbint/gdbcon.ppu -lib/fpc/%%PORTVERSION%%/units/freebsd/gdbint/gdbint.o -lib/fpc/%%PORTVERSION%%/units/freebsd/gdbint/gdbint.ppu -@dirrm lib/fpc/%%PORTVERSION%%/units/freebsd/gdbint |