ports/90122: [MAINTAINER UPDATE] games/quake-source: minor fix

Alejandro Pulver alejandro at varnet.biz
Thu Dec 8 22:50:21 UTC 2005


>Number:         90122
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] games/quake-source: minor fix
>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:   Thu Dec 08 22:50:00 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Alejandro Pulver
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:


System: FreeBSD 5.4-RELEASE #0: Sat May 21 12:14:47 ART 2005
    root at ale.varnet.bsd:/usr/src/sys/i386/compile/ATHLON-ALE



>Description:





>How-To-Repeat:





>Fix:


--- quake-source.diff begins here ---
diff -urN /usr/ports/games/quake-source/Makefile quake-source/Makefile
--- /usr/ports/games/quake-source/Makefile	Mon Nov 14 18:31:14 2005
+++ quake-source/Makefile	Thu Dec  8 17:56:18 2005
@@ -38,6 +38,11 @@
 PLIST_SUB+=	QUAKEWORLD="@comment "
 .endif
 
+pre-patch:
+	@${FIND} ${WRKSRC} -type f | ${XARGS} ${FILE} | \
+		${GREP} 'CRLF' | ${SED} -e 's/:.*//' | \
+		${XARGS} ${REINPLACE_CMD} -i "" -e "s/`${PRINTF} '\r'`$$//"
+
 do-install:
 	@${MKDIR} ${DATADIR}
 	@${CP} -R ${WRKSRC}/send/v101qc ${DATADIR}
diff -urN /usr/ports/games/quake-source/files/patch-send_v101qc_progs.src quake-source/files/patch-send_v101qc_progs.src
--- /usr/ports/games/quake-source/files/patch-send_v101qc_progs.src	Wed Dec 31 21:00:00 1969
+++ quake-source/files/patch-send_v101qc_progs.src	Thu Dec  8 17:57:59 2005
@@ -0,0 +1,8 @@
+--- send/v101qc/progs.src.orig	Thu Jul 25 03:51:28 1996
++++ send/v101qc/progs.src	Thu Dec  8 17:57:20 2005
+@@ -1,4 +1,4 @@
+-../progs.dat
++./progs.dat
+ 
+ defs.qc
+ subs.qc
--- quake-source.diff ends here ---



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



More information about the freebsd-ports-bugs mailing list