|
From: Crossfire C. r. messages.
<cro...@li...> - 2021-04-20 16:50:01
|
Revision: 22084
http://sourceforge.net/p/crossfire/code/22084
Author: ryo_saeba
Date: 2021-04-20 16:49:54 +0000 (Tue, 20 Apr 2021)
Log Message:
-----------
Erase previously defined recipes.
This solves duplicated recipes index warnings when 'make install' is done on the server
while the 'arch' directory is symlinked to share.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/formulae
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2021-04-20 16:48:29 UTC (rev 22083)
+++ arch/trunk/ChangeLog 2021-04-20 16:49:54 UTC (rev 22084)
@@ -1,3 +1,9 @@
+Erase previously defined recipes.
+This solves duplicated recipes index warnings when 'make install' is done on the server
+while the 'arch' directory is symlinked to share.
+formulae
+Nicolas Weeger 2021-04-20
+
Add faces to random messages.
messages
Nicolas Weeger 2021-03-21
Modified: arch/trunk/formulae
===================================================================
--- arch/trunk/formulae 2021-04-20 16:48:29 UTC (rev 22083)
+++ arch/trunk/formulae 2021-04-20 16:49:54 UTC (rev 22084)
@@ -123,6 +123,8 @@
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
# F O R M U L A E B E G I N
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+# Remove previous recipes
+Remove *
#
# --------------
# Basic formulae - these formulae make some of the most often used
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|