[30510] trunk/dports/editors/nedit

source_changes at macosforge.org source_changes at macosforge.org
Mon Oct 29 20:50:31 PDT 2007


Revision: 30510
          http://trac.macosforge.org/projects/macports/changeset/30510
Author:   markd at macports.org
Date:     2007-10-29 20:50:30 -0700 (Mon, 29 Oct 2007)

Log Message:
-----------
Closes #12608.  Update to version 5.5.

Modified Paths:
--------------
    trunk/dports/editors/nedit/Portfile
    trunk/dports/editors/nedit/files/patch-Makefile.macosx

Modified: trunk/dports/editors/nedit/Portfile
===================================================================
--- trunk/dports/editors/nedit/Portfile	2007-10-30 00:52:38 UTC (rev 30509)
+++ trunk/dports/editors/nedit/Portfile	2007-10-30 03:50:30 UTC (rev 30510)
@@ -2,8 +2,7 @@
 
 PortSystem 1.0
 name             nedit
-version          5.4
-revision         1
+version          5.5
 categories       editors
 maintainers      nomaintainer
 homepage         http://www.nedit.org/
@@ -20,9 +19,9 @@
 
 regsub -all      \\. $version _ xversion
 master_sites     ftp://ftp.nedit.org/pub/NEdit/v${xversion}/
-distname         ${name}-${version}-source
+distname         ${name}-${version}-src
 use_bzip2        yes
-checksums        md5 b71afab27f07def3121a8c6f319697ca
+checksums        md5 48cb3dce52d44988f3a4d7c6f47b6bbe
 
 depends_lib      lib:libXm.4:openmotif
 

Modified: trunk/dports/editors/nedit/files/patch-Makefile.macosx
===================================================================
--- trunk/dports/editors/nedit/files/patch-Makefile.macosx	2007-10-30 00:52:38 UTC (rev 30509)
+++ trunk/dports/editors/nedit/files/patch-Makefile.macosx	2007-10-30 03:50:30 UTC (rev 30510)
@@ -1,6 +1,6 @@
---- makefiles/Makefile.macosx-orig	Wed Dec 10 08:52:54 2003
-+++ makefiles/Makefile.macosx	Wed Dec 10 09:05:58 2003
-@@ -8,7 +8,7 @@
+--- makefiles/Makefile.macosx.org	2004-07-14 12:48:21.000000000 -0700
++++ makefiles/Makefile.macosx	2007-10-29 20:27:27.000000000 -0700
+@@ -9,7 +9,7 @@
  # Change this line to point at the location your Motif libraries/headers are
  # installed.  (e.g. /usr/local or /sw)  Use "locate libXm." to find the
  # libraries, then remove the /lib suffix.
@@ -9,23 +9,23 @@
  
  # Use the first line if you're using OpenMotif, use the second if you're using
  # LessTif from Fink.
-@@ -18,8 +18,8 @@
+@@ -19,8 +19,8 @@
  # Use the first line to link to Motif statically (highly recommended) or the 
  # second line to link dynamically.  With Fink you'll probably have to use
  # dynamic linking, since they don't normally distribute the static libraries.
 -MOTIFLINK=${MOTIFDIR}/lib/libXm.a
 -#MOTIFLINK=-L${MOTIFDIR}/lib -lXm.2
 +#MOTIFLINK=${MOTIFDIR}/lib/libXm.a
-+MOTIFLINK=-L${MOTIFDIR}/lib -lXm.4
++MOTIFLINK=-L${MOTIFDIR}/lib -lXm.2
  
  
  ############### You shouldn't need to edit anything below here ##############
-@@ -36,7 +36,7 @@
+@@ -37,7 +37,7 @@
  # add -DHAVE__XMVERSIONSTRING to CFLAGS
  #
- 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
  LIBS= ${EXTRALINKFLAGS} -L/usr/X11R6/lib ${MOTIFLINK} -lXp \
          -lXpm -lXext -lXt -lSM -lICE -lX11
  

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071029/e4beef69/attachment.html


More information about the macports-changes mailing list