mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
upgrade to 0.6.1
This commit is contained in:
parent
e27f80d120
commit
9ccb0283a2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117083
@ -7,8 +7,8 @@
|
||||
#
|
||||
|
||||
PORTNAME= ppl
|
||||
PORTVERSION= 0.5
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.6.1
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://ftp.cs.unipr.it/pub/ppl/releases/%SUBDIR%/ \
|
||||
http://www.cs.unipr.it/ppl/Download/ftp/releases/%SUBDIR%/
|
||||
@ -20,9 +20,8 @@ COMMENT= The Parma Polyhedra Library
|
||||
LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnometarget
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL_VER= 13
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ARGS= --disable-debugging \
|
||||
--enable-optimization \
|
||||
--with-cflags="${CFLAGS}" \
|
||||
@ -30,6 +29,7 @@ CONFIGURE_ARGS= --disable-debugging \
|
||||
--with-gmp-includes="${LOCALBASE}/include" \
|
||||
--with-gmp-dir="${LOCALBASE}/lib"
|
||||
INSTALLS_SHLIB= yes
|
||||
PORTDOCS= *
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (ppl-0.5.tar.gz) = fe4de1562fedc7507dca96b55ce2ab18
|
||||
SIZE (ppl-0.5.tar.gz) = 2498479
|
||||
MD5 (ppl-0.6.1.tar.gz) = e6abc7a588155a6d23b825894ed28ec3
|
||||
SIZE (ppl-0.6.1.tar.gz) = 3478272
|
||||
|
@ -1,11 +1,11 @@
|
||||
--- interfaces/Makefile.in.orig Fri Oct 4 19:25:02 2002
|
||||
+++ interfaces/Makefile.in Tue Nov 12 02:34:53 2002
|
||||
@@ -180,7 +180,7 @@
|
||||
--- interfaces/Makefile.in.orig Mon Aug 23 10:00:40 2004
|
||||
+++ interfaces/Makefile.in Mon Aug 23 10:00:45 2004
|
||||
@@ -225,7 +225,7 @@
|
||||
sysconfdir = @sysconfdir@
|
||||
target_alias = @target_alias@
|
||||
|
||||
xsb_includes = @xsb_includes@
|
||||
-SUBDIRS = C Prolog
|
||||
+SUBDIRS = C
|
||||
subdir = interfaces
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
all: all-recursive
|
||||
|
||||
.SUFFIXES:
|
||||
|
@ -1,12 +1,14 @@
|
||||
bin/ppl_lcdd
|
||||
include/ppl.hh
|
||||
include/ppl_c.h
|
||||
include/pwl.hh
|
||||
lib/libppl.a
|
||||
lib/libppl.so
|
||||
lib/libppl.so.2
|
||||
lib/libppl.so.3
|
||||
lib/libppl_c.a
|
||||
lib/libppl_c.so
|
||||
lib/libppl_c.so.1
|
||||
lib/libpwl.a
|
||||
lib/libpwl.la
|
||||
lib/libpwl.so
|
||||
lib/libpwl.so.1
|
||||
lib/libpwl.so.2
|
||||
|
Loading…
Reference in New Issue
Block a user