diff options
author | acm <acm@FreeBSD.org> | 2009-11-11 01:23:31 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2009-11-11 01:23:31 +0800 |
commit | e5bc4810d4ac06ca958e95f300602658c614969e (patch) | |
tree | 6bf9bf62cab30a6d2aedb5246da105cd96aa0d1f /editors/lazarus | |
parent | 0562089a228fe35e64b7b9b5efd7ed28265cee61 (diff) | |
download | freebsd-ports-gnome-e5bc4810d4ac06ca958e95f300602658c614969e.tar.gz freebsd-ports-gnome-e5bc4810d4ac06ca958e95f300602658c614969e.tar.zst freebsd-ports-gnome-e5bc4810d4ac06ca958e95f300602658c614969e.zip |
- Update to 0.9.28.2
- Use QT 4.5.x for QT interface
- Remove obsolete patch file
Diffstat (limited to 'editors/lazarus')
-rw-r--r-- | editors/lazarus/Makefile | 10 | ||||
-rw-r--r-- | editors/lazarus/distinfo | 6 | ||||
-rw-r--r-- | editors/lazarus/files/patch-ide_Makefile | 11 |
3 files changed, 8 insertions, 19 deletions
diff --git a/editors/lazarus/Makefile b/editors/lazarus/Makefile index 7b12e515831a..b330f398e149 100644 --- a/editors/lazarus/Makefile +++ b/editors/lazarus/Makefile @@ -6,12 +6,10 @@ # PORTNAME= lazarus -PORTVERSION= 0.9.26.2 -PORTREVISION= 2 +PORTVERSION= 0.9.28.2 CATEGORIES= editors devel MASTER_SITES= SF/${PORTNAME}/Lazarus%20Zip%20_%20GZip/Lazarus%20${PORTVERSION} -DISTNAME= ${PORTNAME}-${PORTVERSION:S/$/-0/} -EXTRACT_SUFX= .tgz +DISTNAME= ${PORTNAME}-${PORTVERSION:S/$/-src/} DIST_SUBDIR= freepascal MAINTAINER= acm@FreeBSD.org @@ -19,6 +17,7 @@ COMMENT= A portable Delphi-like IDE for the FreePascal compiler ONLY_FOR_ARCHS= i386 +USE_BZIP2= yes USE_ICONV= yes USE_GETTEXT= yes USE_GMAKE= yes @@ -55,7 +54,7 @@ LCL_PLATFORM= gtk .if defined(WITH_QT4) BUILD_DEPENDS+= ${LOCALBASE}/lib/qt4/libqt4intf.so:${PORTSDIR}/x11-toolkits/qt4pas LCL_PLATFORM= qt -OPT_EXTRA= "-dUSE_QT_44" +OPT_EXTRA= "-dUSE_QT_45" .endif post-extract: @@ -142,6 +141,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/localize.sh ${DATADIR} ${INSTALL_SCRIPT} ${WRKDIR}/lazarus-wrapper ${PREFIX}/bin/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/Makefile* ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/JCFSettings.cfg ${DATADIR} .for FILE in ${MAN1} ${INSTALL_MAN} ${WRKDIR}/man1/${FILE} ${MAN1PREFIX}/man/man1 .endfor diff --git a/editors/lazarus/distinfo b/editors/lazarus/distinfo index a8bf218eaa26..d41f74d8056d 100644 --- a/editors/lazarus/distinfo +++ b/editors/lazarus/distinfo @@ -1,3 +1,3 @@ -MD5 (freepascal/lazarus-0.9.26.2-0.tgz) = 357fd9f6e9d410f3c74ff493fce7f75a -SHA256 (freepascal/lazarus-0.9.26.2-0.tgz) = 5b582685c0447034580fe17c60b8fc84a8b097b6f31ff9b4583cf0eb741297cc -SIZE (freepascal/lazarus-0.9.26.2-0.tgz) = 14223431 +MD5 (freepascal/lazarus-0.9.28.2-src.tar.bz2) = 52dc157fa1e83e90b5331820bd616d81 +SHA256 (freepascal/lazarus-0.9.28.2-src.tar.bz2) = 5711372c6724d19624be6cb8f6c397d789f3ac6fd7f70f825817ee47bd0e4dfd +SIZE (freepascal/lazarus-0.9.28.2-src.tar.bz2) = 12933724 diff --git a/editors/lazarus/files/patch-ide_Makefile b/editors/lazarus/files/patch-ide_Makefile deleted file mode 100644 index e5a2e453dcdc..000000000000 --- a/editors/lazarus/files/patch-ide_Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- ide/Makefile 2009-04-29 13:16:15.000000000 -0500 -+++ ide/Makefile 2009-04-29 13:23:38.000000000 -0500 -@@ -1021,7 +1021,7 @@ - override COMPILER_UNITDIR+=../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../components/synedit/units/$(CPU_TARGET)-$(OS_TARGET) ../components/custom ../components/mpaslex ../ideintf/units/$(CPU_TARGET)-$(OS_TARGET) ../designer ../designer/jitform/units/$(CPU_TARGET)-$(OS_TARGET) ../debugger ../debugger/frames ../converter ../packager ../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../units/$(CPU_TARGET)-$(OS_TARGET) frames . - endif - ifeq ($(FULL_TARGET),i386-freebsd) --override COMPILER_UNITDIR+=../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../components/synedit/units/$(CPU_TARGET)-$(OS_TARGET) ../components/custom ../components/mpaslex ../ideintf/units/$(CPU_TARGET)-$(OS_TARGET) ../designer ../designer/jitform/units/$(CPU_TARGET)-$(OS_TARGET) ../debugger ../debugger/frames ../converter ../packager ../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../units/$(CPU_TARGET)-$(OS_TARGET) frames . -+override COMPILER_UNITDIR+=../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../components/synedit/units/$(CPU_TARGET)-$(OS_TARGET) ../components/custom ../components/mpaslex ../ideintf ../ideintf/units/$(CPU_TARGET)-$(OS_TARGET) ../designer ../designer/jitform/units/$(CPU_TARGET)-$(OS_TARGET) ../debugger ../debugger/frames ../converter ../packager ../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../units/$(CPU_TARGET)-$(OS_TARGET) frames . - endif - ifeq ($(FULL_TARGET),i386-beos) - override COMPILER_UNITDIR+=../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) ../components/synedit/units/$(CPU_TARGET)-$(OS_TARGET) ../components/custom ../components/mpaslex ../ideintf/units/$(CPU_TARGET)-$(OS_TARGET) ../designer ../designer/jitform/units/$(CPU_TARGET)-$(OS_TARGET) ../debugger ../debugger/frames ../converter ../packager ../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../units/$(CPU_TARGET)-$(OS_TARGET) frames . |