Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Oct 2000 06:53:54 -0700 (PDT)
From:      jay.krell@cornell.edu
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/22000: ports/lang/modula-3 and ports/lang/modula-3-lib need PLIST->pkg-plist in Makefile
Message-ID:  <20001015135354.3A1A737B66C@hub.freebsd.org>

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

>Number:         22000
>Category:       misc
>Synopsis:       ports/lang/modula-3 and ports/lang/modula-3-lib need PLIST->pkg-plist in Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 15 07:00:02 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Jay Krell
>Release:        4.1
>Organization:
>Environment:
FreeBSD jayk2.jaykhome 4.1-RELEASE FreeBSD 4.1-RELEASE #0: Sun Oct 15 02:27:26 G
MT 2000     jayk@jayk2.jaykhome:/usr/src/sys/compile/JAYK1  i386               
>Description:
ports/lang/modula-3 and ports/lang/modula-3-lib need PLIST->pkg-plist in Makefile
>How-To-Repeat:
..mumble something about WITH_X11 or WITHOUT_X11..
cd /usr/ports/lang/modula-3-lib
make
cd /usr/ports/lang/modula-3
make
>Fix:
Z:\>diff -u \\jayk2\usr\ports\lang\modula-3\Makefile.1 \\jayk2\usr\ports\lang\modula-3\Makefile
--- \\jayk2\usr\ports\lang\modula-3\Makefile.1  Sat Oct 14 23:31:31 2000
+++ \\jayk2\usr\ports\lang\modula-3\Makefile    Sat Oct 14 23:31:45 2000
@@ -39,7 +39,7 @@
 pre-fetch:
        @${ECHO_MSG} "To build this port without X11, define \"WITHOUT_X11\"."

-PLIST=         ${WRKDIR}/PLIST
+PLIST=         ${WRKDIR}/pkg-plist
 MAN1+=         formsedit.1 replayheap.1 showheap.1 shownew.1 showthread.1
 .endif


Z:\>diff -u \\jayk2\usr\ports\lang\modula-3-lib\Makefile.1 \\jayk2\usr\ports\lang\modula-3-lib\Makefile
--- \\jayk2\usr\ports\lang\modula-3-lib\Makefile.1      Sat Oct 14 23:33:08 2000
+++ \\jayk2\usr\ports\lang\modula-3-lib\Makefile        Sat Oct 14 23:34:54 2000
@@ -81,7 +81,7 @@
        @${ECHO_MSG} "To build this port without X11, define \"WITHOUT_X11\"."

 USE_XLIB=      yes
-PLIST=         ${WRKDIR}/PLIST
+PLIST=         ${WRKDIR}/pkg-plist
 .endif

 post-extract:


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


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




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