Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 May 2014 09:50:59 GMT
From:      Stephen Hurd <shurd@sasktel.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/190198: Maintainer update: stage for games/freedink, games/freedink-dfarc, games/freedink-engine, and games/freedink-data
Message-ID:  <201405250950.s4P9oxlA060530@cgiserv.freebsd.org>
Resent-Message-ID: <201405251000.s4PA01Y3053506@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         190198
>Category:       ports
>Synopsis:       Maintainer update: stage for games/freedink, games/freedink-dfarc, games/freedink-engine, and games/freedink-data
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 25 10:00:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Stephen Hurd
>Release:        10.0-RELEASE-p2
>Organization:
>Environment:
FreeBSD portable 10.0-RELEASE-p2 FreeBSD 10.0-RELEASE-p2 #0: Tue Apr 29 17:06:01 UTC 2014     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
Fix staging and remove dependant dirs from plists
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: freedink/Makefile
===================================================================
--- freedink/Makefile	(revision 354975)
+++ freedink/Makefile	(working copy)
@@ -20,7 +20,6 @@
 
 do-install:	# empty
 
-NO_STAGE=	yes
 pre-everything::
 	@${ECHO_MSG} "This is a meta-port, meaning that it just depends on its subparts of the port."
 	@${ECHO_MSG} "It won't build and install all the parts until you have typed make install"
Index: freedink-data/Makefile
===================================================================
--- freedink-data/Makefile	(revision 354975)
+++ freedink-data/Makefile	(working copy)
@@ -15,7 +15,6 @@
 
 PORTVER=	20121209
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
 		${WRKSRC}/Makefile
Index: freedink-dfarc/files/patch-configure
===================================================================
--- freedink-dfarc/files/patch-configure	(revision 0)
+++ freedink-dfarc/files/patch-configure	(working copy)
@@ -0,0 +1,53 @@
+--- configure.orig	2014-05-24 21:14:18.000000000 -0700
++++ configure	2014-05-24 21:16:34.000000000 -0700
+@@ -5393,11 +5393,11 @@
+   IFS=$as_save_IFS
+   test -z "$as_dir" && as_dir=.
+     for ac_exec_ext in '' $ac_executable_extensions; do
+-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+-    ac_cv_path_XDG_MIME="$as_dir/$ac_word$ac_exec_ext"
+-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+-    break 2
+-  fi
++#  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
++#    ac_cv_path_XDG_MIME="$as_dir/$ac_word$ac_exec_ext"
++#    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
++#    break 2
++#  fi
+ done
+   done
+ IFS=$as_save_IFS
+@@ -5433,11 +5433,11 @@
+   IFS=$as_save_IFS
+   test -z "$as_dir" && as_dir=.
+     for ac_exec_ext in '' $ac_executable_extensions; do
+-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+-    ac_cv_path_XDG_ICON_RESOURCE="$as_dir/$ac_word$ac_exec_ext"
+-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+-    break 2
+-  fi
++#  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
++#    ac_cv_path_XDG_ICON_RESOURCE="$as_dir/$ac_word$ac_exec_ext"
++#    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
++#    break 2
++#  fi
+ done
+   done
+ IFS=$as_save_IFS
+@@ -5473,11 +5473,11 @@
+   IFS=$as_save_IFS
+   test -z "$as_dir" && as_dir=.
+     for ac_exec_ext in '' $ac_executable_extensions; do
+-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+-    ac_cv_path_XDG_DESKTOP_MENU="$as_dir/$ac_word$ac_exec_ext"
+-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+-    break 2
+-  fi
++#  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
++#    ac_cv_path_XDG_DESKTOP_MENU="$as_dir/$ac_word$ac_exec_ext"
++#    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
++#    break 2
++#  fi
+ done
+   done
+ IFS=$as_save_IFS

Property changes on: freedink-dfarc/files/patch-configure
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: freedink-dfarc/pkg-plist
===================================================================
--- freedink-dfarc/pkg-plist	(revision 354975)
+++ freedink-dfarc/pkg-plist	(working copy)
@@ -17,9 +17,3 @@
 share/locale/mk/LC_MESSAGES/dfarc.mo
 share/locale/nl/LC_MESSAGES/dfarc.mo
 share/locale/vi/LC_MESSAGES/dfarc.mo
-@dirrmtry share/mime/packages
-@dirrmtry share/mime
-@dirrmtry share/icons/hicolor/32x32/mimetypes
-@dirrmtry share/icons/hicolor/32x32
-@dirrmtry share/icons/hicolor
-@dirrmtry share/icons
Index: freedink-engine/files/patch-src_Makefile.in
===================================================================
--- freedink-engine/files/patch-src_Makefile.in	(revision 0)
+++ freedink-engine/files/patch-src_Makefile.in	(working copy)
@@ -0,0 +1,23 @@
+--- src/Makefile.in.orig	2012-12-09 09:12:48.000000000 -0800
++++ src/Makefile.in	2014-05-24 21:29:13.000000000 -0700
+@@ -1541,16 +1541,20 @@
+ @HAVE_UPX_TRUE@	-$(UPX) "$(DESTDIR)$(bindir)/freedinkedit$(EXEEXT)"
+ # Bundle resources
+ @HAVE_ZIP_TRUE@	zip -j res.zip $(resdir)/LiberationSans-Regular.ttf
++@HAVE_ZIP_TRUE@	chmod 0755 "$(DESTDIR)$(bindir)/freedink$(EXEEXT)"
+ @HAVE_ZIP_TRUE@	cat res.zip >> "$(DESTDIR)$(bindir)/freedink$(EXEEXT)"
+ @HAVE_ZIP_TRUE@	rm -f res.zip
+ @HAVE_ZIP_TRUE@	zip -A "$(DESTDIR)$(bindir)/freedink$(EXEEXT)"
++@HAVE_ZIP_TRUE@	chmod 0555 "$(DESTDIR)$(bindir)/freedink$(EXEEXT)"
+ 
+ @HAVE_ZIP_TRUE@	zip -j res.zip $(resdir)/LiberationSans-Regular.ttf
+ #	Not including $(resdir)/stop.wav $(resdir)/jump.wav until we
+ #	replace them with free sounds
++@HAVE_ZIP_TRUE@	chmod 0755 "$(DESTDIR)$(bindir)/freedinkedit$(EXEEXT)"
+ @HAVE_ZIP_TRUE@	cat res.zip >> "$(DESTDIR)$(bindir)/freedinkedit$(EXEEXT)"
+ @HAVE_ZIP_TRUE@	rm -f res.zip
+ @HAVE_ZIP_TRUE@	zip -A "$(DESTDIR)$(bindir)/freedinkedit$(EXEEXT)"
++@HAVE_ZIP_TRUE@	chmod 0555 "$(DESTDIR)$(bindir)/freedinkedit$(EXEEXT)"
+ # Add 'dink' and 'dinkedit' aliases, to please 3rd-party tools
+ 	$(LN_S) -f "freedink$(EXEEXT)" "$(DESTDIR)$(bindir)/dink$(EXEEXT)"
+ 	$(LN_S) -f "freedinkedit$(EXEEXT)" "$(DESTDIR)$(bindir)/dinkedit$(EXEEXT)"

Property changes on: freedink-engine/files/patch-src_Makefile.in
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: freedink-engine/pkg-plist
===================================================================
--- freedink-engine/pkg-plist	(revision 354975)
+++ freedink-engine/pkg-plist	(working copy)
@@ -69,10 +69,6 @@
 share/locale/vi/LC_MESSAGES/freedink.mo
 share/locale/zh_CN/LC_MESSAGES/freedink-gnulib.mo
 share/locale/zh_TW/LC_MESSAGES/freedink-gnulib.mo
-@dirrmtry share/locale/en@boldquot/LC_MESSAGES
-@dirrmtry share/locale/en@boldquot
-@dirrmtry share/locale/en@quot/LC_MESSAGES
-@dirrmtry share/locale/en@quot
 @dirrmtry share/locale/rw/LC_MESSAGES
 @dirrmtry share/locale/rw
 @dirrmtry %%DATADIR%%


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405250950.s4P9oxlA060530>