mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Update to version 5.2.
- Take maintainership. - Install manual page. - Mark as IGNORE for 4.x (does not build).
This commit is contained in:
parent
45a231d71e
commit
955e1cb1fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172596
@ -6,25 +6,34 @@
|
||||
#
|
||||
|
||||
PORTNAME= bsp
|
||||
PORTVERSION= 5.1
|
||||
PORTVERSION= 5.2
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= doombsp
|
||||
MASTER_SITES= http://games.moria.org.uk/doom/bsp/download/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= alepulver@FreeBSD.org
|
||||
COMMENT= Node builder for Doom
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN6= bsp.6
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e "s,-O2 -fomit-frame-pointer -ffast-math,${CFLAGS}," \
|
||||
${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e 's|-O2 -fomit-frame-pointer|${CFLAGS} &|' \
|
||||
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/bsp ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/bsp.6 ${MANPREFIX}/man/man6
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
IGNORE= does not build
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (bsp-5.1.tar.gz) = a8d7cf42baf7ecb291869899e2aefae8
|
||||
SHA256 (bsp-5.1.tar.gz) = 15db23b6c55b0b672d1b284c862141bf9c1b54e68ce8bde7e6c00e01306d9e4e
|
||||
SIZE (bsp-5.1.tar.gz) = 143323
|
||||
MD5 (bsp-5.2.tar.bz2) = 6f29fc0d5ca0512c34482843b0a1fcb3
|
||||
SHA256 (bsp-5.2.tar.bz2) = 641c4350fd620d485e874dc9e504e6feeb6f44272be50f8622c97cbe396bc00e
|
||||
SIZE (bsp-5.2.tar.bz2) = 162768
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- endian.c Mon Jan 24 21:25:33 2005
|
||||
+++ endian.c Mon Jan 24 21:25:09 2005
|
||||
@@ -195,7 +195,7 @@
|
||||
{
|
||||
Verbose("Doing endianness correction... ");
|
||||
ConvertVertex();
|
||||
- ConvertLineDef();
|
||||
+ ConvertLinedef();
|
||||
ConvertSidedef();
|
||||
ConvertSector();
|
||||
ConvertPseg();
|
Loading…
Reference in New Issue
Block a user