Commits

Frank Schima authored f8ec94df368
ncp: Use modern checksums

- Rename patchfile per lint - Use port style dependency
No tags

net/ncp/files/patch-GNUmakefile.diff

Added
1 +--- GNUmakefile 2005-05-13 19:17:17.000000000 +0200
2 ++++ GNUmakefile 2005-11-10 20:34:09.000000000 +0100
3 +@@ -1,4 +1,4 @@
4 +-prefix=/opt/diet
5 ++#prefix=/opt/diet
6 + BINDIR=${prefix}/bin
7 +
8 + TARGETS=ncp
9 +@@ -6,8 +6,8 @@
10 + all: $(TARGETS)
11 +
12 + CC=gcc
13 +-CFLAGS=-pipe -Wall
14 +-LDFLAGS=
15 ++CFLAGS=-pipe -Wall -I$(prefix)/include/libowfat
16 ++LDFLAGS=-L$(prefix)/lib
17 +
18 + path = $(subst :, ,$(PATH))
19 + diet_path = $(foreach dir,$(path),$(wildcard $(dir)/diet))
20 +@@ -54,18 +54,18 @@
21 + ncp: ncp.o libsocket
22 + $(CC) $< -o $@ -I. $(CFLAGS) $(LDFLAGS) $(LDLIBS) `cat libsocket`
23 + ifeq ($(DEBUG),)
24 +- strip -R .note -R .comment ncp || strip ncp
25 ++ strip ncp
26 + endif
27 +
28 + install:
29 +- install -d $(PREFIX)/bin $(PREFIX)/man/man1
30 +- install ncp $(PREFIX)/bin
31 +- ln -f $(PREFIX)/bin/ncp $(PREFIX)/bin/npush
32 +- ln -f $(PREFIX)/bin/ncp $(PREFIX)/bin/npoll
33 +- install -m 644 ncp.1 npush.1 $(PREFIX)/man/man1
34 ++ install -d $(prefix)/bin $(prefix)/share/man/man1
35 ++ install ncp $(prefix)/bin
36 ++ ln -f $(prefix)/bin/ncp $(prefix)/bin/npush
37 ++ ln -f $(prefix)/bin/ncp $(prefix)/bin/npoll
38 ++ install -m 644 ncp.1 npush.1 $(prefix)/share/man/man1
39 +
40 + uninstall:
41 +- rm -f $(PREFIX)/bin/ncp $(PREFIX)/bin/npush $(PREFIX)/bin/npoll $(PREFIX)/man/man1/ncp.1 $(PREFIX)/man/man1/npush.1
42 ++ rm -f $(prefix)/bin/ncp $(prefix)/bin/npush $(prefix)/bin/npoll $(prefix)/man/man1/ncp.1 $(prefix)/man/man1/npush.1
43 +
44 + clean:
45 + rm -f *.o ncp core *~ *.bak npush npoll libsocket

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut