Bug 93950 - [PATCH] editors/fte: update to 20051115, take maintainership
Summary: [PATCH] editors/fte: update to 20051115, take maintainership
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-28 18:20 UTC by Jose Alonso Cardenas Marquez
Modified: 2006-03-15 10:11 UTC (History)
0 users

See Also:


Attachments
fte-20051115.patch (11.59 KB, patch)
2006-02-28 18:20 UTC, Jose Alonso Cardenas Marquez
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jose Alonso Cardenas Marquez 2006-02-28 18:20:03 UTC
- Update to 20051115
- Add USE_X_PREFIX, it's use X
- Add NOPORTDOCS
- Respect use characters [-+._a-zA-Z0-9] on patch name 
- Take maintainership

Added file(s):
- files/patch-src_fte-unix.mak
- files/patch-src_sysdep.h

Removed file(s):
- files/patch-aa
- files/patch-ba
Comment 1 Renato Botelho freebsd_committer freebsd_triage 2006-02-28 18:41:02 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

Grabbed
Comment 2 Jose Alonso Cardenas Marquez 2006-03-01 03:45:51 UTC
- Added patch-Makefile, this patch resolved PREFIX problem

--- Makefile	Tue Feb 28 22:36:59 2006
+++ Makefile	Tue Feb 28 22:37:12 2006
@@ -1,7 +1,5 @@
-PREFIX=/usr/local
-
-BINDIR=$(PREFIX)/bin
-LIBDIR=$(PREFIX)/lib/fte
+BINDIR=${PREFIX}/bin
+LIBDIR=${PREFIX}/lib/fte
 CONFIGDIR=$(LIBDIR)/config
 
 .PHONY: all install

Greetings
ACM
-- 
Grupo de Usuarios *BSD Peru - BSDPeru
http://www.bsd.org.pe
Comment 3 Renato Botelho freebsd_committer freebsd_triage 2006-03-15 10:10:15 UTC
State Changed
From-To: open->closed

Committed with changes, rename patches is not a good ide because we'll 
lost history, just add new patches with correct name. Thanks!!