Skip to main content.

2003-Apr-05

pkglint complains if comments before important settings saying PANIC and that they are missing.

Imported new package into wip (for testing) like:

cd devel/byacc
export CVS_RSH=ssh
cvs -d :ext:jeremy-c-reed@cvs.sf.net:/cvsroot/pkgsrc-wip import  wip/byacc JEREMY-C-REED JEREMY-C-REED_20030405
Notice that the branch is "JEREMY-C-REED" and the tag is "JEREMY-C-REED_20030405" (for this example). CVS put me into my editor: I entered a brief CVS message in vi. Then:
cd /usr/pkgsrc/wip
cvs update -dP
diff -pruN ../devel/byacc byacc | less # to check if okay
vi Makefile # to add SUBDIR+=        byacc
cvs commit Makefile