Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nxcomp: Restore old 'VERSION' move behavior #27066

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions net/nxcomp/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ depends_build-append path:bin/pkg-config:pkgconfig

configure.args-append --disable-silent-rules

post-patch {
post-configure {
# Avoid errors like
# In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/include/c++/v1/ostream:142:
# ../version:1:1: error: expected unqualified-id
Expand All @@ -45,7 +45,7 @@ post-patch {


if {${name} eq ${subport}} {
revision 2
revision 3

depends_lib-append port:libpng \
path:include/turbojpeg.h:libjpeg-turbo \
Expand All @@ -63,7 +63,7 @@ if {${name} eq ${subport}} {
}

subport nxproxy {
revision 0
revision 1

description nxproxy is a compressing proxy for X
long_description nxproxy is a library compressing X commands to be passed over network \
Expand Down