mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Upgrade to 1.6.2
New version location noticed by: ijliao
This commit is contained in:
parent
9c40dcb094
commit
df121c0d92
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63606
@ -6,16 +6,13 @@
|
||||
#
|
||||
|
||||
PORTNAME= gaa
|
||||
PORTVERSION= 1.5
|
||||
PORTVERSION= 1.6.2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/
|
||||
EXTRACT_SUFX= .tgz
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= demon@FreeBSD.org
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
post-install:
|
||||
@ ${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gaa-1.5.tgz) = 524807722639e86cc79f793291fee9a5
|
||||
MD5 (gaa-1.6.2.tar.gz) = 18d916ece62077cfbf727ab11019f277
|
||||
|
22
devel/gaa/files/patch-configure
Normal file
22
devel/gaa/files/patch-configure
Normal file
@ -0,0 +1,22 @@
|
||||
--- configure.orig Sun Jun 2 01:33:08 2002
|
||||
+++ configure Fri Jul 26 20:08:26 2002
|
||||
@@ -1159,8 +1159,8 @@
|
||||
|
||||
|
||||
gaadatadir=$datadir/gaa
|
||||
-gaadocdir=$datadir/gaa/doc
|
||||
-gaasampledir=$datadir/gaa/sample
|
||||
+gaadocdir=$datadir/doc/gaa
|
||||
+gaasampledir=$datadir/examples/gaa
|
||||
|
||||
|
||||
|
||||
@@ -2463,7 +2463,7 @@
|
||||
|
||||
|
||||
if test $ac_cv_c_compiler_gnu != no; then
|
||||
- CFLAGS="${CFLAGS} -ggdb3 -Wall -Wpointer-arith"
|
||||
+ CFLAGS="${CFLAGS} -Wpointer-arith"
|
||||
fi
|
||||
|
||||
|
@ -3,5 +3,7 @@ worry about the arguments given to it! A short text written in GAA
|
||||
language generates C-code which analyses the arguments and creates your
|
||||
program's help.
|
||||
|
||||
WWW: http://gaa.sourceforge.net/
|
||||
|
||||
--Dima
|
||||
dima@chg.ru
|
||||
|
@ -1,4 +0,0 @@
|
||||
-------------------------------------------------------------------------------
|
||||
This program has no man-pages. Please read documentation in HTML format
|
||||
installed in share/gaa/doc/ directory.
|
||||
-------------------------------------------------------------------------------
|
@ -1,15 +1,16 @@
|
||||
bin/gaa
|
||||
share/doc/gaa/gaa.html
|
||||
share/doc/gaa/gaa.ps
|
||||
share/doc/gaa/img1.png
|
||||
share/doc/gaa/gaa.css
|
||||
share/examples/gaa/sample.gaa
|
||||
share/examples/gaa/sample2.gaa
|
||||
share/examples/gaa/sample3.gaa
|
||||
share/examples/gaa/sample4.gaa
|
||||
share/examples/gaa/smain.c
|
||||
share/examples/gaa/smain2.c
|
||||
share/examples/gaa/config
|
||||
share/gaa/gaa.skel
|
||||
share/gaa/doc/GAAref.html
|
||||
share/gaa/doc/GAAtut.html
|
||||
share/gaa/doc/BACK.JPG
|
||||
share/gaa/doc/index.html
|
||||
share/gaa/doc/TOTORO2.GIF
|
||||
share/gaa/sample/sample.gaa
|
||||
share/gaa/sample/smain.c
|
||||
share/gaa/sample/sample2.gaa
|
||||
share/gaa/sample/smain2.c
|
||||
share/gaa/sample/config
|
||||
@dirrm share/gaa/sample
|
||||
@dirrm share/gaa/doc
|
||||
@dirrm share/doc/gaa
|
||||
@dirrm share/examples/gaa
|
||||
@dirrm share/gaa
|
||||
|
Loading…
Reference in New Issue
Block a user