From nobody@FreeBSD.org  Sat Oct 29 02:21:06 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id ADFCD106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 29 Oct 2011 02:21:06 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 93D258FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 29 Oct 2011 02:21:06 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p9T2L6YX042979
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 29 Oct 2011 02:21:06 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p9T2L6MB042978;
	Sat, 29 Oct 2011 02:21:06 GMT
	(envelope-from nobody)
Message-Id: <201110290221.p9T2L6MB042978@red.freebsd.org>
Date: Sat, 29 Oct 2011 02:21:06 GMT
From: "4720@hushmail.com" <4720@hushmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] fix incorrect uses of @dirrm %%PORTDOCS%%
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         162136
>Category:       ports
>Synopsis:       [patch] fix incorrect uses of @dirrm %%PORTDOCS%%
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    crees
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 29 02:30:13 UTC 2011
>Closed-Date:    Sun Nov 13 17:34:35 UTC 2011
>Last-Modified:  Sun Nov 13 17:40:08 UTC 2011
>Originator:     4720@hushmail.com
>Release:        
>Organization:
>Environment:
>Description:
several ports use @dirrm %%PORTDOCS%%files. when NOPORTDOCS is set
%%PORTDOCS%% becomes @comment, which has to go at the beginning of the
packing list line or it will be treated as a nonexisting file.

@dirrm %%PORTDOCS%%%%DOCSDIR%%

pkg_delete: file '/usr/local/@comment share/doc/cyberbit-ttfonts' doesn't exist
pkg_delete: unable to completely remove directory '/usr/local/@comment share/doc/cyberbit-ttfonts'
pkg_delete: couldn't entirely delete package (perhaps the packing list is
incorrectly specified?)
>How-To-Repeat:

>Fix:
attached patch replaces @dirrm %%PORTDOCS%%files with %%PORTDOCS%%@dirrm files.

Patch attached with submission follows:

diff -r -u ports.orig/cad/varkon/pkg-plist ports/cad/varkon/pkg-plist
--- ports.orig/cad/varkon/pkg-plist
+++ ports/cad/varkon/pkg-plist
@@ -907,6 +907,6 @@
 %%PORTDOCS%%%%DOCSDIR%%/MBS/images/spline_2.png
 %%PORTDOCS%%%%DOCSDIR%%/MBS/images/spline_3.png
 %%PORTDOCS%%%%DOCSDIR%%/MBS/images/splines.png
-%%PORTDOCS%%@dirrm %%PORTDOCS%%%%DOCSDIR%%/MBS/images
-%%PORTDOCS%%@dirrm %%PORTDOCS%%%%DOCSDIR%%/MBS
-@dirrm %%PORTDOCS%%%%DOCSDIR%%
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/MBS/images
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/MBS
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
diff -r -u ports.orig/chinese/phpbb-tw/pkg-plist ports/chinese/phpbb-tw/pkg-plist
--- ports.orig/chinese/phpbb-tw/pkg-plist
+++ ports/chinese/phpbb-tw/pkg-plist
@@ -324,4 +324,4 @@
 @dirrm %%PHPBBDIR%%
 @dirrm %%DATADIR%%/contrib
 @dirrm %%DATADIR%%
-@dirrm %%PORTDOCS%%%%DOCSDIR%%
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
diff -r -u ports.orig/devel/crossvc/pkg-plist ports/devel/crossvc/pkg-plist
--- ports.orig/devel/crossvc/pkg-plist
+++ ports/devel/crossvc/pkg-plist
@@ -48,8 +48,8 @@
 @dirrm %%DATADIR%%/Messages
 @dirrm %%DATADIR%%/Tools
 @dirrm %%DATADIR%%
-@dirrm %%PORTDOCS%%%%DOCSDIR%%/Translations/de
-@dirrm %%PORTDOCS%%%%DOCSDIR%%/Translations/it
-@dirrm %%PORTDOCS%%%%DOCSDIR%%/Translations/ru
-@dirrm %%PORTDOCS%%%%DOCSDIR%%/Translations
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/Translations/de
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/Translations/it
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/Translations/ru
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/Translations
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
diff -r -u ports.orig/devel/libsigc++20/pkg-plist ports/devel/libsigc++20/pkg-plist
--- ports.orig/devel/libsigc++20/pkg-plist
+++ ports/devel/libsigc++20/pkg-plist
@@ -558,12 +558,12 @@
 %%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/tutorial/html/ch04s02.html
 %%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/tutorial/html/ch05.html
 %%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/tutorial/html/index.html
-%%PORTDOCS%%@dirrm %%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/tutorial/html
-%%PORTDOCS%%@dirrm %%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/tutorial
-%%PORTDOCS%%@dirrm %%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference/html
-%%PORTDOCS%%@dirrm %%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/reference
-%%PORTDOCS%%@dirrm %%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%/images
-%%PORTDOCS%%@dirrm %%PORTDOCS%%share/doc/libsigc++-%%API_VERSION%%
+%%PORTDOCS%%@dirrm share/doc/libsigc++-%%API_VERSION%%/tutorial/html
+%%PORTDOCS%%@dirrm share/doc/libsigc++-%%API_VERSION%%/tutorial
+%%PORTDOCS%%@dirrm share/doc/libsigc++-%%API_VERSION%%/reference/html
+%%PORTDOCS%%@dirrm share/doc/libsigc++-%%API_VERSION%%/reference
+%%PORTDOCS%%@dirrm share/doc/libsigc++-%%API_VERSION%%/images
+%%PORTDOCS%%@dirrm share/doc/libsigc++-%%API_VERSION%%
 %%PORTDOCS%%@dirrm share/devhelp/books/libsigc++-%%API_VERSION%%
 %%PORTDOCS%%@dirrmtry share/devhelp/books
 %%PORTDOCS%%@dirrmtry share/devhelp
diff -r -u ports.orig/devel/ruby-wirble/pkg-plist ports/devel/ruby-wirble/pkg-plist
--- ports.orig/devel/ruby-wirble/pkg-plist
+++ ports/devel/ruby-wirble/pkg-plist
@@ -1,3 +1,3 @@
 %%RUBY_SITELIBDIR%%/wirble.rb
 %%PORTDOCS%%%%RUBY_MODDOCDIR%%/README
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%
+%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%
diff -r -u ports.orig/games/ember/pkg-plist ports/games/ember/pkg-plist
--- ports.orig/games/ember/pkg-plist
+++ ports/games/ember/pkg-plist
@@ -2508,7 +2508,7 @@
 @dirrm share/ember
 @dirrm etc/ember
 @dirrmtry share/applications
-@dirrm %%PORTDOCS%%%%DOCSDIR%%
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
 @dirrm share/icons/worldforge
 @dirrmtry share/icons
 
diff -r -u ports.orig/games/quake3-rq3/pkg-plist ports/games/quake3-rq3/pkg-plist
--- ports.orig/games/quake3-rq3/pkg-plist
+++ ports/games/quake3-rq3/pkg-plist
@@ -119,12 +119,12 @@
 %%PORTDOCS%%%%DOCSDIR%%/mapdocs/vashes.txt
 %%PORTDOCS%%%%DOCSDIR%%/mapdocs/waterfront.txt
 @dirrm %%DATADIR%%
-%%PORTDOCS%%@dirrm %%PORTDOCS%%%%DOCSDIR%%/docs/pics/replacement-ui
-%%PORTDOCS%%@dirrm %%PORTDOCS%%%%DOCSDIR%%/docs/pics/headers
-%%PORTDOCS%%@dirrm %%PORTDOCS%%%%DOCSDIR%%/docs/pics/items
-%%PORTDOCS%%@dirrm %%PORTDOCS%%%%DOCSDIR%%/docs/pics/weapons
-%%PORTDOCS%%@dirrm %%PORTDOCS%%%%DOCSDIR%%/docs/pics/misc
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/pics/replacement-ui
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/pics/headers
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/pics/items
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/pics/weapons
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/pics/misc
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/pics
-%%PORTDOCS%%@dirrm %%PORTDOCS%%%%DOCSDIR%%/docs
-%%PORTDOCS%%@dirrm %%PORTDOCS%%%%DOCSDIR%%/mapdocs
-%%PORTDOCS%%@dirrm %%PORTDOCS%%%%DOCSDIR%%
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/mapdocs
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
diff -r -u ports.orig/irc/eggdrop/pkg-plist ports/irc/eggdrop/pkg-plist
--- ports.orig/irc/eggdrop/pkg-plist
+++ ports/irc/eggdrop/pkg-plist
@@ -187,7 +187,7 @@
 @dirrm %%DATADIR%%/help/msg
 @dirrm %%DATADIR%%/help
 @dirrm %%DATADIR%%
-@dirrm %%PORTDOCS%%%%DOCSDIR%%/settings
-@dirrm %%PORTDOCS%%%%DOCSDIR%%/html
-@dirrm %%PORTDOCS%%%%DOCSDIR%%
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/settings
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
 @dirrm lib/eggdrop
diff -r -u ports.orig/irc/tr-ircd/pkg-plist ports/irc/tr-ircd/pkg-plist
--- ports.orig/irc/tr-ircd/pkg-plist
+++ ports/irc/tr-ircd/pkg-plist
@@ -406,7 +406,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/README.OPM
 %%PORTDOCS%%%%DOCSDIR%%/RELNOTES
 %%PORTDOCS%%%%DOCSDIR%%/TODO
-%%PORTDOCS%%@dirrm %%PORTDOCS%%%%DOCSDIR%%
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
 @dirrm %%DATADIR%%/help/en_us
 @dirrm %%DATADIR%%/help/tr
 @dirrm %%DATADIR%%/help
diff -r -u ports.orig/japanese/ng-devel/pkg-plist ports/japanese/ng-devel/pkg-plist
--- ports.orig/japanese/ng-devel/pkg-plist
+++ ports/japanese/ng-devel/pkg-plist
@@ -8,4 +8,4 @@
 %%PORTDOCS%%%%DOCSDIR%%/Ng.tut.euc-jp
 %%PORTDOCS%%%%DOCSDIR%%/README.Ng.euc-jp
 %%PORTDOCS%%%%DOCSDIR%%/README.SKG.euc-jp
-%%PORTDOCS%%@dirrm %%PORTDOCS%%%%DOCSDIR%%
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
diff -r -u ports.orig/math/ruby-algebra/pkg-plist ports/math/ruby-algebra/pkg-plist
--- ports.orig/math/ruby-algebra/pkg-plist
+++ ports/math/ruby-algebra/pkg-plist
@@ -213,6 +213,6 @@
 %%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/todo.rd
 %%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/sample-algebraic-root01.rb.v.rd
 %%PORTDOCS%%%%RUBY_MODDOCDIR%%/sample-algebraic-root01.rb.v.rd
-@dirrm %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%
+%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%
+%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/ja
+%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%
diff -r -u ports.orig/multimedia/mpeg/pkg-plist ports/multimedia/mpeg/pkg-plist
--- ports.orig/multimedia/mpeg/pkg-plist
+++ ports/multimedia/mpeg/pkg-plist
@@ -1,4 +1,4 @@
 bin/mpeg
 %%PORTDOCS%%%%DOCSDIR%%/README
 %%PORTDOCS%%%%DOCSDIR%%/doc.ps
-%%PORTDOCS%%@dirrm %%PORTDOCS%%%%DOCSDIR%%
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
diff -r -u ports.orig/multimedia/zoneminder/pkg-plist ports/multimedia/zoneminder/pkg-plist
--- ports.orig/multimedia/zoneminder/pkg-plist
+++ ports/multimedia/zoneminder/pkg-plist
@@ -312,7 +312,7 @@
 @dirrm %%WWWDIR_REL%%/data
 @dirrm %%WWWDIR_REL%%/cgi-bin
 @dirrm %%WWWDIR_REL%%
-@dirrm %%PORTDOCS%%%%DOCSDIR%%
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
 @dirrm %%SITE_PERL%%/mach/auto/ZoneMinder
 @dirrmtry %%SITE_PERL%%/mach/auto
 @dirrmtry %%SITE_PERL%%/mach
diff -r -u ports.orig/net-im/openfire-devel/pkg-plist ports/net-im/openfire-devel/pkg-plist
--- ports.orig/net-im/openfire-devel/pkg-plist
+++ ports/net-im/openfire-devel/pkg-plist
@@ -432,8 +432,8 @@
 @dirrm %%DATADIR%%/plugins/admin/webapp
 @dirrm %%DATADIR%%/plugins/admin
 @dirrm share/examples/openfire
-@dirrm %%PORTDOCS%%%%DOCSDIR%%/licenses
-@dirrm %%PORTDOCS%%%%DOCSDIR%%/images
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/licenses
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/images
 @dirrm share/doc/openfire
 @comment @dirrm %%ETCDIR%%/openfire
 @unexec rmdir %D/%%DATADIR%%/plugins 2> /dev/null || echo "If permanently deleting this package, %D/%%DATADIR%%/plugins must be removed manually"
diff -r -u ports.orig/security/IMHear/pkg-plist ports/security/IMHear/pkg-plist
--- ports.orig/security/IMHear/pkg-plist
+++ ports/security/IMHear/pkg-plist
@@ -1,4 +1,4 @@
 bin/hear
 %%PORTDOCS%%%%DOCSDIR%%/README
 %%PORTDOCS%%%%DOCSDIR%%/msn_protocol_10.html
-@dirrm %%PORTDOCS%%%%DOCSDIR%%
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
diff -r -u ports.orig/security/maia/pkg-plist ports/security/maia/pkg-plist
--- ports.orig/security/maia/pkg-plist
+++ ports/security/maia/pkg-plist
@@ -944,4 +944,4 @@
 @dirrm %%WWWDIR%%/admin/scripts
 @dirrm %%WWWDIR%%/admin
 @dirrmtry %%WWWDIR%%
-@dirrm %%PORTDOCS%%%%DOCSDIR%%
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
diff -r -u ports.orig/textproc/hevea/pkg-plist ports/textproc/hevea/pkg-plist
--- ports.orig/textproc/hevea/pkg-plist
+++ ports/textproc/hevea/pkg-plist
@@ -202,7 +202,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/hevea-%%HEVEAVERSION%%-manual/previous_motif.gif
 %%PORTDOCS%%%%DOCSDIR%%/hevea-%%HEVEAVERSION%%-manual/thaihevea.html
 %%PORTDOCS%%%%DOCSDIR%%/hevea-%%HEVEAVERSION%%-manual/thaihevea001.gif
-%%PORTDOCS%%@dirrm %%PORTDOCS%%%%DOCSDIR%%/hevea-%%HEVEAVERSION%%-manual
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/hevea-%%HEVEAVERSION%%-manual
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
 @dirrm lib/hevea/text
 @dirrm lib/hevea/mappings
diff -r -u ports.orig/x11-fonts/cyberbit-ttfonts/pkg-plist ports/x11-fonts/cyberbit-ttfonts/pkg-plist
--- ports.orig/x11-fonts/cyberbit-ttfonts/pkg-plist
+++ ports/x11-fonts/cyberbit-ttfonts/pkg-plist
@@ -7,4 +7,4 @@
 %%PORTDOCS%%%%DOCSDIR%%/CYBERCJK.DOC
 %%PORTDOCS%%%%DOCSDIR%%/READMEfirst.txt
 %%PORTDOCS%%%%DOCSDIR%%/ReadMe.htm
-@dirrm %%PORTDOCS%%%%DOCSDIR%%
+%%PORTDOCS%%@dirrm %%DOCSDIR%%


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->crees 
Responsible-Changed-By: crees 
Responsible-Changed-When: Sun Oct 30 20:54:09 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=162136 
State-Changed-From-To: open->feedback 
State-Changed-By: crees 
State-Changed-When: Sun Oct 30 20:54:25 UTC 2011 
State-Changed-Why:  
Ask for maintainer approval. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=162136 

From: Chris Rees <utisoft@gmail.com>
To: acm@freebsd.org, appleboy.tw@gmail.com, araujo@freebsd.org, 
	beech@freebsd.org, bsam@freebsd.org, ek@purplehat.org, gahr@freebsd.org, 
	ginga-freebsd@ginganet.org, gnome@freebsd.org, maho@freebsd.org, 
	oliver@freebsd.org, ports@nixsoftware.com, ruby@freebsd.org, 
	bug-followup@freebsd.org
Cc:  
Subject: Re: ports/162136: [patch] fix incorrect uses of @dirrm %%PORTDOCS%%
Date: Sun, 30 Oct 2011 20:53:55 +0000

 Hey all,
 
 One or two of your ports are being touched by ports/162136 because
 they try to remove %%PORTDOCS%% even when NOPORTDOCS is set.
 
 If you have any objections to the attached patch, please let me know
 within 14 days.
 
 Thanks!
 
 Chris
 
 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/162136
 
 List of ports:
 
 cad/varkon
 chinese/phpbb-tw
 devel/crossvc
 devel/libsigc++20
 devel/ruby-wirble
 games/ember
 games/quake3-rq3
 irc/eggdrop
 irc/tr-ircd
 japanese/ng-devel
 math/ruby-algebra
 multimedia/mpeg
 multimedia/zoneminder
 net-im/openfire-devel
 security/IMHear
 security/maia
 textproc/hevea
 x11-fonts/cyberbit-ttfonts

From: "Janky Jay, III" <ek@purplehat.org>
To: Chris Rees <utisoft@gmail.com>
Cc: acm@freebsd.org, appleboy.tw@gmail.com, araujo@freebsd.org, 
 beech@freebsd.org, bsam@freebsd.org, gahr@freebsd.org, 
 ginga-freebsd@ginganet.org, gnome@freebsd.org, maho@freebsd.org, 
 oliver@freebsd.org, ports@nixsoftware.com, ruby@freebsd.org, 
 bug-followup@freebsd.org
Subject: Re: ports/162136: [patch] fix incorrect uses of @dirrm %%PORTDOCS%%
Date: Sun, 30 Oct 2011 16:37:02 -0600

 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
 Hi Chris,
 
 	I have absolutely no problem with this for security/maia.
 
 Thanks,
 Janky Jay, III
 
 On 10/30/2011 02:53 PM, Chris Rees wrote:
 > Hey all,
 > 
 > One or two of your ports are being touched by ports/162136 because 
 > they try to remove %%PORTDOCS%% even when NOPORTDOCS is set.
 > 
 > If you have any objections to the attached patch, please let me
 > know within 14 days.
 > 
 > Thanks!
 > 
 > Chris
 > 
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/162136
 > 
 > List of ports:
 > 
 > cad/varkon chinese/phpbb-tw devel/crossvc devel/libsigc++20 
 > devel/ruby-wirble games/ember games/quake3-rq3 irc/eggdrop 
 > irc/tr-ircd japanese/ng-devel math/ruby-algebra multimedia/mpeg 
 > multimedia/zoneminder net-im/openfire-devel security/IMHear 
 > security/maia textproc/hevea x11-fonts/cyberbit-ttfonts
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.11 (GNU/Linux)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
 
 iEYEARECAAYFAk6t0YkACgkQZ5znzUsaCyRiiACfc6sYuaY1Z06Nma+v8THgaDl+
 YR0An3E9FB1CnVQf7eMz6uQCJDjywztp
 =gaKt
 -----END PGP SIGNATURE-----

From: KAWAGUTI Ginga <ginga-freebsd@ginganet.org>
To: Chris Rees <utisoft@gmail.com>
Cc: acm@freebsd.org, appleboy.tw@gmail.com, araujo@freebsd.org,
	beech@freebsd.org, bsam@freebsd.org, ek@purplehat.org,
	gahr@freebsd.org, ginga-freebsd@ginganet.org, gnome@freebsd.org,
	maho@freebsd.org, oliver@freebsd.org, ports@nixsoftware.com,
	ruby@freebsd.org, bug-followup@freebsd.org
Subject: Re: ports/162136: [patch] fix incorrect uses of @dirrm %%PORTDOCS%%
Date: Mon, 31 Oct 2011 10:56:42 +0900

 Thanks for refinement modification.
 I definitely don't have any problem about japanese/ng-devel port!
 
 Ginga
 
 In Sun, Oct 30, 2011 at 08:53:55PM +0000,
 Chris Rees <utisoft@gmail.com> wrote:
 
 > Hey all,
 > 
 > One or two of your ports are being touched by ports/162136 because
 > they try to remove %%PORTDOCS%% even when NOPORTDOCS is set.
 > 
 > If you have any objections to the attached patch, please let me know
 > within 14 days.
 > 
 > Thanks!
 > 
 > Chris
 > 
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/162136
 > 
 > List of ports:
 > 
 > cad/varkon
 > chinese/phpbb-tw
 > devel/crossvc
 > devel/libsigc++20
 > devel/ruby-wirble
 > games/ember
 > games/quake3-rq3
 > irc/eggdrop
 > irc/tr-ircd
 > japanese/ng-devel
 > math/ruby-algebra
 > multimedia/mpeg
 > multimedia/zoneminder
 > net-im/openfire-devel
 > security/IMHear
 > security/maia
 > textproc/hevea
 > x11-fonts/cyberbit-ttfonts

From: Bo-Yi Wu <appleboy.tw@gmail.com>
To: Chris Rees <utisoft@gmail.com>
Cc: acm@freebsd.org, araujo@freebsd.org, beech@freebsd.org, bsam@freebsd.org, 
	ek@purplehat.org, gahr@freebsd.org, ginga-freebsd@ginganet.org, 
	gnome@freebsd.org, maho@freebsd.org, oliver@freebsd.org, 
	ports@nixsoftware.com, ruby@freebsd.org, bug-followup@freebsd.org
Subject: Re: ports/162136: [patch] fix incorrect uses of @dirrm %%PORTDOCS%%
Date: Mon, 31 Oct 2011 09:49:59 +0800

 --0016e6da7d8d1e880504b08e7610
 Content-Type: text/plain; charset=ISO-8859-1
 
 Hi Chris,
 
 I have absolutely no problem with chinese/phpbb-tw
 
 --
 # Name: Bo-Yi Wu
 # Nick name:appleboy
 # M.S National Chung Cheng University Electric Engineering
 # Resume(C.V): http://blog.wu-boy.com/about/
 
 
 
 On Mon, Oct 31, 2011 at 4:53 AM, Chris Rees <utisoft@gmail.com> wrote:
 
 > Hey all,
 >
 > One or two of your ports are being touched by ports/162136 because
 > they try to remove %%PORTDOCS%% even when NOPORTDOCS is set.
 >
 > If you have any objections to the attached patch, please let me know
 > within 14 days.
 >
 > Thanks!
 >
 > Chris
 >
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/162136
 >
 > List of ports:
 >
 > cad/varkon
 > chinese/phpbb-tw
 > devel/crossvc
 > devel/libsigc++20
 > devel/ruby-wirble
 > games/ember
 > games/quake3-rq3
 > irc/eggdrop
 > irc/tr-ircd
 > japanese/ng-devel
 > math/ruby-algebra
 > multimedia/mpeg
 > multimedia/zoneminder
 > net-im/openfire-devel
 > security/IMHear
 > security/maia
 > textproc/hevea
 > x11-fonts/cyberbit-ttfonts
 >
 
 --0016e6da7d8d1e880504b08e7610
 Content-Type: text/html; charset=ISO-8859-1
 Content-Transfer-Encoding: quoted-printable
 
 Hi Chris,<div><br></div><div><span class=3D"Apple-style-span" style=3D"font=
 -family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255=
 , 255); ">I have absolutely no problem with=A0</span><span class=3D"Apple-s=
 tyle-span" style=3D"font-family: arial, sans-serif; font-size: 13px; backgr=
 ound-color: rgb(255, 255, 255); ">chinese/phpbb-tw</span></div>
 
 <div><br clear=3D"all"><div>--</div># Name: Bo-Yi Wu<br># Nick name:applebo=
 y<br># M.S National Chung Cheng University Electric Engineering<br># Resume=
 (C.V): <a href=3D"http://blog.wu-boy.com/about/" target=3D"_blank">http://b=
 log.wu-boy.com/about/</a><br>
 
 <br>
 <br><br><div class=3D"gmail_quote">On Mon, Oct 31, 2011 at 4:53 AM, Chris R=
 ees <span dir=3D"ltr">&lt;<a href=3D"mailto:utisoft@gmail.com">utisoft@gmai=
 l.com</a>&gt;</span> wrote:<br><blockquote class=3D"gmail_quote" style=3D"m=
 argin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
 
 Hey all,<br>
 <br>
 One or two of your ports are being touched by ports/162136 because<br>
 they try to remove %%PORTDOCS%% even when NOPORTDOCS is set.<br>
 <br>
 If you have any objections to the attached patch, please let me know<br>
 within 14 days.<br>
 <br>
 Thanks!<br>
 <br>
 Chris<br>
 <br>
 <a href=3D"http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/162136" targe=
 t=3D"_blank">http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/162136</a><=
 br>
 <br>
 List of ports:<br>
 <br>
 cad/varkon<br>
 chinese/phpbb-tw<br>
 devel/crossvc<br>
 devel/libsigc++20<br>
 devel/ruby-wirble<br>
 games/ember<br>
 games/quake3-rq3<br>
 irc/eggdrop<br>
 irc/tr-ircd<br>
 japanese/ng-devel<br>
 math/ruby-algebra<br>
 multimedia/mpeg<br>
 multimedia/zoneminder<br>
 net-im/openfire-devel<br>
 security/IMHear<br>
 security/maia<br>
 textproc/hevea<br>
 x11-fonts/cyberbit-ttfonts<br>
 </blockquote></div><br></div>
 
 --0016e6da7d8d1e880504b08e7610--
State-Changed-From-To: feedback->closed 
State-Changed-By: crees 
State-Changed-When: Sun Nov 13 17:34:34 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=162136 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/162136: commit references a PR
Date: Sun, 13 Nov 2011 17:33:56 +0000 (UTC)

 crees       2011-11-13 17:33:47 UTC
 
   FreeBSD ports repository
 
   Modified files:
     cad/varkon           pkg-plist 
     chinese/phpbb-tw     pkg-plist 
     devel/crossvc        pkg-plist 
     devel/libsigc++20    pkg-plist 
     devel/ruby-wirble    pkg-plist 
     games/ember          pkg-plist 
     games/quake3-rq3     pkg-plist 
     irc/eggdrop          pkg-plist 
     irc/tr-ircd          pkg-plist 
     japanese/ng-devel    pkg-plist 
     math/ruby-algebra    pkg-plist 
     multimedia/mpeg      pkg-plist 
     multimedia/zoneminder pkg-plist 
     net-im/openfire-devel pkg-plist 
     security/IMHear      pkg-plist 
     security/maia        pkg-plist 
     textproc/hevea       pkg-plist 
     x11-fonts/cyberbit-ttfonts pkg-plist 
   Log:
   Make @dirrms conditional for %%DOCSDIR%% on NOPORTDOCS
   
   PR:             ports/162136
   Submitted by:   4720@hushmail.com
   Approved by:    [no rejections from any maintainer within 14 days]
   Feature safe:   yes
   
   Revision  Changes    Path
   1.6       +3 -3      ports/cad/varkon/pkg-plist
   1.7       +1 -1      ports/chinese/phpbb-tw/pkg-plist
   1.2       +4 -4      ports/devel/crossvc/pkg-plist
   1.28      +6 -6      ports/devel/libsigc++20/pkg-plist
   1.2       +1 -1      ports/devel/ruby-wirble/pkg-plist
   1.24      +1 -1      ports/games/ember/pkg-plist
   1.3       +8 -8      ports/games/quake3-rq3/pkg-plist
   1.9       +3 -3      ports/irc/eggdrop/pkg-plist
   1.6       +1 -1      ports/irc/tr-ircd/pkg-plist
   1.7       +1 -1      ports/japanese/ng-devel/pkg-plist
   1.9       +3 -3      ports/math/ruby-algebra/pkg-plist
   1.3       +1 -1      ports/multimedia/mpeg/pkg-plist
   1.5       +1 -1      ports/multimedia/zoneminder/pkg-plist
   1.2       +2 -2      ports/net-im/openfire-devel/pkg-plist
   1.2       +1 -1      ports/security/IMHear/pkg-plist
   1.4       +1 -1      ports/security/maia/pkg-plist
   1.12      +1 -1      ports/textproc/hevea/pkg-plist
   1.3       +1 -1      ports/x11-fonts/cyberbit-ttfonts/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
