Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#4699 closed defect (invalid)

rb-mysql mysql4 variant portfile is broken

Reported by: Renaud Morvan Owned by: Jonas Borgström
Priority: normal Milestone:
Component: project Version:
Severity: normal Keywords: mysql rb-mysql
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Emmanuel Blot)

The portfile of rb-mysql has problem with the variant mysql4 so that cannot be installed as the path are wrong

Here is the fix:

variant mysql4 {
   depends_lib-delete      port:mysql5
   configure.args-delete   --with-mysql-include=${prefix}/include/mysql5/mysql \
                                --with-mysql-lib=${prefix}/lib/mysql5/mysql

   depends_lib-append              port:mysql4
   configure.args-append   --with-mysql-include=${prefix}/include/mysql \
                                --with-mysql-lib=${prefix}/lib/mysql
}

Attachments (0)

Change History (2)

comment:1 by anonymous, 17 years ago

Cc: roberto@… blair@… removed
Resolution: invalid
Status: newclosed

whooops wtf????, sorry for the post

comment:2 by Emmanuel Blot, 17 years ago

Description: modified (diff)
Priority: highnormal
Severity: blockernormal

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.