- Update to 0.9.30
This commit is contained in:
parent
d3eadff7b0
commit
69b389e22b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276096
2 changed files with 7 additions and 9 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= lazarus
|
||||
PORTVERSION= 0.9.28.3
|
||||
PORTVERSION= 0.9.30
|
||||
CATEGORIES= editors devel
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
|
||||
${MASTER_SITE_LOCAL:S|$|acm/freepascal/|} \
|
||||
|
@ -17,6 +17,8 @@ DIST_SUBDIR= freepascal
|
|||
MAINTAINER= acm@FreeBSD.org
|
||||
COMMENT= A portable Delphi-like IDE for the FreePascal compiler
|
||||
|
||||
BUILD_DEPENDS= fpcres:${PORTSDIR}/lang/fpc-utils
|
||||
|
||||
PROJECTHOST= bsdistfiles
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
|
||||
|
@ -25,15 +27,14 @@ USE_ICONV= yes
|
|||
USE_GETTEXT= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= #
|
||||
USE_FPC= fcl-base fcl-db fcl-image fcl-process fcl-registry fcl-xml \
|
||||
USE_FPC= fcl-base fcl-db fcl-image fcl-process fcl-registry fcl-res fcl-xml \
|
||||
iconvenc pasjpeg x11
|
||||
|
||||
MAKE_ENV= OPT="-Sgic -Fu${UNITSDIR}/* -Fl${LOCALBASE}/lib -Fl${LOCALBASE}/lib/qt4 ${OPT_EXTRA}"
|
||||
MAN1= lazarus-ide.1 lazbuild.1 startlazarus.1
|
||||
PLIST= ${WRKDIR}/pkg-plist
|
||||
SUB_FILES= pkg-message
|
||||
SUB_LIST+= PORTSDIR="${PORTSDIR}"
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
OPTIONS= GTK2 "Use gtk20 interface instead of gtk12" on \
|
||||
QT4 "Use qt4 interface" off
|
||||
|
@ -73,8 +74,6 @@ post-extract:
|
|||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' -e 's|%%DATADIR%%|${DATADIR}|g' \
|
||||
${WRKSRC}/${MAKEFILE}
|
||||
@${REINPLACE_CMD} -e 's|libqt4intf.so.5|libQt4Pas.so.5|g' \
|
||||
${WRKSRC}/lcl/interfaces/qt/qt45.pas
|
||||
|
||||
do-build:
|
||||
@cd ${WRKSRC} && \
|
||||
|
@ -151,7 +150,6 @@ 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
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (freepascal/lazarus-0.9.28.3-src.tar.bz2) = 91e5d5488a62a73fe3a733cbea071c6f322f875b2f7cc44e30b11e64c115bb0c
|
||||
SIZE (freepascal/lazarus-0.9.28.3-src.tar.bz2) = 15352672
|
||||
SHA256 (freepascal/lazarus-0.9.30-src.tar.bz2) = ee8ba358e996a6f436f70d15e64976789c2b8f28b2e2dbf1b737de593b4d23e3
|
||||
SIZE (freepascal/lazarus-0.9.30-src.tar.bz2) = 17926864
|
||||
|
|
Loading…
Reference in a new issue