diff options
author | nectar <nectar@FreeBSD.org> | 1999-03-19 06:32:43 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 1999-03-19 06:32:43 +0800 |
commit | 360bf03c720b5172b888b45c14f17bd7b5f63d41 (patch) | |
tree | 1357e282045e408c4fb063dc3a55abe82f7bc2fa /net-im/gnomeicu2/files | |
parent | 8fc6cfb16d185031bb4ebf1b98a529487cbcd6ad (diff) | |
download | freebsd-ports-graphics-360bf03c720b5172b888b45c14f17bd7b5f63d41.tar.gz freebsd-ports-graphics-360bf03c720b5172b888b45c14f17bd7b5f63d41.tar.zst freebsd-ports-graphics-360bf03c720b5172b888b45c14f17bd7b5f63d41.zip |
gnomeicu is actually the new name for gtkicq. Fix mistake of
importing gnomeicu as a new port:
* repository copy of ports/net/gtkicq to ports/net/gnome-icu [asami]
* update ports/net/gnome-icu to 0.62a
* remove ports/net/gtkicq
* remove ports/net/gnomeicu
PKGNAME remains gnomeicu-0.62a. It is expected that after some
time has passed, that we can rename the port directory from
gnome-icu to gnomeicu.
Diffstat (limited to 'net-im/gnomeicu2/files')
-rw-r--r-- | net-im/gnomeicu2/files/patch-ac | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/net-im/gnomeicu2/files/patch-ac b/net-im/gnomeicu2/files/patch-ac deleted file mode 100644 index b9bdb32e673..00000000000 --- a/net-im/gnomeicu2/files/patch-ac +++ /dev/null @@ -1,29 +0,0 @@ ---- src/Makefile.in.orig Thu Oct 15 05:37:39 1998 -+++ src/Makefile.in Wed Oct 21 01:03:09 1998 -@@ -69,7 +69,7 @@ - AWK = @AWK@ - CC = @CC@ - CPP = @CPP@ --GNOMEUI_LIBS = @GNOMEUI_LIBS@ -+GNOMEUI_LIBS = @GNOMEUI_LIBS@ -lintl - GNOME_INCLUDEDIR = @GNOME_INCLUDEDIR@ - GNOME_LIBDIR = @GNOME_LIBDIR@ - GNOME_LIBS = @GNOME_LIBS@ -@@ -89,7 +89,7 @@ - SUBDIRS = xpms - - INCLUDES = \ -- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ -+ -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" \ - -I$(includedir) $(GNOME_INCLUDEDIR) - - bin_PROGRAMS = gtkicq -@@ -495,7 +495,7 @@ - CFLAGS += -DUSE_XSCREENSAVER - - CFLAGS += -Wall -DUNIX -DGNOME --CFLAGS += -DINTEL_END -UMOTOR_END `gtk-config --cflags` -+CFLAGS += -DINTEL_END -UMOTOR_END `gtk11-config --cflags` - - CFLAGS += -DSOUND - |