mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
This is a port of a (static) GNU libiberty, taken from GNU binutils.
Routines of this library (including undocumented ones) are occasionally required by certain GNU software.
This commit is contained in:
parent
50cf78668a
commit
39686386f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107867
@ -284,6 +284,7 @@
|
||||
SUBDIR += gnomecrash
|
||||
SUBDIR += gnomevfs
|
||||
SUBDIR += gnomevfs2
|
||||
SUBDIR += gnulibiberty
|
||||
SUBDIR += gnustep
|
||||
SUBDIR += gnustep-make
|
||||
SUBDIR += gob2
|
||||
|
27
devel/gnulibiberty/Makefile
Normal file
27
devel/gnulibiberty/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: libiberty
|
||||
# Date created: 27 Feb 2004
|
||||
# Whom: Joerg Wunsch <joerg@freebsd.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gnulibiberty
|
||||
PORTVERSION= 2.14
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
|
||||
MASTER_SITE_SUBDIR= binutils/releases
|
||||
DISTNAME= binutils-${PORTVERSION}
|
||||
|
||||
MAINTAINER= joerg@freebsd.org
|
||||
COMMENT= Miscellaneous GNU functions
|
||||
|
||||
WRKSRC= ${WRKDIR}/binutils-${PORTVERSION}/libiberty
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
CONFIGURE_ARGS= --enable-install-libiberty
|
||||
USE_LIBTOOL= yes
|
||||
|
||||
CONFLICTS= freelibiberty-*
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/gnulibiberty/distinfo
Normal file
2
devel/gnulibiberty/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (binutils-2.14.tar.bz2) = 2da8def15d28af3ec6af0982709ae90a
|
||||
SIZE (binutils-2.14.tar.bz2) = 10921504
|
2
devel/gnulibiberty/pkg-descr
Normal file
2
devel/gnulibiberty/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
Miscellaneous programming items which are mainly used in many
|
||||
GNU sources.
|
2
devel/gnulibiberty/pkg-plist
Normal file
2
devel/gnulibiberty/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
lib/libiberty.a
|
||||
share/nls/en_US.US-ASCII
|
Loading…
Reference in New Issue
Block a user