summaryrefslogtreecommitdiff
path: root/net/linpopup/files/patch-aa
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-11-09 07:48:19 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-11-09 07:48:19 +0000
commitd11b5ce66c0ead368e34baa0e8e0e3023267bcc4 (patch)
treeac669bef9fbdafeb9e8b789702d6618e1ea89cf2 /net/linpopup/files/patch-aa
parent- Add SHA256 (diff)
Move instant messaging related ports to newly created net-im category:
net/aim -> net-im/aim net/amsn -> net-im/amsn net/ari-yahoo -> net-im/ari-yahoo net/ayttm -> net-im/ayttm net/bsflite -> net-im/bsflite net/ccmsn -> net-im/ccmsn net/centericq -> net-im/centericq net/cicquin -> net-im/cicquin net/coccinella -> net-im/coccinella net/convey -> net-im/convey net/echat -> net-im/echat net/ejabberd -> net-im/ejabberd net/firetalk -> net-im/firetalk net/fugu -> net-im/fugu net/gajim -> net-im/gajim net/gale -> net-im/gale net/ginsu -> net-im/ginsu net/gnome-jabber -> net-im/gnome-jabber net/gtkyahoo -> net-im/gtkyahoo net/gyach -> net-im/gyach net/icb -> net-im/icb net/icmpchat -> net-im/icmpchat net/icqlib -> net-im/icqlib net/imcom -> net-im/imcom net/jabberd -> net-im/jabberd net/jabber-pymsn -> net-im/jabber-pymsn net/jit -> net-im/jit net/kmerlin -> net-im/kmerlin net/kmess -> net-im/kmess net/konverse -> net-im/konverse net/kpopup -> net-im/kpopup net/libmsn -> net-im/libmsn net/libyahoo2 -> net-im/libyahoo2 net/linpopup -> net-im/linpopup net/linux-ymessenger -> net-im/linux-ymessenger net/mcabber -> net-im/mcabber net/mercury -> net-im/mercury net/micq -> net-im/micq net/mu-conference -> net-im/mu-conference net/naim -> net-im/naim net/pebrot -> net-im/pebrot net/pork -> net-im/pork net/py-msnp -> net-im/py-msnp net/py-pyxmpp -> net-im/py-pyxmpp net/p5-Jabber-Connection -> net-im/p5-Jabber-Connection net/p5-Net-AIM -> net-im/p5-Net-AIM net/p5-Net-AOLIM -> net-im/p5-Net-AOLIM net/p5-Net-ICQ2000 -> net-im/p5-Net-ICQ2000 net/p5-Net-MSN -> net-im/p5-Net-MSN net/p5-Net-NetSend -> net-im/p5-Net-NetSend net/p5-Net-OSCAR -> net-im/p5-Net-OSCAR net/simicq -> net-im/simicq net/sulci -> net-im/sulci net/tik -> net-im/tik net/tkabber -> net-im/tkabber net/tkabber-devel -> net-im/tkabber-devel net/tmsnc -> net-im/tmsnc net/vicq -> net-im/vicq net/vqcc-gtk -> net-im/vqcc-gtk net/xicq -> net-im/xicq net/ymessenger -> net-im/ymessenger net/ysm -> net-im/ysm Repocopied by: marcus
Notes
Notes: svn path=/head/; revision=147669
Diffstat (limited to 'net/linpopup/files/patch-aa')
-rw-r--r--net/linpopup/files/patch-aa69
1 files changed, 0 insertions, 69 deletions
diff --git a/net/linpopup/files/patch-aa b/net/linpopup/files/patch-aa
deleted file mode 100644
index ca7726647aa2..000000000000
--- a/net/linpopup/files/patch-aa
+++ /dev/null
@@ -1,69 +0,0 @@
---- Makefile.orig Tue Mar 14 04:45:05 2000
-+++ Makefile Mon Nov 20 15:22:53 2000
-@@ -1,20 +1,21 @@
- SHELL=/bin/sh
--CC = gcc
--CFLAGS = -Wall -O2 -fno-strength-reduce #-g -pedantic
--GTK_CFLAGS = `gtk-config --cflags`
--GTK_LIBS = `gtk-config --libs`
-+CC ?= gcc
-+CFLAGS ?= -Wall -O2 -fno-strength-reduce #-g -pedantic
-+GTK_CONFIG ?= gtk-config
-+GTK_CFLAGS = `${GTK_CONFIG} --cflags`
-+GTK_LIBS = `${GTK_CONFIG} --libs`
- LFLAGS = $(GTK_LIBS) -lXmu -lXt -lSM -lICE
- PROGNAME-STATIC = LinPopUp-static
- PROGNAME = LinPopUp
- PROGNAME_LNK = linpopup
- VERSION = 1.2.0
- VERSION_DATE = 2000
--DESTDIR = /usr/local
--INSTALL_BINPATH = $(DESTDIR)/bin
--INSTALL_MANPATH = $(DESTDIR)/man
--DOC_DIR = $(DESTDIR)/doc/$(PROGNAME)-$(VERSION)
--SHARE_DIR = $(DESTDIR)/share/$(PROGNAME)
--DATA_DIR = /var/lib/linpopup
-+PREFIX ?= /usr/local
-+INSTALL_BINPATH = $(PREFIX)/bin
-+INSTALL_MANPATH = $(PREFIX)/man
-+DOC_DIR = $(PREFIX)/doc/$(PROGNAME)
-+SHARE_DIR = $(PREFIX)/share/$(PROGNAME)
-+DATA_DIR ?= /var/db/linpopup
- DATA_FILE = $(DATA_DIR)/messages.dat
-
- RPM_RELEASE = 1
-@@ -22,9 +23,9 @@
- RPM_ICONNAME = linpopup.gif
-
-
--$(PROGNAME): version.o dialog.o main.o text.o menu.o toolbar.o io.o send.o recept.o\
-- custom.o string.o GTKmisc.o docs.o netscape_remote.o execute.o
-- $(CC) $(CFLAGS) -v $^ -o $(PROGNAME) $(GTK_CFLAGS) $(LFLAGS)
-+$(PROGNAME): version.o dialog.o main.o text.o menu.o toolbar.o io.o send.o \
-+ recept.o custom.o string.o GTKmisc.o docs.o netscape_remote.o execute.o
-+ $(CC) $(CFLAGS) $? -o $(PROGNAME) $(GTK_CFLAGS) $(LFLAGS)
-
-
- install :
-@@ -97,10 +98,10 @@
- > ../extra/$(PROGNAME).1.in; \
- fi;
- @sed -e s,THIS_DATA_FILE,$(DATA_FILE), \
-- -e s,THIS_DESTDIR,$(DESTDIR), \
-+ -e s,THIS_DESTDIR,$(PREFIX), \
- -e s,THIS_VERSION,$(VERSION), \
- ../extra/$(PROGNAME).1.in > ../$(PROGNAME).1
-- @sed -e s,THIS_DESTDIR,$(DESTDIR), ../extra/install.in > ../INSTALL
-+ @sed -e s,THIS_DESTDIR,$(PREFIX), ../extra/install.in > ../INSTALL
- @nroff -mandoc -Tlatin1 ../$(PROGNAME).1 | col -bx > ../MANUAL
-
-
-@@ -115,7 +116,7 @@
- @echo "#define COMPILE_TIME \"`date +%T`\"" >> version.h
- @echo "#define COMPILE_BY \"`whoami`\"" >> version.h
- @echo "#define COMPILE_HOST \"`hostname`\"" >> version.h
-- @echo "#define GTK_VERSION \"GTK+ `gtk-config --version`\"" >> version.h
-+ @echo "#define GTK_VERSION \"GTK+ `$GTK_CONFIG --version`\"" >> version.h
- @echo "#define CC_VERSION \"`$(CC) -v 2>&1 | tail -1`\"">>version.h
- @echo "#define CODE_LINES `cat *.c protos.h | grep -ch -e \"[[:alpha:]|[:punct:]]\"`">>version.h
-