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"
Responsible Changed From-To: freebsd-ports-bugs->bsam Submitter has GNATS access (via the GNATS Auto Assign Tool)
State Changed From-To: open->feedback Dear maintainer, do you approve the patch? Thanks. Awaiting for a feedback.
State Changed From-To: feedback->suspended And this one should be at a suspended state.
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"
State Changed From-To: suspended->closed Committed, thanks!