diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 06:39:12 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 06:39:12 +0000 |
commit | 035646ee650e1641b2dac43a8404e423cd35d273 (patch) | |
tree | 7e110eaf4b3ad1ac554c03eb2bb08c7be10ed4bf /net/sambasentinel/files/patch-Makefile | |
parent | - fix distinfo (diff) |
remove unmaintained expired ports from net
2011-05-01 net/44bsd-rdist: Upstream disapear and distfile is no more available
2011-05-01 net/bbsnet: Upstream disapear and distfile is no more available
2011-05-01 net/bing: Upstream disapear and distfile is no more available
2011-05-01 net/brutecopy: Upstream disapear and distfile is no more available
2011-05-01 net/crescendo: Upstream disapear and distfile is no more available
2011-05-01 net/danamics: Upstream disapear and distfile is no more available
2011-05-01 net/etunnel: Upstream disapear and distfile is no more available
2011-05-01 net/gastman: Upstream disapear and distfile is no more available
2011-05-01 net/generic-nqs: Upstream disapear and distfile is no more available
2011-05-01 net/gkrellmmultiping2: Upstream disapear and distfile is no more available
2011-05-01 net/gkrellmwireless: Upstream disapear and distfile is no more available
2011-05-01 net/gnoemoe: Upstream disapear and distfile is no more available
2011-05-01 net/gnosamba: Upstream disapear and distfile is no more available
2011-05-01 net/merlinmon: Upstream disapear and distfile is no more available
2011-05-01 net/msntp: Upstream disapear and distfile is no more available
2011-05-01 net/ntalk: Upstream disapear and distfile is no more available
2011-05-01 net/ntraceroute: Upstream disapear and distfile is no more available
2011-05-01 net/onion-fec: Upstream disapear and distfile is no more available
2011-05-01 net/openverse: Upstream disapear and distfile is no more available
2011-05-01 net/poink: Upstream disapear and distfile is no more available
2011-05-01 net/roadrunner: Upstream disapear and distfile is no more available
2011-05-01 net/sambasentinel: Upstream disapear and distfile is no more available
2011-05-01 net/scand: Upstream disapear and distfile is no more available
2011-05-01 net/tacshell: Upstream disapear and distfile is no more available
2011-05-01 net/telserv: Upstream disapear and distfile is no more available
2011-05-01 net/tridiavnc: Upstream disapear and distfile is no more available
2011-05-01 net/tvark: Upstream disapear and distfile is no more available
2011-05-01 net/warppipe: Upstream disapear and distfile is no more available
2011-05-01 net/wistumbler2: Upstream disapear and distfile is no more available
2011-05-01 net/wmq3: Upstream disapear and distfile is no more available
2011-05-01 net/xbone-gui: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-05-01 net/xsmbrowser: Upstream disapear and distfile is no more available
2011-05-01 net/xtraceroute: Upstream disapear and distfile is no more available
2011-05-01 net/ytalk: Upstream disapear and distfile is no more available
2011-05-01 net/zniper: Upstream disapear and distfile is no more available
Diffstat (limited to 'net/sambasentinel/files/patch-Makefile')
-rw-r--r-- | net/sambasentinel/files/patch-Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/net/sambasentinel/files/patch-Makefile b/net/sambasentinel/files/patch-Makefile deleted file mode 100644 index 489add7a0863..000000000000 --- a/net/sambasentinel/files/patch-Makefile +++ /dev/null @@ -1,25 +0,0 @@ ---- Makefile.orig Thu Jul 5 16:46:20 2001 -+++ Makefile Thu Jul 5 16:49:08 2001 -@@ -1,16 +1,17 @@ --INCDIR = `gtk-config --cflags` --LIBS = `gtk-config --libs gthread` -+CC = gcc -+INCDIR = `${GTK_CONFIG} --cflags` -+LIBS = `${GTK_CONFIG} --libs gthread` - TARGET = SambaSentinel - FILES = SambaSentinel.c gtk_common.cpp - OBJECTS = SambaSentinel.o gtk_common.o - SambaSentinel: $(OBJECTS) -- gcc $(INCDIR) $(LIBS) -o $(TARGET) $(OBJECTS) -+ $(CC) $(INCDIR) $(LIBS) -o $(TARGET) $(OBJECTS) - - SambaSentinel.o:SambaSentinel.c -- gcc $(INCDIR) -c -o SambaSentinel.o SambaSentinel.c -+ $(CC) $(INCDIR) -c -o SambaSentinel.o SambaSentinel.c - - gtk_common.o: gtk_common.c -- gcc $(INCDIR) -c -o gtk_common.o gtk_common.c -+ $(CC) $(INCDIR) -c -o gtk_common.o gtk_common.c - - clean: - rm -f *.o SambaSentinel *~ core |