Bug 91841 - [MAINTAINER UPDATE] games/quake-dpmod: fix installation path
Summary: [MAINTAINER UPDATE] games/quake-dpmod: fix installation path
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: Vasil Dimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-15 21:40 UTC by Alejandro Pulver
Modified: 2006-03-21 07:10 UTC (History)
0 users

See Also:


Attachments
quake-dpmod.diff (875 bytes, patch)
2006-01-15 21:40 UTC, Alejandro Pulver
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alejandro Pulver 2006-01-15 21:40:02 UTC

* Fix installation path.
* Change comment.
Comment 1 Simon Barner freebsd_committer freebsd_triage 2006-02-02 13:36:49 UTC
Responsible Changed
From-To: freebsd-ports-bugs->barner

I'll take it.
Comment 2 Simon Barner freebsd_committer freebsd_triage 2006-02-02 13:44:45 UTC
State Changed
From-To: open->feedback

Hi, is there a reason you dropped the dependency on games/darkplaces?
Comment 3 Alejandro Pulver 2006-02-13 23:30:33 UTC
>Submitter-Id:	current-users 
>Originator:	Alejandro Pulver 
>Organization:	 
>Confidential:	no 
>Synopsis:	Re: ports/91841: [MAINTAINER UPDATE] games/quake-dpmod: fix installation path 
>Severity:	non-critical 
>Priority:	low 
>Category:	ports 
>Class:		maintainer-update 
>Release:	FreeBSD 5.4-RELEASE i386 
>Environment:


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



>Description:


* Add dependency to DarkPlaces.


>How-To-Repeat:





>Fix:


--- quake-dpmod.diff begins here ---
diff -urN /usr/ports/games/quake-dpmod/Makefile quake-dpmod/Makefile
--- /usr/ports/games/quake-dpmod/Makefile	Mon Dec 12 06:25:23 2005
+++ quake-dpmod/Makefile	Mon Feb 13 20:12:23 2006
@@ -13,15 +13,15 @@
 DISTNAME=	darkplacesmod${PORTVERSION}
 
 MAINTAINER=	alejandro@varnet.biz
-COMMENT=	Quake 1 modification
+COMMENT=	Quake 1 modification (for DarkPlaces)
 
-RUN_DEPENDS=	darkplaces:${PORTSDIR}/games/darkplaces
+RUN_DEPENDS=	${LOCALBASE}/share/darkplaces/dummy:${PORTSDIR}/games/darkplaces
 
 USE_ZIP=	yes
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 
-DATDAIR=	${Q1DIR}/${PORTNAME}
+DATADIR=	${Q1DIR}/${PORTNAME}
 
 post-extract:
 # Remove CVS directories
@@ -32,7 +32,7 @@
 	@${CHMOD} go-w ${WRKDIR}/dpmod/progs.dat
 
 do-install:
-	@${CP} -Rp ${WRKSRC}/dpmod ${DATADIR}
+	${CP} -R ${WRKSRC}/dpmod ${DATADIR}
 
 .include "${.CURDIR}/../quake-data/Makefile.include"
 
--- quake-dpmod.diff ends here ---
Comment 4 Simon Barner freebsd_committer freebsd_triage 2006-03-08 22:57:02 UTC
Responsible Changed
From-To: barner->freebsd-ports-bugs

I'll have no BSD time for at least a month.
Comment 5 Simon Barner freebsd_committer freebsd_triage 2006-03-08 22:57:02 UTC
Responsible Changed
From-To: barner->freebsd-ports-bugs

I'll have no BSD time for at least a month.
Comment 6 Simon Barner freebsd_committer freebsd_triage 2006-03-08 22:57:02 UTC
Responsible Changed
From-To: barner->freebsd-ports-bugs

I'll have no BSD time for at least a month
Comment 7 Vasil Dimov freebsd_committer freebsd_triage 2006-03-21 06:16:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vd

I'll take it
Comment 8 Vasil Dimov freebsd_committer freebsd_triage 2006-03-21 07:09:27 UTC
State Changed
From-To: feedback->closed

Committed, thanks!