ports/59651: Remove last remaining COMMENT files from ports

Matthew Seaman m.seaman at infracaninophile.co.uk
Mon Nov 24 19:30:33 UTC 2003


>Number:         59651
>Category:       ports
>Synopsis:       Remove last remaining COMMENT files from ports
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 24 11:30:20 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Matthew Seaman
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
Infracaninophile
>Environment:
System: FreeBSD happy-idiot-talk.infracaninophile.co.uk 4.9-STABLE FreeBSD 4.9-STABLE #40: Sat Nov 22 13:27:14 GMT 2003 root at happy-idiot-talk.infracaninophile.co.uk:/usr/obj/usr/src/sys/HAPPY-IDIOT-TALK i386



>Description:

The original pkg-comment files for all ports have long since been
replaced by one-line COMMENT variables in the port Makefiles.  Extend
this to the sub-directory Makefiles, which use <dirname>/pkg/COMMENT
for the same purpose.

Needs a slight tweak to bsd.port.subdir.mk, or the package comments
get excessively escaped.

>How-To-Repeat:

>Fix:

The following directories and the COMMENT files within them should be
removed:

archivers/pkg/
astro/pkg/
audio/pkg/
benchmarks/pkg/
biology/pkg/
cad/pkg/
chinese/pkg/
comms/pkg/
converters/pkg/
databases/pkg/
deskutils/pkg/
devel/pkg/
dns/pkg/
editors/pkg/
emulators/pkg/
finance/pkg/
french/pkg/
ftp/pkg/
games/pkg/
german/pkg/
graphics/pkg/
hebrew/pkg/
hungarian/pkg/
irc/pkg/
japanese/pkg/
java/pkg/
korean/pkg/
lang/pkg/
mail/pkg/
math/pkg/
mbone/pkg/
misc/pkg/
multimedia/pkg/
net/pkg/
news/pkg/
palm/pkg/
picobsd/pkg/
polish/pkg/
portuguese/pkg/
print/pkg/
russian/pkg/
science/pkg/
security/pkg/
shells/pkg/
sysutils/pkg/
textproc/pkg/
ukrainian/pkg/
vietnamese/pkg/
www/pkg/
x11-clocks/pkg/
x11-fm/pkg/
x11-fonts/pkg/
x11-servers/pkg/
x11-toolkits/pkg/
x11-wm/pkg/
x11/pkg/

--- bsd.port.subdir.mk.diff begins here ---
--- Mk/bsd.port.subdir.mk.bak	Fri Nov  7 13:47:25 2003
+++ Mk/bsd.port.subdir.mk	Mon Nov 24 14:58:16 2003
@@ -240,7 +240,7 @@
 	@> $@.tmp3
 .endif
 .if defined(COMMENT)
-	@echo "${COMMENT:Q}" | ${HTMLIFY} > $@.tmp4
+	@echo "${COMMENT}" | ${HTMLIFY} > $@.tmp4
 .else
 .if exists(${COMMENTFILE})
 	@${HTMLIFY} ${COMMENTFILE} > $@.tmp4
--- bsd.port.subdir.mk.diff ends here ---

--- Makefiles.diff begins here ---
--- arabic/Makefile.bak	Sun Nov 16 14:09:16 2003
+++ arabic/Makefile	Mon Nov 24 14:44:22 2003
@@ -1,5 +1,8 @@
 # $FreeBSD: ports/arabic/Makefile,v 1.4 2003/11/16 02:36:26 will Exp $
 #
+
+    COMMENT = Arabic language support
+
     SUBDIR += ae_fonts_mono
     SUBDIR += ae_fonts_ttf
     SUBDIR += kacst_fonts
--- archivers/Makefile.bak	Wed Jun 11 18:32:57 2003
+++ archivers/Makefile	Mon Nov 24 14:40:41 2003
@@ -1,6 +1,8 @@
 # $FreeBSD: ports/archivers/Makefile,v 1.87 2003/06/11 10:57:34 osa Exp $
 #
 
+    COMMENT = Archivers
+
     SUBDIR += 9e
     SUBDIR += arc
     SUBDIR += arj
--- astro/Makefile.bak	Wed Nov 19 05:59:07 2003
+++ astro/Makefile	Mon Nov 24 14:40:41 2003
@@ -1,6 +1,8 @@
 # $FreeBSD: ports/astro/Makefile,v 1.73 2003/11/19 05:59:07 marcus Exp $
 #
 
+    COMMENT = Astronomical ports
+
     SUBDIR += SETIsupport
     SUBDIR += accrete
     SUBDIR += celestia
--- audio/Makefile.bak	Sun Nov 23 14:48:08 2003
+++ audio/Makefile	Mon Nov 24 14:40:41 2003
@@ -1,6 +1,8 @@
 # $FreeBSD: ports/audio/Makefile,v 1.468 2003/11/22 22:32:00 pav Exp $
 #
 
+    COMMENT = Audio tools
+
     SUBDIR += HVSC-Update
     SUBDIR += Maaate
     SUBDIR += abcde
--- benchmarks/Makefile.bak	Tue Oct 21 22:32:57 2003
+++ benchmarks/Makefile	Mon Nov 24 14:40:41 2003
@@ -1,6 +1,8 @@
 # $FreeBSD: ports/benchmarks/Makefile,v 1.26 2003/10/20 16:46:17 ijliao Exp $
 #
 
+    COMMENT = Benchmarking tools
+
     SUBDIR += autobench
     SUBDIR += bonnie
     SUBDIR += bonnie++
--- biology/Makefile.bak	Wed Sep  3 11:15:47 2003
+++ biology/Makefile	Mon Nov 24 14:40:41 2003
@@ -1,6 +1,8 @@
 # $FreeBSD: ports/biology/Makefile,v 1.62 2003/09/03 02:23:23 edwin Exp $
 #
 
+    COMMENT = Biology
+
     SUBDIR += L-Breeder
     SUBDIR += act
     SUBDIR += artemis
--- cad/Makefile.bak	Wed Nov 12 07:43:12 2003
+++ cad/Makefile	Mon Nov 24 14:47:12 2003
@@ -1,5 +1,8 @@
 # $FreeBSD: ports/cad/Makefile,v 1.58 2003/11/12 02:01:26 ijliao Exp $
 #
+
+    COMMENT = CAD tools
+
     SUBDIR += ziarc
 
     SUBDIR += admesh
--- chinese/Makefile.bak	Wed Nov 19 16:07:44 2003
+++ chinese/Makefile	Mon Nov 24 14:40:41 2003
@@ -1,6 +1,8 @@
 # $FreeBSD: ports/chinese/Makefile,v 1.169 2003/11/19 07:22:25 trevor Exp $
 #
 
+    COMMENT = Chinese support
+
     SUBDIR += CJK
     SUBDIR += FreeWnn-lib
     SUBDIR += FreeWnn-server
--- comms/Makefile.bak	Sat Nov  8 14:26:13 2003
+++ comms/Makefile	Mon Nov 24 14:40:41 2003
@@ -1,6 +1,8 @@
 # $FreeBSD: ports/comms/Makefile,v 1.90 2003/11/08 06:01:35 kris Exp $
 #
 
+    COMMENT = Communication utilities
+
     SUBDIR += acfax
     SUBDIR += asmodem
     SUBDIR += bforce
--- converters/Makefile.bak	Fri Oct 24 11:08:15 2003
+++ converters/Makefile	Mon Nov 24 14:40:41 2003
@@ -1,6 +1,8 @@
 # $FreeBSD: ports/converters/Makefile,v 1.90 2003/10/24 01:18:36 trevor Exp $
 #
 
+    COMMENT = Character code converters
+
     SUBDIR += aish
     SUBDIR += base64
     SUBDIR += btoa
--- databases/Makefile.bak	Tue Nov 18 13:00:22 2003
+++ databases/Makefile	Mon Nov 24 14:40:41 2003
@@ -1,6 +1,8 @@
 # $FreeBSD: ports/databases/Makefile,v 1.286 2003/11/18 05:39:00 dinoex Exp $
 #
 
+    COMMENT = Databases
+
     SUBDIR += WWWdb
     SUBDIR += adodb
     SUBDIR += arcexplorer
--- deskutils/Makefile.bak	Fri Nov 21 14:04:24 2003
+++ deskutils/Makefile	Mon Nov 24 14:40:41 2003
@@ -1,6 +1,8 @@
 # $FreeBSD: ports/deskutils/Makefile,v 1.110 2003/11/20 16:07:52 marcus Exp $
 #
 
+    COMMENT = Things that used to be on the desktop before computers were invented
+
     SUBDIR += abacus
     SUBDIR += aspostit
     SUBDIR += autocutsel
--- devel/Makefile.bak	Sun Nov 23 14:48:12 2003
+++ devel/Makefile	Mon Nov 24 14:40:41 2003
@@ -1,6 +1,8 @@
 # $FreeBSD: ports/devel/Makefile,v 1.1362 2003/11/22 22:56:48 pav Exp $
 #
 
+    COMMENT = Development utilities
+
     SUBDIR += ElectricFence
     SUBDIR += ORBacus
     SUBDIR += ORBit
--- dns/Makefile.bak	Mon Nov 17 19:53:32 2003
+++ dns/Makefile	Mon Nov 24 14:40:41 2003
@@ -1,6 +1,8 @@
 # $FreeBSD: ports/dns/Makefile,v 1.12 2003/11/16 22:17:48 sf Exp $
 #
 
+    COMMENT = Domain Name Service tools
+
     SUBDIR += adns
     SUBDIR += ares
     SUBDIR += bind8
--- editors/Makefile.bak	Sun Nov 16 14:09:36 2003
+++ editors/Makefile	Mon Nov 24 14:47:46 2003
@@ -1,5 +1,8 @@
 # $FreeBSD: ports/editors/Makefile,v 1.265 2003/11/15 18:08:58 marcus Exp $
 #
+
+    COMMENT = Editors
+
     SUBDIR += zoinks
 
     SUBDIR += AbiWord2
--- emulators/Makefile.bak	Sun Nov 16 14:09:39 2003
+++ emulators/Makefile	Mon Nov 24 14:40:41 2003
@@ -1,6 +1,8 @@
 # $FreeBSD: ports/emulators/Makefile,v 1.120 2003/11/15 21:51:46 sergei Exp $
 #
 
+    COMMENT = Emulators for other operating systems
+
     SUBDIR += adamem
     SUBDIR += aftp
     SUBDIR += atari800
--- finance/Makefile.bak	Sat Oct 18 09:44:05 2003
+++ finance/Makefile	Mon Nov 24 14:47:58 2003
@@ -1,5 +1,8 @@
 # $FreeBSD: ports/finance/Makefile,v 1.14 2003/10/18 07:49:32 adamw Exp $
 #
+
+    COMMENT = Monetary, financial and related applications
+
     SUBDIR += aqmoney
     SUBDIR += gnucash
     SUBDIR += gnucash-docs
--- french/Makefile.bak	Sun Nov  9 11:35:11 2003
+++ french/Makefile	Mon Nov 24 14:40:41 2003
@@ -1,6 +1,8 @@
 # $FreeBSD: ports/french/Makefile,v 1.34 2003/11/08 23:51:50 maho Exp $
 #
 
+    COMMENT = French support
+
     SUBDIR += abispell-fr-FR
     SUBDIR += aspell
     SUBDIR += aster
--- ftp/Makefile.bak	Tue Nov 11 10:45:49 2003
+++ ftp/Makefile	Mon Nov 24 14:40:41 2003
@@ -1,6 +1,8 @@
 # $FreeBSD: ports/ftp/Makefile,v 1.67 2003/11/10 01:02:43 ijliao Exp $
 #
 
+    COMMENT = FTP client and server utilities
+
     SUBDIR += IglooFTP
     SUBDIR += axel
     SUBDIR += axelq
--- games/Makefile.bak	Sun Nov 23 14:48:19 2003
+++ games/Makefile	Mon Nov 24 14:40:41 2003
@@ -1,6 +1,8 @@
 # $FreeBSD: ports/games/Makefile,v 1.612 2003/11/22 23:00:49 pav Exp $
 #
 
+    COMMENT = Games
+
     SUBDIR += 0verkill
     SUBDIR += 3dc
     SUBDIR += 3dpong
--- german/Makefile.bak	Wed Nov 19 16:08:19 2003
+++ german/Makefile	Mon Nov 24 14:40:41 2003
@@ -1,6 +1,8 @@
 # $FreeBSD: ports/german/Makefile,v 1.37 2003/11/19 10:51:49 trevor Exp $
 #
 
+    COMMENT = German support
+
     SUBDIR += BBBike
     SUBDIR += aspell
     SUBDIR += citrix_ica
--- graphics/Makefile.bak	Sat Nov 22 11:37:13 2003
+++ graphics/Makefile	Mon Nov 24 14:40:41 2003
@@ -1,6 +1,8 @@
 # $FreeBSD: ports/graphics/Makefile,v 1.634 2003/11/22 00:49:39 linimon Exp $
 #
 
+    COMMENT = Graphics tools and libraries
+
     SUBDIR += 4va
     SUBDIR += Cgraph
     SUBDIR += Coin
--- hebrew/Makefile.bak	Wed May 21 17:04:48 2003
+++ hebrew/Makefile	Mon Nov 24 14:40:41 2003
@@ -1,6 +1,8 @@
 # $FreeBSD: ports/hebrew/Makefile,v 1.10 2003/05/19 17:22:55 lioux Exp $
 #
 
+    COMMENT = Hebrew support
+
     SUBDIR += culmus
     SUBDIR += elmar-fonts
     SUBDIR += he2
--- hungarian/Makefile.bak	Wed May 21 17:04:48 2003
+++ hungarian/Makefile	Mon Nov 24 14:48:11 2003
@@ -1,5 +1,8 @@
 # $FreeBSD: ports/hungarian/Makefile,v 1.8 2003/05/19 17:24:02 lioux Exp $
 #
+
+    COMMENT = Hungarian language support
+
     SUBDIR += koffice-i18n
     SUBDIR += jdictionary-eng-hun-expr
     SUBDIR += jdictionary-eng-hun
--- irc/Makefile.bak	Wed Nov 12 07:43:48 2003
+++ irc/Makefile	Mon Nov 24 14:40:41 2003
@@ -1,6 +1,8 @@
 # $FreeBSD: ports/irc/Makefile,v 1.77 2003/11/12 02:32:06 linimon Exp $
 #
 
+    COMMENT = Internet Relay Chat utilities
+
     SUBDIR += bitchx
     SUBDIR += bitlbee
     SUBDIR += blackened
--- japanese/Makefile.bak	Fri Nov 21 14:05:10 2003
+++ japanese/Makefile	Mon Nov 24 14:40:41 2003
@@ -1,6 +1,8 @@
 # $FreeBSD: ports/japanese/Makefile,v 1.514 2003/11/21 02:56:07 eik Exp $
 #
 
+    COMMENT = Japanese support
+
     SUBDIR += ASCIIdates98-fpw
     SUBDIR += CGdic-fpw
     SUBDIR += Canna
--- java/Makefile.bak	Wed Nov 12 07:43:54 2003
+++ java/Makefile	Mon Nov 24 14:40:41 2003
@@ -1,6 +1,8 @@
 # $FreeBSD: ports/java/Makefile,v 1.96 2003/11/12 00:53:03 ijliao Exp $
 #
 
+    COMMENT = Java language support
+
     SUBDIR += bluej
     SUBDIR += bouncycastle
     SUBDIR += bsh
--- korean/Makefile.bak	Sun Nov  9 11:35:19 2003
+++ korean/Makefile	Mon Nov 24 14:40:41 2003
@@ -1,6 +1,8 @@
 # $FreeBSD: ports/korean/Makefile,v 1.101 2003/11/08 23:42:46 maho Exp $
 #
 
+    COMMENT = Korean support
+
     SUBDIR += FreeWnn-lib
     SUBDIR += FreeWnn-server
     SUBDIR += a2ps
--- lang/Makefile.bak	Sat Nov 22 11:37:23 2003
+++ lang/Makefile	Mon Nov 24 14:40:41 2003
@@ -1,6 +1,8 @@
 # $FreeBSD: ports/lang/Makefile,v 1.368 2003/11/22 10:35:12 eik Exp $
 #
 
+    COMMENT = Programming languages
+
     SUBDIR += Gofer
     SUBDIR += STk
     SUBDIR += Sather
--- mail/Makefile.bak	Fri Nov 21 14:05:20 2003
+++ mail/Makefile	Mon Nov 24 14:40:41 2003
@@ -1,6 +1,8 @@
 # $FreeBSD: ports/mail/Makefile,v 1.457 2003/11/20 16:12:04 marcus Exp $
 #
 
+    COMMENT = Electronic mail utilities
+
     SUBDIR += abook
     SUBDIR += adcomplain
     SUBDIR += aileron
--- math/Makefile.bak	Sat Nov  8 14:26:41 2003
+++ math/Makefile	Mon Nov 24 14:40:41 2003
@@ -1,6 +1,8 @@
 # $FreeBSD: ports/math/Makefile,v 1.237 2003/11/08 09:26:02 glewis Exp $
 #
 
+    COMMENT = Mathematics
+
     SUBDIR += GiNaC
     SUBDIR += R-a4
     SUBDIR += R-letter
--- mbone/Makefile.bak	Fri Nov 14 17:28:33 2003
+++ mbone/Makefile	Mon Nov 24 14:40:41 2003
@@ -1,6 +1,8 @@
 # $FreeBSD: ports/mbone/Makefile,v 1.19 2003/11/14 16:33:33 bms Exp $
 #
 
+    COMMENT = MBone applications
+
     SUBDIR += imm
     SUBDIR += mcl
     SUBDIR += nte
--- misc/Makefile.bak	Sun Nov 16 14:10:04 2003
+++ misc/Makefile	Mon Nov 24 14:40:41 2003
@@ -1,6 +1,8 @@
 # $FreeBSD: ports/misc/Makefile,v 1.631 2003/11/16 02:36:27 will Exp $
 #
 
+    COMMENT = Miscellaneous utilities
+
     SUBDIR += 44bsd-more
     SUBDIR += Howto
     SUBDIR += achievo
--- multimedia/Makefile.bak	Fri Nov 14 09:19:48 2003
+++ multimedia/Makefile	Mon Nov 24 14:48:25 2003
@@ -1,5 +1,8 @@
 # $FreeBSD: ports/multimedia/Makefile,v 1.48 2003/11/13 19:54:51 marcus Exp $
 #
+
+    COMMENT = Multimedia software
+
     SUBDIR += WMxmms
     SUBDIR += acme
     SUBDIR += avidemux
--- net/Makefile.bak	Sat Nov 22 11:37:38 2003
+++ net/Makefile	Mon Nov 24 14:40:41 2003
@@ -1,6 +1,8 @@
 # $FreeBSD: ports/net/Makefile,v 1.1141 2003/11/22 10:35:12 eik Exp $
 #
 
+    COMMENT = Networking tools
+
     SUBDIR += 3proxy
     SUBDIR += 44bsd-rdist
     SUBDIR += 6tunnel
--- news/Makefile.bak	Mon Nov  3 09:14:21 2003
+++ news/Makefile	Mon Nov 24 14:40:41 2003
@@ -1,6 +1,8 @@
 # $FreeBSD: ports/news/Makefile,v 1.96 2003/11/02 23:26:04 marcus Exp $
 #
 
+    COMMENT = Network news
+
     SUBDIR += PicMonger
     SUBDIR += atp
     SUBDIR += aub
--- palm/Makefile.bak	Wed Aug 13 09:07:44 2003
+++ palm/Makefile	Mon Nov 24 14:40:41 2003
@@ -1,6 +1,8 @@
 # $FreeBSD: ports/palm/Makefile,v 1.46 2003/08/12 15:14:43 marcus Exp $
 #
 
+    COMMENT = Software support for the 3Com Palm(tm) series
+
     SUBDIR += bibelot
     SUBDIR += coldsync
     SUBDIR += gnomepilot-conduits2
--- picobsd/Makefile.bak	Sun Apr 22 17:47:54 2001
+++ picobsd/Makefile	Mon Nov 24 14:40:41 2003
@@ -1,6 +1,8 @@
 # $FreeBSD: ports/picobsd/Makefile,v 1.1 2001/04/22 16:47:54 asami Exp $
 #
 
+    COMMENT = PicoBSD-related ports
+
     SUBDIR += ssh-picobsd
 
 .include <bsd.port.subdir.mk>
--- polish/Makefile.bak	Sun Nov  9 11:35:30 2003
+++ polish/Makefile	Mon Nov 24 14:48:36 2003
@@ -1,5 +1,8 @@
 # $FreeBSD: ports/polish/Makefile,v 1.9 2003/11/09 00:18:18 maho Exp $
 #
+
+    COMMENT = Polish language support
+
     SUBDIR += trf
     SUBDIR += webalizer2
     SUBDIR += aspell
--- portuguese/Makefile.bak	Sun Nov  9 11:35:30 2003
+++ portuguese/Makefile	Mon Nov 24 14:48:49 2003
@@ -1,5 +1,8 @@
 # $FreeBSD: ports/portuguese/Makefile,v 1.13 2003/11/09 00:16:15 maho Exp $
 #
+
+    COMMENT = Portuguese language support
+
     SUBDIR += aspell
     SUBDIR += frontpage-pt_BR
     SUBDIR += ispell-pt_BR
--- print/Makefile.bak	Fri Nov 21 14:05:45 2003
+++ print/Makefile	Mon Nov 24 14:40:41 2003
@@ -1,6 +1,8 @@
 # $FreeBSD: ports/print/Makefile,v 1.259 2003/11/20 20:15:41 eik Exp $
 #
 
+    COMMENT = Desktop publishing
+
     SUBDIR += a2ps-a4
     SUBDIR += a2ps-letter
     SUBDIR += a2ps-letterdj
--- russian/Makefile.bak	Thu Nov 20 14:37:50 2003
+++ russian/Makefile	Mon Nov 24 14:40:41 2003
@@ -1,6 +1,8 @@
 # $FreeBSD: ports/russian/Makefile,v 1.55 2003/11/20 03:23:09 trevor Exp $
 #
 
+    COMMENT = Russian support
+
     SUBDIR += X.language
     SUBDIR += apache13
     SUBDIR += apache13-modssl
--- science/Makefile.bak	Sat Nov  8 14:26:48 2003
+++ science/Makefile	Mon Nov 24 14:40:41 2003
@@ -1,6 +1,8 @@
 # $FreeBSD: ports/science/Makefile,v 1.33 2003/11/08 09:08:52 glewis Exp $
 #
 
+    COMMENT = Scientific ports
+
     SUBDIR += 2dhf
     SUBDIR += at
     SUBDIR += bblimage
--- security/Makefile.bak	Fri Nov 21 14:05:49 2003
+++ security/Makefile	Mon Nov 24 14:40:41 2003
@@ -1,6 +1,8 @@
 # $FreeBSD: ports/security/Makefile,v 1.468 2003/11/20 23:17:31 linimon Exp $
 #
 
+    COMMENT = Security tools
+
     SUBDIR += ADMsmb
     SUBDIR += ADMsnmp
     SUBDIR += IMHear
--- shells/Makefile.bak	Mon Sep 29 20:22:01 2003
+++ shells/Makefile	Mon Nov 24 14:40:41 2003
@@ -1,6 +1,8 @@
 # $FreeBSD: ports/shells/Makefile,v 1.44 2003/09/29 12:44:14 edwin Exp $
 #
 
+    COMMENT = Shells
+
     SUBDIR += 44bsd-csh
     SUBDIR += bash-completion
     SUBDIR += bash1
--- sysutils/Makefile.bak	Sat Nov 22 11:37:56 2003
+++ sysutils/Makefile	Mon Nov 24 14:40:41 2003
@@ -1,6 +1,8 @@
 # $FreeBSD: ports/sysutils/Makefile,v 1.458 2003/11/22 10:35:13 eik Exp $
 #
 
+    COMMENT = System utilities
+
     SUBDIR += 3dm
     SUBDIR += LPRng
     SUBDIR += LPRngTool
--- textproc/Makefile.bak	Wed Nov 19 16:09:10 2003
+++ textproc/Makefile	Mon Nov 24 14:40:41 2003
@@ -1,6 +1,8 @@
 # $FreeBSD: ports/textproc/Makefile,v 1.591 2003/11/19 14:11:10 trevor Exp $
 #
 
+    COMMENT = Text processing utilities (does not include desktop publishing)
+
     SUBDIR += 2bsd-diff
     SUBDIR += aft
     SUBDIR += agrep
--- ukrainian/Makefile.bak	Sat Oct 11 09:10:47 2003
+++ ukrainian/Makefile	Mon Nov 24 14:40:41 2003
@@ -1,6 +1,8 @@
 # $FreeBSD: ports/ukrainian/Makefile,v 1.12 2003/10/10 11:14:14 edwin Exp $
 #
 
+    COMMENT = Ukrainian support
+
     SUBDIR += aspell
     SUBDIR += gd
     SUBDIR += iceb
--- vietnamese/Makefile.bak	Fri May  9 10:58:02 2003
+++ vietnamese/Makefile	Mon Nov 24 14:40:41 2003
@@ -1,6 +1,8 @@
 # $FreeBSD: ports/vietnamese/Makefile,v 1.15 2003/05/08 20:18:56 obrien Exp $
 #
 
+    COMMENT = Vietnamese support
+
 .if !defined(NO_VIET_KDE)
     SUBDIR += kde3-i18n
 .endif
--- www/Makefile.bak	Fri Nov 21 14:06:05 2003
+++ www/Makefile	Mon Nov 24 14:40:41 2003
@@ -1,6 +1,8 @@
 # $FreeBSD: ports/www/Makefile,v 1.760 2003/11/21 01:48:46 ijliao Exp $
 #
 
+    COMMENT = Ports related to the World Wide Web
+
     SUBDIR += MT
     SUBDIR += MT-PM
     SUBDIR += Mosaic         # requires Motif
--- x11-clocks/Makefile.bak	Fri Sep 26 21:46:34 2003
+++ x11-clocks/Makefile	Mon Nov 24 14:40:41 2003
@@ -1,6 +1,8 @@
 # $FreeBSD: ports/x11-clocks/Makefile,v 1.36 2003/09/26 11:07:42 netchild Exp $
 #
 
+    COMMENT = X11 clocks
+
     SUBDIR += abclock
     SUBDIR += asclock
     SUBDIR += asclock-gtk
--- x11-fm/Makefile.bak	Wed Oct  8 19:21:36 2003
+++ x11-fm/Makefile	Mon Nov 24 14:40:41 2003
@@ -1,6 +1,8 @@
 # $FreeBSD: ports/x11-fm/Makefile,v 1.43 2003/10/07 23:48:02 edwin Exp $
 #
 
+    COMMENT = X11 file managers
+
     SUBDIR += FSViewer
     SUBDIR += apotheke
     SUBDIR += asfiles
--- x11-fonts/Makefile.bak	Thu Nov 20 14:38:03 2003
+++ x11-fonts/Makefile	Mon Nov 24 14:40:41 2003
@@ -1,6 +1,8 @@
 # $FreeBSD: ports/x11-fonts/Makefile,v 1.47 2003/11/20 03:18:25 trevor Exp $
 #
 
+    COMMENT = X11 fonts and font utilities
+
     SUBDIR += XFree86-4-font100dpi
     SUBDIR += XFree86-4-font75dpi
     SUBDIR += XFree86-4-fontCyrillic
--- x11-servers/Makefile.bak	Wed Sep 17 09:48:23 2003
+++ x11-servers/Makefile	Mon Nov 24 14:40:41 2003
@@ -1,6 +1,8 @@
 # $FreeBSD: ports/x11-servers/Makefile,v 1.10 2003/09/17 02:43:33 anholt Exp $
 #
 
+    COMMENT = X11 servers
+
     SUBDIR += XFree86-4-FontServer
     SUBDIR += XFree86-4-NestServer
     SUBDIR += XFree86-4-PrintServer
--- x11-toolkits/Makefile.bak	Thu Nov 20 14:38:03 2003
+++ x11-toolkits/Makefile	Mon Nov 24 14:40:41 2003
@@ -1,6 +1,8 @@
 # $FreeBSD: ports/x11-toolkits/Makefile,v 1.279 2003/11/19 15:41:10 trevor Exp $
 #
 
+    COMMENT = X11 toolkits
+
     SUBDIR += 9libs
     SUBDIR += SoXt
     SUBDIR += Xaw3d
--- x11-wm/Makefile.bak	Fri Nov 21 14:06:15 2003
+++ x11-wm/Makefile	Mon Nov 24 14:40:41 2003
@@ -1,6 +1,8 @@
 # $FreeBSD: ports/x11-wm/Makefile,v 1.137 2003/11/20 22:13:56 linimon Exp $
 #
 
+    COMMENT = X11 window managers
+
     SUBDIR += 9menu
     SUBDIR += 9wm
     SUBDIR += aewm
--- x11/Makefile.bak	Thu Nov 20 14:38:02 2003
+++ x11/Makefile	Mon Nov 24 14:49:03 2003
@@ -1,5 +1,8 @@
 # $FreeBSD: ports/x11/Makefile,v 1.437 2003/11/19 16:08:33 trevor Exp $
 #
+
+    COMMENT = Ports to support the X window system
+
     SUBDIR += zenity
 
     SUBDIR += 3ddesktop
--- Makefiles.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list