mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
enable c++ support
bump portrevision
This commit is contained in:
parent
80d369c49f
commit
bf9ac17fa0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60482
@ -8,6 +8,7 @@
|
||||
|
||||
PORTNAME= libgmp
|
||||
PORTVERSION= 4.0.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= gmp
|
||||
@ -16,12 +17,8 @@ DISTNAME= gmp-${PORTVERSION}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-cxx
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e "s/--tag=CC//g" ${WRKSRC}/mpn/Makefile.in
|
||||
|
||||
pre-configure:
|
||||
@${LN} -fs ${LOCALBASE}/bin/libtool ${WRKSRC}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,8 +1,13 @@
|
||||
include/gmp.h
|
||||
include/gmpxx.h
|
||||
lib/libgmp.a
|
||||
lib/libgmp.la
|
||||
lib/libgmp.so
|
||||
lib/libgmp.so.5
|
||||
lib/libgmpxx.a
|
||||
lib/libgmpxx.la
|
||||
lib/libgmpxx.so
|
||||
lib/libgmpxx.so.3
|
||||
@unexec install-info --delete %D/info/gmp %D/info/dir
|
||||
info/gmp.info
|
||||
info/gmp.info-1
|
||||
|
@ -8,6 +8,7 @@
|
||||
|
||||
PORTNAME= libgmp
|
||||
PORTVERSION= 4.0.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= gmp
|
||||
@ -16,12 +17,8 @@ DISTNAME= gmp-${PORTVERSION}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-cxx
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e "s/--tag=CC//g" ${WRKSRC}/mpn/Makefile.in
|
||||
|
||||
pre-configure:
|
||||
@${LN} -fs ${LOCALBASE}/bin/libtool ${WRKSRC}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,8 +1,13 @@
|
||||
include/gmp.h
|
||||
include/gmpxx.h
|
||||
lib/libgmp.a
|
||||
lib/libgmp.la
|
||||
lib/libgmp.so
|
||||
lib/libgmp.so.5
|
||||
lib/libgmpxx.a
|
||||
lib/libgmpxx.la
|
||||
lib/libgmpxx.so
|
||||
lib/libgmpxx.so.3
|
||||
@unexec install-info --delete %D/info/gmp %D/info/dir
|
||||
info/gmp.info
|
||||
info/gmp.info-1
|
||||
|
Loading…
Reference in New Issue
Block a user