diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2019-08-16 00:11:27 +0800 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2019-08-16 00:11:27 +0800 |
commit | 4b5930e48a6f56f3b6ed302f77a648181f48eaf3 (patch) | |
tree | 962eb9af470c9f05449b45bf33a0b227ef221b61 /archivers | |
parent | fa9b48734b7ca11dc49345fc99cb97764b375e94 (diff) | |
download | freebsd-ports-gnome-4b5930e48a6f56f3b6ed302f77a648181f48eaf3.tar.gz freebsd-ports-gnome-4b5930e48a6f56f3b6ed302f77a648181f48eaf3.tar.zst freebsd-ports-gnome-4b5930e48a6f56f3b6ed302f77a648181f48eaf3.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 'archivers')
-rw-r--r-- | archivers/fpc-unzip/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/archivers/fpc-unzip/Makefile b/archivers/fpc-unzip/Makefile index d56b1b9851c8..397255f04e4e 100644 --- a/archivers/fpc-unzip/Makefile +++ b/archivers/fpc-unzip/Makefile @@ -1,4 +1,3 @@ -# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ CATEGORIES= archivers lang |