summaryrefslogtreecommitdiffstats
path: root/net-im/centericq/files
diff options
context:
space:
mode:
authorkeith <keith@FreeBSD.org>2000-11-21 19:09:59 +0000
committerkeith <keith@FreeBSD.org>2000-11-21 19:09:59 +0000
commitb34834c68eb95ae6b8a0e97cb5dc7eb8d9263bbc (patch)
tree831ca26d67d55eefda4e9495fc8d3667d6d2cbc2 /net-im/centericq/files
parent1d925f50dfe0f08e0df8b23dfbab12dc4ef1c0ce (diff)
downloadFreeBSD-ports-b34834c68eb95ae6b8a0e97cb5dc7eb8d9263bbc.zip
FreeBSD-ports-b34834c68eb95ae6b8a0e97cb5dc7eb8d9263bbc.tar.gz
Update to 3.7.3, and change the maintainer from
ports@FreeBSD.org to ijliao@csie.nctu.edu.tw. Also thanks to Clive Lin <clive@CirX.ORG> for testing.
Diffstat (limited to 'net-im/centericq/files')
-rw-r--r--net-im/centericq/files/patch-aa35
-rw-r--r--net-im/centericq/files/patch-ab22
-rw-r--r--net-im/centericq/files/patch-ac11
-rw-r--r--net-im/centericq/files/patch-ad11
4 files changed, 11 insertions, 68 deletions
diff --git a/net-im/centericq/files/patch-aa b/net-im/centericq/files/patch-aa
deleted file mode 100644
index ab31bf6..0000000
--- a/net-im/centericq/files/patch-aa
+++ /dev/null
@@ -1,35 +0,0 @@
---- ../ktools/src/Makefile.orig Wed Nov 24 12:22:50 1999
-+++ ../ktools/src/Makefile Sat Dec 25 13:32:33 1999
-@@ -1,15 +1,15 @@
- # macros and variables
-
--CC = gcc
--CPP = g++
-+CC ?= gcc
-+CPP = ${CXX}
- RANLIB = ranlib
-
- INSTDIR = .
- INSTDIR_LIB = $(INSTDIR)
-
--CFLAGS = #-g -Wall -DUNIX
-+CFLAGS += #-g -Wall -DUNIX
-
--INCLUDE = -I/usr/include -I../include
-+INCLUDE = -I../include
- OBJS = konst.fs.o konst.process.o konst.interface.o konst.string.o konst.socket.o konst.parser.o konst.logic.o
-
- #
-@@ -31,10 +31,10 @@
- all: $(LIB)
-
- %.o : %.cc
-- $(CPP) $*.cc -c $(INCLUDE) $(SSLINCL) -o $*.o
-+ $(CPP) ${CXXFLAGS} $*.cc -c $(INCLUDE) $(SSLINCL) -o $*.o
-
- %.o : %.c
-- $(CC) $*.c -c $(INCLUDE) $(SSLINCL) -o $*.o
-+ $(CC) ${CFLAGS} $*.c -c $(INCLUDE) $(SSLINCL) -o $*.o
-
- clean:
- rm -f *.o $(LIB); \
diff --git a/net-im/centericq/files/patch-ab b/net-im/centericq/files/patch-ab
deleted file mode 100644
index ab89c23..0000000
--- a/net-im/centericq/files/patch-ab
+++ /dev/null
@@ -1,22 +0,0 @@
---- Makefile.orig Sat Dec 25 13:35:19 1999
-+++ Makefile Sat Dec 25 13:36:05 1999
-@@ -1,14 +1,14 @@
- # macros and variables
--CC = gcc
--CPP = g++
-+CC ?= gcc
-+CPP = ${CXX}
-
- PROG1 = center
--CFLAGS = #-g -Wall -DUNIX
-+CFLAGS += #-g -Wall -DUNIX
-
--INCLUDE = -I/usr/include -I../ktools/include
-+INCLUDE = -I../ktools/include
- KTLIBDIR = ../ktools
- LIB = $(KTLIBDIR)/libkonst.a
--LIBDIR = -L/usr/lib -L/usr/local/lib
-+LIBDIR = -L${LOCALBASE}/lib -L${PREFIX}/lib
- OBJS = centerICQ.o centerinfo.o phonebook.o icqlib.o center.o centersearch.o
-
- # targets
diff --git a/net-im/centericq/files/patch-ac b/net-im/centericq/files/patch-ac
deleted file mode 100644
index 44f173e..0000000
--- a/net-im/centericq/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- centerICQ.cc.orig Sat Dec 25 13:37:57 1999
-+++ centerICQ.cc Sat Dec 25 13:38:46 1999
-@@ -1680,7 +1680,7 @@
- mkdir(buf, S_IREAD | S_IWRITE | S_IEXEC);
-
- if(QanswerY) {
-- sprintf(fname, "cp /usr/local/lib/center/*.wav %s/.center", getenv("HOME"));
-+ sprintf(fname, "cp __PREFIX__/share/center/*.wav %s/.center", getenv("HOME"));
- system(fname);
- }
-
diff --git a/net-im/centericq/files/patch-ad b/net-im/centericq/files/patch-ad
new file mode 100644
index 0000000..3442eda
--- /dev/null
+++ b/net-im/centericq/files/patch-ad
@@ -0,0 +1,11 @@
+--- po/Makefile.in.orig Wed Nov 22 02:57:08 2000
++++ po/Makefile.in Wed Nov 22 02:57:25 2000
+@@ -23,7 +23,7 @@
+ for i in $(LANGS); do msgfmt -o $$i.mo $$i.po; done
+
+ install:
+- for i in $(LANGS); do install -D -m 644 $$i.mo ${datadir}/locale/$$i/LC_MESSAGES/centericq.mo; done
++ for i in $(LANGS); do install -C -D -m 644 $$i.mo ${datadir}/locale/$$i/LC_MESSAGES/centericq.mo; done
+
+ clean:
+ # for i in $(LANGS); do $(RM) $$i.mo; done
OpenPOWER on IntegriCloud