diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1996-08-16 18:31:04 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1996-08-16 18:31:04 +0000 |
| commit | 54a78b40a6f8d37368bfe720deb2c2411e7b8b38 (patch) | |
| tree | 4d840d1a9de7a88c9a76a8d2a8b907500e6519eb /security/pidentd/files/patch-ab | |
| parent | aargh, I forgot to commit this. This fixes an optimization originally (diff) | |
Update from 2.7b3 -> 2.7b4, the author included our patch.
.. however, he also changed the top level Makefile to use $PREFIX for
something completely different (and incompatable) to what we use it for.
Diffstat (limited to 'security/pidentd/files/patch-ab')
| -rw-r--r-- | security/pidentd/files/patch-ab | 85 |
1 files changed, 30 insertions, 55 deletions
diff --git a/security/pidentd/files/patch-ab b/security/pidentd/files/patch-ab index 01f92189484d..76b2b24f01d6 100644 --- a/security/pidentd/files/patch-ab +++ b/security/pidentd/files/patch-ab @@ -1,55 +1,30 @@ -*** Makefile.orig Mon Jun 5 21:49:08 1995 ---- Makefile Fri Jul 28 04:53:59 1995 -*************** -*** 15,21 **** - # - TAR=tar - MAKE=make -! DESTROOT=/usr/local - DESTDIR=$(DESTROOT)/sbin - MANROOT=$(DESTROOT)/man - MANDIR=$(MANROOT)/man8 ---- 15,21 ---- - # - TAR=tar - MAKE=make -! DESTROOT=${PREFIX} - DESTDIR=$(DESTROOT)/sbin - MANROOT=$(DESTROOT)/man - MANDIR=$(MANROOT)/man8 -*************** -*** 42,48 **** - # GLIBS=-lident -ldes - GLIBS= - -! CFLAGS=-O - - all: - @echo "Please specify the type of system you wish to build for." ---- 42,48 ---- - # GLIBS=-lident -ldes - GLIBS= - -! #CFLAGS=-O - - all: - @echo "Please specify the type of system you wish to build for." -*************** -*** 387,394 **** - - install: in.identd idecrypt - cp identd.man $(MANDIR)/identd.$(MANSECT) - echo ".so man$(MANSECT)/identd.$(MANSECT)" > $(MANDIR)/in.identd.$(MANSECT) -! cp in.identd $(DESTDIR)/in.identd - cp idecrypt.man $(MANDIR)/idecrypt.$(MANSECT) - cp idecrypt $(DESTDIR)/idecrypt - ---- 387,394 ---- - - install: in.identd idecrypt - cp identd.man $(MANDIR)/identd.$(MANSECT) - echo ".so man$(MANSECT)/identd.$(MANSECT)" > $(MANDIR)/in.identd.$(MANSECT) -! cp in.identd $(DESTDIR)/identd - cp idecrypt.man $(MANDIR)/idecrypt.$(MANSECT) - cp idecrypt $(DESTDIR)/idecrypt - +--- Makefile.orig Mon Aug 12 06:08:06 1996 ++++ Makefile Sat Aug 17 01:54:22 1996 +@@ -18,9 +18,9 @@ + MAKE=make + + # set this to 'in.' if you like Sun's prefix on internet daemons +-PREFIX=in. ++PREFIX= + +-DESTROOT=/usr/local ++DESTROOT=${REALPREFIX} + + # set this to '/share' if your man pages are in /usr/share + #SHARE=/share +@@ -60,13 +60,13 @@ + # -DSTRONG_LOG -DALLOW_FORMAT \ + # + GDEFS=-DSTRONG_LOG -DALLOW_FORMAT \ +- -DDPATH_CONFIG='\"$(CONFDIR)/identd.conf\"' \ ++ -DPATH_CONFIG='\"$(CONFDIR)/identd.conf\"' \ + -DPATH_DESKEY='\"$(CONFDIR)/identd.key\"' + + # GLIBS=-lident -ldes + GLIBS= + +-CFLAGS=-O ++#CFLAGS=-O + #LDFLAGS=-L$(DESTROOT)/lib + + all: |
