#1660 closed enhancement (fixed)
NEW: gtk+extra-0.99.17
Reported by: | matthew.c@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
gtk+extra-0.99.17
the portfile can be found here: INLINE
Description: Set of widgets extending GTK+1
Homepage: http://gtkextra.sourceforge.net
Comments: This port needs updated config.guess and config.sub files from the system directory. If Apple ever updates automake, I'll have to update this. Also, one of the files incorrectly tries to include an malloc.h header. I overcame this by touching a malloc.h file in the source directory.
================INLINE CONTENT================
# $Id: $
PortSystem 1.0 name gtk+extra version 0.99.17 categories x11 devel platforms darwin maintainer matthew.c@… description Extra GTK+1 Widgets long_description GtkExtra is a useful set of widgets for creating \
GUI's for the Xwindows system using GTK+. You can \ use it complementary to GTK+ and it is written in \
- It is also Free Software and released under the \ LGPL license.
homepage http://gtkextra.sourceforge.net/ master_sites http://gtkextra.sourceforge.net/src/
depends_lib lib:libgtk.1:gtk1
checksums gtk+extra-0.99.17.tar.gz md5 390e622c12a5c7f7845ee144ae13ab93
pre-configure {
# Copy new versions of config.guess and config.sub for host detection set src_dir ${portpath}/${workdir}/${name}-${version} system "cp /usr/share/automake-1.6/config.guess ${src_dir}" system "cp /usr/share/automake-1.6/config.sub ${src_dir}"
}
pre-build {
# Create an empty malloc.h file to provide missing header # This header would define stuff that's in stdlib.h set src_dir ${portpath}/${workdir}/${name}-${version} system "touch ${src_dir}/malloc.h"
}
==============END INLINE CONTENT============== -- your sig if you'd like
Change History (1)
comment:1 Changed 21 years ago by matt@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed. Thanks Matthew!