mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
net/rabbitmq-c-devel: remove obsolete -devel variant
Reported by: portscout Sponsored by: SkunkWerks, GmbH
This commit is contained in:
parent
8bc8cdfce5
commit
0ac8fd983a
1
MOVED
1
MOVED
@ -17612,3 +17612,4 @@ devel/py-types-xxhash||2022-11-15|No longer needed, type annotations are now ava
|
||||
devel/awscli|devel/py-awscli|2022-11-15|Renamed comply with Python Ports Policy and flavored
|
||||
graphics/sciplot|science/sciplot|2022-11-15|Move to avoid conflict with graphics/SciPlot
|
||||
x11-wm/hyprland-devel|x11-wm/hyprland|2022-11-16|Updated to the latest stable version
|
||||
net/rabbitmq-c-devel|net/rabbitmq-c|2022-11-16|Remove obsolete devel port, use net/rabbitmq-c instead
|
||||
|
@ -1181,7 +1181,6 @@
|
||||
SUBDIR += rabbiteer
|
||||
SUBDIR += rabbitmq
|
||||
SUBDIR += rabbitmq-c
|
||||
SUBDIR += rabbitmq-c-devel
|
||||
SUBDIR += radcli
|
||||
SUBDIR += raddump
|
||||
SUBDIR += radiator
|
||||
|
@ -1,28 +0,0 @@
|
||||
PORTNAME= rabbitmq-c
|
||||
PORTVERSION= 0.10.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= net
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
||||
MAINTAINER= dch@FreeBSD.org
|
||||
COMMENT= RabbitMQ C AMQP client library
|
||||
WWW= https://www.rabbitmq.com/
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE-MIT
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0:devel/py-simplejson@${PY_FLAVOR}
|
||||
|
||||
CONFLICTS= rabbitmq-c
|
||||
|
||||
USES= cmake pathfix python ssl
|
||||
USE_GITHUB= yes
|
||||
USE_LDCONFIG= yes
|
||||
GH_ACCOUNT= alanxz
|
||||
|
||||
OPTIONS_DEFINE= POPT
|
||||
OPTIONS_SUB= yes
|
||||
POPT_DESC= Popt support in tools
|
||||
POPT_LIB_DEPENDS= libpopt.so:devel/popt
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,3 +0,0 @@
|
||||
TIMESTAMP = 1607644490
|
||||
SHA256 (alanxz-rabbitmq-c-v0.10.0_GH0.tar.gz) = 6455efbaebad8891c59f274a852b75b5cc51f4d669dfc78d2ae7e6cc97fcd8c0
|
||||
SIZE (alanxz-rabbitmq-c-v0.10.0_GH0.tar.gz) = 145361
|
@ -1,12 +0,0 @@
|
||||
--- librabbitmq/amqp_tcp_socket.c.orig 2015-06-17 07:41:33 UTC
|
||||
+++ librabbitmq/amqp_tcp_socket.c
|
||||
@@ -32,6 +32,9 @@
|
||||
#ifndef _WIN32
|
||||
# include <netinet/tcp.h>
|
||||
#endif
|
||||
+#include <sys/types.h>
|
||||
+#include <sys/socket.h>
|
||||
+#include <netinet/in.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -1,6 +0,0 @@
|
||||
This is a C-language AMQP client library for use with AMQP servers
|
||||
speaking protocol versions 0-8 and 0-9-1. This port only speaks the
|
||||
0-9-1 protocol version, for 0-8 use net/rabbitmq-c.
|
||||
|
||||
See also: https://github.com/alanxz/rabbitmq-c
|
||||
See also: https://www.amqp.org/
|
@ -1,14 +0,0 @@
|
||||
%%POPT%%bin/amqp-consume
|
||||
%%POPT%%bin/amqp-declare-queue
|
||||
%%POPT%%bin/amqp-delete-queue
|
||||
%%POPT%%bin/amqp-get
|
||||
%%POPT%%bin/amqp-publish
|
||||
include/amqp.h
|
||||
include/amqp_framing.h
|
||||
include/amqp_ssl_socket.h
|
||||
include/amqp_tcp_socket.h
|
||||
lib/librabbitmq.a
|
||||
lib/librabbitmq.so
|
||||
lib/librabbitmq.so.4
|
||||
lib/librabbitmq.so.4.4.0
|
||||
libdata/pkgconfig/librabbitmq.pc
|
Loading…
Reference in New Issue
Block a user