Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#19291 closed defect (fixed)

libsdl +no_x11: reinplace didn't change anything in SDL_config.h

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: nox@…
Priority: Normal Milestone:
Component: ports Version: 1.7.1
Keywords: Cc: jeremyhu (Jeremy Huddleston Sequoia)
Port: libsdl

Description

When building the +no_x11 variant of libsdl on Mac OS X 10.5.6 Intel with Xcode 3.1.2 and MacPorts 1.7.1 with the patch from #15514 I get:

--->  Fetching libsdl
--->  Verifying checksum(s) for libsdl
--->  Extracting libsdl
--->  Applying patches to libsdl
--->  Configuring libsdl
Warning: reinplace /libX11.6.dylib/s|".*"|"/mp/lib/libX11.6.dylib"| didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_devel_libsdl/work/SDL-1.2.13/include/SDL_config.h
Warning: reinplace /libXext.6.dylib/s|".*"|"/mp/lib/libXext.6.dylib"| didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_devel_libsdl/work/SDL-1.2.13/include/SDL_config.h
Warning: reinplace /libXrandr.2.dylib/s|".*"|"/mp/lib/libXrandr.2.dylib"| didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_devel_libsdl/work/SDL-1.2.13/include/SDL_config.h
Warning: reinplace /libXrender.1.dylib/s|".*"|"/mp/lib/libXrender.1.dylib"| didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_devel_libsdl/work/SDL-1.2.13/include/SDL_config.h
--->  Building libsdl
--->  Staging libsdl into destroot
--->  Installing libsdl @1.2.13_6+no_x11
--->  Activating libsdl @1.2.13_6+no_x11
--->  Cleaning libsdl

As I suggested for cairo in #19264, shouldn't the block that was added in r45137 only be run if the +no_x11 variant has not been selected?

Change History (3)

comment:1 Changed 15 years ago by nox@…

Status: newassigned

comment:2 Changed 15 years ago by nox@…

Resolution: fixed
Status: assignedclosed

comment:3 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.