mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
- USE_MESA -> USE_GL.
- Fix build with thread-safe unixODBC. - Partially fix pkg-plist (still broken on FreeBSD 5). - Bump PORTREVISION.
This commit is contained in:
parent
512239b93f
commit
609543e92b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113149
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= grass
|
||||
PORTVERSION= 5.0.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://grass.itc.it/grass50/source/ \
|
||||
@ -41,7 +41,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}
|
||||
|
||||
USE_ICONV= yes
|
||||
USE_XLIB= yes
|
||||
USE_MESA= yes
|
||||
USE_GL= yes
|
||||
USE_PERL5= yes
|
||||
USE_BISON= yes
|
||||
USE_GMAKE= yes
|
||||
@ -59,6 +59,11 @@ CONFIGURE_ARGS= --with-includes=${LOCALBASE}/include \
|
||||
--with-lapack \
|
||||
--with-nls \
|
||||
--without-motif
|
||||
CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}"
|
||||
CFLAGS+= ${PTHREAD_CFLAGS}
|
||||
|
||||
HOSTNAME!= hostname
|
||||
PLIST_SUB= HOSTNAME="${HOSTNAME}"
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -4437,8 +4437,6 @@ grass5/txt/WEIGHT/dir
|
||||
grass5/txt/WEIGHT/general
|
||||
grass5/txt/WEIGHT/intro
|
||||
grass5/txt/WEIGHT/syntax
|
||||
share/nls/POSIX
|
||||
share/nls/en_US.US-ASCII
|
||||
@dirrm grass5/txt/WEIGHT
|
||||
@dirrm grass5/txt/MONITOR
|
||||
@dirrm grass5/txt/DIGIT2
|
||||
@ -4462,6 +4460,7 @@ share/nls/en_US.US-ASCII
|
||||
@dirrm grass5/man/man1
|
||||
@dirrm grass5/man/help
|
||||
@dirrm grass5/man
|
||||
@dirrm grass5/locks/%%HOSTNAME%%
|
||||
@dirrm grass5/locks
|
||||
@dirrm grass5/locale/ru/LC_MESSAGES
|
||||
@dirrm grass5/locale/ru
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= grass
|
||||
PORTVERSION= 5.0.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://grass.itc.it/grass50/source/ \
|
||||
@ -41,7 +41,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}
|
||||
|
||||
USE_ICONV= yes
|
||||
USE_XLIB= yes
|
||||
USE_MESA= yes
|
||||
USE_GL= yes
|
||||
USE_PERL5= yes
|
||||
USE_BISON= yes
|
||||
USE_GMAKE= yes
|
||||
@ -59,6 +59,11 @@ CONFIGURE_ARGS= --with-includes=${LOCALBASE}/include \
|
||||
--with-lapack \
|
||||
--with-nls \
|
||||
--without-motif
|
||||
CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}"
|
||||
CFLAGS+= ${PTHREAD_CFLAGS}
|
||||
|
||||
HOSTNAME!= hostname
|
||||
PLIST_SUB= HOSTNAME="${HOSTNAME}"
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -4437,8 +4437,6 @@ grass5/txt/WEIGHT/dir
|
||||
grass5/txt/WEIGHT/general
|
||||
grass5/txt/WEIGHT/intro
|
||||
grass5/txt/WEIGHT/syntax
|
||||
share/nls/POSIX
|
||||
share/nls/en_US.US-ASCII
|
||||
@dirrm grass5/txt/WEIGHT
|
||||
@dirrm grass5/txt/MONITOR
|
||||
@dirrm grass5/txt/DIGIT2
|
||||
@ -4462,6 +4460,7 @@ share/nls/en_US.US-ASCII
|
||||
@dirrm grass5/man/man1
|
||||
@dirrm grass5/man/help
|
||||
@dirrm grass5/man
|
||||
@dirrm grass5/locks/%%HOSTNAME%%
|
||||
@dirrm grass5/locks
|
||||
@dirrm grass5/locale/ru/LC_MESSAGES
|
||||
@dirrm grass5/locale/ru
|
||||
|
Loading…
Reference in New Issue
Block a user