Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Dec 2006 11:43:19 +0900 (YAKT)
From:      Alexander Logvinov <ports@logvinov.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Alexander Logvinov <ports@logvinov.com>
Subject:   ports/106106: [maintainer update] net/uproxy
Message-ID:  <200612010243.kB12hJ8q065422@blg.akavia.ru>
Resent-Message-ID: <200612010250.kB12oMcL076577@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         106106
>Category:       ports
>Synopsis:       [maintainer update] net/uproxy
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 01 02:50:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Logvinov
>Release:        FreeBSD 6.1-RELEASE-p3 i386
>Organization:
>Environment:

>Description:

  Use USE_DOS2UNIX
    
>How-To-Repeat:

>Fix:

diff -ruN --exclude=CVS /usr/ports/net/uproxy/Makefile /home/dos2unix/uproxy/Makefile
--- /usr/ports/net/uproxy/Makefile	Thu Nov  9 04:33:45 2006
+++ /home/dos2unix/uproxy/Makefile	Fri Dec  1 11:34:11 2006
@@ -17,11 +17,9 @@
 USE_ZIP=	yes
 NO_WRKSUBDIR=	yes
 USE_RC_SUBR=	${PORTNAME}
+USE_DOS2UNIX=	${DISTNAME}.c
 PORTDOCS=	index.html
 PLIST_FILES=	sbin/${PORTNAME}
-
-pre-patch:
-	@${CAT} ${WRKSRC}/${DISTNAME}.c | ${SED} "s/`printf '\r'`//" > ${WRKSRC}/${DISTNAME}.c
 
 do-build:
 	(cd ${WRKSRC} && ${CC} ${CFLAGS} -o t${PORTNAME} ${DISTNAME}.c)

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612010243.kB12hJ8q065422>