summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2005-07-25Update path to this file.wiz1-2/+2
2005-07-25Add and enable wxGTK-contrib.wiz1-1/+2
2005-07-25Initial import of wxGTK-contrib-2.4.2 from pkgsrc-wip, originallywiz4-0/+161
packaged by Michal Pasternak. 3rd-party contributed software for the wxWidgets cross-platform GUI library (see x11/wxGTK package description for details). Closes PR 30739 by Martin Ammermueller.
2005-07-25Remove ruby-fox -- the package version only supports the ancient 1.0.xwiz7-309/+1
series, and the latest available version is for 1.2.x, while the stable fox releases are at 1.4.x.
2005-07-25libbz2 is needed for buildlinkingadam1-1/+2
2005-07-25Fix building on NetBSD < 3.0adam2-4/+10
2005-07-25Update for fox-1.4.x (library name changed).wiz1-4/+3
2005-07-25Removed old patchesadam4-62/+0
2005-07-25Changes 1.4.16:adam4-297/+416
* Fixed bug in FXList and FXIconList * Fixed sign error in quaternion classes in setAxes() * Issue in FXMemoryStream fixed
2005-07-25Fix C99 variable declarations to make this pkg compile with gcc 2.95.kristerw2-1/+21
2005-07-24Split out some variables into Makefile.common for wxGTK-contrib package.wiz6-55/+77
Add patch-ah and modify patch-ac for wxGTK-contrib. Fix directory handling in PLIST.
2005-07-24openmotif needs x11 headers and libraries, so include mk/x11.buildlink3.mk.wiz1-1/+3
2005-07-23Remove some obsolete packages using gnome[1]-libs.wiz24-681/+1
List posted to tech-pkg by jmmv on June 15, no negative comments.
2005-07-22Removed gtkmm24adam6-2205/+1
2005-07-22Changes 2.6.3:adam11-2255/+2050
* Gtk::Action::get_proxies() Use the correct ownership semantics. * Gdk::Display::list_devices() Use the correct ownership semantics. * examples/book/menus_and_toolbars/ Distribute the .png file. Changes 2.6.2: * TreeView: When using the append_column() convenience API, prevent a crash when the window closes while the cell is editing. * Allow derived CellRenderers to be edited, by removing some debug code that sneaked into 2.6.1. * Documented many signals, based on the GTK+ documentation. Changes 2.6.1: * CellRenderer: Prevent an infinite loop. * MSVC++ .Net 2003 build fixes. * Documentation: - Hide deprecated widgets from the list of widgets. - Correct the description of the IO input example. Chamges 2.6.0: gtkmm 2.6 wraps new API in GTK+ 2.6, and is API/ABI-compatibile with gtkmm 2.4.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz47-94/+94
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21Rewrite last change a bit because the check didn't work properly.tron1-5/+5
2005-07-21The additional locale files only get installed on systems with a recenttron2-4/+10
gettext version (e.g. NetBSD 3.99.7) but not systems with an older one (e.g. NetBSD 3.0_BETA). We must therefore adapt the package list dynamically.
2005-07-21patch-aa was removed from distinfo during 0.8.1 update, remove file too.wiz1-13/+0
2005-07-21Add missing entries to PLIST. Bump PKGREVISION.hira2-2/+5
2005-07-20Do not include <malloc.h>.kristerw8-1/+108
2005-07-20Regenerate so that the Mac OS X patch program undestands howkristerw2-6/+9
to apply it.
2005-07-20Do not include <malloc.h>.kristerw10-26/+136
2005-07-20Remove spurious "@dirrm share/examples/rc.d".schmonz1-2/+1
2005-07-19update to 1.5.1drochner2-7/+7
change: Updated the German translations.
2005-07-19Changes 8.4.11:adam7-101/+102
* Bug fixes
2005-07-19depends should be ../../<category>/<pkg>grant3-8/+8
2005-07-18Export a new variable TOOLS_CMDLINE_<TOOL> that holds the full commandjlam1-2/+2
line (path and arguments) needed to run the real tool. Modify TOOLS_<TOOL> to hold only the path to the real tool. Modify falcons-eye/Makefile and qt3-libs/Makefile.common to use TOOLS_CMDLINE_YACC instead of TOOLS_YACC to that they'll use "bison -y".
2005-07-17Fix C99 variable declarations to make this pkg compile with gcc 2.95.kristerw5-1/+330
2005-07-17Completed the last change. It could have failed if NONBINMODE was 444.rillig1-10/+7
2005-07-17Changed the way the host.def file is updated. When doing unprivilegedrillig1-7/+8
builds, this file may have mode 0444 and was unwritable.
2005-07-17Fix C99-isms.kristerw2-1/+62
2005-07-16Remove some unnecessarily strong dependencies on perl that resultedjlam3-7/+5
from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam13-35/+26
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-07-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam2-4/+4
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam4-8/+8
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-07-13Use ${f} instead of $f, for pkglint.wiz1-5/+5
2005-07-13DragonFlyBSD support, from Joerg Sonnenberger.wiz3-1/+85
2005-07-12Patch .po header so that it works with the old version of msgfmt inmarkd24-4/+549
NetBSD.
2005-07-12Make comment in de.po UTF-8 (like the rest of the file).wiz2-1/+15
Fixes a problem with gettext reported by Joerg Sonnenberger in private mail.
2005-07-09check variable is defined before testing its value.grant1-2/+3
2005-07-09check variable is defined before testing its value. fixes malformedgrant1-2/+3
conditional problem noted by Jake Maciejewski on tech-pkg@
2005-07-07Fix gnome-pty-helper handling of NetBSD's utmpx.markd3-2/+29
When writing logout records NetBSD requires the ut_name field to be filled in when calling pututxline() (otherwise utmp_update refuses to write it) but nulled when writing to wtmpx. Problem seen by gnome-terminal leaving stale utmpx entries on exit. Bump PKGREVISION.
2005-07-06update to 2.10.2drochner3-7/+9
changes: minor fixes and translation updates
2005-07-06Depend on newer versions of GConf2, py-ORBit, gnome-vfs2,reed1-1/+5
and py-gtk2 than the corresponding buildlink3.mk require. No PKGREVISION bump since this package would fail to configure in the first place.
2005-07-01Remove errant plus sign at beginning of line.reed1-1/+1
2005-07-01Bump PKGREVISION for the Darwin fix.reed1-2/+2
2005-07-01Forgot this in previous commit.reed2-24/+16
Split out shared parts of PyQt packages to Makefile.common. I did this so I could get Darwin support which requires a Mac-specific source. Also capitalize Qt3 in COMMENT. I tested a few packages using PyQt running on Mac OS X over remote X11 and it still worked (even though no X11 support, but I guess the Qt3's X11 works for this).
2005-07-01Add support for Darwin. When on Darwin use different source distfile.reed3-30/+11
Split out parts of Makefile. Now use new ../../x11/py-qt3-base/Makefile.common. Improve COMMENT to better describe this package. Improve DESCR to better describe this package. (PyQt is a set of Python bindings for the Qt toolkit. The py-qt3-qscintilla package provides the bindings for QScintilla, the port to Qt of the Scintilla programmer's editor class.)
2005-07-01Add support for Darwin.reed1-2/+14
And add support for Solaris. Sorry I commit both at same time. I forgot to commit this earlier.