Bug 96789

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 Flags
file.diff none

Description Jose Alonso Cardenas Marquez 2006-05-04 19:10:16 UTC
- Update to 1.2.1
- Added new options (SMP and GERMANY support)
- This ports install libSDL-1.2.id.so.0 and libstdc++.so.6. It's neccesary for  correct running of linux-quake4.
- Other tiny modifications

Added file(s):
- pkg-deinstall
Comment 1 sat freebsd_committer freebsd_triage 2006-05-15 06:04:52 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sat

Take
Comment 2 sat freebsd_committer freebsd_triage 2006-06-01 18:54:50 UTC
Responsible Changed
From-To: sat->alepulver

alepulver kindly agreed to handle this
Comment 3 Alejandro Pulver freebsd_committer freebsd_triage 2006-06-03 18:19:06 UTC
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.