aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2022-06-21 01:07:05 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2022-06-21 01:17:20 +0000
commitc77c31909fb042682ba8aed7ca69419de9332804 (patch)
tree80c873c8621a79a19f8fecd7814ec19aee17a0e5 /net-p2p
parentb790baec9029211388a7a26355186fc4d0eb94e9 (diff)
downloadports-c77c31909fb042682ba8aed7ca69419de9332804.tar.gz
ports-c77c31909fb042682ba8aed7ca69419de9332804.zip
lang/fpc: Fix build issues building some fpc based apps
- Add missing parameter to getdirentries syscall function - Re-build i386 and amd64 bootstrap - Revert fpc-i386 (FPC_USE_LIBC) build to syscall build - Bump PORTREVISION in all ports dependant of freepascal compiler
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/awgg/Makefile2
-rw-r--r--net-p2p/transmission-remote-gui/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/awgg/Makefile b/net-p2p/awgg/Makefile
index 3a0731b6cbb9..545e89cb02dd 100644
--- a/net-p2p/awgg/Makefile
+++ b/net-p2p/awgg/Makefile
@@ -1,6 +1,6 @@
PORTNAME= awgg
PORTVERSION= 0.6.0
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= net-p2p
PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX}
diff --git a/net-p2p/transmission-remote-gui/Makefile b/net-p2p/transmission-remote-gui/Makefile
index 01ca4b3832e5..74bcfb74d8b6 100644
--- a/net-p2p/transmission-remote-gui/Makefile
+++ b/net-p2p/transmission-remote-gui/Makefile
@@ -1,6 +1,6 @@
PORTNAME= transmission-remote-gui
PORTVERSION= 5.18.0
-PORTREVISION= 9
+PORTREVISION= 10
DISTVERSIONPREFIX= v
CATEGORIES= net-p2p
PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX}