ports/122824: [patch] add news/husky-htick-devel port

andrew clarke mail at ozzmosis.com
Wed Apr 16 17:10:01 UTC 2008


>Number:         122824
>Category:       ports
>Synopsis:       [patch] add news/husky-htick-devel port
>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:   Wed Apr 16 17:10:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     andrew clarke
>Release:        FreeBSD 6.3-RELEASE-p1
>Organization:
>Environment:
FreeBSD blizzard.dancer 6.3-RELEASE-p1 FreeBSD 6.3-RELEASE-p1 #0: Wed Feb 13 02:40:56 UTC 2008     root at i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
This is probably for fjoe at FreeBSD.org to handle?

I noticed there is a news/husky-hpt-devel port, and news/husky-htick, but no corresponding news/husky-htick-devel port.  Current htick-devel version is 1.4-rc5.  See attached files for addition to the ports tree.  The Makefile and files/patch-doc::Makefile may need some tweaking.  Thanks.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile:
PORTNAME=	htick
DISTVERSION=	1.4-rc5
DISTNAME=	htick-$(DISTVERSION)
CATEGORIES=	news mail

MAINTAINER=	root at localhost
COMMENT=	FidoNet file ticker, development version.

LIB_DEPENDS=	fidoconfig.1:${PORTSDIR}/news/husky-fidoconf-devel

MAN1=		htick.1
INFO=		htick

PLIST_FILES=	bin/htick \
		share/doc/husky/htick.html

post-patch:
	@${REINPLACE_CMD} -e 's^/fido/etc/config^${PREFIX}/etc/fido/config^' \
		${WRKSRC}/man/htick.1

post-build:
	@cd ${WRKSRC}/doc && ${GMAKE} ${MAKE_ARGS} all

post-install:
	@cd ${WRKSRC}/doc && ${GMAKE} ${MAKE_ARGS} install

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/news/husky-base/Makefile.inc"
.include <bsd.port.post.mk>

--- distinfo:
MD5 (husky/htick-1.4-rc5.tar.gz) = af8cb6eab3f8d02124db411f15dbe456
SHA256 (husky/htick-1.4-rc5.tar.gz) = 03b9eda2d6bc5467acbdfd939d13911837bc8d04dd95b9c398369a625a494bde
SIZE (husky/htick-1.4-rc5.tar.gz) = 122481

--- pkg-descr:
FidoNet File ticker, development version.

htick is a part of Husky Fidosoft Project.
Husky is complete freeware suite of Fidonet applications. 

WWW: http://husky.sourceforge.net/

--- files/patch-doc::Makefile:
--- ./doc/Makefile.orig	2005-06-04 04:00:00.000000000 +1000
+++ ./doc/Makefile	2008-04-17 02:27:17.000000000 +1000
@@ -16,7 +16,7 @@
 include ../../huskymak.cfg
 endif
 
-all: html info dvi
+all: html info
 
 ifdef HTMLDIR
 html: htick.html
@@ -72,7 +72,7 @@
 	-$(RM) $(RMOPT) htick.inf
 	-$(RM) $(RMOPT) htick*html
 
-install: info html dvi
+install: info html
 	@echo .
 ifdef INFODIR
 	-$(MKDIR) $(MKDIROPT) $(INFODIR)
@@ -83,10 +83,6 @@
 	-$(MKDIR) $(MKDIROPT) $(HTMLDIR)
 	$(INSTALL) $(IMOPT) htick*html $(HTMLDIR)
 endif
-ifdef DVIDIR
-	-$(MKDIR) $(MKDIROPT) $(DVIDIR)
-	$(INSTALL) $(IMOPT) htick.dvi $(DVIDIR)
-endif
 
 uninstall:
 	-install-info --remove --info-dir=$(INFODIR) $(INFODIR)$(DIRSEP)htick.info


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



More information about the freebsd-ports-bugs mailing list