diff options
author | fjoe <fjoe@FreeBSD.org> | 2009-10-18 22:54:41 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2009-10-18 22:54:41 +0800 |
commit | 8f3cd10cdccd5e44d8fabba98ec27a61a51b49b7 (patch) | |
tree | 015e96e2f15b62e6118bda842e75392b8526d914 | |
parent | 69773d75842ecb2c709d1425ddc48c1c3d3940a8 (diff) | |
download | freebsd-ports-gnome-8f3cd10cdccd5e44d8fabba98ec27a61a51b49b7.tar.gz freebsd-ports-gnome-8f3cd10cdccd5e44d8fabba98ec27a61a51b49b7.tar.zst freebsd-ports-gnome-8f3cd10cdccd5e44d8fabba98ec27a61a51b49b7.zip |
Do not install asterisk.pc:
- generation script depends on bash and "sed -r" or perl
PR: 139657
Submitted by: Pavel Gubin
-rw-r--r-- | net/asterisk-bristuff/Makefile | 2 | ||||
-rw-r--r-- | net/asterisk-bristuff/files/patch-Makefile | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/net/asterisk-bristuff/Makefile b/net/asterisk-bristuff/Makefile index 2831d21150c1..a2cb28877d1e 100644 --- a/net/asterisk-bristuff/Makefile +++ b/net/asterisk-bristuff/Makefile @@ -7,7 +7,7 @@ PORTNAME= asterisk PORTVERSION= 1.4.26.2 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ diff --git a/net/asterisk-bristuff/files/patch-Makefile b/net/asterisk-bristuff/files/patch-Makefile new file mode 100644 index 000000000000..8b7a4754c7d5 --- /dev/null +++ b/net/asterisk-bristuff/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig 2009-10-18 21:42:27.000000000 +0700 ++++ Makefile 2009-10-18 21:43:06.000000000 +0700 +@@ -406,7 +406,7 @@ + rm -f build_tools/menuselect-deps + + datafiles: _all +- if [ x`$(ID) -un` = xroot ]; then CFLAGS="$(ASTCFLAGS)" bash build_tools/mkpkgconfig $(DESTDIR)/usr/lib/pkgconfig; fi ++ #if [ x`$(ID) -un` = xroot ]; then CFLAGS="$(ASTCFLAGS)" bash build_tools/mkpkgconfig $(DESTDIR)/usr/lib/pkgconfig; fi + # Should static HTTP be installed during make samples or even with its own target ala + # webvoicemail? There are portions here that *could* be customized but might also be + # improved a lot. I'll put it here for now. |