Bug 111264 - [PATCH] devel/bazaar: fix compile after neon 0.26 import
Summary: [PATCH] devel/bazaar: fix compile after neon 0.26 import
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: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-05 11:00 UTC by Radim Kolar
Modified: 2007-04-13 17:10 UTC (History)
1 user (show)

See Also:


Attachments
bazaar-1.4.2_4.patch (3.33 KB, patch)
2007-04-05 11:00 UTC, Radim Kolar
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Radim Kolar 2007-04-05 11:00:10 UTC
unbreak port after neon 0.26 import

Added file(s):
- files/patch-pfs-sftp.c
- files/patch-unit-sftp.c

Port maintainer (lulf@kerneled.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-04-05 11:00:18 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Li-Wen Hsu freebsd_committer freebsd_triage 2007-04-12 19:27:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lwhsu

I'll take it.
Comment 3 Ulf Lilleengen 2007-04-12 22:10:41 UTC
On Thursday 05 April 2007 12:00, Edwin Groothuis wrote:
> Maintainer of devel/bazaar,
>
> Please note that PR ports/111264 has just been submitted.
>
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
>
> The full text of the PR can be found at:
>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/111264
I approve. You might need to copy the added files into the 'files' directory 
first though.

-- 
Ulf Lilleengen
Comment 4 Li-Wen Hsu freebsd_committer freebsd_triage 2007-04-13 09:17:34 UTC
State Changed
From-To: feedback->open

Maintainer has approved.
Comment 5 dfilter service freebsd_committer freebsd_triage 2007-04-13 17:08:49 UTC
lwhsu       2007-04-13 16:08:44 UTC

  FreeBSD ports repository

  Modified files:
    devel/bazaar         Makefile 
    devel/bazaar/files   patch-pfs.c 
  Added files:
    devel/bazaar/files   patch-pfs-sftp.c patch-unit-sftp.c 
  Log:
  - Unbreak port after neon 0.26 import [1]
  - Remove 4.x stuff
  - Change PORTREVISION?= to PORTREVISION=, this is not a master port
  - Remove gmake in BUILD_DEPENDS, we already have USE_GMAKE
  
  PR:             111264 [1]
  Submitted by:   Radim Kolar SF.NET <hsn AT sendmail.cz>
  Approved by:    Ulf Lilleengen <lulf AT stud.ntnu.no> (maintainer),
                  clsung (mentor)
  
  Revision  Changes    Path
  1.9       +2 -9      ports/devel/bazaar/Makefile
  1.1       +11 -0     ports/devel/bazaar/files/patch-pfs-sftp.c (new)
  1.2       +14 -4     ports/devel/bazaar/files/patch-pfs.c
  1.1       +20 -0     ports/devel/bazaar/files/patch-unit-sftp.c (new)
_______________________________________________
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 Li-Wen Hsu freebsd_committer freebsd_triage 2007-04-13 17:09:43 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!