Opened 20 years ago

Closed 19 years ago

Last modified 19 years ago

#1661 closed enhancement (wontfix)

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 \

  1. 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==============

Change History (4)

comment:1 Changed 20 years ago by matt@…

Resolution: fixed
Status: newclosed

comment:2 Changed 19 years ago by matthew.c@…

Resolution: fixed
Status: closedreopened

The enclosing directory needs to be moved. I've gotten emails suggesting that the difference in folders: x11/gtk-extra and the port name gtk+extra is causing problems with the registry. Could we please move this port into x11/gtk+extra?

comment:3 Changed 19 years ago by olegb@…

Resolution: wontfix
Status: reopenedclosed

port are allowed to contain "+" we have plenty of those - the is no need to move it.

comment:4 Changed 19 years ago by jmpp@…

Hey Ole! Heh, I don't think you got Matthew's point, he was referring to the portdir name containing the gtk+extra port, it was "gtk-extra". See the difference? In any case, I performed this change recently, jut by coincidence ;-)

-jmpp

Note: See TracTickets for help on using tickets.