Date: Thu, 7 Mar 2019 06:29:54 +0000 (UTC) From: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494911 - in head/editors/dexed: . files Message-ID: <201903070629.x276TsRj096314@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: acm Date: Thu Mar 7 06:29:54 2019 New Revision: 494911 URL: https://svnweb.freebsd.org/changeset/ports/494911 Log: - Update to 3.7.4 Added: head/editors/dexed/files/patch-src_u_compilers.pas - copied, changed from r494910, head/editors/dexed/files/patch-src_ce__compilers.pas Deleted: head/editors/dexed/files/patch-src_ce__compilers.pas Modified: head/editors/dexed/Makefile head/editors/dexed/distinfo Modified: head/editors/dexed/Makefile ============================================================================== --- head/editors/dexed/Makefile Thu Mar 7 06:28:01 2019 (r494910) +++ head/editors/dexed/Makefile Thu Mar 7 06:29:54 2019 (r494911) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= dexed -PORTVERSION= 3.6.21 +PORTVERSION= 3.7.4 DISTVERSIONPREFIX=v -PORTREVISION= 1 CATEGORIES= editors PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} @@ -30,7 +29,7 @@ GH_ACCOUNT= BBasile USES= fpc lazarus:flavors USE_FPC= chm fcl-base fcl-db fcl-image fcl-json fcl-net fcl-registry \ - fcl-stl fcl-web fcl-xml numlib openssl pasjpeg rtl-objpas \ + fcl-stl fcl-web fcl-xml numlib opengl openssl pasjpeg rtl-objpas \ regexpr rtl-extra x11 USE_XORG= x11 @@ -47,6 +46,7 @@ D_INCLUDE_DIR= ${LOCALBASE}/include/d LAZARUS_PROJECT_FILES= anchordocking/anchordocking.lpk lazproj/dexed.lpi LAZBUILD_ARGS= -d +LLD_UNSAFE= yes LDMD2_CMD= ${LOCALBASE}/bin/ldmd2 @@ -64,8 +64,8 @@ post-patch: -e 's|%%D_LIB_DIR%%|${D_LIB_DIR}|g' \ -e 's|%%D_INCLUDE_DIR%%|${D_INCLUDE_DIR}|g' \ ${WRKSRC}/dastworx/build.sh - ${REINPLACE_CMD} -e 's|LINUX|UNIX|g' ${WRKSRC}/src/ce_common.pas ${WRKSRC}/src/ce_dcd.pas - ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/src/ce_compilers.pas + ${REINPLACE_CMD} -e 's|LINUX|UNIX|g' ${WRKSRC}/src/u_common.pas ${WRKSRC}/src/u_dcd.pas + ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/src/u_compilers.pas post-configure: @${MKDIR} ${WRKSRC}/tmppcp Modified: head/editors/dexed/distinfo ============================================================================== --- head/editors/dexed/distinfo Thu Mar 7 06:28:01 2019 (r494910) +++ head/editors/dexed/distinfo Thu Mar 7 06:29:54 2019 (r494911) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541485057 -SHA256 (BBasile-dexed-v3.6.21_GH0.tar.gz) = 36887f4da9ddb68a98b1135e6cb442e3edd713f743f032f7a0b2fe9b4dad2802 -SIZE (BBasile-dexed-v3.6.21_GH0.tar.gz) = 3769679 +TIMESTAMP = 1551657539 +SHA256 (BBasile-dexed-v3.7.4_GH0.tar.gz) = ab339ef375f22d4e19484d3635eaa855d31e1e517e3948ac8d9b5e89030b5de4 +SIZE (BBasile-dexed-v3.7.4_GH0.tar.gz) = 3773547 Copied and modified: head/editors/dexed/files/patch-src_u_compilers.pas (from r494910, head/editors/dexed/files/patch-src_ce__compilers.pas) ============================================================================== --- head/editors/dexed/files/patch-src_ce__compilers.pas Thu Mar 7 06:28:01 2019 (r494910, copy source) +++ head/editors/dexed/files/patch-src_u_compilers.pas Thu Mar 7 06:29:54 2019 (r494911) @@ -1,5 +1,5 @@ ---- src/ce_compilers.pas 2017-07-14 05:55:36 UTC -+++ src/ce_compilers.pas +--- src/u_compilers.pas 2017-07-14 05:55:36 UTC ++++ src/u_compilers.pas @@ -674,6 +674,7 @@ begin fPaths.DmdPhobosPath := path + '\src\phobos'; end;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903070629.x276TsRj096314>