mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 0.9.1
- Fix build on 4.X - Use USE_LIBTOOL_VER=15 PR: ports/80038 Submitted by: Antoine Brodin <antoine.brodin@laposte.net> (maintainer) Approved by: adamw (mentor)
This commit is contained in:
parent
4ce03b5dd3
commit
e92c1abe93
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133622
3 changed files with 7 additions and 10 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= libggigcp
|
||||
PORTVERSION= 0.9.0
|
||||
PORTVERSION= 0.9.1
|
||||
CATEGORIES= graphics devel
|
||||
MASTER_SITES= http://www.ggi-project.org/ftp/ggi/v2.1/ \
|
||||
${MASTER_SITE_SOURCEFORGE}
|
||||
|
@ -21,7 +21,9 @@ LIB_DEPENDS= ggi.2:${PORTSDIR}/graphics/libggi
|
|||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
USE_BZIP2= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL_VER= 15
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}"
|
||||
|
||||
MAN3= gcpBlendColor.3 \
|
||||
gcpGetLuminance.3 \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (libggigcp-0.9.0.src.tar.bz2) = 4a69cc560c7d34a6dfcb66b977af9021
|
||||
SIZE (libggigcp-0.9.0.src.tar.bz2) = 269974
|
||||
MD5 (libggigcp-0.9.1.src.tar.bz2) = f2eade799abbb43708e175ee5c9b2433
|
||||
SIZE (libggigcp-0.9.1.src.tar.bz2) = 270642
|
||||
|
|
|
@ -4,14 +4,9 @@ etc/ggi/libggigcp.conf.dist
|
|||
include/ggi/gcp-defs.h
|
||||
include/ggi/gcp.h
|
||||
include/ggi/internal/gcp.h
|
||||
lib/ggi/gcp/default/color_gcp.la
|
||||
lib/ggi/gcp/default/color_gcp.so
|
||||
lib/libggigcp.la
|
||||
lib/libggigcp.a
|
||||
lib/libggigcp.so
|
||||
lib/libggigcp.so.0
|
||||
@dirrm etc/ggi
|
||||
@dirrm include/ggi/internal
|
||||
@dirrm include/ggi
|
||||
@dirrm lib/ggi/gcp/default
|
||||
@dirrm lib/ggi/gcp
|
||||
@dirrm lib/ggi
|
||||
|
|
Loading…
Add table
Reference in a new issue