Bug 127117 - [new port] net/unison-nox11
Summary: [new port] net/unison-nox11
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: Boris Samorodov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-05 17:00 UTC by Boris Samorodov
Modified: 2008-09-29 19:53 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 Boris Samorodov freebsd_committer freebsd_triage 2008-09-05 17:00:05 UTC
	Seems that it's worth having this port for it's package:
	% cd /exp/ports/net/unison-nox11
	% make all-depends-list | wc -l
	       5
	% cd /usr/ports/net/unison
	% make all-depends-list | wc -l
	     198

Fix: Only one file is created (Makefile) for net/unison-x11 port.
	There are some changes needed for the master port (net/unison) though.
	I'll send a PR with those changes soon.



WBR
-- 
bsam--WRYck4mwbQUd76lH955apb5ytvz8c7pkkemAbRPdzwwD8Iy9
Content-Type: text/plain; name="Makefile"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="Makefile"

# New ports collection makefile for:	net/unison-nox11
# Date created:				2008-09-05
# Whom:					bsam
#
# $FreeBSD$
#

PORTREVISION=	0
PKGNAMESUFFIX=	-nox11

MAINTAINER=	bsam@FreeBSD.org
COMMENT=	A user-level file synchronization tool (without x11 stuff)

CONFLICTS=	unison-[0-9]*, unison-devel-[0-9]*

WITHOUT_X11=	yes
MASTERDIR=	${.CURDIR}/../unison

.include "${MASTERDIR}/Makefile"
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-09-05 17:00:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bsam

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Boris Samorodov freebsd_committer freebsd_triage 2008-09-05 17:20:47 UTC
State Changed
From-To: open->feedback

Dear maintainer, do you approve the patch? Thanks. 
Awaiting for a feedback.
Comment 3 Boris Samorodov freebsd_committer freebsd_triage 2008-09-05 17:32:32 UTC
State Changed
From-To: feedback->suspended

And this one should be at a suspended state.
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-09-29 19:49:25 UTC
bsam        2008-09-29 18:49:16 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/unison-nox11     Makefile 
  Log:
  Seems that it's worth having this port for it's package:
  % cd /exp/ports/net/unison-nox11
  % make all-depends-list | wc -l
  5
  % cd /usr/ports/net/unison
  % make all-depends-list | wc -l
  198
  
  PR:             ports/127117
  Submitted by:   bsam
  
  Revision  Changes    Path
  1.2037    +1 -0      ports/net/Makefile
  1.1       +19 -0     ports/net/unison-nox11/Makefile (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 5 Boris Samorodov freebsd_committer freebsd_triage 2008-09-29 19:53:05 UTC
State Changed
From-To: suspended->closed

Committed, thanks!