summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2002-09-24Complete standardization of messages according to latest pkglint.wiz11-33/+33
2002-09-24buildlink1 -> buildlink2jlam1-5/+2
2002-09-24Better spacing of message.jlam1-3/+6
2002-09-24buildlink1 -> buildlink2jlam1-4/+4
2002-09-24buildlink1 -> buildlink2jlam2-14/+12
2002-09-24buildlink1 -> buildlink2jlam1-4/+5
2002-09-23buildlink1 -> buildlink2jlam3-7/+8
2002-09-23Convert to buildlink2.wiz1-7/+6
2002-09-21Strip the ".buildlink" from the names of the python application andjlam1-2/+2
extension Makefile fragments, because they really don't have anything to do with the buildlink[12] frameworks. Change all the Makefiles that use application.buildlink.mk and extension.buildlink.mk to use application.mk and extension.mk instead.
2002-09-21buildlink1 -> buildlink2jlam1-3/+3
2002-09-20buildlink1 -> buildlink2jlam1-8/+9
2002-09-20buildlink1 -> buildlink2jlam1-6/+6
2002-09-20buildlink1 -> buildlink2jlam1-8/+9
2002-09-20buildlink1 -> buildlink2jlam1-5/+5
2002-09-20Don't put package specific stuff like USE_BUILDLINK_ONLY into the commonjlam3-8/+11
Makefile, and include x11.buildlink.mk and bsd.pkg.mk separately. This will allow converting either to buildlink2 independently of the other.
2002-09-20buildlink1 -> buildlink2jlam1-5/+5
2002-09-20Try to remove ${PREFIX}/share/kde/apps/knewsticker. It might also havejlam1-1/+2
stuff from kdenetworks2, so don't use @dirrm.
2002-09-20buildlink1 -> buildlink2jlam1-5/+5
2002-09-20buildlink1 -> buildlink2jlam1-6/+4
2002-09-20buildlink1 -> buildlink2.jlam1-6/+4
2002-09-15Add & enable lookupuebayasi1-1/+2
2002-09-15Initial import of Lookup 1.3.uebayasi4-0/+84
Lookup is an electric dictinary agent for Emacs editors. It supports many kind of dictinaries - CD-ROM, and network dictionary, which are mainly available in Japan.
2002-09-15Handle utmpx on NetBSD-current.kim9-10/+233
2002-09-15Ooops, botched last update. Remove patch-aa, which is now already integratedmartin2-24/+1
into the distribution.
2002-09-14Update bidwatcher to 1.3.5.martin2-7/+10
Main change: handle new eBay html layout. Provided by Marko Schütz in PR pkg/18288.
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz3-5/+6
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-09-04Apply patches from Lubomir Sedlacik <salo@Xtrmntr.org> in PR 18115 toagc3-16/+15
generalise the linker flags used to export symbols by setting them on a per-OS basis. > many packages force -Wl,-export-dynamic which is not portable outside GNU ld > and cause problems e.g. on Solaris. some of these packages use if > conditionals either only for NetBSD or except SunOS, but the state is not > coherent and it may complicate later when support for new OS is added to > pkgsrc (e.g. ongoing work on HP-UX support). > > jlam proposed the following framework in discussion on tech-pkg: > > http://mail-index.netbsd.org/tech-pkg/2002/06/21/0009.html > > now, ${EXPORT_SYMBOLS_LDFLAGS} is used instead of directly defining > -Wl,-export-dynamic which is set in appropriate defs.*.mk to reasonable > values. packages should be converted to this framework by: > > 1) replacing LDFLAGS+= -Wl,-export-dynamic and LIBS+= -export-dynamic with: > > LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS} > > 2) for use in patchfiles, add this variable to MAKE_ENV if needed: > > MAKE_ENV+= EXPORT_SYMBOLS_LDFLAGS=${EXPORT_SYMBOLS_LDFLAGS} > > 3) replace occurances of -Wl,-export-dynamic and -export-dynamic in patch > files with: > > $(EXPORT_SYMBOLS_LDFLAGS)
2002-09-03Replace incomplete buildlinkization (-I${LOCALBASE}/include in the patches!)wiz6-61/+10
with complete buildlink2ization. Fixes pkg/18160.
2002-09-02Add and enable visual-regexpagc1-1/+2
2002-09-02Initial import of visual_regexp 3.0 into the NetBSD Packages Collection.agc4-0/+29
Provided in PR 18139 by Julio Merino <jmmv@hispabsd.org> Visual REGEXP lets you easily design and debug regular expressions by providing a graphical visualization of the expression and its matches on a sample of your choice.
2002-09-02UNLIMIT_RESOURCES for sun-jdk 1.4 handled in bsd.pkg.mkabs1-4/+1
2002-09-01Distfiles aren't available any longer on the KDE ftp site, so let'shubertf1-3/+2
archive them at ${MASTER_SITE_LOCAL}/kde1
2002-08-31Update nxtvepg to 2.2.1magick4-23/+43
Changes since 0.7.4 (Windows changes ommitted): From 2.2.0 (aka 0.7.4) to 2.2.1 (August/24/2002) This release contains the following fixes: * Major bugfix: nxtvepg crashed frequently due to a memory overwrite bug in the description text display function. The bug exists in all previous versions! (It surfaced only now because some very long description texts were transmitted by the German provider Kabel1.) * Bugfix in database merge: merge failed when no networks were manually selected yet * Network name column in the programme listing now automatically adapts its width so that network names no longer get cut off. Thanks to Thierry M?n?trier for his excellent feedback. From 2.1.2 (aka 0.7.4) to 2.2.0 (August/18/2002) This release contains the following new features and fixes: * Network selection config dialog: allow to specify time windows for each network (e.g. for ARTE 19:00 - 06:00 o'clock). Programmes that are completely outside this window are suppressed in the listing. * PDC theme descriptors were translated to French and German; the language can be either selected automatically or manually. Thanks to Matthieu for triggering this improvement and for the French translation. * The programme database can be exported into a text file in TAB separated format, so that it can be directly loaded into an SQL database. (This feature has been added to support the HTML converter E*plore EPG nexTView written in PHP by sysmik) * Bugfix in the EPG scan due to which on channels which could not be identified via VPS/PDC no EPG provider was found. Thanks to Helge Kreutzmann for pointing out this problem. * Manual size changes of the help window are now remembered; also improved a few details in help text formatting.
2002-08-28Update to KDE 3.0.3.skrll13-31/+32
While I'm here do the a.out dance for kuickshow and a couple of other minor clean ups. Changes are: kdelibs kprocess / kprocctrl: fix problem with hanging kdevelop. Javascript (core): more robust stack overflow check Javascript (html): allow to set a JS (non-CSS) property to a style object Javascript (html): improved result of navigator.platform using uname() Javascript (html): more aggressive garbage collection on clear, fixing many crashes Javascript (html): global object (window) has a correct object prototype now khtml: several crashes and bugs fixed kssl: Always verify the basic constraints on certificates (SECURITY) kdefx: Make the blending routine used by transparent menus work properly on big-endian platforms kdeui: Fix KDialog::setPlainCaption() kdebase Build fixes for IRIX / MipsPro (kcontrol, konqueror, konsole). Kicker: Quick browser escapes ampersand characters in file names. Konsole: Don't prepend ESC if Meta is pressed if key definition is for "+Alt". Konsole: Fixed crashes at startup related to broken font installations. Konsole: Fixed crashes when selecting in history buffer. krdb: Smarter handling of multiple and symlinked KDE and Qt installs when exporting plugin path to Qt. kdenetwork KMail: allow an ampersand as last char of an URL. KMail: Don't crash when custom drafts or sent-mail folders have been deleted or renamed. KMail: Fix auto charset detection for empty strings. KMail/KNode: Correctly handle quotes in user ids of OpenPGP keys. KMail: Make custom (global) Bcc headers work correctly with encryption and distribution list expansion. kdepim KAlarm: Fix session restoration often not occurring at login. KAlarm: Adjust wrong summer times stored by KDE 3.0.0 version of KAlarm. KAlarm: Make Close button on message window not the default button to reduce chance of accidental acknowledgement. KAlarm: Make Help button in configuration dialog display KAlarm handbook. KNotes: Compile fix for Qt 3.0.5 KOrganizer: Fixed context menu of todo list/view and event list which disappeared when using Qt 3.0.5
2002-08-26Use buildlink2.jlam1-1/+2
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam6-5/+24
buildlink2.mk files back into the main trunk.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam2-5/+29
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
2002-08-16Beautify: correct tab-stops.jschauma1-11/+11
2002-08-15Remove (partly obsolete) homepage URLs from DESCR.wiz1-2/+0
2002-08-12- use time_t for the time functions (needed on alpha)dmcmahill5-13/+75
- fix other time related bugs which prevent compilation - use DEFAULT_SERIAL_DEVICE for the example config file and don't enter an infinite loop if the device doesn't exist. - don't arbitrarily change device permissions.
2002-08-12Make this work in an xpkgwedge environment.agc2-4/+4
2002-08-09Regen.jschauma1-3/+3
2002-08-08"_JAVA_HOME" is private to bsd.pkg.mk implementation ... use "JAVA_HOME"jlam1-2/+2
instead.
2002-08-08Re-add.wiz1-0/+16
2002-08-08Temp-remove.wiz1-16/+0
2002-08-08Restore RCS Id.wiz1-1/+1
2002-08-07this package really requires sun-jdk13, won't build with sun-jdk14; setjdolecek1-4/+4
PKG_JVM appropriately slight whitespace cleanup for do-build target
2002-08-07Create new variables INCOMPAT_ZLIB, INCOMPAT_BZIP2, INCOMPAT_READLINE,jlam2-4/+4
INCOMPAT_GETTEXT that are analogous to INCOMPAT_ICONV and contain lists of shell wildcards intended to match against ${MACHINE_PLATFORM}. These variables are used to note those platforms that have the named packages in the base system but are incompatible in some way from the pkgsrc version of the same package. Change INCOMPAT_CURSES to have the same sematics as above. These variables allow much greater precision in specifying which platforms have broken (for the purposes of pkgsrc) versions of software in the base system that must be ignored. The buildlink.mk files for these packages define private _INCOMPAT_* versions of these variables, and they contain the default lists of platforms that are known to have incompatible software bits. This addresses pkg/17775 submitted by Julien T. Letessier <julien.letessier at sun dot com>.
2002-08-05Add patches to implement proper iconify/resize behaviour.jschauma8-2/+211
Patches by xOr, as posted to the blackbox mailinglist (blackbox at trolltech dot com). Bump PKGREVISION.
2002-08-04Add and enable bbappconfjschauma1-1/+2