Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Nov 2001 07:22:37 +0100 (CET)
From:      dirk.meyer@dinoex.sub.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/32263: [PATCH] freebsd-uucp to build under 4.3 to 4.1
Message-ID:  <200111250622.fAP6MbZ6028635@home.dinoex.sub.org>

next in thread | raw e-mail | index | archive | help

>Number:         32263
>Category:       ports
>Synopsis:       [PATCH] freebsd-uucp to build under 4.3 to 4.1
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 24 22:30:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Dirk Meyer
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
privat
>Environment:
System: FreeBSD 4.4-STABLE

>Description:

	port does not build under 4.3
	problem reported by: vince@oahu.WURLDLINK.NET

make: don't know how to make uuchk.1. Stop
*** Error code 2

Stop in /usr/ports/net/freebsd-uucp/work/freebsd-uucp-1.06.1.2/uucp.
*** Error code 1

	Makefiles uses "MAN=uuchk.8"
	older FreeBSD releases don't know this macro.
	They need: "MAN8=uuchk.8".

	stable: /usr/share/mk/bsd.man.mk uses:
	.if !defined(MAN)  

	so having both lines solves the problem:
	MAN=uuchk.8
	MAN8=uuchk.8

>How-To-Repeat:

	cd /usr/ports/net/freebsd-uucp make

>Fix:

	approve this patch

	Changelog:
	Bump REVISION
	add MAN8 for FreeBSD < 4.4

diff freebsd-uucp/Makefile freebsd-uucp/Makefile
--- freebsd-uucp/Makefile	Sun Nov 25 07:03:53 2001
+++ freebsd-uucp/Makefile	Sun Nov 25 07:17:58 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	freebsd-uucp
-PORTVERSION=	1.06.1.2
+PORTVERSION=	1.06.1.3
 CATEGORIES=	net comms
 MASTER_SITES=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=dinoex
diff freebsd-uucp/distinfo freebsd-uucp/distinfo
--- freebsd-uucp/distinfo	Sun Nov 25 07:03:53 2001
+++ freebsd-uucp/distinfo	Sun Nov 25 06:56:54 2001
@@ -1 +1 @@
-MD5 (freebsd-uucp-1.06.1.2.tar.bz2) = 5bf965f9466cc7379f4605b60870ed9e
+MD5 (freebsd-uucp-1.06.1.3.tar.bz2) = 11b3629a84429aa49979e253279125ed
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111250622.fAP6MbZ6028635>