Bug 138834 - port net/rsync uses perl without dependencie
Summary: port net/rsync uses perl without dependencie
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: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-15 08:50 UTC by Aleksey Mashanov
Modified: 2009-09-15 09:40 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aleksey Mashanov 2009-09-15 08:50:05 UTC
In last commit (r1.143) USE_PERL5_BUILD=yes was removed from Makefile with comment "Remove USE_PERL5_BUILD, since perl is not needed anymore to build.", but during build make runs this command:

perl ./mkproto.pl ./*.c ./lib/compat.c

Fix: 

Running this command during build is unimportant, because files, generated by it, are already included in distfile. So, executing of this command must be prevented.
How-To-Repeat: just make it on a system without perl being installed
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-09-15 08:50:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ehaupt

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-09-15 09:30:26 UTC
ehaupt      2009-09-15 08:30:12 UTC

  FreeBSD ports repository

  Modified files:
    net/rsync            Makefile 
  Log:
  Prevent the unnecessary usage of perl (if present) during configure.
  
  PR:             138834 (based on)
  Submitted by:   Aleksey Mashanov <aleksey.mashanov@gmail.com>
  
  Revision  Changes    Path
  1.144     +3 -1      ports/net/rsync/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 3 Emanuel Haupt freebsd_committer freebsd_triage 2009-09-15 09:30:31 UTC
State Changed
From-To: open->closed

Patch committed, thanks.