diff options
author | Thomas Quinot <thomas@FreeBSD.org> | 2003-08-12 11:55:45 +0000 |
---|---|---|
committer | Thomas Quinot <thomas@FreeBSD.org> | 2003-08-12 11:55:45 +0000 |
commit | b686586dd7d146f20ea35c4694b53a976191e8e4 (patch) | |
tree | d0881cd9f958ddaf9ae7a6a8f11e98b149333005 /devel/asis | |
parent | Correctly use DOCSDIR (as recommended by portlint). (diff) |
Update ASIS to release 3.15p, to match the current version of
the GNAT port.
Approved by: roberto
Notes
Notes:
svn path=/head/; revision=86808
Diffstat (limited to 'devel/asis')
-rw-r--r-- | devel/asis/Makefile | 4 | ||||
-rw-r--r-- | devel/asis/distinfo | 2 | ||||
-rw-r--r-- | devel/asis/files/patch-ab | 30 | ||||
-rw-r--r-- | devel/asis/pkg-plist | 4 |
4 files changed, 4 insertions, 36 deletions
diff --git a/devel/asis/Makefile b/devel/asis/Makefile index 15cb77a82483..cdf1bbe05c25 100644 --- a/devel/asis/Makefile +++ b/devel/asis/Makefile @@ -6,7 +6,7 @@ # PORTNAME= asis -PORTVERSION= 3.14p +PORTVERSION= 3.15p CATEGORIES= devel MASTER_SITES= \ ftp://ftp.lip6.fr/pub/gnat/${PORTVERSION}/asis/ \ @@ -24,8 +24,6 @@ MAKEFILE= "${FILESDIR}/Makefile.bsd" MAKE_ARGS= GMAKE=${GMAKE} PORTVERSION=${PORTVERSION} \ LN=${LN} -BROKEN= "Does not compile" - do-install: @${MKDIR} ${PREFIX}/lib/asis @${INSTALL_DATA} ${WRKSRC}/asis/*.ad? ${WRKSRC}/gnat/*.ad? ${WRKSRC}/obj/*.ali ${PREFIX}/lib/asis diff --git a/devel/asis/distinfo b/devel/asis/distinfo index f71994bf9d76..2c5de010e12a 100644 --- a/devel/asis/distinfo +++ b/devel/asis/distinfo @@ -1 +1 @@ -MD5 (asis-3.14p-src.tgz) = 98a048ab20e828c9f51d766606db1970 +MD5 (asis-3.15p-src.tgz) = 649f92bca189da5c35d6c1af8d833c2f diff --git a/devel/asis/files/patch-ab b/devel/asis/files/patch-ab deleted file mode 100644 index 66233250fa0e..000000000000 --- a/devel/asis/files/patch-ab +++ /dev/null @@ -1,30 +0,0 @@ ---- obj/Makefile.dist Wed Jul 19 21:09:05 2000 -+++ obj/Makefile Tue Dec 19 18:16:57 2000 -@@ -18,11 +18,11 @@ - endif - - bld-objs: -- gcc -c $(GNATMAKE_FLAGS) -I$(GNAT_DIR) -I$(ASIS_DIR) install_asis.adb -+ $(CC) -c $(GNATMAKE_FLAGS) -I$(GNAT_DIR) -I$(ASIS_DIR) install_asis.adb - # install_asis.adb is not '-gnatg-compilable' - ifeq "$(findstring hppa, $(host))" "hppa" - # this file has problems when compiled with optimization see 7418-013 -- gcc -c -I$(GNAT_DIR) $(CFLAGS) -O0 $(ASIS_DIR)/a4g-a_sinput.adb -+ $(CC) -c -I$(GNAT_DIR) $(CFLAGS) -O0 $(ASIS_DIR)/a4g-a_sinput.adb - endif - gnatmake -c $(GNATMAKE_FLAGS) -aI$(GNAT_DIR) -aI$(ASIS_DIR) $(CFLAGS)\ - install_asis.adb \ -@@ -31,11 +31,11 @@ - - libasis$(soext): clean - $(MAKE) -e bld-objs CFLAGS="$(CFLAGS) -fPIC" -- gcc -shared -o libasis$(soext) *$(objext) -+ $(CC) -shared -o libasis$(soext) *$(objext) - - clean: - $(RM) *$(objext) - $(RM) *.ali - $(RM) *$(arext) - $(RM) *$(soext) -- $(RM) *~ -+ $(RM) *~ diff --git a/devel/asis/pkg-plist b/devel/asis/pkg-plist index c742b5410f0a..07d98d975a6b 100644 --- a/devel/asis/pkg-plist +++ b/devel/asis/pkg-plist @@ -292,8 +292,8 @@ lib/asis/urealp.ali lib/asis/widechar.adb lib/asis/widechar.ads lib/asis/widechar.ali -lib/libasis-3.14p.so -lib/libasis-3.14p.so.1 +lib/libasis-3.15p.so +lib/libasis-3.15p.so.1 lib/libasis.a %%PORTDOCS%%share/doc/asis/README.asistant %%PORTDOCS%%share/doc/asis/README.ds |