Bug 132040 - [PATCH] mail/maildrop: make fails with WITH_AUTHLIB=yes
Summary: [PATCH] mail/maildrop: make fails with WITH_AUTHLIB=yes
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: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-24 03:40 UTC by Yasuhiro Kimura
Modified: 2009-02-24 18:20 UTC (History)
0 users

See Also:


Attachments
patch-maildrop (1.52 KB, text/plain)
2009-02-24 03:40 UTC, Yasuhiro Kimura
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2009-02-24 03:40:01 UTC
	Make fails when WITH_AUTHLIB is set to yes.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-02-24 03:40:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Renato Botelho freebsd_committer freebsd_triage 2009-02-24 11:04:54 UTC
I tested it here on 8.0-current i386 and on 7.1-stable i386 and didn't find
any problem, could you send me a complete buildlog and more information
about you environment?

Thanks
-- 
Renato Botelho <garga @ FreeBSD.org>
               <garga @ freebsdbrasil.com.br>
GnuPG Key: http://www.FreeBSD.org/~garga/pubkey.asc

	"Do you think there's a God?"
	"Well, SOMEbody's out to get me!"
		-- Calvin and Hobbs
Comment 3 Renato Botelho freebsd_committer freebsd_triage 2009-02-24 11:05:20 UTC
State Changed
From-To: open->feedback

Ask for submitter information
Comment 4 Yasuhiro Kimura freebsd_committer freebsd_triage 2009-02-24 12:42:12 UTC
Hi.

According to futher investigation, there is one more step required to
reproduce this issue. Try following step:

1. cd to /usr/ports/mail/maildrop 
2. type 'env WITH_AUTHLIB=yes make rmconfig' 
3. type 'env WITH_AUTHLIB=yes make'
4. check 'AUTH_USERDB' in option setting
5. type TAB to move to 'OK', and type RETURN key

then following error will happen:

"Makefile", line 88: Unassociated shell command "@${REINPLACE_CMD} -e 's|@LIBS@|@LIBS@  -rpath=:${LOCALBASE}/lib/courier-authlib|'  ${WRKSRC}/maildrop/Makefile.in"
make: fatal errors encountered -- cannot continue
*** Error code 1

Stop in /usr/ports/mail/maildrop.

It seems error doesn't happen if step 4 is skipped.

Regards.
Comment 5 dfilter service freebsd_committer freebsd_triage 2009-02-24 13:49:46 UTC
garga       2009-02-24 13:49:37 UTC

  FreeBSD ports repository

  Modified files:
    mail/maildrop        Makefile 
  Log:
  - Fix REINPLACE_CMD syntax when WITH_AUTHLIB=yes
  
  PR:             ports/132040 (based on)
  Submitted by:   Yasuhiro KIMURA <yasu@utahime.org>
  
  Revision  Changes    Path
  1.53      +1 -2      ports/mail/maildrop/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Renato Botelho freebsd_committer freebsd_triage 2009-02-24 13:49:56 UTC
State Changed
From-To: feedback->closed

Fixed. Thanks!
Comment 7 Yasuhiro Kimura freebsd_committer freebsd_triage 2009-02-24 18:09:32 UTC
I'm afraid the issue is not fixed yet with rev. 1.53 of Makefile.

> 1. cd to /usr/ports/mail/maildrop 
> 2. type 'env WITH_AUTHLIB=yes make rmconfig' 
> 3. type 'env WITH_AUTHLIB=yes make'
> 4. check 'AUTH_USERDB' in option setting
> 5. type TAB to move to 'OK', and type RETURN key

Above steps cause following error:

"Makefile", line 87: Unassociated shell command "${REINPLACE_CMD} -e 's|@LIBS@|@LIBS@ -rpath=:${LOCALBASE}/lib/courier-authlib|'  ${WRKSRC}/maildrop/Makefile.in"
make: fatal errors encountered -- cannot continue
*** Error code 1

Stop in /usr/ports/mail/maildrop.
eastasia#

Regards.