aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>2000-02-17 06:01:14 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>2000-02-17 06:01:14 +0000
commit6c9bcdd276628263e1d9815fe01c224b845def97 (patch)
tree5ef6e959970eb4fa0890d74b327ec54ca9eb12bd /x11-wm
parent7517a77e21c9d11b740b9242c67d447885e65847 (diff)
downloadports-6c9bcdd276628263e1d9815fe01c224b845def97.tar.gz
ports-6c9bcdd276628263e1d9815fe01c224b845def97.zip
To make libwmfun
To work correctly get-wraster-flags (add /usr/local/{lib,include} to output) PR: 16771 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=25922
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/windowmaker-i18n/Makefile10
-rw-r--r--x11-wm/windowmaker-i18n/files/patch-cc22
-rw-r--r--x11-wm/windowmaker-i18n/files/patch-cd12
-rw-r--r--x11-wm/windowmaker-i18n/files/patch-ce39
-rw-r--r--x11-wm/windowmaker-i18n/pkg-plist3
5 files changed, 85 insertions, 1 deletions
diff --git a/x11-wm/windowmaker-i18n/Makefile b/x11-wm/windowmaker-i18n/Makefile
index b0a1ce01d442..c34b6186eb4d 100644
--- a/x11-wm/windowmaker-i18n/Makefile
+++ b/x11-wm/windowmaker-i18n/Makefile
@@ -33,7 +33,11 @@ CONFIGURE_ENV= X11BASE=${X11BASE} LOCALBASE=${LOCALBASE} \
CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" \
LINGUAS="da de es fi fr hr it ja_JP.EUC ko nl no pl pt ru zh_TW.Big5 zh_CN"
CONFIGURE_ARGS= --with-pixmapdir=${PREFIX}/include/X11/pixmaps \
- --with-nlsdir=${PREFIX}/share/locale --disable-debug
+ --with-nlsdir=${PREFIX}/share/locale \
+ --with-libs-from="-L${LOCALBASE}/lib" \
+ --with-incs-from="-I${LOCALBASE}/include" \
+ --with-appspath="${PREFIX}/GNUstep/Apps" \
+ --disable-debug
MAN1= geticonset.1x getstyle.1x seticons.1x setstyle.1x \
wdwrite.1x wmaker.1x wmsetbg.1x wxcopy.1x wxpaste.1x wsetfont.1x
@@ -58,6 +62,10 @@ pre-extract:
${ECHO} "You can add hooks for Gnome and KDE by defining USE_GNOME and/or USE_KDE"
.endif
+post-extract:
+ @cd ${WRKSRC} && \
+ ${TAR} xfz libwmfun-0.0.2.tar.gz
+
.include <bsd.port.pre.mk>
post-patch:
diff --git a/x11-wm/windowmaker-i18n/files/patch-cc b/x11-wm/windowmaker-i18n/files/patch-cc
new file mode 100644
index 000000000000..51cc67d12743
--- /dev/null
+++ b/x11-wm/windowmaker-i18n/files/patch-cc
@@ -0,0 +1,22 @@
+--- configure.orig Tue Feb 15 16:00:11 2000
++++ configure Tue Feb 15 16:02:20 2000
+@@ -5398,7 +5398,8 @@
+ WindowMaker/Pixmaps/Makefile WindowMaker/Styles/Makefile \
+ WindowMaker/Themes/Makefile \
+ WPrefs.app/Makefile WPrefs.app/tiff/Makefile WPrefs.app/xpm/Makefile \
+- WPrefs.app/po/Makefile src/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
++ WPrefs.app/po/Makefile \
++ libwmfun-0.0.2/libwmfun/Makefile src/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
+ EOF
+ cat >> $CONFIG_STATUS <<EOF
+
+@@ -5531,7 +5532,8 @@
+ WindowMaker/Pixmaps/Makefile WindowMaker/Styles/Makefile \
+ WindowMaker/Themes/Makefile \
+ WPrefs.app/Makefile WPrefs.app/tiff/Makefile WPrefs.app/xpm/Makefile \
+- WPrefs.app/po/Makefile "}
++ WPrefs.app/po/Makefile \
++ libwmfun-0.0.2/libwmfun/Makefile "}
+ EOF
+ cat >> $CONFIG_STATUS <<\EOF
+ for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
diff --git a/x11-wm/windowmaker-i18n/files/patch-cd b/x11-wm/windowmaker-i18n/files/patch-cd
new file mode 100644
index 000000000000..bc74ed728fc6
--- /dev/null
+++ b/x11-wm/windowmaker-i18n/files/patch-cd
@@ -0,0 +1,12 @@
+--- Makefile.in.orig Tue Feb 15 16:03:27 2000
++++ Makefile.in Tue Feb 15 15:22:24 2000
+@@ -92,7 +92,8 @@
+ X_LIBRARY_PATH = @X_LIBRARY_PATH@
+ wprefsdir = @wprefsdir@
+
+-SUBDIRS = wrlib WINGs src util po WindowMaker wmlib test WPrefs.app doc contrib
++SUBDIRS = wrlib WINGs src util po WindowMaker wmlib test WPrefs.app doc contrib \
++ libwmfun-0.0.2/libwmfun
+
+
+ EXTRA_DIST = TODO BUGS BUGFORM FAQ FAQ.I18N MIRRORS COPYING.OPL Install acconfig.h INSTALL.pt mkpatch README.KDE README.GNOME WindowMaker.lsm.in docklib-0.2.tar.gz libwmfun-0.0.2.tar.gz
diff --git a/x11-wm/windowmaker-i18n/files/patch-ce b/x11-wm/windowmaker-i18n/files/patch-ce
new file mode 100644
index 000000000000..164addce0050
--- /dev/null
+++ b/x11-wm/windowmaker-i18n/files/patch-ce
@@ -0,0 +1,39 @@
+--- libwmfun-0.0.2/libwmfun/Makefile.in.orig Tue Feb 15 16:04:35 2000
++++ libwmfun-0.0.2/libwmfun/Makefile.in Tue Feb 15 15:44:31 2000
+@@ -38,7 +38,7 @@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+
+-top_builddir = ..
++top_builddir = ../..
+
+ ACLOCAL = @ACLOCAL@
+ AUTOCONF = @AUTOCONF@
+@@ -69,6 +69,8 @@
+ RANLIB = @RANLIB@
+ VERSION = @VERSION@
+
++INCLUDES = -I$(top_srcdir)/wrlib -I$(top_srcdir)/src -I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@
++
+ lib_LTLIBRARIES = libwmfun.la
+
+ libwmfun_la_SOURCES = bilinear.c fade.c generic.c generic.h getopt.c getopt.h getopt1.c wave.c
+@@ -104,12 +106,12 @@
+ all: all-redirect
+ .SUFFIXES:
+ .SUFFIXES: .S .c .lo .o .s
+-$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
+- cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps libwmfun/Makefile
+-
+-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+- cd $(top_builddir) \
+- && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
++#$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
++# cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps libwmfun/Makefile
++#
++#Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
++# cd $(top_builddir) \
++# && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+
+
+ mostlyclean-libLTLIBRARIES:
diff --git a/x11-wm/windowmaker-i18n/pkg-plist b/x11-wm/windowmaker-i18n/pkg-plist
index c87fcbca818b..682f2a902619 100644
--- a/x11-wm/windowmaker-i18n/pkg-plist
+++ b/x11-wm/windowmaker-i18n/pkg-plist
@@ -160,6 +160,9 @@ include/wraster.h
lib/libWINGs.a
lib/libWMaker.a
lib/libWUtil.a
+lib/libwmfun.a
+lib/libwmfun.so
+lib/libwmfun.so.0
lib/libwraster.a
lib/libwraster.so
lib/libwraster.so.3