[Midnightbsd-cvs] mports [20679] fix build
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Nov 8 10:04:50 EST 2015
Revision: 20679
http://svnweb.midnightbsd.org/mports/?rev=20679
Author: laffer1
Date: 2015-11-08 10:04:49 -0500 (Sun, 08 Nov 2015)
Log Message:
-----------
fix build
Modified Paths:
--------------
trunk/news/lusernet/Makefile
trunk/news/lusernet/pkg-descr
trunk/news/lusernet/pkg-plist
Added Paths:
-----------
trunk/news/lusernet/files/patch-NNTPSource.m
trunk/news/lusernet/files/patch-Pref_Posting.m
Property Changed:
----------------
trunk/news/lusernet/files/patch-MsgDB.m
trunk/news/lusernet/files/patch-pantomime_1_2
trunk/news/lusernet/pkg-descr
Modified: trunk/news/lusernet/Makefile
===================================================================
--- trunk/news/lusernet/Makefile 2015-11-08 15:02:34 UTC (rev 20678)
+++ trunk/news/lusernet/Makefile 2015-11-08 15:04:49 UTC (rev 20679)
@@ -2,22 +2,21 @@
PORTNAME= lusernet
PORTVERSION= 0.4.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= news gnustep
-MASTER_SITES= ${MASTER_SITE_FREEBSD_LOCAL}
-MASTER_SITE_SUBDIR= dinoex
+MASTER_SITES= FREEBSD_LOCAL/dinoex
DISTNAME= LuserNET-${PORTVERSION}
MAINTAINER= ports at MidnightBSD.org
COMMENT= GNUstep news reader
+
LICENSE= gpl2
-USE_GNUSTEP= yes
-USE_GNUSTEP_BACK= yes
-USE_GNUSTEP_BUILD= yes
-USE_GNUSTEP_INSTALL= yes
-USE_GNUSTEP_LOCAL_LIBS+= Pantomime:${PANTOMIME_PORT}
+USES= gnustep
+USE_GNUSTEP= back build
+LIB_DEPENDS= libPantomime.so:${PORTSDIR}/mail/pantomime
-PANTOMIME_PORT?= mail/pantomime
+post-install:
+ ${STRIP_CMD} ${PREFIX}/GNUstep/System/Applications/LuserNET.app/LuserNET
.include <bsd.port.mk>
Index: trunk/news/lusernet/files/patch-MsgDB.m
===================================================================
--- trunk/news/lusernet/files/patch-MsgDB.m 2015-11-08 15:02:34 UTC (rev 20678)
+++ trunk/news/lusernet/files/patch-MsgDB.m 2015-11-08 15:04:49 UTC (rev 20679)
Property changes on: trunk/news/lusernet/files/patch-MsgDB.m
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Added: trunk/news/lusernet/files/patch-NNTPSource.m
===================================================================
--- trunk/news/lusernet/files/patch-NNTPSource.m (rev 0)
+++ trunk/news/lusernet/files/patch-NNTPSource.m 2015-11-08 15:04:49 UTC (rev 20679)
@@ -0,0 +1,10 @@
+--- NNTPSource.m.orig 2004-03-03 00:58:37.000000000 +0100
++++ NNTPSource.m 2010-05-23 08:56:18.000000000 +0200
+@@ -11,6 +11,7 @@
+ #include <Foundation/NSException.h>
+
+ #include <Foundation/NSBundle.h>
++#include <Foundation/NSDictionary.h>
+
+ #include "MsgDB.h"
+
Property changes on: trunk/news/lusernet/files/patch-NNTPSource.m
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/news/lusernet/files/patch-Pref_Posting.m
===================================================================
--- trunk/news/lusernet/files/patch-Pref_Posting.m (rev 0)
+++ trunk/news/lusernet/files/patch-Pref_Posting.m 2015-11-08 15:04:49 UTC (rev 20679)
@@ -0,0 +1,10 @@
+--- Pref_Posting.m.orig 2004-03-03 00:58:37.000000000 +0100
++++ Pref_Posting.m 2010-05-23 08:54:51.000000000 +0200
+@@ -5,6 +5,7 @@
+ #include <Foundation/NSObject.h>
+ #include <Foundation/NSString.h>
+ #include <Foundation/NSUserDefaults.h>
++#include <Foundation/NSBundle.h>
+ #include <GNUstepGUI/GSVbox.h>
+ #include <GNUstepGUI/GSHbox.h>
+ #include <AppKit/NSButton.h>
Property changes on: trunk/news/lusernet/files/patch-Pref_Posting.m
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Index: trunk/news/lusernet/files/patch-pantomime_1_2
===================================================================
--- trunk/news/lusernet/files/patch-pantomime_1_2 2015-11-08 15:02:34 UTC (rev 20678)
+++ trunk/news/lusernet/files/patch-pantomime_1_2 2015-11-08 15:04:49 UTC (rev 20679)
Property changes on: trunk/news/lusernet/files/patch-pantomime_1_2
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Modified: trunk/news/lusernet/pkg-descr
===================================================================
--- trunk/news/lusernet/pkg-descr 2015-11-08 15:02:34 UTC (rev 20678)
+++ trunk/news/lusernet/pkg-descr 2015-11-08 15:04:49 UTC (rev 20679)
@@ -1,5 +1,3 @@
LuserNET is an NNTP-based news reader for GNUstep.
-LICENSE: GPL
-
-WWW: http://web.telia.com/~u42308495/alex/LuserNET/LuserNET.html
+LICENSE: GPL2
Property changes on: trunk/news/lusernet/pkg-descr
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Modified: trunk/news/lusernet/pkg-plist
===================================================================
--- trunk/news/lusernet/pkg-plist 2015-11-08 15:02:34 UTC (rev 20678)
+++ trunk/news/lusernet/pkg-plist 2015-11-08 15:04:49 UTC (rev 20679)
@@ -1,18 +1,11 @@
-GNUstep/Local/Applications/LuserNET.app/LuserNET
-GNUstep/Local/Applications/LuserNET.app/Resources/English.lproj/Localizable.strings
-GNUstep/Local/Applications/LuserNET.app/Resources/French.lproj/Localizable.strings
-GNUstep/Local/Applications/LuserNET.app/Resources/German.lproj/Localizable.strings
-GNUstep/Local/Applications/LuserNET.app/Resources/Info-gnustep.plist
-GNUstep/Local/Applications/LuserNET.app/Resources/LuserNET.desktop
-GNUstep/Local/Applications/LuserNET.app/Resources/News.app.tiff
-GNUstep/Local/Applications/LuserNET.app/Resources/Spanish.lproj/Localizable.strings
-GNUstep/Local/Applications/LuserNET.app/Resources/Swedish.lproj/Localizable.strings
-GNUstep/Local/Applications/LuserNET.app/stamp.make
-GNUstep/Local/Tools/LuserNET
- at dirrm GNUstep/Local/Applications/LuserNET.app/Resources/Swedish.lproj
- at dirrm GNUstep/Local/Applications/LuserNET.app/Resources/Spanish.lproj
- at dirrm GNUstep/Local/Applications/LuserNET.app/Resources/German.lproj
- at dirrm GNUstep/Local/Applications/LuserNET.app/Resources/French.lproj
- at dirrm GNUstep/Local/Applications/LuserNET.app/Resources/English.lproj
- at dirrm GNUstep/Local/Applications/LuserNET.app/Resources
- at dirrm GNUstep/Local/Applications/LuserNET.app
+GNUstep/System/Applications/LuserNET.app/LuserNET
+GNUstep/System/Applications/LuserNET.app/Resources/English.lproj/Localizable.strings
+GNUstep/System/Applications/LuserNET.app/Resources/French.lproj/Localizable.strings
+GNUstep/System/Applications/LuserNET.app/Resources/German.lproj/Localizable.strings
+GNUstep/System/Applications/LuserNET.app/Resources/Info-gnustep.plist
+GNUstep/System/Applications/LuserNET.app/Resources/LuserNET.desktop
+GNUstep/System/Applications/LuserNET.app/Resources/News.app.tiff
+GNUstep/System/Applications/LuserNET.app/Resources/Spanish.lproj/Localizable.strings
+GNUstep/System/Applications/LuserNET.app/Resources/Swedish.lproj/Localizable.strings
+GNUstep/System/Applications/LuserNET.app/stamp.make
+GNUstep/System/Tools/LuserNET
More information about the Midnightbsd-cvs
mailing list