mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
- Strip libraries
This commit is contained in:
parent
2a45d9d133
commit
212cd14ec9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364825
@ -3,18 +3,19 @@
|
||||
|
||||
PORTNAME= umem
|
||||
PORTVERSION= 1.0.1
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://labs.omniti.com/portableumem/releases/${PORTVERSION:R}/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Port of the Solaris memory allocator
|
||||
|
||||
USES= libtool:keepla tar:bzip2
|
||||
USES= libtool tar:bzip2
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's/ -ldl//g' ${WRKSRC}/Makefile.in
|
||||
|
@ -1,12 +1,10 @@
|
||||
include/sys/vmem.h
|
||||
include/umem.h
|
||||
lib/libumem.a
|
||||
lib/libumem.la
|
||||
lib/libumem.so
|
||||
lib/libumem.so.0
|
||||
lib/libumem.so.0.0.0
|
||||
lib/libumem_malloc.a
|
||||
lib/libumem_malloc.la
|
||||
lib/libumem_malloc.so
|
||||
lib/libumem_malloc.so.0
|
||||
lib/libumem_malloc.so.0.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user