Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jan 2003 05:10:14 -0800 (PST)
From:      "Simon 'portlint' Schubert" <corecode@corecode.ath.cx>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/47706: New port: misc/dvorak7min an ncurses-based Dvorak typing tutor
Message-ID:  <200301311310.h0VDAEcv064135@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/47706; it has been noted by GNATS.

From: "Simon 'portlint' Schubert" <corecode@corecode.ath.cx>
To: Leland Wang <llwang@infor.org>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/47706: New port: misc/dvorak7min an ncurses-based Dvorak
 typing tutor
Date: Fri, 31 Jan 2003 14:09:01 +0100

 --=.dhl/OxBXwLC3p_
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 
 Lately Leland Wang told:
 
 > sed 's/^X//' >dvorak7min/pkg-plist << 'END-of-dvorak7min/pkg-plist'
 > X@cwd %%LOCALBASE%%
 
 huh?
 
 > sed 's/^X//' >dvorak7min/Makefile << 'END-of-dvorak7min/Makefile'
 [...]
 > XLIB_DEPENDS=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
 
 can this be made dependent on freebsd-5 vs freebsd-4?
 
 > sed 's/^X//' >dvorak7min/files/patch-Makefile << 'END-of-dvorak7min/files/patch-Makefile'
 > X--- Makefile.orig	Fri Jan 31 13:04:40 2003
 > X+++ Makefile	Fri Jan 31 13:11:38 2003
 > X@@ -1,4 +1,4 @@
 > X-INSTALL = /usr/local/games/bin
 > X+INSTALL = /usr/local/bin
 
 use ${PREFIX}
 
 > X 
 > X # Uncomment these lines if you want to change the defaults to something else
 > X 
 > X@@ -16,11 +16,11 @@
 > X 
 > X #CC      = gcc
 > X PROF    = -g0 -O2
 
 don't override user-specified CFLAGS
 
 > X-CFLAGS  = $(PROF) -Wall \
 > X+CFLAGS  = $(PROF) -Wall -I/usr/local/include \
 
 use ${LOCALBASE} for include path
 
 eg: CFLAGS+=	-Wall -I${LOCALBASE}/include \
 
 > X 	$(PRETTINESS) $(NASTINESS) $(BEEPS) $(FLASHES) $(COLORS) \
 > X 	$(LIMIT_LENGTH)
 > X-LDFLAGS = $(PROF)
 > X-LIBS    = -lncurses
 > X+LDFLAGS = $(PROF) -L/usr/local/lib
 > X+LIBS    = -lncurses -lgnugetopt
 
 again, respect ${LOCALBASE}, check whether libgnugetopt is really
 needed.
 
 if you got specific questions, don't hesitate to contact me (privately
 if you want)
 
 cheers
   simon
 
 ps: i'm no committer! :) i just care about ports
 
 -- 
 /"\   http://corecode.ath.cx/#donate
 \ /
  \     ASCII Ribbon Campaign
 / \  Against HTML Mail and News
 
 --=.dhl/OxBXwLC3p_
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.1 (FreeBSD)
 
 iD8DBQE+OnVwr5S+dk6z85oRAvSLAKCSELbwWCWdpOSUKC2gGig73ODcFgCgzlgT
 u7ZV/rvkTKFdvHPOUiYFIRs=
 =Oz7Y
 -----END PGP SIGNATURE-----
 
 --=.dhl/OxBXwLC3p_--

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




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