Bug 134234 - [PATCH] sysutils/samesame: Unbreak build on ZFS
Summary: [PATCH] sysutils/samesame: Unbreak build on ZFS
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: 2009-05-05 16:40 UTC by Ulrich Spoerlein
Modified: 2009-05-15 12:20 UTC (History)
1 user (show)

See Also:


Attachments
samesame-1.0.patch (777 bytes, patch)
2009-05-05 16:40 UTC, Ulrich Spoerlein
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ulrich Spoerlein 2009-05-05 16:40:00 UTC
The port's install routine is using bogus tests (during install time, no less!) breaking
on ZFS due to misusage of find(1).

- Fix the sed magic to really kill all test-foo deps and only those

Port maintainer (freebsd@akruijff.dds.nl) is cc'd.
Generated with FreeBSD Port Tools 0.77

How-To-Repeat: Build samesame with ZFS backed OBJDIR:

===>  Checking if sysutils/samesame already installed
/usr/bin/install -c -o root -g wheel -m 0755 samefile /usr/local/bin/
/usr/bin/install -c -o root -g wheel -m 0644 samefile.1.gz /usr/local/man/man1/
/usr/bin/install -c -o root -g wheel -m 0755 samelink /usr/local/bin/
/usr/bin/install -c -o root -g wheel -m 0644 samelink.1.gz /usr/local/man/man1/
Testing samearchive-lite
--- test.out    2009-05-04 22:26:14.747699199 +0200
+++ test.samearchive-lite       2009-04-11 05:28:07.000000000 +0200
@@ -1,6 +1,6 @@
 11     test/file1a     test2/file1a    =       2       1
-11     test/file2c     test2/file2c    =       3       1
-11     test/file1b     test2/file1b    =       2       1
 11     test/file3a     test2/file3a    =       1       1
-11     test/file2b     test2/file2b    =       3       1
 11     test/file2a     test2/file2a    =       3       1
+11     test/file2c     test2/file2c    =       3       1
+11     test/file2b     test2/file2b    =       3       1
+11     test/file1b     test2/file1b    =       2       1
*** Error code 1

Stop in /usr/obj/usr/ports/sysutils/samesame/work/samesame-1.0.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-05-05 17:23:30 UTC
Maintainer of sysutils/samesame,

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

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2009-05-05 17:23:32 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2009-05-12 22:45:34 UTC
State Changed
From-To: feedback->open

Maintainer approved in misfiled PR ports/134492.
Comment 4 Pav Lucistnik freebsd_committer freebsd_triage 2009-05-15 12:11:42 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2009-05-15 12:14:08 UTC
pav         2009-05-15 11:13:53 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/samesame    Makefile 
  Log:
  - Really disable tests
  
  PR:             ports/134234
  Submitted by:   Ulrich Spoerlein <uspoerlein@gmail.com>
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.3       +4 -4      ports/sysutils/samesame/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"