diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2019-09-03 23:51:50 +0800 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2019-09-03 23:51:50 +0800 |
commit | c0b7145df28e7429c6182f219c699ee01fabdb9a (patch) | |
tree | f9c6286fe7054695e2fcc571061cd6d3ed5f216d /science | |
parent | e9791b91d43b0140cf2b03162f96f21db72f38c9 (diff) | |
download | freebsd-ports-gnome-c0b7145df28e7429c6182f219c699ee01fabdb9a.tar.gz freebsd-ports-gnome-c0b7145df28e7429c6182f219c699ee01fabdb9a.tar.zst freebsd-ports-gnome-c0b7145df28e7429c6182f219c699ee01fabdb9a.zip |
- Rebuild bootstrap (ppcx64 and ppc386) with ld patches
- Fix build on 12-STABLE and CURRENT (amd64 and i386)
- Bump PORTREVISION for all ports that depends of lang/fpc
- Add USE_BINUTILS to fpc and lazarus based ports
- Add binutils dependency to Uses/fpc.mk and Uses/lazarus.mk
PR: 240293 239934 233413 214864
Exp-run by: antoine
Diffstat (limited to 'science')
-rw-r--r-- | science/checkmol/Makefile | 4 | ||||
-rw-r--r-- | science/mol2ps/Makefile | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/science/checkmol/Makefile b/science/checkmol/Makefile index 9b8725c54c2a..cee51a8ce97d 100644 --- a/science/checkmol/Makefile +++ b/science/checkmol/Makefile @@ -3,7 +3,7 @@ PORTNAME= checkmol PORTVERSION= 0.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= science MASTER_SITES= http://merian.pch.univie.ac.at/pch/download/chemistry/checkmol/ EXTRACT_SUFX= .pas @@ -23,8 +23,6 @@ USES= fpc PLIST_FILES= bin/checkmol bin/matchmol -LLD_UNSAFE= yes - do-build: (cd ${WRKSRC} && ${LOCALBASE}/bin/fpc ${EXTRACT_ONLY} -S2 -O3) diff --git a/science/mol2ps/Makefile b/science/mol2ps/Makefile index a8cc409fcdb5..e055a86362d6 100644 --- a/science/mol2ps/Makefile +++ b/science/mol2ps/Makefile @@ -3,7 +3,7 @@ PORTNAME= mol2ps PORTVERSION= 0.4b -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science MASTER_SITES= http://merian.pch.univie.ac.at/pch/download/chemistry/${PORTNAME}/ DISTNAME= ${PORTNAME} @@ -26,8 +26,6 @@ USE_FPC= rtl-objpas PLIST_FILES= bin/mol2eps bin/mol2ps bin/mol2svg %%DATADIR%%/color.conf -LLD_UNSAFE= yes - do-build: (cd ${WRKSRC} && ${LOCALBASE}/bin/fpc mol2ps -S2 -O3) |