summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-01-11 12:12:07 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-01-11 12:12:07 +0000
commit7044ad815c4a74f0fa09c4c5847055f2cf250313 (patch)
tree2cf87e9af63a831403682fd8874cc7b44d1d3e36 /news
parent- Support build on ia64 (diff)
- strip shared libs when installing
- do not USE_REINPLACE for all husky ports - create soft link to huskymak.cfg in pre-build stage
Notes
Notes: svn path=/head/; revision=72895
Diffstat (limited to 'news')
-rw-r--r--news/husky-base/Makefile1
-rw-r--r--news/husky-base/Makefile.inc3
-rw-r--r--news/husky-base/files/patch-huskymak.cfg2
3 files changed, 3 insertions, 3 deletions
diff --git a/news/husky-base/Makefile b/news/husky-base/Makefile
index c392cebdc4c7..11d74e0cc13a 100644
--- a/news/husky-base/Makefile
+++ b/news/husky-base/Makefile
@@ -15,6 +15,7 @@ MAINTAINER= fjoe@FreeBSD.org
WRKSRC= ${WRKDIR}/huskybse-${PORTVERSION}
NO_BUILD= yes
+USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} \
diff --git a/news/husky-base/Makefile.inc b/news/husky-base/Makefile.inc
index c6779a22dcc4..34232a762d81 100644
--- a/news/husky-base/Makefile.inc
+++ b/news/husky-base/Makefile.inc
@@ -8,9 +8,8 @@ MASTER_SITES?= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= husky
DIST_SUBDIR= husky
-USE_REINPLACE= yes
USE_GMAKE= yes
WRKSRC?= ${WRKDIR}/${PORTNAME}
-post-patch:
+pre-build:
@${LN} -sf ${LOCALBASE}/etc/fido/huskymak.cfg ${WRKDIR}
diff --git a/news/husky-base/files/patch-huskymak.cfg b/news/husky-base/files/patch-huskymak.cfg
index 446be52605a3..a9e1e7b72bd2 100644
--- a/news/husky-base/files/patch-huskymak.cfg
+++ b/news/husky-base/files/patch-huskymak.cfg
@@ -50,7 +50,7 @@
+ISOPT=-c -m 555 -o root -g wheel
+
+# options for installing shared libs
-+ILOPT=-c -m 555 -o root -g wheel
++ILOPT=-c -s -m 555 -o root -g wheel
+
+# options for installing static libs
+ISLOPT=-c -m 444 -o root -g wheel