Ticket #12608 (closed update: fixed)
UPDATE nedit-5.4 to nedit-5.5
| Reported by: | dan.huff@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.5.2 |
| Keywords: | nedit | Cc: | markd@… |
| Port: |
Description
The nedit port appears to have no maintainer, so I figured out how to upgrade it from the old 5.4 version to version 5.5.
Could someone please update the Portfile and the patch file?
For reference, see http://www.nedit.org
Here is the change to the Portfile:
$ diff /opt/local/var/macports/sources/rsync.macports.org/release/ports/editors/nedit/Portfile Portfile
1c1
< # $Id: Portfile 23053 2007-03-23 20:35:47Z pipping@macports.org $
---
> # $Id:$
5c5
< version 5.4
---
> version 5.5
23c23
< distname ${name}-${version}-source
---
> distname ${name}-${version}-src
25c25
< checksums md5 b71afab27f07def3121a8c6f319697ca
---
> checksums md5 48cb3dce52d44988f3a4d7c6f47b6bbe
Here is the change to the patchfile:
$ diff /opt/local/var/macports/sources/rsync.macports.org/release/ports/editors/nedit/files/patch-Makefile.macosx files/patch-Makefile.macosx
3c3
< @@ -8,7 +8,7 @@
---
> @@ -12,7 +12,7 @@
12c12
< @@ -18,8 +18,8 @@
---
> @@ -22,8 +22,8 @@
23c23
< @@ -36,7 +36,7 @@
---
> @@ -37,6 +37,6 @@
26,28c26,28
< CFLAGS=-O -no-cpp-precomp -DNO_XMIM -I/usr/X11R6/include -I${MOTIFDIR}/include -DUSE_DIRENT \
< - -DUSE_LPR_PRINT_CMD
< + -DUSE_LPR_PRINT_CMD -DBUILD_UNTESTED_NEDIT
---
> CFLAGS=-O -no-cpp-precomp -mdynamic-no-pic -DNO_XMIM -I/usr/X11R6/include \
> - -I${MOTIFDIR}/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD
> + -I${MOTIFDIR}/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD -DBUILD_UNTESTED_NEDIT
Change History
Note: See
TracTickets for help on using
tickets.


or is it that there needs to be a new portfile?