Project

General

Profile

Actions

Bug #1100

closed

/usr/Makefile needs to be updated for 2.0 (release-src-cvsup)

Added by mneumann over 15 years ago. Updated over 15 years ago.

Status:
Closed
Priority:
Low
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:

Description

Hi,

The release-src-cvsup target still contains the RELEASE_1_12 tag, which
should instead be:

-rDragonFly_RELEASE_2_0_Slip

I don't know where to find this file in the source tree, so I can't fix
it myself. Anyone?

Regards,

Michael
Actions #1

Updated by swildner over 15 years ago

Thanks, I've fixed it.

Sascha

Actions #2

Updated by mneumann over 15 years ago

Thanks! While we are at it, how about adding "pkgsrc-wip" checkouts to
it? That should make trying out work-in-progress packages a lot easier.
It's so annoying to have to go to the webpage to just look up the
details how to get it.

  1. all:
    @echo "Install or update /usr/pkgsrc/wip using NetBSD.se anoncvs"
    @echo " make pkgsrc-wip-checkout"
    @echo " make pkgsrc-wip-update"
    @echo ""

pkgsrc-wip-checkout:
cd ${.CURDIR}; \
mkdir -p pkgsrc/wip; \
cd pkgsrc; \
cvs -d :/cvsroot checkout wip

pkgsrc-wip-update:
cd ${.CURDIR}/pkgsrc; \
cvs -d :/cvsroot update -Pd wip

Regards,

Michael
Actions #3

Updated by matthias over 15 years ago

Committed

Actions

Also available in: Atom PDF