View | Details | Raw Unified | Return to bug 276846 | Differences between
and this patch

Collapse All | Expand All

(-)b/MOVED (+1 lines)
Lines 2985-2987 www/lighttpd-mod_h264_streaming||2024-01-31|Has expired: Does not build with new Link Here
2985
audio/stmp||2024-02-01|Has expired: Broken for more than a year
2985
audio/stmp||2024-02-01|Has expired: Broken for more than a year
2986
audio/baudline||2024-02-01|Has expired: upstream has gone to subscription model and no longer distributes this version. Try comms/Inspectrum or audio/xanalyser instead
2986
audio/baudline||2024-02-01|Has expired: upstream has gone to subscription model and no longer distributes this version. Try comms/Inspectrum or audio/xanalyser instead
2987
x11-themes/kde-icons-noia||2024-02-06|Has expired: Unfetchable and upstream WWW not found
2987
x11-themes/kde-icons-noia||2024-02-06|Has expired: Unfetchable and upstream WWW not found
2988
database/pg_vector|database/pgvector|2024-02-06|Renamed to match upstream
(-)b/databases/Makefile (-1 / +1 lines)
Lines 546-552 Link Here
546
    SUBDIR += pg_similarity
546
    SUBDIR += pg_similarity
547
    SUBDIR += pg_stat_kcache
547
    SUBDIR += pg_stat_kcache
548
    SUBDIR += pg_tileserv
548
    SUBDIR += pg_tileserv
549
    SUBDIR += pg_vector
550
    SUBDIR += pgaccess
549
    SUBDIR += pgaccess
551
    SUBDIR += pgadmin3
550
    SUBDIR += pgadmin3
552
    SUBDIR += pgagroal
551
    SUBDIR += pgagroal
Lines 572-577 Link Here
572
    SUBDIR += pgtcl
571
    SUBDIR += pgtcl
573
    SUBDIR += pgtop
572
    SUBDIR += pgtop
574
    SUBDIR += pguri
573
    SUBDIR += pguri
574
    SUBDIR += pgvector
575
    SUBDIR += php-tarantool
575
    SUBDIR += php-tarantool
576
    SUBDIR += php-xapian
576
    SUBDIR += php-xapian
577
    SUBDIR += php81-dba
577
    SUBDIR += php81-dba
(-)b/databases/pgvector/Makefile (-3 / +5 lines)
Lines 1-12 Link Here
1
PORTNAME=	pg_vector
1
PORTNAME=	pgvector
2
DISTVERSION=	v0.6.0
2
PORTVERSION=	0.6.0
3
DISTVERSIONPREFIX=	v
3
CATEGORIES=	databases
4
CATEGORIES=	databases
4
PKGNAMEPREFIX=	postgresql${PGSQL_VER:S/.//}-
5
PKGNAMEPREFIX=	postgresql${PGSQL_VER:S/.//}-
5
6
6
MAINTAINER=	tz@FreeBSD.org
7
MAINTAINER=	tz@FreeBSD.org
7
COMMENT=	PostgreSQL extension for vector similarity search
8
COMMENT=	PostgreSQL extension for vector similarity search
8
9
9
LICENSE=	BSD2CLAUSE
10
LICENSE=	PostgreSQL
10
11
11
USES=		gmake pgsql:12+
12
USES=		gmake pgsql:12+
12
WANT_PGSQL=	server
13
WANT_PGSQL=	server
Lines 15-20 USE_GITHUB= yes Link Here
15
GH_ACCOUNT=	pgvector
16
GH_ACCOUNT=	pgvector
16
GH_PROJECT=	pgvector
17
GH_PROJECT=	pgvector
17
18
19
MAKE_ARGS=	OPTFLAGS=""
18
MAKE_ENV=	USE_PGXS=1
20
MAKE_ENV=	USE_PGXS=1
19
21
20
post-install:
22
post-install:

Return to bug 276846