File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,22 @@ long_description \
32
32
name-value pairs.
33
33
homepage https://github.com/google/protobuf
34
34
35
+ notes-append "
36
+ The '${name} ' port contains the legacy Protocol Buffers v2 C++
37
+ implementation.
38
+
39
+ To avoid file clashes with the modern 'protobuf' port, all headers, libraries,
40
+ and the 'protoc' compiler are now installed under ${prefix} /libexec/${name} .
41
+
42
+ This port may potentially be removed in the near future.
43
+ Wherever possible, please migrate builds and scripts to depend on the
44
+ 'protobuf' port instead.
45
+
46
+ If you would like to continue using this port's 'protoc' compiler in the
47
+ interim, add it to your PATH, e.g.:
48
+ export PATH=${prefix} /libexec/${name} /bin:\$ PATH
49
+ "
50
+
35
51
distname protobuf-${version}
36
52
dist_subdir protobuf-cpp
37
53
worksrcdir protobuf-${version}
Original file line number Diff line number Diff line change @@ -40,6 +40,22 @@ long_description \
40
40
name-value pairs.
41
41
homepage https://protobuf.dev
42
42
43
+ notes-append "
44
+ The '${name} ' port contains the legacy Protocol Buffers v3 C++
45
+ implementation.
46
+
47
+ To avoid file clashes with the modern 'protobuf' port, all headers, libraries,
48
+ and the 'protoc' compiler are now installed under ${prefix} /libexec/${name} .
49
+
50
+ This port may potentially be removed in the near future.
51
+ Wherever possible, please migrate builds and scripts to depend on the
52
+ 'protobuf' port instead.
53
+
54
+ If you would like to continue using this port's 'protoc' compiler in the
55
+ interim, add it to your PATH, e.g.:
56
+ export PATH=${prefix} /libexec/${name} /bin:\$ PATH
57
+ "
58
+
43
59
checksums rmd160 f7c2879e427160c2a5055a2ab5d5ab231304fd31 \
44
60
sha256 4eab9b524aa5913c6fffb20b2a8abf5ef7f95a80bc0701f3a6dbb4c607f73460 \
45
61
size 4842303
You can’t perform that action at this time.
0 commit comments