Update to 1.2.

This commit is contained in:
Maxim Sobolev 2000-12-18 17:33:04 +00:00
parent cf8f9e48af
commit b4b52df0ec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36066
5 changed files with 23 additions and 24 deletions

View File

@ -6,18 +6,22 @@
#
PORTNAME= chbg
PORTVERSION= 0.8.1
PORTVERSION= 1.2
CATEGORIES= graphics
MASTER_SITES= http://www.idata.sk/~ondrej/sw/
DISTNAME= ${PORTNAME}-0.8pl1
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.idata.sk/~ondrej/sw/
MASTER_SITE_SUBDIR= ${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= p@dancris.com
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_IMLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
MAN1= chbg.1
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (chbg-0.8pl1.tgz) = dd3ca404f73bca970a9d9f80ae1cd6bb
MD5 (chbg-1.2.tgz) = 2574812720db2ce2c007c7fd2781b86a

View File

@ -1,20 +0,0 @@
--- configure.orig Tue Oct 3 15:37:21 2000
+++ configure Tue Oct 3 15:39:25 2000
@@ -2547,7 +2547,7 @@
for ac_dir in $ac_dummy; do
test -z "$ac_dir" && ac_dir=.
if test -f $ac_dir/$ac_word; then
- ac_cv_prog_IMLIB_CONFIG=""yes""
+ ac_cv_prog_IMLIB_CONFIG=""imlib-config""
break
fi
done
@@ -2562,7 +2562,7 @@
echo "$ac_t""no" 1>&6
fi
-if eval "test x$IMLIB_CONFIG = xyes"; then
+if eval "test x$IMLIB_CONFIG != xno"; then
echo "$ac_t"""checking for gdk_imlib configuration using imlib-config script ..."" 1>&6
IMLIB_LIBS=`imlib-config --libs-gdk`
echo "$ac_t""" gdk_imlib LDFLAGS=$IMLIB_LIBS"" 1>&6

View File

@ -0,0 +1,13 @@
--- Makefile.in 2000/12/18 17:14:56 1.1
+++ Makefile.in 2000/12/18 17:15:24
@@ -374,8 +374,8 @@
if test -n "$(GNOME_PREFIX)"; then \
$(mkinstalldirs) $(DESTDIR)$(GNOME_PREFIX)/share/gnome/apps/Graphics; \
$(INSTALL_DATA) $(srcdir)/chbg.desktop $(DESTDIR)$(GNOME_PREFIX)/share/gnome/apps/Graphics; \
- $(mkinstalldirs) $(DESTDIR)$(GNOME_PREFIX)/share/pixmaps; \
- $(INSTALL_DATA) $(srcdir)/chbg_64x64.xpm $(DESTDIR)$(GNOME_PREFIX)/share/pixmaps; \
+ $(mkinstalldirs) $(DESTDIR)$(GNOME_PREFIX)/share/gnome/pixmaps; \
+ $(INSTALL_DATA) $(srcdir)/chbg_64x64.xpm $(DESTDIR)$(GNOME_PREFIX)/share/gnome/pixmaps; \
fi
uninstall-local:

View File

@ -1,4 +1,6 @@
bin/chbg
share/gnome/apps/Graphics/chbg.desktop
share/gnome/pixmaps/chbg_64x64.xpm
share/locale/fr/LC_MESSAGES/chbg.mo
share/locale/sk/LC_MESSAGES/chbg.mo
share/locale/ja/LC_MESSAGES/chbg.mo