1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

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).
This commit is contained in:
Brooks Davis 2019-12-20 23:24:40 +00:00
parent 1c8e0602f9
commit 9b1a5c1c07
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=520531
21 changed files with 44 additions and 66 deletions

View File

@ -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>

View File

@ -1,6 +1,6 @@
--- parser/Makefile.orig Fri Mar 12 23:16:59 2004
+++ parser/Makefile Fri Dec 10 21:07:28 2004
@@ -7,8 +7,8 @@
--- parser/Makefile.orig
+++ parser/Makefile
@@ -7,10 +7,10 @@
MAN=
SRCS= bnep.c cmtp.c hidp.c l2cap.c rfcomm.c hci.c parser.c sdp.c
WARNS?= 2
@ -9,5 +9,8 @@
+NO_WERROR= yes
+CFLAGS?= -O2
NOPROFILE= 1
-NOPROFILE= 1
+MK_PROFILE= no
.include <bsd.lib.mk>

View File

@ -1,10 +1,16 @@
--- freebsd/Makefile.orig 2007-11-15 10:50:25.000000000 +0600
+++ freebsd/Makefile 2007-11-15 10:50:10.000000000 +0600
@@ -5,6 +5,7 @@
--- freebsd/Makefile.orig
+++ freebsd/Makefile
@@ -4,11 +4,8 @@
NO_PIC= yes
NO_OBJ= yes
NO_PROFILE= yes
-NO_PROFILE= yes
-
-NOPIC= yes
-NOOBJ= yes
-NOPROFILE= yes
+MK_PROFILE= no
+NO_WERROR= yes
NOPIC= yes
NOOBJ= yes
LIBDIR= ${ORACLE_HOME}/lib

View File

@ -10,7 +10,7 @@ INCS= libpasori.h libpasori_com.h libpasori_command.h \
LIBDIR= ${LOCALBASE}/lib
INCLUDEDIR= ${LOCALBASE}/include
NO_PROFILE=
MK_PROFILE= no
SHLIB_MAJOR= 1
CFLAGS+= -D__LIBPASORI_WITH_LIBUSB

View File

@ -7,7 +7,7 @@ DPADD= libpasori.a
LDADD= -L../lib -lpasori
BINDIR= ${LOCALBASE}/bin
NO_MAN=
MAN=
CFLAGS+= -Wall -W

View File

@ -7,7 +7,7 @@ DPADD= libpasori.a
LDADD= -L../lib -lpasori
BINDIR= ${LOCALBASE}/bin
NO_MAN=
MAN=
CFLAGS+= -Wall -W

View File

@ -1,11 +0,0 @@
--- lib/Makefile.orig
+++ lib/Makefile
@@ -10,7 +10,7 @@
LIBDIR= ${LOCALBASE}/lib
INCLUDEDIR= ${LOCALBASE}/include
-NO_PROFILE=
+MK_PROFILE= no
SHLIB_MAJOR= 1
CFLAGS+= -D__LIBPASORI_WITH_LIBUSB

View File

@ -1,11 +0,0 @@
--- lpdump/Makefile.orig
+++ lpdump/Makefile
@@ -7,7 +7,7 @@
LDADD= -L../lib -lpasori
BINDIR= ${LOCALBASE}/bin
-NO_MAN=
+MAN=
CFLAGS+= -Wall -W

View File

@ -1,11 +0,0 @@
--- lptest/Makefile.orig
+++ lptest/Makefile
@@ -7,7 +7,7 @@
LDADD= -L../lib -lpasori
BINDIR= ${LOCALBASE}/bin
-NO_MAN=
+MAN=
CFLAGS+= -Wall -W

View File

@ -5,8 +5,8 @@ LIB= xalloc
LIBDIR= ${PREFIX}/lib
SHLIB_MAJOR= ${SHLIB_VER}
SHLIB_MINOR= 0
NOPROFILE= yes
NOOBJ= yes
MK_PROFILE= no
NO_OBJ= yes
INCS= xalloc.h
INCSDIR=${PREFIX}/include

View File

@ -1,7 +1,7 @@
LIB= squish
SHLIB_MAJOR= 1
SRCS!= echo *.cpp
NO_PROFILE= yes
MK_PROFILE= no
CXXFLAGS+= -include limits.h -I${.CURDIR}

View File

@ -19,7 +19,6 @@ LIB_DEPENDS= libpng.so:graphics/png \
CONFLICTS= ming-*
WRKSRC= ${WRKDIR}/jaming-${PORTVERSION}/src
MAKE_ARGS= NO_PROFILE=true
USE_LDCONFIG= yes
USES= bison uidfix
MAKE_ENV= WITHOUT_PROFILE=yes __MAKE_CONF=/dev/null SRCCONF=/dev/null

View File

@ -35,7 +35,7 @@ LIBNAME = lib$(NAME).a
SHLIB_MAJOR = 1
LIB = $(NAME)
SOLIB = lib$(NAME).so.$(SHLIB_MAJOR)
NOPROFILE = ''
MK_PROFILE = no
LIBRARY = $(LIBDIR)
MAN1DIR = $(MANDIR)/man1
MAN3DIR = $(MANDIR)/man3

View File

@ -11,6 +11,6 @@ INCLUDEDIR= ${PREFIX}/include
CXXFLAGS+= -DOPENSSL_FIPS -I${OPENSSLINC}
LDFLAGS+= -lcrypto -L${OPENSSLLIB}
NO_PROFILE=
MK_PROFILE= no
.include <bsd.lib.mk>

View File

@ -2,7 +2,7 @@
# LINPACK sources
LIBDIR= ${PREFIX}/lib
NOPROFILE= no
MK_PROFILE= no
SHLIB_MAJOR= 3
LIB=linpack

View File

@ -9,7 +9,8 @@ LIB= fbopenssl
LIBDIR= ${PREFIX}/lib
SHLIBDIR= ${PREFIX}/lib
SHLIB_MAJOR= 0
NO_MAN=
MAN=
MK_PROFILE= no
CFLAGS+=-ansi -I${OPENSSLINC}
LDADD= -Wl,-R${OPENSSLLIB} -L${OPENSSLLIB} -lcrypto

View File

@ -19,7 +19,6 @@ PREFIX?= /usr/local
BINDIR?= ${PREFIX}/bin
MANDIR?= ${PREFIX}/man/man
MAN= blackhole6.1 script6.1 ipv6toolkit.conf.5 ipv6toolkit.7
NO_MANCOMPRESS=
data/ipv6toolkit.conf:
echo "# SI6 Networks' IPv6 Toolkit Configuration File" > ${.TARGET}

View File

@ -8,7 +8,6 @@ BINDIR?= ${PREFIX}/bin
BINDIR?= ${PREFIX}/sbin
.endif
MANDIR?= ${PREFIX}/man/man
NO_MANCOMPRESS=
.PATH: ${.CURDIR}/../tools ${.CURDIR}/../manuals

View File

@ -4,7 +4,6 @@ PREFIX?= /usr/local
LOCALBASE?= /usr/local
BINDIR?= ${PREFIX}/bin
MANDIR?= ${PREFIX}/man/man
NO_MANCOMPRESS=
CLASS= SshAskpass
FILES= ${CLASS}

View File

@ -20,8 +20,7 @@ ONLY_FOR_ARCHS_REASON= untested on any other arch
USES= kmod uidfix
MAKE_JOBS_UNSAFE=yes
MAKE_ENV= BINDIR="${PREFIX}/sbin" MANDIR="${MANPREFIX}/man/man" \
NO_MANCOMPRESS=
MAKE_ENV= BINDIR="${PREFIX}/sbin" MANDIR="${MANPREFIX}/man/man"
OPTIONS_DEFINE= AESNI
OPTIONS_DEFAULT=

View File

@ -1,6 +1,5 @@
PROG= gpctool
NO_MAN= Ha-ha!
NOMAN= ${NO_MAN}
MAN=
SRCS= gpctool.c main.c callbacks.c graphics.c psdump.c