summaryrefslogtreecommitdiffstats
path: root/devel/cook
diff options
context:
space:
mode:
authorjasone <jasone@FreeBSD.org>2001-11-17 22:38:16 +0000
committerjasone <jasone@FreeBSD.org>2001-11-17 22:38:16 +0000
commit37f41e1c4c239f44aba53c7575a8f9be170b9dd8 (patch)
tree3bdc5e40d4fec590fcf6d77492277ff38373d5b8 /devel/cook
parentc46be3743671f385100a773b3e54c22b46e2b69a (diff)
downloadFreeBSD-ports-37f41e1c4c239f44aba53c7575a8f9be170b9dd8.zip
FreeBSD-ports-37f41e1c4c239f44aba53c7575a8f9be170b9dd8.tar.gz
Update to cook 2.18.
Diffstat (limited to 'devel/cook')
-rw-r--r--devel/cook/Makefile20
-rw-r--r--devel/cook/distinfo2
-rw-r--r--devel/cook/files/patch-aa20
-rw-r--r--devel/cook/pkg-plist2
4 files changed, 27 insertions, 17 deletions
diff --git a/devel/cook/Makefile b/devel/cook/Makefile
index b49c8e8..25b993a 100644
--- a/devel/cook/Makefile
+++ b/devel/cook/Makefile
@@ -6,11 +6,9 @@
#
PORTNAME= cook
-PORTVERSION= 2.17
-PORTREVISION= 1
+PORTVERSION= 2.18
CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_SUNSITE} http://www.canb.auug.org.au/~millerp/cook/
-MASTER_SITE_SUBDIR= devel/make
+MASTER_SITES= http://www.canb.auug.org.au/~millerp/cook/
MAINTAINER= jasone@freebsd.org
@@ -19,19 +17,12 @@ LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib
-MAN1= c_incl.1 cook.1 cook_bom.1 cook_lic.1 cookfp.1 cooktime.1 find_libs.1 \
- make2cook.1 roffpp.1
+MAN1= c_incl.1 cook.1 cook_bom.1 cook_lic.1 cook_rsh.1 cookfp.1 cooktime.1 \
+ find_libs.1 make2cook.1 roffpp.1
MANPREFIX = ${PREFIX}/share/cook
MANLANG = "" en
MANCOMPRESSED= no
-strip_bins := c_incl cook cook_bom cookfp cooktime find_libs make2cook roffpp
-
-# cook's configure.in is in the etc subdirectory. Move it to the main
-# directory so that USE_AUTOCONF works.
-post-patch:
- @${MV} ${WRKSRC}/etc/configure.in ${WRKSRC}/
-
# Make sure that the whole directory tree exists.
pre-install:
${MKDIR} ${PREFIX}/share/cook/en/man1
@@ -51,9 +42,6 @@ post-install:
.for manpage in ${MAN1}
@${MV} ${PREFIX}/man/man1/${manpage} ${PREFIX}/share/cook/man/man1/
.endfor
-.for bin in ${strip_bins}
- @strip ${PREFIX}/bin/${bin}
-.endfor
@echo
@echo "Add ${PREFIX}/share/cook/man to your MANPATH in order to" \
"access the manual"
diff --git a/devel/cook/distinfo b/devel/cook/distinfo
index 54bd3cb..d7c9925 100644
--- a/devel/cook/distinfo
+++ b/devel/cook/distinfo
@@ -1 +1 @@
-MD5 (cook-2.17.tar.gz) = be3b86263166c7d308d195ff439a379f
+MD5 (cook-2.18.tar.gz) = 85bf33a48ded3857cfd298a3c486dc82
diff --git a/devel/cook/files/patch-aa b/devel/cook/files/patch-aa
new file mode 100644
index 0000000..05b6f6d
--- /dev/null
+++ b/devel/cook/files/patch-aa
@@ -0,0 +1,20 @@
+diff -ru Makefile.in.orig Makefile.in
+--- Makefile.in.orig Tue Oct 16 00:15:43 2001
++++ Makefile.in Sat Nov 17 14:15:06 2001
+@@ -46,6 +46,7 @@
+ #
+ INSTALL = @INSTALL@
+ INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_DATA = @INSTALL_DATA@
+
+ #
+@@ -4018,7 +4019,7 @@
+
+ $(bindir)/$(PROGRAM_PREFIX)cook_rsh$(PROGRAM_SUFFIX)$(EXEEXT): \
+ bin/cook_rsh$(EXEEXT) .bindir
+- $(INSTALL_PROGRAM) bin/cook_rsh$(EXEEXT) $@
++ $(INSTALL_SCRIPT) bin/cook_rsh$(EXEEXT) $@
+
+ t0001a: test/00/t0001a.sh all
+ CC=$(CC) $(SH) test/00/t0001a.sh
diff --git a/devel/cook/pkg-plist b/devel/cook/pkg-plist
index 47d4f96..4a8e7c5 100644
--- a/devel/cook/pkg-plist
+++ b/devel/cook/pkg-plist
@@ -1,6 +1,7 @@
bin/c_incl
bin/cook
bin/cook_bom
+bin/cook_rsh
bin/cookfp
bin/cooktime
bin/find_libs
@@ -43,6 +44,7 @@ share/cook/functions
share/cook/g77
share/cook/gcc
share/cook/home
+share/cook/host_lists.pl
share/cook/lex
share/cook/library
share/cook/print
OpenPOWER on IntegriCloud