aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Gallamore <ultima@FreeBSD.org>2017-07-28 18:58:24 +0000
committerRichard Gallamore <ultima@FreeBSD.org>2017-07-28 18:58:24 +0000
commit568bba2e9dd6277812e066d2738278c11c849bbe (patch)
treed2025e178a8ad95f3779955c10155cdd82ab5ddd
parente6c664eccaedcb9d5442a3d5842305117bd4e7cc (diff)
downloadports-568bba2e9dd6277812e066d2738278c11c849bbe.tar.gz
ports-568bba2e9dd6277812e066d2738278c11c849bbe.zip
Notes
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile2
-rw-r--r--devel/libffcall/Makefile (renamed from devel/ffcall/Makefile)5
-rw-r--r--devel/libffcall/distinfo (renamed from devel/ffcall/distinfo)0
-rw-r--r--devel/libffcall/pkg-descr (renamed from devel/ffcall/pkg-descr)0
-rw-r--r--devel/libffcall/pkg-plist (renamed from devel/ffcall/pkg-plist)0
-rw-r--r--lang/gforth/Makefile2
-rw-r--r--lang/qscheme/Makefile2
8 files changed, 6 insertions, 6 deletions
diff --git a/MOVED b/MOVED
index 644778f0714e..ded2c078367c 100644
--- a/MOVED
+++ b/MOVED
@@ -9470,3 +9470,4 @@ security/sshguard-pf|security/sshguard|2017-07-20|Merged with security/sshguard
security/sshguard-null|security/sshguard|2017-07-20|Merged with security/sshguard
audio/gstreamer1-plugins-mad|audio/gstreamer1-plugins-mpg123|2017-07-21|The GStreamer 1 mad plugin was removed, the mpg123 plugin supplies the same functionality
x11-toolkits/gstreamer1-plugins-gtksink|x11-toolkits/gstreamer1-plugins-gtk|2017-07-21|The GStreamer 1 gtksink plugin was renamed
+devel/ffcall|devel/libffcall|2017-07-28|Project was renamed
diff --git a/devel/Makefile b/devel/Makefile
index 79e398ca4348..93f892a4b56f 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -592,7 +592,6 @@
SUBDIR += fb-adb
SUBDIR += fb303
SUBDIR += fc++
- SUBDIR += ffcall
SUBDIR += fga
SUBDIR += fhist
SUBDIR += fib
@@ -1333,6 +1332,7 @@
SUBDIR += libfaketime
SUBDIR += libfastcommon
SUBDIR += libfastjson
+ SUBDIR += libffcall
SUBDIR += libffi
SUBDIR += libfirm
SUBDIR += libflatarray
diff --git a/devel/ffcall/Makefile b/devel/libffcall/Makefile
index 6f6230eccbe6..11895d7b398a 100644
--- a/devel/ffcall/Makefile
+++ b/devel/libffcall/Makefile
@@ -1,11 +1,10 @@
# Created by: jagapen@home.com
# $FreeBSD$
-PORTNAME= ffcall
+PORTNAME= libffcall
PORTVERSION= 1.13
CATEGORIES= devel
-MASTER_SITES= GNU/lib${PORTNAME}
-DISTNAME= lib${PORTNAME}-${PORTVERSION}
+MASTER_SITES= GNU/${PORTNAME}
MAINTAINER= amutu@amutu.com
COMMENT= Foreign function call libraries
diff --git a/devel/ffcall/distinfo b/devel/libffcall/distinfo
index e172aa5a39b6..e172aa5a39b6 100644
--- a/devel/ffcall/distinfo
+++ b/devel/libffcall/distinfo
diff --git a/devel/ffcall/pkg-descr b/devel/libffcall/pkg-descr
index ba86e1d742bb..ba86e1d742bb 100644
--- a/devel/ffcall/pkg-descr
+++ b/devel/libffcall/pkg-descr
diff --git a/devel/ffcall/pkg-plist b/devel/libffcall/pkg-plist
index 4469fed9e119..4469fed9e119 100644
--- a/devel/ffcall/pkg-plist
+++ b/devel/libffcall/pkg-plist
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile
index 54384fee29f9..614367055186 100644
--- a/lang/gforth/Makefile
+++ b/lang/gforth/Makefile
@@ -13,7 +13,7 @@ COMMENT= Fast and portable Forth system
LIB_DEPENDS= libffi.so.6:devel/libffi \
libltdl.so:devel/libltdl
-BUILD_DEPENDS= ${LOCALBASE}/include/avcall.h:devel/ffcall
+BUILD_DEPENDS= ${LOCALBASE}/include/avcall.h:devel/libffcall
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
diff --git a/lang/qscheme/Makefile b/lang/qscheme/Makefile
index 9db92ca40dbc..fadcfe3a71b9 100644
--- a/lang/qscheme/Makefile
+++ b/lang/qscheme/Makefile
@@ -12,7 +12,7 @@ COMMENT= Small and fast Scheme interpreter
LICENSE= GPLv2
-LIB_DEPENDS= libavcall.so:devel/ffcall \
+LIB_DEPENDS= libavcall.so:devel/libffcall \
libgmp.so:math/gmp \
libpcre.so:devel/pcre