summaryrefslogtreecommitdiff
path: root/misc/bottlerocket
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1999-12-28 20:23:21 +0000
committerBill Fumerola <billf@FreeBSD.org>1999-12-28 20:23:21 +0000
commit1b6d60b75e0ec5328cd1fa314c1a9444fdddb27e (patch)
tree12628e43592ee5bf82eaea658c975e3e6d3bf418 /misc/bottlerocket
parentMake __pthread_attr_init() pthread_attr_init(). (diff)
Upgrade port to 0.04c, respect CFLAGS.
Approved by: msmith (MAINTAINER)
Notes
Notes: svn path=/head/; revision=24209
Diffstat (limited to 'misc/bottlerocket')
-rw-r--r--misc/bottlerocket/distinfo2
-rw-r--r--misc/bottlerocket/files/patch-aa11
2 files changed, 12 insertions, 1 deletions
diff --git a/misc/bottlerocket/distinfo b/misc/bottlerocket/distinfo
index 6daa63a29d8e..6b274790d6bf 100644
--- a/misc/bottlerocket/distinfo
+++ b/misc/bottlerocket/distinfo
@@ -1 +1 @@
-MD5 (bottlerocket-0.04b.tar.gz) = bca9dacb4582b26eaa611149780cfb5a
+MD5 (bottlerocket-0.04c.tar.gz) = 07e0c84456a826143d30ed8aa98c5499
diff --git a/misc/bottlerocket/files/patch-aa b/misc/bottlerocket/files/patch-aa
new file mode 100644
index 000000000000..c8b7b83a9f64
--- /dev/null
+++ b/misc/bottlerocket/files/patch-aa
@@ -0,0 +1,11 @@
+--- Makefile.in.old Tue Dec 28 15:12:47 1999
++++ Makefile.in Tue Dec 28 15:12:59 1999
+@@ -23,7 +23,7 @@
+
+ CFLAGS = @CFLAGS@
+
+-CFLAGS += -I. -Wall -O2 -DX10_PORTNAME=\"@X10PORT@\"
++CFLAGS += -I. -Wall -DX10_PORTNAME=\"@X10PORT@\"
+ DEFS=@DEFS@
+ LIBS=@LIBS@
+ INSTALL= @INSTALL@