ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Igor Zubkov <icesik@mail.ru>
To: ALT Devel discussion list <devel@lists.altlinux.org>
Subject: Re: [devel] husky
Date: Fri, 21 Oct 2005 15:46:05 +0300
Message-ID: <200510211546.07210.icesik@mail.ru> (raw)
In-Reply-To: <4358E0B7.8010809@altlinux.ru>

[-- Attachment #1: Type: text/plain, Size: 837 bytes --]

В сообщении от Пятница, 21-Окт-2005 15:36 Anton Gorlov написал(a):
> Тогда где патч для huskybse? Вы отредактировали  файл руками и завернули
> в пакет? так делать нельзя. По кр мере патча я не наблюдаю

А зачем?

[icesik@localhost huskybse]$ du -hs .                                           
364K    .
[icesik@localhost huskybse]$ pwd                                                
/home/icesik/CVS/husky/current/huskybse
[icesik@localhost huskybse]$ 

В самом пакете huskybse 360 килобайт мусора. И только 3 нужных файла. А 
вообще, так было сделано до меня ns@. И я не вижу причин это переделывать.

Вот только мне не известно, как оно у тебя вообще умудрилось собраться? Там 
huskymak.cfg запатчен насмерть. :-) Diff прилагается.

Перед тем как обновлять, ты бы лучше сделал диффы и посмотрел что там сделано.

-- 
np ушёл курить

[-- Attachment #2: huskymak.cfg.diff --]
[-- Type: text/x-diff, Size: 2234 bytes --]

--- huskymak.cfg.orig	2003-06-21 09:50:44 +0300
+++ huskymak.cfg	2005-07-04 02:57:51 +0300
@@ -8,7 +8,7 @@
 
 # Prefix for all directories
 # Set to your homedir if you have no root privilegies
-PREFIX=/usr/local
+PREFIX=/usr
 
 # Where libraries (both .a and .so files) should be placed
 # You should take care that this directory is listed in the LD_LIBRARY_PATH
@@ -19,14 +19,14 @@
 BINDIR=$(PREFIX)/bin
 
 # Where manual pages should be placed.
-MANDIR=$(PREFIX)/man
+MANDIR=$(PREFIX)/share/man
 
 # Where include files should be placed (don't worry, no files will be over-
 # written, Husky will use its own subdirectories below this directory):
 INCDIR=$(PREFIX)/include
 
 # The fidoconfig config file will be in this DIRECTORY:
-CFGDIR=$(PREFIX)/etc/fido
+CFGDIR=/etc/ftn/husky/
 
 # Filename (without path) for the config file (default: config)
 #CFGNAME=config
@@ -46,7 +46,7 @@
 
 # The same as above, but for HTML documentation. This requires a working
 # "texi2html" program.
-#HTMLDIR=$(PREFIX)/lib/husky
+HTMLDIR=$(PREFIX)/share/doc/husky
 
 # Name of the config file of MSGED TE:
 MSGEDCFG=\"$(CFGDIR)/msged.cfg\"
@@ -116,7 +116,7 @@
 
 # update dynamic library cache
 # If your operating system does not need this, you may comment out this line.
-LDCONFIG=/sbin/ldconfig
+#LDCONFIG=/sbin/ldconfig
 
 # rename a file
 MV=mv
@@ -151,10 +151,10 @@
 SHORTNAMES=0
 
 # Perl support
-PERL=0
+PERL=1
 
 # ZipInternal packer
-USE_HPTZIP=0
+USE_HPTZIP=1
 
 # The DYNLIBS switch controls if dynamic or static linkage is used.
 # This is tricky. If you set DYNLIBS=1, dynamic libraries (.so files)
@@ -176,10 +176,10 @@
 EXENAMEFLAG=-o
 
 # C-compiler: generate warnings
-WARNFLAGS=-Wall
+WARNFLAGS=
 
 # C-compiler: optimization
-OPTCFLAGS=-c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC
+OPTCFLAGS=-c $(RPM_OPT_FLAGS) -fPIC
 
 ifeq ( $(DYNLIBS), 0 )
   ifeq ($(OSTYPE), UNIX)
@@ -259,18 +259,23 @@
 
 # extension of executable (e.g. ".exe")
 _EXE=
+EXE=
 
 # extension of object file
 _OBJ=.o
+OBJ=.o
 
 # extension of static libs
 _LIB=.a
+LIB=.a
 
 # extension of dynamic libs
 _DLL=.so
+DLL=.so
 
 # extension of compiled pascal units
 _TPU=.ppu
+TPU=.ppu
 
 # directory separator (DOS-like: "\\", Unix-like: "/")
 

  reply	other threads:[~2005-10-21 12:46 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-21 10:23 Anton Gorlov
2005-10-21 11:01 ` Igor Zubkov
2005-10-21 11:22   ` Anton Gorlov
2005-10-21 11:50     ` Igor Zubkov
2005-10-21 12:36       ` Anton Gorlov
2005-10-21 12:46         ` Igor Zubkov [this message]
2005-10-21 17:46           ` Антон Горлов
2005-10-22  7:07             ` Ivan Fedorov
2005-10-22  7:18               ` Anton Gorlov
2005-10-22  7:19                 ` Ivan Fedorov
2005-10-22 10:24               ` Igor Zubkov
2005-10-24  2:58                 ` Ivan Fedorov
2005-10-24  5:29                   ` Alexey I. Froloff
2005-10-24  9:30                   ` Igor Zubkov
2005-10-24 13:04                     ` Anton Gorlov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200510211546.07210.icesik@mail.ru \
    --to=icesik@mail.ru \
    --cc=devel@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git