summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2006-01-06DEPENDS and PKGREVISION bumps because db4's library name changed.wiz9-22/+18
2006-01-05Use SUBST framework, patch files directly.joerg5-34/+21
2006-01-05Use SUBST framework for the path patching as well.joerg1-8/+7
2006-01-05Only @PREFIX@ is used.joerg1-2/+1
2006-01-05Use the SUBST framework on the right files. FAQ now has the correctjoerg1-11/+7
entries. Bump revision due to this.
2006-01-05Use EXTRA_LDOPTIONS to get ${PREFIX}/lib in rpath, didn't work onjoerg5-10/+59
DragonFly otherwise. Fix some K&R vs. ISO C prototype issues.
2006-01-05First try on fixing xview. Fix errno. Add DragonFly support.joerg35-119/+952
Use NAME_MAX when available. Don't try to fake a FILE on DragonFly. The implementation of textsw_scanf can be improved, it is very defensively and slow ATM, the snprintf usage should be portable. Fix a number of prototype mismatches, e.g. variable argument functions can conflict with K&R prototypes. Bump revision since the package "compiled" before, e.g. build errors where ignored.
2006-01-05BUILDLINK_DEPMETHOD.qt3-tools change was bogus here, py-qt3-sip pulls inghen1-6/+1
qt3-tools via BUILD_DEPENDS.
2006-01-05Change the default for BUILDLINK_DEPMETHOD.qt3-tools from "full" to "build",ghen5-5/+25
without affecting packages that are currently using it. Packages which previously didn't set BUILDLINK_DEPMETHOD to neither "full" nor "build" now set it to "full", but should be checked whether they really need it (comment added). Packages which previously set it to "build" now don't set it anymore. Ok by jlam, wiz.
2006-01-04Fix spelling. Found by wiz@.joerg2-4/+4
2006-01-04getpwuid_r and friends only exist on NetBSD 2.99.10 and higher,joerg2-4/+4
so use them only on those systems.
2006-01-04Add DragonFly.joerg3-6/+29
2006-01-04Explicitly link multithreaded programs against thread library.joerg3-5/+6
2006-01-04Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4schmonz1-3/+2
rather than PKG_FAIL_REASON, so that they provide useful error messages in build logs, and so that they continue to work on platforms where they aren't broken.
2006-01-03Reset maintainer on request.wiz1-2/+2
2006-01-03Bump PKGREVISION by update of ruby18-base package.taca1-2/+2
2006-01-03Remove ruby-tcltk.taca1-2/+1
2006-01-03Remove ruby-tcltk pacakge since this package was merged to ruby-tk now.taca6-133/+0
2006-01-03Update ruby-tk pacakge to 1.8.4.taca6-187/+295
x11/ruby-tcltk package was merged to this pacakge now.
2006-01-03Stop handling DIST_SUBDIR default for Ruby based packages.taca1-4/+4
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
2006-01-01Remove stuff that was marked for removal after 2005Q4.wiz1-6/+1
2006-01-01Update to 1.0.0. Too many changes to list, please see the Changelogxtraeme6-168/+9
file.
2005-12-31Add/enable the new matchbox packages.peter1-1/+7
2005-12-31Initial import of matchbox-themes-extra into the NetBSD Packages Collection.peter4-0/+228
Collection of themes for the Matchbox suite.
2005-12-31This is matchbox-panel-manager for managing the Matchbox panel.peter4-0/+29
2005-12-31Initial import of matchbox-panel into the NetBSD Packages Collection.peter8-0/+141
A flexible always present 'window bar' for holding application launchers and small 'applet' style applications. A number of applets are included in the module.
2005-12-31Initial import of matchbox-nest into the NetBSD Packages Collection.peter4-0/+30
Matchbox-nest is a graphical wrapper around xnest. You can make Xnest look like a particular device's display and set up buttons on that device.
2005-12-31Initial import of matchbox-desktop into the NetBSD Packages Collection.peter6-0/+86
A PDA style application launcher or 'item browser'. Its functionality can be extended by means of dynamically loadable plugins.
2005-12-31Initial import of matchbox-common into the NetBSD Packages Collection.peter5-0/+69
This package contains the Matchbox shared icons and configuration data.
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz19-28/+38
Bump BUILDLINK_RECOMMENDED.
2005-12-29Don't change ${PREFIX}/share/pixmaps to ${PREFIX}/share/kde/pixmaps.markd3-6/+6
Directory is not actually used by KDE itself and this allows KDE to find (some) gnome icons. Bump PKGREVISION.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam22-45/+22
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-28Newer versions of NetBSD (and possibly other OS's) install xdm intogarbled1-16/+24
/etc/X11/xdm instead of the old location. Add some logic to the makefile to figure this out and DTRT. Remove broken flag.
2005-12-28Don't hard-wire -lpthread. Fallback to fsync for fdatasync. Dependjoerg4-10/+30
on pkg-config as build tool.
2005-12-28Redundant include.joerg1-2/+1
2005-12-28Don't hard-code -lpthread. fdatasync might not exist, e.g. onjoerg4-10/+30
DragonFly or FreeBSD, so use fsync if it wasn't found.
2005-12-28Add a pkgconfig file for qt3-libs, bump PKGREVISION. ok with wiz@ghen2-2/+7
2005-12-27Lower expectations, both others' and mine: relinquish stewardshipseb3-6/+6
2005-12-26Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386schmonz2-2/+8
3.0. If one of these is important to you, please fix it in time for pkgsrc-2006Q1, or it may be removed.
2005-12-24Remove accidentally duplicated part of PLIST.markd1-66/+1
Noted by Jeremy Reed.
2005-12-22Include TK_LD_FLAGS and TCL_LD_FLAGS for the link specification,joerg1-2/+2
otherwise the rpath list can be incomplete.
2005-12-22Patches work better when applied to the right file.joerg2-5/+5
2005-12-20Added {BIN,MAN}{OWN,GRP} to MAKE_ENV to support building xneko asrillig1-1/+4
unprivileged user.
2005-12-20Added two patches that fix the build on NetBSD 1.6.2/i386.rillig3-1/+38
2005-12-19Patch .po headers so that it works with older msgfmt. Should fix bulkbuildmarkd6-2/+99
problem.
2005-12-19Patch .po header so that it works with older msgfmt. Should fix bulkbuildmarkd3-2/+31
problem.
2005-12-19Added patch-ag for compatibility with ISO C90.rillig2-1/+25
2005-12-18Added patch-aa for compatibility with ISO C90.rillig2-1/+28
2005-12-18Added two patches for ISO C90 compatibility.rillig3-1/+38
2005-12-18Added patch-aa for ISO C90 compatibility.rillig2-1/+25