mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
o Properly use wait3(2)
o Portlint o Resolve T_USER conflicts (trap.h in base system) o Properly handle CFLAGS o Add net/dictd-database as RUN_DEPENDS o Bump PORTREVISION Approved by: MAINTAINER
This commit is contained in:
parent
9b60920789
commit
5cc7b46684
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37687
4 changed files with 35 additions and 1 deletions
|
@ -76,4 +76,3 @@
|
|||
+ ${INSTALL_DATA} dictd.8 $(man8_prefix)/dictd.8
|
||||
|
||||
install: $(EXES) install.dict install.dictzip install.dictd
|
||||
|
||||
|
|
11
net/dictd/files/patch-dictd.c
Normal file
11
net/dictd/files/patch-dictd.c
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- dictd.c~ Mon Jan 29 01:51:25 2001
|
||||
+++ dictd.c Mon Jan 29 01:59:29 2001
|
||||
@@ -97,7 +97,7 @@
|
||||
|
||||
static void reaper( int dummy )
|
||||
{
|
||||
-#if defined(__osf__) || (defined(__sparc__) && defined(__svr4__))
|
||||
+#if defined(__FreeBSD__) || defined(__osf__) || (defined(__sparc__) && defined(__svr4__) )
|
||||
int status;
|
||||
#else
|
||||
union wait status;
|
13
net/dictd/files/patch-libmaa::configure
Normal file
13
net/dictd/files/patch-libmaa::configure
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- libmaa/configure~ Mon Jan 29 01:00:16 2001
|
||||
+++ libmaa/configure Mon Jan 29 01:00:29 2001
|
||||
@@ -875,11 +875,8 @@
|
||||
# Check whether --with-cflags or --without-cflags was given.
|
||||
if test "${with_cflags+set}" = set; then
|
||||
withval="$with_cflags"
|
||||
-
|
||||
-if test "x${withval}" = xyes; then
|
||||
CFLAGS="$withval"
|
||||
-fi
|
||||
-
|
||||
+
|
||||
fi
|
11
net/dictd/files/patch-zlib::Makefile
Normal file
11
net/dictd/files/patch-zlib::Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- zlib/Makefile~ Mon Jan 29 01:24:42 2001
|
||||
+++ zlib/Makefile Mon Jan 29 01:24:56 2001
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
CC=cc
|
||||
|
||||
-CFLAGS=-O
|
||||
+CFLAGS= %%CFLAGS%%
|
||||
#CFLAGS=-O -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7
|
||||
#CFLAGS=-g -DDEBUG
|
||||
#CFLAGS=-O3 -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
|
Loading…
Add table
Reference in a new issue