diff options
author | acm <acm@FreeBSD.org> | 2019-08-16 00:11:27 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2019-08-16 00:11:27 +0800 |
commit | a6368cff77c6800f241c31bdcadb27d521125ef7 (patch) | |
tree | 962eb9af470c9f05449b45bf33a0b227ef221b61 /ftp | |
parent | f3d7111a5d0752ad70da138c20aa99cb7d9c3fee (diff) | |
download | freebsd-ports-gnome-a6368cff77c6800f241c31bdcadb27d521125ef7.tar.gz freebsd-ports-gnome-a6368cff77c6800f241c31bdcadb27d521125ef7.tar.zst freebsd-ports-gnome-a6368cff77c6800f241c31bdcadb27d521125ef7.zip |
- Add new fpc bootstrap (i386 and x86_64). It could need less COMPATX
dependencies in kernel
- Add patch file to solve some linking problem
- Remove LD_UNSAFE. Now it can be defined via LDPATH (/usr/bin/ld.bfd by
default). fpc is not working with lld. We will use binutils-ports when
ld.bfd is moved from base if lld not working on future version
of fpc
- Bump PORTREVISION
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/fpc-libcurl/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ftp/fpc-libcurl/Makefile b/ftp/fpc-libcurl/Makefile index a6a3579758c7..507b59a0ac8b 100644 --- a/ftp/fpc-libcurl/Makefile +++ b/ftp/fpc-libcurl/Makefile @@ -1,4 +1,3 @@ -# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ CATEGORIES= ftp lang |