summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-08-27 00:16:22 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-08-27 00:16:22 +0000
commit28a8874bab24df3cde855c84850f9a936ecdd262 (patch)
treef68a5f9e1c7199584553d717641f0fdc3f5534df /devel
parent`ether_addr' and `ether_ntohost' are now declared in net/ethernet.h. (diff)
Update to version 4.9.10.
Notes
Notes: svn path=/head/; revision=32012
Diffstat (limited to 'devel')
-rw-r--r--devel/cdk/Makefile5
-rw-r--r--devel/cdk/distinfo2
-rw-r--r--devel/cdk/files/patch-aa19
-rw-r--r--devel/cdk/files/patch-configure24
4 files changed, 37 insertions, 13 deletions
diff --git a/devel/cdk/Makefile b/devel/cdk/Makefile
index 00675f9b5bf8..d368431532ac 100644
--- a/devel/cdk/Makefile
+++ b/devel/cdk/Makefile
@@ -7,11 +7,10 @@
#
PORTNAME= cdk
-PORTVERSION= 4.9.9
+PORTVERSION= 4.9.10
CATEGORIES= devel
MASTER_SITES= http://www.vexus.ca/release/
-DISTNAME= latestCDK
-EXTRACT_SUFX= .tgz
+DISTNAME= cdk
MAINTAINER= obrien@FreeBSD.org
diff --git a/devel/cdk/distinfo b/devel/cdk/distinfo
index 9847699f576b..51936ceacbcc 100644
--- a/devel/cdk/distinfo
+++ b/devel/cdk/distinfo
@@ -1 +1 @@
-MD5 (latestCDK.tgz) = 51b00c111424a4431b2295df5a69a620
+MD5 (cdk.tar.gz) = f5d20e587e2baee901f3d69a9c5c27a5
diff --git a/devel/cdk/files/patch-aa b/devel/cdk/files/patch-aa
index 660a147556b6..fabc7702a13a 100644
--- a/devel/cdk/files/patch-aa
+++ b/devel/cdk/files/patch-aa
@@ -1,13 +1,14 @@
---- Makefile.in.orig Fri Jul 9 14:24:13 1999
-+++ Makefile.in Fri Mar 31 02:31:17 2000
-@@ -32,19 +32,20 @@
+--- Makefile.in.orig Mon Aug 21 20:12:47 2000
++++ Makefile.in Sat Aug 26 17:03:02 2000
+@@ -32,6 +32,7 @@
#
CDKLIB = libcdk.a
+CDKSLIB = libcdk.so.1
- VERSION = 4.9.9
+ VERSION = 4.9.10
CFLAGS = -Iinclude @CFLAGS@ @DEFS@
CC = @CC@
+@@ -39,13 +40,13 @@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
RANLIB = @RANLIB@
@@ -23,7 +24,7 @@
#
# Create the file lists.
-@@ -71,6 +72,7 @@
+@@ -72,6 +73,7 @@
cdk_template.3 cdk_viewer.3
CDKREADME = BUGS EXPANDING NOTES TODO COPYING INSTALL README
CDKOBJS = $(CDKSRC:.c=.o)
@@ -31,7 +32,7 @@
#
# Standard library directive.
-@@ -79,6 +81,9 @@
+@@ -80,6 +82,9 @@
$(AR) -cr $(CDKLIB) $(CDKOBJS)
$(RANLIB) $(CDKLIB)
@@ -41,7 +42,7 @@
#
# Make the examples directory.
#
-@@ -94,7 +99,7 @@
+@@ -95,7 +100,7 @@
#
# This installs all of the CDK library release.
#
@@ -50,7 +51,7 @@
#
# This installs the header files.
-@@ -129,6 +134,9 @@
+@@ -130,6 +135,9 @@
fi
@echo " $(INSTALL) $(CDKLIB) $(LIB_DIR)"
@$(INSTALL) $(CDKLIB) $(LIB_DIR)
@@ -60,7 +61,7 @@
#
# This installs the CDK man pages.
-@@ -165,8 +173,10 @@
+@@ -166,8 +174,10 @@
#
# Standard .c to .o compile line.
#
diff --git a/devel/cdk/files/patch-configure b/devel/cdk/files/patch-configure
new file mode 100644
index 000000000000..869d6cb6e67a
--- /dev/null
+++ b/devel/cdk/files/patch-configure
@@ -0,0 +1,24 @@
+--- configure.orig Sun Jul 25 17:39:34 1999
++++ configure Sat Aug 26 17:09:05 2000
+@@ -778,21 +778,6 @@
+ echo "$ac_t""no" 1>&6
+ fi
+
+-ac_aux_dir=
+-for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
+- if test -f $ac_dir/install-sh; then
+- ac_aux_dir=$ac_dir
+- ac_install_sh="$ac_aux_dir/install-sh -c"
+- break
+- elif test -f $ac_dir/install.sh; then
+- ac_aux_dir=$ac_dir
+- ac_install_sh="$ac_aux_dir/install.sh -c"
+- break
+- fi
+-done
+-if test -z "$ac_aux_dir"; then
+- { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
+-fi
+ ac_config_guess=$ac_aux_dir/config.guess
+ ac_config_sub=$ac_aux_dir/config.sub
+ ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.