- Update to 3.6.15

This commit is contained in:
Jose Alonso Cardenas Marquez 2018-06-03 07:57:10 +00:00
parent f84bd88e33
commit d3d652594f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=471473
3 changed files with 13 additions and 10 deletions

View file

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= coedit
PORTVERSION= 3.6.4
PORTVERSION= 3.6.15
DISTVERSIONPREFIX=v
CATEGORIES= editors
PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX}
@ -13,7 +13,8 @@ LICENSE= BSL
BUILD_DEPENDS= ldmd2:lang/ldc \
${LOCALBASE}/lib/d/libiz.a:devel/iz \
${LOCALBASE}/lib/d/libdparse.a:devel/libdparse
${LOCALBASE}/lib/d/libdparse.a:devel/libdparse \
${LOCALBASE}/lib/d/libstdx-allocator.a:devel/stdx-allocator
RUN_DEPENDS= ldmd2:lang/ldc \
dscanner:devel/d-scanner \
dcd-client:devel/dcd-client \

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1520727939
SHA256 (BBasile-Coedit-v3.6.4_GH0.tar.gz) = afed9234facf9683e0de3620f97d2f00e4b35aae38e7b39b3bd5333ba3278052
SIZE (BBasile-Coedit-v3.6.4_GH0.tar.gz) = 3862290
TIMESTAMP = 1528011225
SHA256 (BBasile-Coedit-v3.6.15_GH0.tar.gz) = 0ba71193560784460a7b36ae24e96be211f91aec14776b2bcafeb0597f0fdedd
SIZE (BBasile-Coedit-v3.6.15_GH0.tar.gz) = 3879879

View file

@ -1,5 +1,5 @@
--- dastworx/build.sh 2018-02-11 21:48:35.000000000 -0500
+++ dastworx/build.sh 2018-02-12 12:01:10.311013000 -0500
--- dastworx/build.sh 2018-06-03 02:41:09.063965000 -0500
+++ dastworx/build.sh 2018-06-03 02:42:21.888100000 -0500
@@ -1,18 +1,3 @@
-#iz sources
-cd ../etc/iz/import/
@ -19,15 +19,17 @@
#dast sources
cd src/
dast=$(find `pwd` -type f -name \*.d)
@@ -21,9 +6,9 @@
@@ -21,10 +6,10 @@
echo building...
#build
-dmd ${dast[@]} ${dparse[@]} ${iz[@]} ${stdxalloc[@]} \
+%%LDMD2_CMD%% ${dast} \
+%%LDMD2_CMD%% ${dast} \
-O -release -inline -boundscheck=off \
--Isrc -I../etc/iz/import -I../etc/libdparse/src -I../etc/stdx-allocator/source \
--of../bin/dastworx
+-Isrc -I%%D_INCLUDE_DIR%% -L%%D_LIB_DIR%%/libiz.a -L%%D_LIB_DIR%%/libdparse.a \
-of../bin/dastworx
+-L%%D_LIB_DIR%%/libstdx-allocator.a -of../bin/dastworx
#cleanup
rm ../bin/dastworx.o