Bug 81405 - [update] sysutils/adtool to 1.3
Summary: [update] sysutils/adtool to 1.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-23 15:20 UTC by Andrej Zverev
Modified: 2005-05-26 13:09 UTC (History)
0 users

See Also:


Attachments
adtool-1.3.diff (1.35 KB, patch)
2005-05-23 15:20 UTC, Andrej Zverev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrej Zverev 2005-05-23 15:20:01 UTC
	Changelog:
	disable ldap referrals to work better with win2k3 sp1
	optarg null pointer fixes (Hilko Bengen)
	delete password from memory (Stephan Müller)

	2Maintainer: sorry for Makefile reformating, i think this way it's look better ;)

Fix: Use this patch
	Thank you
Comment 1 Sergey Matveychuk freebsd_committer freebsd_triage 2005-05-24 15:58:39 UTC
Dear maintainer!

Take the PR into account please!

--
Sem.
Comment 2 Joseph Scott 2005-05-24 16:23:05 UTC
On May 24, 2005, at 7:58 AM, Sergey Matveychuk wrote:

> Dear maintainer!
>
> Take the PR into account please!

It would be helpful if you simply CC'd me on the original PR, that  
way I'd know it was there.

I don't approve of this patch.  The white space changes are  
completely unnecessary, I'm not sure that changing HAS_CONFIGURE to  
GNU_CONFIGURE is correct, and you also removed the prefix setting for  
the build (does this tie into GNU_CONFIGURE?).

I appreciate your effort here and would approve the update if the  
white space changes weren't included and you explained why you want  
to make the other changes (assuming they turn out to be correct)  
outside of simply updating the port.


--
Joseph Scott
URL: http://joseph.randomnetworks.com/
Email: joseph@randomnetworks.com
Comment 3 Sergey Matveychuk freebsd_committer freebsd_triage 2005-05-24 16:29:30 UTC
State Changed
From-To: open->closed

The PR did not approved by maintainer
Comment 4 Andrej Zverev 2005-05-25 08:40:27 UTC
On Tuesday 24 May 2005 19:30, Joseph Scott wrote:
> The following reply was made to PR ports/81405; it has been noted by GNATS.
>
> From: Joseph Scott <joseph@randomnetworks.com>
> To: Sergey Matveychuk <sem@FreeBSD.org>
> Cc: bug-followup@FreeBSD.org
> Subject: Re: ports/81405: [update] sysutils/adtool to 1.3
> Date: Tue, 24 May 2005 08:23:05 -0700
>
>  On May 24, 2005, at 7:58 AM, Sergey Matveychuk wrote:
>  > Dear maintainer!
>  >
>  > Take the PR into account please!
>
>  It would be helpful if you simply CC'd me on the original PR, that
>  way I'd know it was there.
Sorry Joseph, it was my fault, what i not Cc to you.
>
>  I don't approve of this patch.  The white space changes are
>  completely unnecessary, I'm not sure that changing HAS_CONFIGURE to
>  GNU_CONFIGURE is correct, and you also removed the prefix setting for
>  the build (does this tie into GNU_CONFIGURE?).
>
>  I appreciate your effort here and would approve the update if the
>  white space changes weren't included and you explained why you want
>  to make the other changes (assuming they turn out to be correct)
>  outside of simply updating the port.
>
Yes, i try explain HAS_CONFIGURE exist for programs which have configure, but 
configure here it maked by autotools, so if we look into bsd.port.mk
GNU_CONFIGURE is set, "CC=${CC} CCFLAGS=${CFLAGS}                           
PREFIX=${PREFIX} INSTALLPRIVLIB=${PREFIX}/lib
INSTALLARCHLIB=${PREFIX}/lib"

With GNU_CONFIGURE we respect more flags as you can see, i think it's better.
Whitespace cleanup it's too much, i agree with you, but with this cleanups 
port more aesthetic good-looking.
>
>  --
>  Joseph Scott
>  URL: http://joseph.randomnetworks.com/
>  Email: joseph@randomnetworks.com
>
>
> _______________________________________________
> freebsd-ports-bugs@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs
> To unsubscribe, send any mail to
> "freebsd-ports-bugs-unsubscribe@freebsd.org"
Comment 5 Joseph Scott 2005-05-25 16:27:06 UTC
On May 25, 2005, at 12:40 AM, Andrej Zverev wrote:

> On Tuesday 24 May 2005 19:30, Joseph Scott wrote:
>
>> The following reply was made to PR ports/81405; it has been noted  
>> by GNATS.
>>
>> From: Joseph Scott <joseph@randomnetworks.com>
>> To: Sergey Matveychuk <sem@FreeBSD.org>
>> Cc: bug-followup@FreeBSD.org
>> Subject: Re: ports/81405: [update] sysutils/adtool to 1.3
>> Date: Tue, 24 May 2005 08:23:05 -0700
>>
>>  On May 24, 2005, at 7:58 AM, Sergey Matveychuk wrote:
>>
>>> Dear maintainer!
>>>
>>> Take the PR into account please!
>>>
>>
>>  It would be helpful if you simply CC'd me on the original PR, that
>>  way I'd know it was there.
>>
> Sorry Joseph, it was my fault, what i not Cc to you.
>
>>
>>  I don't approve of this patch.  The white space changes are
>>  completely unnecessary, I'm not sure that changing HAS_CONFIGURE to
>>  GNU_CONFIGURE is correct, and you also removed the prefix setting  
>> for
>>  the build (does this tie into GNU_CONFIGURE?).
>>
>>  I appreciate your effort here and would approve the update if the
>>  white space changes weren't included and you explained why you want
>>  to make the other changes (assuming they turn out to be correct)
>>  outside of simply updating the port.
>>
>>
> Yes, i try explain HAS_CONFIGURE exist for programs which have  
> configure, but
> configure here it maked by autotools, so if we look into bsd.port.mk
> GNU_CONFIGURE is set, "CC=${CC} CCFLAGS=${CFLAGS}
> PREFIX=${PREFIX} INSTALLPRIVLIB=${PREFIX}/lib
> INSTALLARCHLIB=${PREFIX}/lib"
>
> With GNU_CONFIGURE we respect more flags as you can see, i think  
> it's better.
> Whitespace cleanup it's too much, i agree with you, but with this  
> cleanups
> port more aesthetic good-looking.

I haven't tested the patch, but if it builds fine for you then I'm  
okay with it.  I'm in favor of the whitespace changes, the Makefile  
looks fine when I look at it in vim.  But I'm not willing to put much  
energy into fighting against it either, so go ahead with it if you  
want, although I'd prefer to not have the white space changes.



--
Joseph Scott
URL: http://joseph.randomnetworks.com/
Email: joseph@randomnetworks.com
Comment 6 Sergey Matveychuk freebsd_committer freebsd_triage 2005-05-26 12:48:10 UTC
State Changed
From-To: closed->open

Reopened as soon as the maintainer change his mind.
Comment 7 Sergey Matveychuk freebsd_committer freebsd_triage 2005-05-26 13:09:39 UTC
State Changed
From-To: open->closed

Committed, thanks!