Opened 11 years ago
Closed 11 years ago
#43498 closed defect (fixed)
samba3: add pkg-config files to system
Reported by: | Ionic (Mihai Moldovan) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | haspatch | Cc: | nerdling (Jeremy Lavergne) |
Port: | samba3 |
Description
Currently, samba3 doesn't install pkg-config files. Fix that by manually copying the generated pkg-config files to the destroot in post-destroot phase.
Attachments (2)
Change History (5)
Changed 11 years ago by Ionic (Mihai Moldovan)
Attachment: | samba3-patch-pkgconfig-files.diff added |
---|
comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
The revision would also need to be increased, since this changes the files that get installed.
comment:2 Changed 11 years ago by Ionic (Mihai Moldovan)
Whoops, true. I'll create a new patch with all three things combined.
Changed 11 years ago by Ionic (Mihai Moldovan)
Attachment: | samba3-pkgconfig.diff added |
---|
Includes changes to Portfile, new patch and revbump. Obsoletes the other patches in this ticket.
comment:3 Changed 11 years ago by nerdling (Jeremy Lavergne)
Cc: | snc@… added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Committed in r119469.
Note: See
TracTickets for help on using
tickets.
Also patch the pc.in files, so that other software can actually make use of those pkgconfig files... (libdir hasn't been used, although the libraries were put in a non-system library directory.)