pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/plist add awk script to be used for Spectrum Object...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/63bb25e5d717
branches:  trunk
changeset: 528058:63bb25e5d717
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Apr 19 23:13:42 2007 +0000

description:
add awk script to be used for Spectrum Object Module shlib handling.

diffstat:

 mk/plist/plist.mk      |   3 ++-
 mk/plist/shlib-som.awk |  11 +++++++++++
 2 files changed, 13 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 7966b422fef0 -r 63bb25e5d717 mk/plist/plist.mk
--- a/mk/plist/plist.mk Thu Apr 19 21:42:44 2007 +0000
+++ b/mk/plist/plist.mk Thu Apr 19 23:13:42 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: plist.mk,v 1.21 2007/04/11 19:01:00 tnn Exp $
+# $NetBSD: plist.mk,v 1.22 2007/04/19 23:13:42 tnn Exp $
 #
 # This Makefile fragment handles the creation of PLISTs for use by
 # pkg_create(8).
@@ -155,6 +155,7 @@
 _PLIST_SHLIB_AWK=      -f ${_SHLIB_AWKFILE.${SHLIB_TYPE}}
 _SHLIB_AWKFILE.ECOFF=  ${.CURDIR}/../../mk/plist/shlib-elf.awk
 _SHLIB_AWKFILE.ELF=    ${.CURDIR}/../../mk/plist/shlib-elf.awk
+_SHLIB_AWKFILE.SOM=    ${.CURDIR}/../../mk/plist/shlib-som.awk
 _SHLIB_AWKFILE.aixlib= ${.CURDIR}/../../mk/plist/shlib-none.awk
 _SHLIB_AWKFILE.a.out=  ${.CURDIR}/../../mk/plist/shlib-aout.awk
 _SHLIB_AWKFILE.dylib=  ${.CURDIR}/../../mk/plist/shlib-dylib.awk
diff -r 7966b422fef0 -r 63bb25e5d717 mk/plist/shlib-som.awk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mk/plist/shlib-som.awk    Thu Apr 19 23:13:42 2007 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: shlib-som.awk,v 1.1 2007/04/19 23:13:42 tnn Exp $
+#
+###
+### PLIST shlib filter for Spectrum Object Module format, SOM, on HP-UX.
+###
+
+# XXX: Nothing here yet. Libtoolized packages don't need any special attention,
+# but for others we need to manually deal with the .sl library suffix.
+{
+       print
+}



Home | Main Index | Thread Index | Old Index