Commit graph

47 commits

Author SHA1 Message Date
jmmv
7fe1fe9f87 Line up PKGREVISION whitespace. 2003-05-05 14:41:54 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
jmmv
3abc8f847a libsigc++ -> libsigc++10 2003-03-01 14:11:52 +00:00
jmmv
f973f80011 Rename the libsigc++ dependancy to libsigc++10. Bump PKGREVISION. 2003-03-01 11:49:10 +00:00
wiz
d1d06738dc Replace LTCONFIG_OVERRIDE with LIBTOOL_OVERRIDE. Noted by Manuel Bouyer. 2002-10-29 20:30:46 +00:00
bouyer
bceab4eb7a Use ${MAKE-make} instead of $ac_make in configure. If ${MAKE} is a full
path (e.g. /usr/local/bin/gmake) $ac_make will have / changed to _
(e.g. _usr_local_bin_gamke)
2002-10-27 13:34:59 +00:00
rh
c2934c968e Track directory layout change at MASTER_SITE_GNOME.
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-19 10:54:42 +00:00
wiz
12677354b0 Unused. 2002-09-11 23:52:23 +00:00
wiz
6981561d15 Add a missing dir. 2002-09-11 22:30:37 +00:00
wiz
7b899ce8ac Update to 1.2.10, provided by Adam Ciarcinski.
Changes:
1.2.10:
	*  Gtk::Editable: removed default arg values from implementation,
	as suggested by Otmar Struwe. This allows it to build with gcc 3.1
1.2.9:
  * Gtk::SArray_Helpers::Traits<T>:  Added specializations for 'const T*',
    'T *const', 'const T *const' and 'const T[N]', so that the inofficial
    RedHat GCC 2.96 chooses the correct one.

Release: Gtk-- 1.2.8
  * CList_Helpers::Row::Row() implemented, not just declared.
    (Murray Cumming)
  * FontSelection::get_font_name(): Prevent crash when GTK+ returns 0.
    (Joe Yandle)
  * Fixed memory leak in Gtk::Editable::get_chars() (Gergo)
  * Gtk::Widget::get_toplevel is more cautious if the return value is not
    a Gtk::Window* (Gergo)

Release: Gtk-- 1.2.7
  * Minor gtkmmproc install fix. (Grumegargler)
  * Lots of reference documentation text added, based on the GTK+ reference
    documentation. (Jason M'Sadoques)
  * gtkmm-config does not give -I/usr/include, which should be implicit if
    necessary, and which overrides the implicit gcc replacement system
    headers if used. Apparently this is useful for gcc 3.0, and is what
    gtk+ does.(Daniel Elstner)

Release: Gtk-- 1.2.6
  Skipped.

Release: Gtk-- 1.2.5
  * Fixes for code generator.
  * Fixes for RedHat 7.0 configure bug.
  * Numerous patches to clean up code and improve appearance.
  * Added SpinButton::update() (Augustin Ferrin Pozuelo)
  * Menushell namespace fixes (jaycox)
  * Fixes for gtk--.m4 (srittau)
  * Major CTree fixes
  * CTree::selection() fixed. (Murray Cumming)
  * Added CTree::{Row,Column}::moveto()
  * Fix for CTree::RowList::end() (Daniel Elstner)
  * Documentation fixes (Falk Hueffner)
  * TreeItem patch (Joe Yandle)

Converted to buildlink2 by me.
2002-09-11 21:53:46 +00:00
jlam
efb93b17bd Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.
2002-08-25 19:21:43 +00:00
jlam
e1be891dbc Change explicit build dependencies on perl into "USE_PERL5=build". This
makes these packages build correctly on Darwin where perl>=5.8.0 is
required.
2002-07-24 19:45:22 +00:00
jmc
a7434090ff Add sed patterns so buildlink'd include files get picked up correctly. 2002-03-31 09:37:08 +00:00
skrll
08bdd44549 mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
2002-02-15 10:12:28 +00:00
drochner
4b274ce96a get rid of another runtime perl dependency
(don't install gtkmmconvert - it seems useless to me, and if _really_
needed, we can still make an own pkg of it which depends on perl)
2002-02-14 13:58:24 +00:00
jlam
9d148e0acc Use perl5/buildlink.mk instead of USE_PERL5. 2001-11-30 17:54:39 +00:00
zuntum
d3db18607d Move pkg/ files into package's toplevel directory 2001-10-31 22:03:21 +00:00
jlam
a4bc16d30c I am a triple idiot. The only relevant variable that x11.buildlink.mk
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use.  Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-24 22:10:43 +00:00
jlam
dff59f9ec3 x11.buildlink.mk needs to be included before any buildlink.mk files that
use X11_BUILDLINK_MK as a test value.  Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
2001-10-23 13:14:43 +00:00
jlam
400f6aca0e Buildlinkify x11/gtk--. Changes come from patch provided by Eric
Gillespie, Jr.in pkg/14204, which minor updates by me.
2001-10-23 03:13:28 +00:00
jlam
69f9bcdc61 Sort. 2001-10-23 03:04:27 +00:00
jlam
7096917d32 Update description from blurb on homepage. 2001-10-23 03:03:59 +00:00
rh
bf18fa9cba Update gtk-- to 1.2.5. Changes include:
Release: Gtk-- 1.2.5
  * Fixes for code generator.
  * Fixes for RedHat 7.0 configure bug.
  * Numerous patches to clean up code and improve appearance.
  * Added SpinButton::update() (Augustin Ferrin Pozuelo)
  * Menushell namespace fixes (jaycox)
  * Fixes for gtk--.m4 (srittau)
  * Major CTree fixes
  * CTree::selection() fixed. (Murray Cumming)
  * Added CTree::{Row,Column}::moveto()
  * Fix for CTree::RowList::end() (Daniel Elstner)
  * Documentation fixes (Falk Hueffner)
  * TreeItem patch (Joe Yandle)

Release: Gtk-- 1.2.4
  * Fixes for code generator
  * Rotated Bin::add_pixlabel.
  * gcc 2.96 fixes.
  * Distribution fixes.
  * Tutorial updates.
  * Dialog demos.
  * Dialog demo from Paul Serice.
  * Warning clean up.
  * Fix for accelerator labels from Toralf Lund.

Release: Gtk-- 1.2.3
  * Fixes for container
  * Bugs in code generator
  * Minor internal fixes.
  * Major changes for libstdc++-v3 from Felix Natter
  * Patches to try to improve gcc 2.96 compilation (still problem with yacc)
  * Menu improvements to support dynamic menu items.
  * CTree iterator fixes.

Release: Gtk-- 1.2.2
  * CTree updates from Juergen Mangler, a9506264@unet.univie.ac.at
  * Tearoff menu support (Juergen).
  * New examples for ctree and menu (Juergen).
  * Changed internals to get around serious gcc bug.  Earlier versions
    should be discarded.  Use of old version with multiple inheritence
    will cause segfaults!
2001-04-24 17:27:57 +00:00
skrll
7c75053771 Move to sha1 digests, and add distfile sizes. 2001-04-19 11:07:33 +00:00
agc
8f972b049a + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 12:12:16 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00
wiz
a486f11406 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:06:11 +00:00
agc
9c2d582fc9 The way that shared objects were handled in the PLISTs and bsd.pkg.mk was
out of date - it was based on a.out OBJECT_FMT, and added entries in the
generated PLISTs to reflect the symlinks that ELF packages uses. It also
tried to be clever, and removed and recreated any symbolic links that were
created, which has resulted in some fun, especially with packages which
use dlopen(3) to load modules. Some recent changes to our ld.so to bring
it more into line with other Operating Systems also exposed some cracks.

+ Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain
the ELF symlinks.
+ Don't mess about with file system entries when handling shared objects in
bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will
have got it right, and have a much better idea than we do.
+ Modify PLISTs to contain "ELF symlinks"
+ On a.out platforms, delete any "ELF symlinks" from the generated PLISTs
+ On ELF platforms, no extra processing needs to be done in bsd.pkg.mk
+ Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on
a.out platforms
+ Update the documentation in Packages.txt

With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-04 15:10:17 +00:00
tron
5feac46ad5 Use "${MASTER_SITE_SOURCEFORGE}". 2000-11-11 17:49:22 +00:00
jlam
9a8298285b Update gtk-- to 1.2.1. Changes from (ancient) 1.0.3 include many, many
fixes and added functionality.  Libsigc++ and gnome-- have been split away
into separate software packages.

Closes PR#10213 by Bernd Sieker <bsieker@freenet.de>.
2000-07-15 09:48:12 +00:00
rh
74add3b300 s/USE_LIBTOOL/USE_PKGLIBTOOL/
Add a new USE_LIBTOOL definition that uses the libtool package instead of
pkglibtool which is now considered outdated.
USE_PKGLIBTOOL is available for backwards compatibility with old packages
but is deprecated for new packages.
2000-06-01 11:23:11 +00:00
danw
82d9c1f174 Remove patches to deal with two bugs involving configure's handling of
INSTALL which have both been worked around in bsd.pkg.mk now.
2000-05-02 18:48:35 +00:00
tron
a1f66340fa Set "${M4}" to "gm4" so that we really use the GNU "m4". 2000-03-28 20:07:14 +00:00
tron
6d9e94f430 Adapt to new directory structure on GNOME ftp sites. 2000-01-02 18:02:39 +00:00
tron
19e8dedb52 Update "gtk--" package to version 1.0.3 include in GNOME 1.0.53 release
and enable GNOME support. Changes since version 1.0.0:
- uncommented Gtk_CheckMenuItem::set_state(bool)
- new string vector based ctors for Gtk_CList and Gtk_CTree.
- misc. other changes/fixes to Gtk_CTree.
- fixed Gtk_CTreeNode::node_nth_child_real
- Improvements to list wrappers and portablity fixes. (world)
- Ctree, Style, Clist improvements (Dukes)
- Fixed drag_begin. (Dukes)
- ItemFactory interface changes. (Dukes&Tero)
- Fixed global trashcan problem -- critical. (Stephane Conversy)
- Gdk-- bug in reference counting. (Ewen McNeill)
- Missing ctors in gdk--.  (Dukes)
- Gnome-- item fixes (Herbert Valerio Riedel)
- Numerous package fixes.
1999-11-14 23:36:24 +00:00
tron
fd8f256cc5 Use wildcard dependence for "gtk+" package. 1999-10-23 00:05:15 +00:00
abs
3365dcb7a5 Consistency:
Capitalise, remove trailing '.', remove many leading 'a', or 'the'.
1999-09-21 17:20:03 +00:00
rh
6c7e0a91ff Update dependency on gtk+-1.2.4 1999-08-28 09:43:06 +00:00
agc
00a16e3008 Add package patch checksum files. 1999-07-09 14:22:59 +00:00
tron
02e48b67b3 Remove unnecessary assignments of "INSTALL", "INSTALL_DATA",
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV".
1999-05-20 20:09:49 +00:00
tron
4c1a6ff88f Update dependence for "gtk+" package to version 1.2.2. 1999-05-02 14:35:56 +00:00
tron
13bccdbb65 Update dependence for "gtk+" package to version 1.2.1. 1999-04-16 20:16:40 +00:00
rh
b69d0952dc merge with more verbose description on homepage 1999-03-14 20:12:35 +00:00
tron
5632019fa3 "gtk++" is no graphics library. 1999-03-14 17:49:36 +00:00
rh
89510a9619 add x11 as category 1999-03-14 17:18:28 +00:00
rh
46a3c88541 convert FreeBSD port to NetBSD package
update to gtk---1.0.0
1999-03-14 17:12:53 +00:00
rh
dc0df33a6d Initial import of FreeBSD port for gtk-- (0.9.14) 1999-03-14 17:08:59 +00:00