diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-08-02 11:54:36 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-08-02 11:54:36 +0000 |
commit | 3f09c8cde1b2b74ec500335fb6aa87436eec722a (patch) | |
tree | f8beea525d5f6ef6552deb990b4ef7463afccf3f /security/tripwire12/files/patch-Makefile | |
parent | Unbreak `math/orpie' against OCaml 4.05.0 and make it fetchable (diff) |
Remove expired ports:
2018-07-31 net/rubygem-gitaly-proto096: Obsoleted by update of www/gitlab-ce. Please use net/rubygem-gitaly-proto instead.
2018-07-31 security/tripwire12: unfetchable
2018-07-31 security/rubygem-rbnacl4: Obsoleted by update of www/gitlab-ce. Please use security/rubygem-rbnacl instead.
2018-07-31 www/rubygem-gon61: Obsoleted by update of www/gitlab-ce. Please use www/rubygem-gon instead.
2018-07-31 databases/pgpool-II-33: Will be deprecated by upstream, please switch to newer pgpool versions
2018-07-31 devel/rubygem-grape-entity060: Obsoleted by update of www/gitlab-ce. Please use devel/rubygem-grape-entity instead.
2018-07-31 net/rubygem-gitaly-proto099: Obsoleted by update of www/gitlab-ce. Please use net/rubygem-gitaly-proto instead.
2018-07-31 net/rubygem-gitaly-proto095: Obsoleted by update of www/gitlab-ce. Please use net/rubygem-gitaly-proto instead.
2018-07-31 net/rubygem-omniauth-github11: Obsoleted by update of www/gitlab-ce. Please use net/rubygem-omniauth-github instead.
2018-07-31 net/rubygem-asset_sync220: Obsoleted by update of www/gitlab-ce. Please use net/rubygem-asset_sync instead.
2018-07-31 www/rubygem-gollum-lib-gitlab: Obsoleted by update of www/gitlab-ce. Please use www/rubygem-gitlab-gollum-lib instead.
2018-08-01 www/py-django-threaded-multihost: Project development unmaintained
2018-08-01 www/py-django-keyedcache: Project development abandoned
2018-08-01 www/py-django-signals-ahoy: Project development unmaintained
Diffstat (limited to 'security/tripwire12/files/patch-Makefile')
-rw-r--r-- | security/tripwire12/files/patch-Makefile | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/security/tripwire12/files/patch-Makefile b/security/tripwire12/files/patch-Makefile deleted file mode 100644 index 4c9bc53f16e1..000000000000 --- a/security/tripwire12/files/patch-Makefile +++ /dev/null @@ -1,46 +0,0 @@ ---- Makefile.orig 2014-06-09 12:38:51.784239761 -0700 -+++ Makefile 2014-06-09 12:43:05.345562324 -0700 -@@ -12,10 +12,8 @@ - ### - - # destination directory for final executables --DESTDIR = /secureplace/bin - - # destination for man pages --MANDIR = /usr/man - - # system utilities - LEX = lex -@@ -32,11 +30,11 @@ - #SHELL = /bin/bash # For the GNU fanatics - - # you can use ANSI C if you like, but K&R is equally fine. --CC = cc # common -+#CC = cc # common - #CC = gcc # also common - #CC = /usr/ccs/bin/cc # Pyramid DC/OSx (SVR4) - --CFLAGS = -O # common -+#CFLAGS = -O # common - #CFLAGS = -g # common - #CFLAGS = -g # debugging - #CFLAGS = -O -cckr # SGI -@@ -60,7 +58,8 @@ - #CPP = /lib/cpp # on older systems - - # make sure libraries are not linked dynamically (as a security measure) --LDFLAGS= # common -+LDFLAGS= -static -+#LDFLAGS= # common - #LDFLAGS= -non_shared # OSF/1 - #LDFLAGS= -Bstatic # SunOS 4 (cannot statically link tripwire - # on Solaris 2.3) -@@ -103,7 +102,7 @@ - YACC="$(YACC)" LEX="$(LEX)" all) - - install: all -- (cd src; make INSTALL=$(INSTALL) DESTDIR=$(DESTDIR) install) -+ (cd src; make INSTALL=$(INSTALL) DESTDIR=$(BINDIR) install) - (cd man; make INSTALL=$(INSTALL) MANDIR=$(MANDIR) install) - - test: all |