View | Details | Raw Unified | Return to bug 220905
Collapse All | Expand All

(-)b/MOVED (+1 lines)
Lines 9469-9471 databases/py-odbc|databases/py-pyodbc|2017-07-18|Rename to comply with PyPI sche Link Here
9469
security/sshguard-ipfw|security/sshguard|2017-07-20|Merged with security/sshguard
9469
security/sshguard-ipfw|security/sshguard|2017-07-20|Merged with security/sshguard
9470
security/sshguard-pf|security/sshguard|2017-07-20|Merged with security/sshguard
9470
security/sshguard-pf|security/sshguard|2017-07-20|Merged with security/sshguard
9471
security/sshguard-null|security/sshguard|2017-07-20|Merged with security/sshguard
9471
security/sshguard-null|security/sshguard|2017-07-20|Merged with security/sshguard
9472
devel/ffcall|devel/libffcall|2017-07-21|Project was renamed
(-)b/devel/Makefile (-1 / +1 lines)
Lines 581-587 Link Here
581
    SUBDIR += fb-adb
581
    SUBDIR += fb-adb
582
    SUBDIR += fb303
582
    SUBDIR += fb303
583
    SUBDIR += fc++
583
    SUBDIR += fc++
584
    SUBDIR += ffcall
584
    SUBDIR += libffcall
585
    SUBDIR += fga
585
    SUBDIR += fga
586
    SUBDIR += fhist
586
    SUBDIR += fhist
587
    SUBDIR += fib
587
    SUBDIR += fib
(-)b/devel/libffcall/Makefile (-3 / +2 lines)
Lines 1-11 Link Here
1
# Created by: jagapen@home.com
1
# Created by: jagapen@home.com
2
# $FreeBSD: head/devel/ffcall/Makefile 444836 2017-07-01 20:28:10Z ultima $
2
# $FreeBSD: head/devel/ffcall/Makefile 444836 2017-07-01 20:28:10Z ultima $
3
3
4
PORTNAME=	ffcall
4
PORTNAME=	libffcall
5
PORTVERSION=	1.13
5
PORTVERSION=	1.13
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
MASTER_SITES=	GNU/lib${PORTNAME}
7
MASTER_SITES=	GNU/${PORTNAME}
8
DISTNAME=	lib${PORTNAME}-${PORTVERSION}
9
8
10
MAINTAINER=	amutu@amutu.com
9
MAINTAINER=	amutu@amutu.com
11
COMMENT=	Foreign function call libraries
10
COMMENT=	Foreign function call libraries
(-)b/lang/gforth/Makefile (-1 / +1 lines)
Lines 13-19 COMMENT= Fast and portable Forth system Link Here
13
13
14
LIB_DEPENDS=	libffi.so.6:devel/libffi \
14
LIB_DEPENDS=	libffi.so.6:devel/libffi \
15
		libltdl.so:devel/libltdl
15
		libltdl.so:devel/libltdl
16
BUILD_DEPENDS=	${LOCALBASE}/include/avcall.h:devel/ffcall
16
BUILD_DEPENDS=	${LOCALBASE}/include/avcall.h:devel/libffcall
17
17
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
CPPFLAGS+=	-I${LOCALBASE}/include
19
CPPFLAGS+=	-I${LOCALBASE}/include
(-)b/lang/qscheme/Makefile (-1 / +1 lines)
Lines 12-18 COMMENT= Small and fast Scheme interpreter Link Here
12
12
13
LICENSE=	GPLv2
13
LICENSE=	GPLv2
14
14
15
LIB_DEPENDS=	libavcall.so:devel/ffcall \
15
LIB_DEPENDS=	libavcall.so:devel/libffcall \
16
		libgmp.so:math/gmp \
16
		libgmp.so:math/gmp \
17
		libpcre.so:devel/pcre
17
		libpcre.so:devel/pcre
18
18

Return to bug 220905