aboutsummaryrefslogtreecommitdiff
path: root/comms/birda
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2019-12-20 23:24:40 +0000
committerBrooks Davis <brooks@FreeBSD.org>2019-12-20 23:24:40 +0000
commit9b1a5c1c0715bf13d0e25f76a12cb6f129039350 (patch)
tree8c9765b75666794f79202f9dbcf7134c9ea89db6 /comms/birda
parent1c8e0602f90eecc124ab267fc8a37276e90f69b0 (diff)
downloadports-9b1a5c1c0715bf13d0e25f76a12cb6f129039350.tar.gz
ports-9b1a5c1c0715bf13d0e25f76a12cb6f129039350.zip
Additional builds with with src r354909 applied.
The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into errors causing these ports that declare them and use the FreeBSD make infrastructure as part of their build to fail. When the offending variables occur in a BSD Makefile, NO_MAN becomes MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and MK_PROFILE=no respectively. When declared in the environment they become WITHOUT_<FOO>. Also GC NO_MANCOMPRESSED which doesn't do anything. In the case of devel/libpasori, this change accomplished the same thing as the change in r518434, but more directly (fix the Makefiles rather than patching them after they are installed).
Notes
Notes: svn path=/head/; revision=520531
Diffstat (limited to 'comms/birda')
-rw-r--r--comms/birda/files/patch-lib-Makefile17
1 files changed, 12 insertions, 5 deletions
diff --git a/comms/birda/files/patch-lib-Makefile b/comms/birda/files/patch-lib-Makefile
index 2d33dd9023fd..f94f9ddfd670 100644
--- a/comms/birda/files/patch-lib-Makefile
+++ b/comms/birda/files/patch-lib-Makefile
@@ -1,9 +1,16 @@
---- lib/Makefile.orig 2005-11-14 12:12:28 UTC
+--- lib/Makefile.orig
+++ lib/Makefile
-@@ -9,4 +9,6 @@ NOPROFILE= yes
- NOPIC= yes
- MKLINKLIB= no
+@@ -5,8 +5,10 @@
+ iasclt.c commsrv.c commclt.c obexsrv.c obexclt.c options.c \
+ actisys.c girbil.c litelink.c jeteye.c sendobex.c redlink.c
-+install:
+-NOPROFILE= yes
+-NOPIC= yes
+-MKLINKLIB= no
++MK_PROFILE= no
++NO_PIC= yes
++MK_LINKLIB= no
+
++install:
+
.include <bsd.lib.mk>