From 544b4c9706b565d917b31e3829324c8c170f2646 Mon Sep 17 00:00:00 2001 From: brian Date: Thu, 24 Sep 1998 06:42:15 +0000 Subject: Elfify Ok'd (but not tested by): pst --- mail/mh/files/patch-ad | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) (limited to 'mail/mh/files') diff --git a/mail/mh/files/patch-ad b/mail/mh/files/patch-ad index 5b54b488dee..f806e2f1599 100644 --- a/mail/mh/files/patch-ad +++ b/mail/mh/files/patch-ad @@ -106,11 +106,13 @@ The following patch adds shared library support for FreeBSD to MH #define NOTOK (-1) ---- 32,38 ---- +--- 32,40 ---- #define MHRELEASE "6.8.3" /* for version: "Maj.min.pat" */ #define MHCENTERFOOT "MH.6.8" /* for nroff page footers */ #define MHLEFTFOOT "[mh.6]" /* [mh.6] MH.6.6 page# */ +! #ifndef MHSLIBVER ! #define MHSLIBVER "3.2" /* Shared library version */ +! #endif #define NOTOK (-1) @@ -194,3 +196,32 @@ diff -cdr ../mh-6.8.3.orig/zotnet/mts/lock.c ./zotnet/mts/lock.c #ifdef SYS5 #define u_short ushort #define u_long ulong +--- conf/makefiles/sbr.orig Tue Sep 22 16:38:28 1998 ++++ conf/makefiles/sbr Tue Sep 22 16:51:48 1998 +@@ -157,6 +157,7 @@ + inst-lib: libmh.so $(LIBSA) + -rm -f $(SLIBDIR)/libmh.so.$(SLIBVER) + cp libmh.so.$(SLIBVER) $(SLIBDIR)/libmh.so.$(SLIBVER) ++ ln -s libmh.so.$(SLIBVER) $(SLIBDIR)/libmh.so + -@chmod $(PGMPROT) $(SLIBDIR)/libmh.so.$(SLIBVER) + -@ls -l $(SLIBDIR)/libmh.so.* + -@echo "Shared library installed normally" +--- conf/Makefile.orig Wed Sep 23 10:27:39 1998 ++++ conf/Makefile Wed Sep 23 10:27:25 1998 +@@ -6,10 +6,15 @@ + SHELL = /bin/sh + + CC = cc +-CFLAGS = -O + LFLAGS = -bhu + LDFLAGS = + LIBES = ++ ++.if ${PORTOBJFORMAT} == "elf" ++CFLAGS = -O -DMHSLIBVER=\"3\" ++.else ++CFLAGS = -O -DMHSLIBVER=\"3.2\" ++.endif + + + ###################################################################### -- cgit rn/devel/electron4/files/elliptic-6.5.4 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/audio/libtunepimp-old
Commit message (Expand)AuthorAgeFilesLines
* SHA256ifyedwin2006-01-221-0/+1
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
* o Rollback libtunepimp to version 0.3.0 since 0.4.0-pre5 does notlioux2005-09-2110-105/+17
* Fix build on 4-STABLE.lofi2005-09-156-0/+89
* Update to 0.4.0-pre5 required for upcoming audio/picardlioux2005-09-144-17/+16
* new version of libFLACnaddy2005-03-161-1/+1
* Mark trm DEPRECATED, libtunepimp should be used insteadarved2004-12-071-0/+1
* Respect PTHREAD_LIBS, fix build on -STABLE.lofi2004-08-152-0/+13
* Add libtunepimp, a client library for musicbrainzlofi2004-08-11