summaryrefslogtreecommitdiff
path: root/editors/lazarus
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2009-01-19 22:47:10 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2009-01-19 22:47:10 +0000
commit5e89537c300a0362ee39f3b8913d38bf6a884ac9 (patch)
tree8ae05371793d676c8f66edd8fb586165fcf1eda6 /editors/lazarus
parent- Update to version 0.3 (diff)
- Update to 0.9.26
- Remove obsolete patch file
Notes
Notes: svn path=/head/; revision=226462
Diffstat (limited to 'editors/lazarus')
-rw-r--r--editors/lazarus/Makefile16
-rw-r--r--editors/lazarus/distinfo6
-rw-r--r--editors/lazarus/files/patch-components-printers-unix_udlgselectprinter.pp15
3 files changed, 13 insertions, 24 deletions
diff --git a/editors/lazarus/Makefile b/editors/lazarus/Makefile
index e37167446108..691bba9ca5f4 100644
--- a/editors/lazarus/Makefile
+++ b/editors/lazarus/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= lazarus
-PORTVERSION= 0.9.24
-PORTREVISION= 2
+PORTVERSION= 0.9.26
CATEGORIES= editors devel
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-${PORTVERSION:S/$/-0/}
+EXTRACT_SUFX= .tgz
DIST_SUBDIR= freepascal
MAINTAINER= acm@FreeBSD.org
@@ -25,7 +25,7 @@ USE_GNOME= #
WANT_FPC_ALL= yes
MAKE_ENV= OPT="-Sgic -Fu${UNITSDIR}/* -Fl${LOCALBASE}/lib" LCL_PLATFORM=${LCL_PLATFORM}
-MAN1= lazbuild.1
+MAN1= lazarus-ide.1 lazbuild.1 startlazarus.1
PLIST= ${WRKDIR}/pkg-plist
WRKSRC= ${WRKDIR}/${PORTNAME}
@@ -48,7 +48,9 @@ LAZARUS_TARGET= bigide lazbuilder
post-extract:
@${MKDIR} ${WRKDIR}/man1
- @${MV} ${WRKSRC}/docs/lazbuild.1 ${WRKDIR}/man1
+ @${MV} ${WRKSRC}/install/man/man1/lazarus-ide.1 ${WRKDIR}/man1/
+ @${MV} ${WRKSRC}/install/man/man1/lazbuild.1 ${WRKDIR}/man1/
+ @${MV} ${WRKSRC}/install/man/man1/startlazarus.1 ${WRKDIR}/man1/
@${MV} ${WRKSRC}/examples ${WRKDIR}/examples
@${MV} ${WRKSRC}/docs ${WRKDIR}/docs
@@ -62,7 +64,7 @@ do-build:
post-build:
@cd ${WRKSRC} && \
- ${RM} -Rf COPYING* README* debian localize.bat test *.orig *.bak
+ ${RM} -Rf COPYING* README* debian localize.bat test *.orig *.bak startlazarus.app
pre-install:
@${ECHO} "#!/bin/sh" > ${WRKDIR}/lazarus-wrapper
@@ -126,7 +128,9 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/localize.sh ${DATADIR}
${INSTALL_SCRIPT} ${WRKDIR}/lazarus-wrapper ${PREFIX}/bin/${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/Makefile* ${DATADIR}
- ${INSTALL_MAN} ${WRKDIR}/man1/${MAN1} ${MAN1PREFIX}/man/man1
+.for FILE in ${MAN1}
+ ${INSTALL_MAN} ${WRKDIR}/man1/${FILE} ${MAN1PREFIX}/man/man1
+.endfor
${LN} -s ${DATADIR}/lazbuild ${PREFIX}/bin/lazbuild
.include <bsd.port.post.mk>
diff --git a/editors/lazarus/distinfo b/editors/lazarus/distinfo
index 177c4e3e0cdc..f1cf2e0357b8 100644
--- a/editors/lazarus/distinfo
+++ b/editors/lazarus/distinfo
@@ -1,3 +1,3 @@
-MD5 (freepascal/lazarus-0.9.24-0.tar.gz) = bdb0221240d776e4bc32733f2872e2b1
-SHA256 (freepascal/lazarus-0.9.24-0.tar.gz) = 4720c8d633c8e3d18750452278d135450c7c942ff591c10cd7d9afc6bc0f724e
-SIZE (freepascal/lazarus-0.9.24-0.tar.gz) = 11037130
+MD5 (freepascal/lazarus-0.9.26-0.tgz) = f1a7b2f89d1e6a246f25abb235880594
+SHA256 (freepascal/lazarus-0.9.26-0.tgz) = d4c2dc8e8c797049d45d0c01aff51ea94fcae489efab7d4529afb6aeca8066dd
+SIZE (freepascal/lazarus-0.9.26-0.tgz) = 12641854
diff --git a/editors/lazarus/files/patch-components-printers-unix_udlgselectprinter.pp b/editors/lazarus/files/patch-components-printers-unix_udlgselectprinter.pp
deleted file mode 100644
index c0f55dac4538..000000000000
--- a/editors/lazarus/files/patch-components-printers-unix_udlgselectprinter.pp
+++ /dev/null
@@ -1,15 +0,0 @@
---- components/printers/unix/udlgselectprinter.pp Wed Sep 5 11:24:20 2007
-+++ components/printers/unix/udlgselectprinter.pp Wed Sep 5 11:53:09 2007
-@@ -132,7 +132,11 @@
- {$IFDEF darwin}
- miniCupsLibc,
- {$ELSE}
-- Libc,
-+ {$IFDEF freebsd}
-+ miniCupsLibc,
-+ {$ELSE}
-+ Libc,
-+ {$ENDIF}
- {$ENDIF}
- uDlgPropertiesPrinter;
-