Opened 8 years ago
Closed 7 years ago
#53237 closed defect (fixed)
apache24-devel @ 2.4.25: LIBTOOLS path incorrect in config_vars.mk
Reported by: | josephsacco | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.5 |
Keywords: | haspatch | Cc: | pixilla (Bradley Giesbrecht), BjarneDMat, Schamschula (Marius Schamschula) |
Port: | apache24-devel |
Description (last modified by mf2k (Frank Schima))
The LIBTOOLS path in /opt/local/www/apache2/build/config_vars.mk is incorrrect:
LIBTOOL = /opt/local/share/apr-1/share/apr-1/build/libtool --silent
It should be
LIBTOOL = /opt/local/share/apr-1/build/libtool --silent
The problem arises from a libtool path correction in the Portfile that is not required. A unified diff for the corrected Portfile is attached.
-Joseph
Attachments (1)
Change History (6)
Changed 8 years ago by josephsacco
Attachment: | Portfile.diff added |
---|
comment:1 Changed 8 years ago by mf2k (Frank Schima)
Cc: | pixilla macintosh@… added; ryandesign removed |
---|---|
Keywords: | haspatch added |
Owner: | set to ryandesign |
Status: | new → assigned |
Thank you. In the future, please use WikiFormatting.
comment:2 Changed 8 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|
comment:3 follow-up: 4 Changed 8 years ago by josephsacco
I was thinking...
(0) Should the "devel" suffix be removed from apache24-devel?
(1) Should the Portfile for apache24 list apache2 [2.2.x] and apache [1.3.x] as conflicts?
(2) Should the install directories for apache24 match those for apache2?
-Joseph
comment:4 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)
Replying to josephsacco:
(0) Should the "devel" suffix be removed from apache24-devel?
(1) Should the Portfile for apache24 list apache2 [2.2.x] and apache [1.3.x] as conflicts?
(2) Should the install directories for apache24 match those for apache2?
These issues are not relevant to this ticket. But the plan is for the apache2 port to become version 2.4 and for the apache24-devel port to go away. See #50965.
comment:5 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | Schamschula added |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
This was addressed when Marius updated apache2 to 2.4.x and adjusted the directory layout.
Portfile diff