Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-07-14 | Mark as destdir ready. | joerg | 9 | -9/+27 | |
2008-07-14 | assume maintainership | plunky | 2 | -7/+9 | |
update to v1.4.9 add BUILD_DEFS to quiet pkglint warning | |||||
2008-07-10 | Add reload command to rc.d script. | sborrill | 2 | -6/+6 | |
Remove sudo from rc.d - it should not be a requirement to stop your VoIP server. | |||||
2008-07-09 | fix build | plunky | 2 | -3/+12 | |
obexapp uses mktemp which incurs a security warning, and -Wfatal-errors causes the link to fail. the quick fix is to make WARNS=0 | |||||
2008-06-22 | Explicitly set DISTFILES. | taca | 1 | -1/+2 | |
Why it had no problem a little while ago? | |||||
2008-06-21 | Fix build on LP64. | joerg | 3 | -2/+20 | |
2008-06-21 | * Don't install an extra file. Noted via private mail from joerg@. | taca | 3 | -3/+15 | |
* Remove redundant EXTRACT_SUFX from Makefile. | |||||
2008-06-20 | Add DESTDIR support. | joerg | 11 | -11/+33 | |
2008-06-19 | Add a patch to build with Ruby 1.8.7. | taca | 3 | -3/+31 | |
Bump PKGREVISION. | |||||
2008-06-19 | Add missing file to PLIST. Bump PKGREVISION. | wiz | 2 | -3/+4 | |
2008-06-18 | pkgsrc-users, not packages (hi riz!) | wiz | 2 | -4/+4 | |
2008-06-13 | Update to 1.2.29. Security update. | mjl | 3 | -8/+7 | |
* channels/chan_sip.c: Copy the From header into a variable so that pedantic SIP handling does not try to mess with a NULL pointer. (AST-2008-008) * channels/chan_iax2.c: When we receive a full frame that is supposed to contain our call number, ensure that it has the correct one. (closes issue #10078) (AST-2008-006) | |||||
2008-06-12 | Add DESTDIR support. | joerg | 5 | -6/+16 | |
2008-06-11 | Fix PLIST, patch from Hasso Tepper in pkg/38844. | bouyer | 2 | -3/+5 | |
Bump PKGREVISION. | |||||
2008-06-07 | Stop pretending like I have time to maintain packages that I don't | riz | 2 | -4/+4 | |
even really use anymore. | |||||
2008-06-04 | Fix build on NetBSD-current (needs -lrt). | markd | 1 | -1/+7 | |
2008-05-26 | Add INSTALLATION_DIRS so that installation is successful even in a bulk | wiz | 1 | -1/+2 | |
build. | |||||
2008-05-25 | Reset maintainer on his request. | wiz | 3 | -6/+6 | |
2008-04-28 | Changes 3.0.17: | adam | 2 | -7/+7 | |
* Replace thread-unsafe use of sigc::slot where relevant with thread safe callback classes * Compile fixes for gcc-4.3 * Fix '=' for '==' error * Remove unnecessary debugging code * Update config.guess, config.sub, install-sh, missing and mkinstalldirs to automake-1.9 * Correct comments in pipes.h | |||||
2008-04-24 | Another try at fixing installation of the pkgconfig file under pbulk. | wiz | 2 | -5/+5 | |
2008-04-23 | I can't maintain this package, I don't use (or install) evolution. | dillo | 1 | -2/+2 | |
NOTE: If you copy and adapt a package, reset the maintainer, or at least ask if the old maintainer is willing to also maintain the new package. (Hi Matthias!) | |||||
2008-04-12 | Convert to use PLIST_VARS instead of manually passing "@comment " | jlam | 2 | -17/+17 | |
through PLIST_SUBST to the plist module. | |||||
2008-04-07 | Fix DESTDIR. | joerg | 1 | -4/+3 | |
2008-04-04 | Install as a gem using the pkgsrc rubygem.mk framework instead of | jlam | 3 | -33/+59 | |
directly into site_ruby. | |||||
2008-03-19 | Update asterisk to 1.2.27 | mjl | 2 | -7/+7 | |
Update for several critical security issues: * astobj.h: Fix character string being treated as format string * chan_sip.c: Do not return with a successful authentication if the From header ends up empty. (AST-2008-003) * chan_iax2.c: Fix another potential seg fault (closes issue #11606) * chan_iax2.c: Fix a couple of places where it's possible to dereference a NULL pointer. * chan_sip.c, channels/chan_iax2.c: Fixing AST-2007-027 * cdr_pgsql.c: Properly escape src and dst fields (Fixes AST-2007-026) | |||||
2008-03-11 | Fill in, noted by Robert Elz in PR/37953. | dillo | 1 | -0/+8 | |
2008-03-06 | Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. | wiz | 3 | -5/+6 | |
2008-03-04 | + Remove -ltermcap from the Makefile and remove patch-ap. The only | jlam | 3 | -17/+2 | |
reason -ltermcap was added was for readline, but this is no longer necessary as plpftp (the only program which links against readline) is linked with libtool, and libtool will pull the necessary library dependencies from libreadline.la automatically. XXX Changes untested because this package no longer builds using GCC-4.x. | |||||
2008-03-03 | Mechanical changes to add full DESTDIR support to packages that install | jlam | 10 | -49/+67 | |
their files via a custom do-install target. | |||||
2008-03-03 | + Add tar to USE_TOOLS. | jlam | 1 | -4/+6 | |
+ Use PREFIX instead of LOCALBASE when installing files (does pkglint warn about this?). | |||||
2008-03-01 | + Be like every other package and just install the man page but not | jlam | 3 | -38/+21 | |
bother with the catman page. This simplifies the Makefile and the PLIST considerably. + Use the pkginstall framework to install the kermit binary as setuid-uucp. Generalize to use ${UUCP_USER} instead of "uucp". Bump PKGREVISION to 3. | |||||
2008-03-01 | Fix an obvious typo. | jlam | 1 | -2/+2 | |
2008-03-01 | Add full DESTDIR support. | jlam | 1 | -7/+7 | |
2008-02-28 | Use REPLACE_BASH to make sure right bash is found for mkpkgconfig. | wiz | 1 | -1/+2 | |
2008-02-27 | Add bash to tools for mkpkgconfig. | wiz | 1 | -2/+2 | |
2008-02-20 | +libopensync-plugin-evolution2 | drochner | 1 | -1/+2 | |
2008-02-20 | import libopensync-plugin-evolution2-0.22, an evolution plugin | drochner | 4 | -0/+39 | |
for the opensync framework, can be used to backup evolution's data (which doesn't work in evolution itself for me) | |||||
2008-02-20 | Create pkgconfig file in correct location. Add it to PLIST. | wiz | 4 | -10/+20 | |
Bump PKGREVISION. | |||||
2008-02-07 | Needs GNU nroff to format catpages with -mandoc. | tnn | 1 | -1/+2 | |
2008-01-18 | Update to kyopon-0.5. | itohy | 3 | -8/+8 | |
- Change "AIR-EDGE PHONE" to "PHS handset" since Willcom doesn't use the term any longer. - Add support for "Photo" folder (and any unknown folders). - Remove checking against 1.5MB limit, since new models have more capacity. Result of writing too large file is unknown. - Make sure reading non-existent file on the handset will be properly warned. - Add Linux support (but do not enable since it requires non-standard driver). | |||||
2008-01-18 | Per the process outlined in revbump(1), perform a recursive revbump | tnn | 5 | -7/+10 | |
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@ | |||||
2008-01-12 | Add SyncML plugin and library. | dillo | 1 | -1/+3 | |
2008-01-12 | Initial import of SyncML plugin for the opensync framework. | dillo | 4 | -0/+46 | |
2008-01-12 | Initial import of libsyncml, an implementation of the SyncML protocol. | dillo | 9 | -0/+357 | |
2008-01-11 | Add libopensync-plugin-file, libopensync-plugin-kdepim, and msynctool. | kristerw | 1 | -1/+4 | |
2008-01-10 | Initial import of libopensync-plugin-kdepim 0.22, a libopensync | dillo | 4 | -0/+42 | |
plugin to sync with KDE 3.5. | |||||
2008-01-10 | Initial import of libopensync-plugin-file 0.22, a libopensync plugin | dillo | 4 | -0/+37 | |
to sync local files. | |||||
2008-01-10 | Initial import of msynctool 0.22, a command line tool for the | dillo | 4 | -0/+31 | |
opensync framework. | |||||
2008-01-06 | Without kernel sources, this package cannot be built. | rillig | 1 | -1/+8 | |
2008-01-06 | Fixed invalid C++ code and some pkglint warnings. | rillig | 4 | -10/+53 | |