ports/188294: [PATCH] games/adom needs linux terminfo database to run

Pawel Pekala pawel at FreeBSD.org
Sat Apr 5 16:10:00 UTC 2014


>Number:         188294
>Category:       ports
>Synopsis:       [PATCH] games/adom needs linux terminfo database to run
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 05 16:10:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Pawel Pekala
>Release:        10.0
>Organization:
>Environment:
FreeBSD caprica.slowicza.org 10.0-STABLE FreeBSD 10.0-STABLE #2 r262297: Fri Feb 21 17:42:25 CET 2014     root at caprica.slowicza.org:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
This port need linux terminfo databases to run, add dependency on it.

Few other fixes:
- Remove leading article from COMMENT
- Remove misleading info about terminfo from pkg-descr
- Move info about game manual to pkg-message

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(wersja 350239)
+++ Makefile	(kopia robocza)
@@ -3,13 +3,13 @@
 
 PORTNAME=	adom
 PORTVERSION=	1.1.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	games linux
 MASTER_SITES=	http://www.adom.de/adom/download/linux/
 DISTNAME=	${PORTNAME}-${PORTVERSION:S/.//g}-elf
 
 MAINTAINER=	sr-13 at mail.ru
-COMMENT=	An rogue-like advanced rpg with color support (binary port)
+COMMENT=	Rogue-like advanced rpg with color support (binary port)
 
 LICENSE=	unknown
 LICENSE_NAME=	The ADOM License
@@ -22,13 +22,13 @@
 
 ONLY_FOR_ARCHS=	i386 amd64
 USE_LINUX=	yes
-USE_LINUX_APPS=	xorglibs
+USE_LINUX_APPS=	ncurses-base xorglibs
 
 WRKSRC=		${WRKDIR}/adom
 NO_BUILD=	yes
 STRIP=		# empty: do not strip linux binary!
 
-.include <bsd.port.options.mk>
+SUB_FILES=	pkg-message
 
 do-install:
 	@${INSTALL_PROGRAM} ${WRKSRC}/adom ${STAGEDIR}${PREFIX}/bin
Index: files/pkg-message.in
===================================================================
--- files/pkg-message.in	(wersja 0)
+++ files/pkg-message.in	(kopia robocza)
@@ -0,0 +1,2 @@
+
+After installation please read manual in %%DOCSDIR%%.

Zmiany atrybutów dla: files/pkg-message.in
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: pkg-descr
===================================================================
--- pkg-descr	(wersja 350239)
+++ pkg-descr	(kopia robocza)
@@ -10,10 +10,4 @@
 dungeons, fight hideous monsters, uncover long forgotten secrets,
 and find treasures of all kind.
 
-Please read manual in /usr/local/share/doc/adom (or wherever ${PREFIX} was
-pointing) after installation.
-
-You may have to build terminfo database in order to run ADOM. Read "readme.1st"
-section VI.E for details.
-
 WWW: http://www.adom.de/


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


More information about the freebsd-ports-bugs mailing list