ports/54624: Update: net/gtk-gnutella
Andriy Gapon
agapon at cv-nj.com
Tue Aug 26 17:00:37 UTC 2003
The following reply was made to PR ports/54624; it has been noted by GNATS.
From: Andriy Gapon <agapon at cv-nj.com>
To: clayton rollins <crollins666 at hotmail.com>
Cc: freebsd-gnats-submit at FreeBSD.org
Subject: Re: ports/54624: Update: net/gtk-gnutella
Date: Tue, 26 Aug 2003 12:55:03 -0400
clayton rollins wrote:
> This report is now outdated, as ver. 0.92.1 has come out in the meantime.
> I've included a patch below, which makes the required changes to the
> existing ports directory. The patch also adds functionality to the makefile,
> installs the man, and fixes some library dependencies.
>
> This is my first work with bsd makefiles, so parts may be wrong. Any advice
> about style or methods is appreciated and can be sent to
> crollins666 at hotmail.com .
Clayton,
I would suggest using USE_BISON variable instead of spelling out a dependancy,
I think it's a proper ports way, I missed it originally.
Another suggestion would be to create a patch to Configure script to do the
following things:
1. change default for "official build" to yes
2. change default for "portable build" to yes
3. change default installation prefix to $PREFIX instead of the predefined set
4. change installation place for pixmaps and default configs from lib to share
(FreeBSD way), so that these files are installed in the same place as in the
previous versions.
5. make Configure honor $CFLAGS when setting flags for compiler
6. teach Configure to properly find gettext (this would require a dependancy
in Makefile too)
7. probably use 'bison -y' instead of yacc, or remove bison dependancy from
Makefile altogether.
--
Andriy Gapon
More information about the freebsd-ports-bugs
mailing list