diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-01-11 20:12:07 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-01-11 20:12:07 +0800 |
commit | b1e87afaac1f94dc3c3044b8ded0b3a9f632eea5 (patch) | |
tree | 457c6c82bcd4c36712665c101524ea48354e4d32 /news | |
parent | b8deaa6df7515970cc74b2dc696765720df77f64 (diff) | |
download | freebsd-ports-gnome-b1e87afaac1f94dc3c3044b8ded0b3a9f632eea5.tar.gz freebsd-ports-gnome-b1e87afaac1f94dc3c3044b8ded0b3a9f632eea5.tar.zst freebsd-ports-gnome-b1e87afaac1f94dc3c3044b8ded0b3a9f632eea5.zip |
- strip shared libs when installing
- do not USE_REINPLACE for all husky ports
- create soft link to huskymak.cfg in pre-build stage
Diffstat (limited to 'news')
-rw-r--r-- | news/husky-base/Makefile | 1 | ||||
-rw-r--r-- | news/husky-base/Makefile.inc | 3 | ||||
-rw-r--r-- | news/husky-base/files/patch-huskymak.cfg | 2 |
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 |