mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Update to 2.3.2 (fixing fetch)
- Switch to USES=libtool, drop .la files - Strup libraries
This commit is contained in:
parent
7a3bbfed60
commit
fe3bf421d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362598
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= adms
|
||||
PORTVERSION= 2.3.0
|
||||
PORTREVISION= 0
|
||||
PORTVERSION= 2.3.2
|
||||
CATEGORIES= cad
|
||||
MASTER_SITES= SF/mot-${PORTNAME}/${PORTNAME}-source/${PORTVERSION:R}
|
||||
|
||||
@ -13,9 +12,10 @@ COMMENT= Model generator for SPICE simulators
|
||||
LICENSE= LGPL21
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= gmake pkgconfig
|
||||
USES= bison gmake libtool pkgconfig
|
||||
USE_GNOME= glib20
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (adms-2.3.0.tar.gz) = 0d14e61b1c8c224c7703c396581ffd293977bc607becfca241d17945a215081f
|
||||
SIZE (adms-2.3.0.tar.gz) = 639604
|
||||
SHA256 (adms-2.3.2.tar.gz) = 120631ced4662790b0ce1f6b29823c945c0cbba9b9ab63a75d863a469989b73f
|
||||
SIZE (adms-2.3.2.tar.gz) = 775414
|
||||
|
@ -1,40 +0,0 @@
|
||||
--- configure.orig 2011-05-13 09:26:24.000000000 +0200
|
||||
+++ configure 2012-02-18 20:13:24.549495741 +0100
|
||||
@@ -4811,37 +4811,6 @@
|
||||
$as_echo "no, using $LN_S" >&6; }
|
||||
fi
|
||||
|
||||
-
|
||||
-#force use of flex/bison
|
||||
-if test "x$LEX" != "xflex"; then
|
||||
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Program flex not found (found $LEX)" >&5
|
||||
-$as_echo "$as_me: WARNING: Program flex not found (found $LEX)" >&2;}
|
||||
- as_fn_error $? "Please install gnu flex from http://www.gnu.org/software/flex/" "$LINENO" 5
|
||||
-fi
|
||||
-if test "x$YACC" != "xbison -y"; then
|
||||
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Program bison not found (found $YACC)" >&5
|
||||
-$as_echo "$as_me: WARNING: Program bison not found (found $YACC)" >&2;}
|
||||
- as_fn_error $? "Please install gnu bison from http://www.gnu.org/software/bison/" "$LINENO" 5
|
||||
-fi
|
||||
-
|
||||
-#advice use of gcc
|
||||
-if test "x$GCC" = "xyes"; then
|
||||
- case "$CFLAGS" in
|
||||
- *-Wall*)
|
||||
- # already present
|
||||
- ;;
|
||||
- *)
|
||||
- CFLAGS="$CFLAGS -Wall"
|
||||
- esac
|
||||
-else
|
||||
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Seems that the selected C-compiler is not gnu gcc C-compiler" >&5
|
||||
-$as_echo "$as_me: WARNING: Seems that the selected C-compiler is not gnu gcc C-compiler" >&2;}
|
||||
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: We advice you to use gcc as C-compiler" >&5
|
||||
-$as_echo "$as_me: WARNING: We advice you to use gcc as C-compiler" >&2;}
|
||||
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: You can install it from http://www.gnu.org/software/gcc/" >&5
|
||||
-$as_echo "$as_me: WARNING: You can install it from http://www.gnu.org/software/gcc/" >&2;}
|
||||
-fi
|
||||
-
|
||||
# Libtool initialisation.
|
||||
# Make sure we can run config.sub.
|
||||
$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
|
@ -1,18 +1,19 @@
|
||||
bin/admsXml
|
||||
lib/libadmsAdmstpath.a
|
||||
lib/libadmsAdmstpath.la
|
||||
lib/libadmsAdmstpath.so
|
||||
lib/libadmsAdmstpath.so.0
|
||||
lib/libadmsAdmstpath.so.0.0.0
|
||||
lib/libadmsElement.a
|
||||
lib/libadmsElement.la
|
||||
lib/libadmsElement.so
|
||||
lib/libadmsElement.so.0
|
||||
lib/libadmsElement.so.0.0.0
|
||||
lib/libadmsPreprocessor.a
|
||||
lib/libadmsPreprocessor.la
|
||||
lib/libadmsPreprocessor.so
|
||||
lib/libadmsPreprocessor.so.0
|
||||
lib/libadmsPreprocessor.so.0.0.0
|
||||
lib/libadmsVeriloga.a
|
||||
lib/libadmsVeriloga.la
|
||||
lib/libadmsVeriloga.so
|
||||
lib/libadmsVeriloga.so.0
|
||||
lib/libadmsVeriloga.so.0.0.0
|
||||
man/man1/admsCheck.1.gz
|
||||
man/man1/admsXml.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user