Summary: | [MAINTAINER] games/linux-quake4: update to 1.2.1 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jose Alonso Cardenas Marquez <acardenas> | ||||
Component: | Individual Port(s) | Assignee: | Alejandro Pulver <alepulver> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Jose Alonso Cardenas Marquez
2006-05-04 19:10:16 UTC
Responsible Changed From-To: freebsd-ports-bugs->sat Take Responsible Changed From-To: sat->alepulver alepulver kindly agreed to handle this State Changed From-To: open->closed Committed with a few modifications, thanks. Submitter, please note: - You should not install port specific versions of libraries in global directories, because they can conflict with others (like both SDL). - In the case your port installs files in different prefixes, you don't need a pkg-deinstall script, just add "@cwd <prefix>" before files. Like: bin/quake4 @cwd %%LINUXBASE%% usr/lib/libfoo.so.2 And you need to add LINUXBASE to PLIST_SUB (X11BASE and LOCALBASE don't need to be added). However you shouldn't install files in LINUXBASE if they aren't needed by other Linux ports. |