summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-07-03Moved the command that generates the list of files to its own variable,rillig1-2/+4
so it can be overridden on the command line. This allows to check for example ${WRKSRC} instead of the installed files. Of course, since the variable starts with an underscore, this feature is not meant to be official.
2006-07-03Fixed permissions for the game directories, since in unprivileged mode,rillig1-6/+7
they ended without the execute bits set. In 2004, some variables have been introduced to pkgsrc that fit exactly this purpose. Bumped PKGREVISION.
2006-07-03Note update of cross/i386-netbsdpe and emulators/peace, andkent1-1/+4
removal of devel/w32api
2006-07-03remove w32api because PEACE distribution now contains w32apikent14-498/+1
2006-07-03* Update to peace-0.0.20060701kent2-8/+7
- import w32api-3.6 * Remove w32api from BUILD_DEPENDS
2006-07-03Update gcc from 3.3.3 to 3.3.6, and binutils from 2.15.90-20040222kent8-98/+89
to 2.16.91-20060119 to build with gcc-4
2006-07-03Fix build with GCC 4.x:tron4-2/+140
- Use "-ffriend-injection" to get "daaplib" to build again. - Use proper return values in iterators in "libhttpd-persistent".
2006-07-03Note that BitTorrent 4.20.2 is available and we don't want to updatetron1-2/+2
to that version.
2006-07-03After converting it to HTML format, the build log file is not neededrillig1-1/+2
anymore.
2006-07-02Added "A package does not build. What shall I do?" to the FAQ.rillig1-1/+28
2006-07-02Reordered the variables in the interface comment so that allrillig1-8/+8
user-settable variables come first.
2006-07-02Summarized some places where you can find more documentation about pkgsrc.rillig1-1/+51
2006-07-02Added a patch for t/io/fs.t, which handles filesystems that are mountedrillig2-1/+25
with the "noatime" option on NetBSD.
2006-07-02Fixed unprivileged builds: ${CP} cannot overwrite read-only files.rillig1-2/+2
2006-07-02Compilers other than GCC are not expected to know the -MM option torillig1-1/+9
calculate dependencies, so disable it for them.
2006-07-02This package just works on FreeBSD and NetBSD, use ONLY_FOR_PLATFORM.xtraeme1-1/+3
2006-07-02Added comms/obexapp.xtraeme2-2/+4
2006-07-02Initial import of obexapp-1.4.4.xtraeme9-0/+327
An obex application to transfer objects (address book items, images, movies, anything the target can handle) to mobile devices via IrDA, Bluetooth and other protocol via the OBEX format. xtraeme: now it should be possible to transfer files from/to my cellular phone from NetBSD.
2006-07-02Add support for NetBSD's bluetooth, required by the upcoming packagextraeme8-3/+225
obexapp. Bump PKGREVISION.
2006-07-02devel/pcre calls itself "pcre" in the buildlink3.mk file, not "libpcre".rillig1-2/+2
2006-07-02Fixed unprivileged builds.rillig1-1/+7
2006-07-02vim-7.0.35martti1-1/+2
2006-07-02Updated editors/vim-share to 7.0.35martti3-5/+52
1649 7.0.018 VMS: plugins are not loaded on startup 1425 7.0.019 crash for "VjA789" and repeating 1470 7.0.020 GUI: crash when using 'mousefocus' 4240 7.0.021 crash when using "\\[" and "\\]" in 'errorformat 5471 7.0.022 Ruby: buffer.append() could append to the wrong buffer 5351 7.0.023 crash after Insert mode completion without matches 1619 7.0.024 it is possible to set arbitrary v: variables 2606 7.0.025 crash when deleting an item from a:000 1800 7.0.026 Unix: when using libcall() and old error may be shown 1494 7.0.029 cursor position may be wrong when using getchar() 1664 7.0.030 the ":compiler" command can't be used in a FileChangedRO event 1808 7.0.031 after deleting a buffer its Select mode mappings remain 2431 7.0.033 pasting after autoindent removes the indent 2042 7.0.034 repeating completion was wrong after typing text or using BS 5905 7.0.035 repeating Insert mode completion doesn't work properly
2006-07-02Note xentools30bouyer1-1/+2
2006-07-02+ xentools30bouyer1-1/+2
2006-07-02Initial import of a packages for Xen 3.0 domain0 tools.bouyer72-0/+2932
2006-07-02Don't use PKGVERSION in PLIST as it'll be wrong when PKGREVISION is set.martti2-43/+46
Instead define and use FVWM_VER (idea taken from pkgsrc/wm/fvwm).
2006-07-02Fix various inconsistent "static" vs. "extern" declarations whichtron5-1/+99
broke the build with GCC 4.x.
2006-07-02Fix compile warnings with GCC 4.x by using "socklen_t" were appropriate.tron2-1/+43
2006-07-02Note update of "netio" package to version 1.26.tron1-1/+2
2006-07-02Update "netio" to version 1.23. This version fixes various minor bugstron3-12/+12
found since the 1.26 release.
2006-07-02heimdal and glib2 PKGREVISION bumps.markd1-1/+3
2006-07-02Set INSTALLATION_DIRS.joerg1-1/+3
2006-07-02Remove class name from member declarations to make this build with GCC 4.x.tron3-1/+29
2006-07-02Don't try and define bool if c++ as its builtin. Fixes PR pkg/32960.markd2-1/+20
2006-07-02Reorder "#include" statements and include "string.h" in various filestron8-1/+115
to make this build with GCC 4.x.
2006-07-02Hook up py-jonpy.joerg1-1/+2
2006-07-02Annotate import of www/py-jonpy.joerg1-1/+2
2006-07-02Initial import of py-jonpy-0.06. From DESCR:joerg4-0/+65
These Python modules provide simple yet powerful multi-threaded object-oriented CGI/FastCGI/mod_python/html-templating facilities for the Python programming language.
2006-07-02USE_LANGUAGES= c c++markd1-1/+3
The configure script needs to use the c++ compiler to correctly setup the glibconfig.h for handling of VARARGS when being included from c++ programs, otherwise builds can fail. eg. when using SunWorkshop CC on Solaris and compiling arts. Bump PKGREVISION.
2006-07-02Solaris does not have err.h, glob.h, ifaddrs.h and vis.h compatible withmarkd2-2/+7
heimdal, so heimdal installs its own. Add them in PLIST.SunOS Fixes PR pkg/33656. Bump PKGREVISION.
2006-07-02"cp -R" munges symlinks on Solaris so use pax instead.markd1-2/+2
Fixes PR pkg/33828.
2006-07-02wpi-firmware addedrpaulo1-1/+2
2006-07-02wpi-firmware dirrpaulo1-1/+2
2006-07-02Firmware for wpi(4).rpaulo4-0/+34
2006-07-02Update and add some R packages.markd1-1/+9
2006-07-02Add new R packages.markd1-1/+7
2006-07-02Update to 2.2.1 and fix dependencies.markd2-13/+15
Fixes build problems seen in bulk builds.
2006-07-02Update to version 1.2.0, add correct dependencies.markd2-13/+16
Fixes build problem seen in bulk builds.
2006-07-02Initial import R-combinat 0.0.6markd4-0/+22
Routines for combinatorics