aboutsummaryrefslogtreecommitdiff
path: root/news/husky-base
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-06-02 15:23:40 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-06-02 15:23:40 +0000
commit332d115ee64ea7a81d4a3ea61f7a03cc9d987f08 (patch)
tree4a1c669157cddec81daa8cfbac50ac0b30856c48 /news/husky-base
parentdf74134884434ecce3da8287c30c12c1ab54cb5b (diff)
downloadports-332d115ee64ea7a81d4a3ea61f7a03cc9d987f08.tar.gz
ports-332d115ee64ea7a81d4a3ea61f7a03cc9d987f08.zip
Notes
Diffstat (limited to 'news/husky-base')
-rw-r--r--news/husky-base/Makefile7
-rw-r--r--news/husky-base/distinfo2
-rw-r--r--news/husky-base/files/patch-huskymak.cfg59
3 files changed, 34 insertions, 34 deletions
diff --git a/news/husky-base/Makefile b/news/husky-base/Makefile
index 53b40e18b3c9..dba302f71bbf 100644
--- a/news/husky-base/Makefile
+++ b/news/husky-base/Makefile
@@ -6,15 +6,14 @@
#
PORTNAME= base
-PORTVERSION= 0.2.0
+PORTVERSION= 1.0
CATEGORIES= news mail
-MASTER_SITES= http://www.physcip.uni-stuttgart.de:8080/fidosoft.husky/
-DISTNAME= huskybse-${PORTVERSION}-src
+DISTNAME= huskybase-${PORTVERSION}-src
MAINTAINER= fjoe@FreeBSD.org
COMMENT= Common files for Husky Fidosoft Project
-WRKSRC= ${WRKDIR}/huskybse-${PORTVERSION}
+WRKSRC= ${WRKDIR}/huskybse
NO_BUILD= yes
pre-install:
diff --git a/news/husky-base/distinfo b/news/husky-base/distinfo
index 9170866848e5..2c038e6fd078 100644
--- a/news/husky-base/distinfo
+++ b/news/husky-base/distinfo
@@ -1 +1 @@
-MD5 (husky/huskybse-0.2.0-src.tar.gz) = a7a2ec15e8478d8405723379d866b985
+MD5 (husky/huskybase-1.0-src.tar.gz) = f56eaa812ce62ddc3f5db01f2c797d2e
diff --git a/news/husky-base/files/patch-huskymak.cfg b/news/husky-base/files/patch-huskymak.cfg
index b1dc5d7bbd27..732fdc5c0d3d 100644
--- a/news/husky-base/files/patch-huskymak.cfg
+++ b/news/husky-base/files/patch-huskymak.cfg
@@ -1,24 +1,25 @@
---- huskymak.cfg.orig Tue May 1 12:37:48 2001
-+++ huskymak.cfg Fri Jan 24 15:15:30 2003
-@@ -35,14 +35,14 @@
+--- huskymak.cfg.orig Sun Jan 12 23:42:34 2003
++++ huskymak.cfg Mon Jun 2 22:21:25 2003
+@@ -35,15 +35,15 @@
# will not be compiled, and you won't know how to use the software ;-).
# You should take care that this directory is listed in the INFOPATH
# environment variable (if necessary, modify your /etc/profile file).
-# INFODIR=/usr/local/info
+INFODIR=$(PREFIX)/info
+ # The same as above, but for DVI documentation. This requires a working
+ # "texi2dvi" program.
+-# DVIDIR=${PREFIX}/share/doc/husky
++DVIDIR=${PREFIX}/share/doc/husky
+
# 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\"
-+MSGEDCFG=\"~/.msged\"
-
-
- ##############################################################################
-@@ -108,7 +108,7 @@
+ MSGEDCFG=\"$(CFGDIR)/msged.cfg\"
+@@ -113,7 +113,7 @@
# update dynamic library cache
# If your operating system does not need this, you may comment out this line.
@@ -27,7 +28,7 @@
# rename a file
MV=mv
-@@ -131,8 +131,8 @@
+@@ -136,8 +136,8 @@
OSTYPE=UNIX
# short name of operating system (used for PID lines etc.)
@@ -38,7 +39,7 @@
#UNAME=OS2
#UNAME=BEOS
-@@ -143,7 +143,7 @@
+@@ -148,7 +148,7 @@
SHORTNAMES=0
# Perl support
@@ -47,47 +48,47 @@
# The DYNLIBS switch controls if dynamic or static linkage is used.
# This is tricky. If you set DYNLIBS=1, dynamic libraries (.so files)
-@@ -166,7 +166,7 @@
+@@ -173,7 +173,7 @@
WARNFLAGS=-Wall
# C-compiler: optimization
-OPTCFLAGS=-c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC
+OPTCFLAGS=
- # C-compiler: debug
- DEBCFLAGS=-c -ggdb
-@@ -198,8 +198,8 @@
+ ifeq ( $(DYNLIBS), 0 )
+ ifeq ($(OSTYPE), UNIX)
+@@ -212,8 +212,8 @@
DEBLFLAGS=-g
# options for installing programs
--OPTIBOPT=-c -s
--DEBIBOPT=-c
+-OPTIBOPT=-c -s -m 555
+-DEBIBOPT=-c -m 555
+OPTIBOPT=-c -s -m 555 -o root -g wheel
+DEBIBOPT=-c -m 555 -o root -g wheel
ifeq ($(DEBUG), 1)
IBOPT = $(DEBIBOPT)
-@@ -207,14 +207,20 @@
- IBOPT = $(OPTIBOPT)
+@@ -222,19 +222,19 @@
endif
--# options for installing libs
--ILOPT=-c
-+# options for installing scripts
+ # options for installing scripts
+-ISOPT=-c -m 555
+ISOPT=-c -m 555 -o root -g wheel
-+
-+# options for installing shared libs
-+ILOPT=-c -s -m 555 -o root -g wheel
-+
-+# options for installing static libs
+
+ # options for installing shared libs
+-ILOPT=-c -m 555
++ILOPT=-c -m 555 -o root -g wheel
+
+ # options for installing static libs
+-ISLOPT=-c -m 444
+ISLOPT=-c -m 444 -o root -g wheel
# options for installing man-pages
--IMOPT=-c
+-IMOPT=-c -m 444
+IMOPT=-c -m 444 -o root -g wheel
# options for installing includes
--IIOPT=-c
+-IIOPT=-c -m 444
+IIOPT=-c -m 444 -o root -g wheel
# options for linking files