Bug 123671 - [patch] net/freenet6 doesn't apply patch properly
Summary: [patch] net/freenet6 doesn't apply patch properly
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: Edwin Groothuis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-14 16:10 UTC by Josh Paetzel <josh@tcbug.org>
Modified: 2008-05-14 23:10 UTC (History)
0 users

See Also:


Attachments
file.diff (157 bytes, patch)
2008-05-14 16:10 UTC, Josh Paetzel <josh@tcbug.org>
no flags Details | Diff
file.diff (732 bytes, patch)
2008-05-14 16:10 UTC, Josh Paetzel <josh@tcbug.org>
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Josh Paetzel <josh@tcbug.org> 2008-05-14 16:10:06 UTC
root@roadrash /usr/ports/net/freenet6 ->make clean install
===>  Cleaning for freenet6-2.1.1_8
===>  Vulnerability check disabled, database not found
===>  Extracting for freenet6-2.1.1_8
=> MD5 Checksum OK for tspc-2.1.1-src.tgz.
=> SHA256 Checksum OK for tspc-2.1.1-src.tgz.
===>  Patching for freenet6-2.1.1_8
===>  Applying extra patch /data/ports/net/freenet6/files/patch5-template::freebsd.sh
===>  Applying extra patch patch7-plstform__freebsd__tsp_local.c
cannot open patch7-plstform__freebsd__tsp_local.c: No such file or directory
*** Error code 2

Fix: .if ${OSVERSION} > 700000
-EXTRA_PATCHES+=        patch7-plstform__freebsd__tsp_local.c
+EXTRA_PATCHES+=        ${FILESDIR}/patch7-plstform__freebsd__tsp_local.c
 .endif

 do-install:

How-To-Repeat: cd /usr/ports/net/freenet6 && make install
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-05-14 16:10:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->edwin

edwin@mavetju.org => edwin@ (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-05-14 16:10:20 UTC
Maintainer of net/freenet6,

Please note that PR ports/123671 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/123671

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2008-05-14 16:10:21 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-05-14 23:04:04 UTC
edwin       2008-05-14 22:03:59 UTC

  FreeBSD ports repository

  Modified files:
    net/freenet6         Makefile 
    net/freenet6/files   patch7-plstform__freebsd__tsp_local.c 
  Log:
  Fix the patch introduced yesterday.
  
  PR:          ports/123671
  Submitted by: Josh Paetzel <josh@tcbug.org>
  
  Revision  Changes    Path
  1.24      +2 -2      ports/net/freenet6/Makefile
  1.2       +2 -3      ports/net/freenet6/files/patch7-plstform__freebsd__tsp_local.c
_______________________________________________
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 5 Edwin Groothuis freebsd_committer freebsd_triage 2008-05-14 23:04:08 UTC
State Changed
From-To: feedback->closed

Committed, thanks!