Bug 161403 - net/libtcp4u: Fix double colon on do-configure target
Summary: net/libtcp4u: Fix double colon on do-configure target
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: Ryan Steinmetz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-08 22:10 UTC by Conrad J. Sabatier
Modified: 2011-11-07 22:30 UTC (History)
0 users

See Also:


Attachments
libtcp4u.diff (512 bytes, patch)
2011-10-08 22:10 UTC, Conrad J. Sabatier
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Conrad J. Sabatier 2011-10-08 22:10:01 UTC
	Double colon in do-configure target.

Fix: Patch below.
How-To-Repeat: 	cd /usr/ports; make -v index

	Fails with the following error:

--- describe.net ---
"Makefile", line 57: warning: duplicate script for target "do-configure" 
ignored
"/usr/share/mk/bsd.port.mk", line 27: Inconsistent operator for 
do-configure
make: fatal errors encountered -- cannot continue
===> net/libtcp4u failed
*** Error code 1
1 error
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-10-08 22:10:09 UTC
Maintainer of net/libtcp4u,

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

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-10-08 22:10:12 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Ryan Steinmetz freebsd_committer freebsd_triage 2011-10-23 03:05:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->zi

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2011-11-07 22:25:33 UTC
zi          2011-11-07 22:25:19 UTC

  FreeBSD ports repository

  Modified files:
    net/libtcp4u         Makefile 
  Removed files:
    net/libtcp4u         pkg-plist 
  Log:
  - Fix do-configure target [1]
  - Use PLIST_FILES instead of pkg-plist
  - Add LICENSE
  
  PR:             ports/161403 [1]
  Submitted by:   Conrad J. Sabatier <conrads@cox.net> [1]
  Approved by:    maintainer timeout (3+ weeks)
  
  Revision  Changes    Path
  1.3       +7 -1      ports/net/libtcp4u/Makefile
  1.2       +0 -5      ports/net/libtcp4u/pkg-plist (dead)
_______________________________________________
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 Ryan Steinmetz freebsd_committer freebsd_triage 2011-11-07 22:25:35 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!