mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Update to version 0.12
PR: 51230 Submitted by: Ports Fury
This commit is contained in:
parent
17cf9832b8
commit
dbb61112c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79815
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= open-cobol
|
||||
PORTVERSION= 0.10
|
||||
PORTVERSION= 0.12
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -17,21 +17,16 @@ COMMENT= An open-source COBOL compiler
|
||||
|
||||
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
|
||||
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \
|
||||
gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \
|
||||
ltdl.1:${PORTSDIR}/devel/libtool \
|
||||
gmp.6:${PORTSDIR}/math/libgmp4
|
||||
gmp.6:${PORTSDIR}/math/libgmp4 \
|
||||
ltdl.1:${PORTSDIR}/devel/libtool
|
||||
RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
|
||||
|
||||
USE_REINPLACE= yes
|
||||
USE_GNOME= gnomehack
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS= --with-readline
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g'
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (open-cobol-0.10.tar.gz) = 613ccc8415e591eab1f42f9e324c24df
|
||||
MD5 (open-cobol-0.12.tar.gz) = 2b6397eecb6825f85db8927c671c2604
|
||||
|
@ -1,3 +1,4 @@
|
||||
@comment $FreeBSD$
|
||||
bin/cob-config
|
||||
bin/cobc
|
||||
bin/cobpp
|
||||
@ -16,7 +17,7 @@ info/open-cobol.info
|
||||
@exec install-info %D/info/open-cobol.info %D/info/dir
|
||||
lib/libcob.a
|
||||
lib/libcob.so
|
||||
lib/libcob.so.0
|
||||
lib/libcob.so.1
|
||||
libdata/pkgconfig/cob.pc
|
||||
share/locale/ja/LC_MESSAGES/open-cobol.mo
|
||||
@dirrm include/libcob
|
||||
|
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= open-cobol
|
||||
PORTVERSION= 0.10
|
||||
PORTVERSION= 0.12
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -17,21 +17,16 @@ COMMENT= An open-source COBOL compiler
|
||||
|
||||
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
|
||||
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \
|
||||
gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \
|
||||
ltdl.1:${PORTSDIR}/devel/libtool \
|
||||
gmp.6:${PORTSDIR}/math/libgmp4
|
||||
gmp.6:${PORTSDIR}/math/libgmp4 \
|
||||
ltdl.1:${PORTSDIR}/devel/libtool
|
||||
RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
|
||||
|
||||
USE_REINPLACE= yes
|
||||
USE_GNOME= gnomehack
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS= --with-readline
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g'
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (open-cobol-0.10.tar.gz) = 613ccc8415e591eab1f42f9e324c24df
|
||||
MD5 (open-cobol-0.12.tar.gz) = 2b6397eecb6825f85db8927c671c2604
|
||||
|
@ -1,3 +1,4 @@
|
||||
@comment $FreeBSD$
|
||||
bin/cob-config
|
||||
bin/cobc
|
||||
bin/cobpp
|
||||
@ -16,7 +17,7 @@ info/open-cobol.info
|
||||
@exec install-info %D/info/open-cobol.info %D/info/dir
|
||||
lib/libcob.a
|
||||
lib/libcob.so
|
||||
lib/libcob.so.0
|
||||
lib/libcob.so.1
|
||||
libdata/pkgconfig/cob.pc
|
||||
share/locale/ja/LC_MESSAGES/open-cobol.mo
|
||||
@dirrm include/libcob
|
||||
|
Loading…
Reference in New Issue
Block a user