Bug 27781 - Building problems with pgp4pine makefile v1.6
Summary: Building problems with pgp4pine makefile v1.6
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: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-05-31 00:10 UTC by Christopher Shumway
Modified: 2001-06-01 18:48 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (546 bytes, patch)
2001-05-31 00:10 UTC, Christopher Shumway
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Shumway 2001-05-31 00:10:01 UTC
/usr/ports/mail/pgp4pine
[titan] 3:56pm ROOT # make all
===>  Extracting for pgp4pine-1.76_1
Comment 1 Christopher Shumway 2001-05-31 00:17:00 UTC
On Wed, 30 May 2001 cshumway@titan-project.org wrote:

>
> >Number:         27781
> >Category:       ports
> >Synopsis:       Building problems with pgp4pine makefile v1.6
> >Confidential:   no
> >Severity:       non-critical
> >Priority:       low
> >Responsible:    freebsd-ports
> >State:          open
> >Quarter:
> >Keywords:
> >Date-Required:
> >Class:          sw-bug
> >Submitter-Id:   current-users
> >Arrival-Date:   Wed May 30 16:10:01 PDT 2001
> >Closed-Date:
> >Last-Modified:
> >Originator:     Christopher Shumway
> >Release:        FreeBSD 4.3-STABLE i386
> >Organization:
> >Environment:
> System: FreeBSD titan.titan-project.org 4.3-STABLE FreeBSD 4.3-STABLE #0: Sun Apr 22 15:40:41 PDT 2001 cshumway@titan.titan-project.org:/usr/obj/usr/src/sys/TITAN i386
>
> >Description:
>
> /usr/ports/mail/pgp4pine
> [titan] 3:56pm ROOT # make all
> ===>  Extracting for pgp4pine-1.76_1
> >How-To-Repeat:
> >Fix:
>
> Index: ports/mail/pgp4pine/Makefile
> ===================================================================
> RCS file: /host/cvs/usr/home/ncvs/ports/mail/pgp4pine/Makefile,v
> retrieving revision 1.6
> diff -c -r1.6 Makefile
> *** ports/mail/pgp4pine/Makefile	2001/05/30 16:49:20	1.6
> --- ports/mail/pgp4pine/Makefile	2001/05/30 23:03:46
> ***************
> *** 11,16 ****
> --- 11,17 ----
>   CATEGORIES=	mail
>   MASTER_SITES=	http://pgp4pine.flatline.de/
>   DISTNAME=	${PORTNAME}-${PORTVERSION}-1
> + WRKSRC=	${WRKDIR}/pgp4pine-1.76
>
>   MAINTAINER=	holger@flatline.de
>
> >Release-Note:
> >Audit-Trail:
> >Unformatted:



Grr, that was silly of me-- try this:

Index: ports/mail/pgp4pine/Makefile
===================================================================
RCS file: /host/cvs/usr/home/ncvs/ports/mail/pgp4pine/Makefile,v
retrieving revision 1.6
diff -c -r1.6 Makefile
*** ports/mail/pgp4pine/Makefile	2001/05/30 16:49:20	1.6
--- ports/mail/pgp4pine/Makefile	2001/05/30 23:14:31
***************
*** 11,16 ****
--- 11,17 ----
  CATEGORIES=	mail
  MASTER_SITES=	http://pgp4pine.flatline.de/
  DISTNAME=	${PORTNAME}-${PORTVERSION}-1
+ WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}

  MAINTAINER=	holger@flatline.de

---
Christopher Shumway				cshumway@titan-project.org
						cshumway@freebsd.org
Comment 2 Jim Mock freebsd_committer freebsd_triage 2001-06-01 18:47:52 UTC
State Changed
From-To: open->closed

Committed, thanks!