summaryrefslogtreecommitdiff
path: root/comms
AgeCommit message (Collapse)AuthorFilesLines
2004-04-11Convert to buildlink3.snj3-9/+9
2004-04-11Convert to buildlink3.snj1-2/+2
2004-04-11Convert to buildlink3.snj12-28/+28
2004-03-30Use buildlink3 framework to fix bad shared library runtime path totron1-8/+6
OpenSSL libraries. Bump package revision because previous version of this package didn't work on systems with OpenSSL from "pkgsrc".
2004-03-30Finish the conversion to buildlink3 (hi soren! (the other one)). Thissnj1-2/+2
fixes PR pkg/24888.
2004-03-26Check Perl pre-requisites last. This way, avoid pulling in perl-5.6.xrh1-2/+2
first and then a package that might require perl-5.8.x. Should fix bulk builds.
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz4-6/+8
Buildlink files: RECOMMENDED version changed to current version.
2004-03-23USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.jlam3-6/+6
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam2-6/+4
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-17Fix patch path.soren2-5/+5
2004-03-17Update to gsmlib-1.10:soren4-25/+21
- reactivated code in gsm_at to retry sending PDU after unsolicited result code - added description of unicode handling to FAQ - compilation fixes for gcc-3.0.4 - added quick exit for ATZ in UnixSerialPort constructor if phone gives ERROR - added fix for phones that return +CLIP: "Number not available." instead of giving caller ID - added get/setCLIRPresentation() functions to MeTa (contribution by ivan) - added "NO CARRIER" event to the event mechanism (contribution by clock) - added Win32 port of gsmsmsd (thanks to Konstantin Forostyan) - further extented Win32 port of gsmsmsd to handle outgoing messages - fixed problem with Ericsson T39m SMS sending (zero bytes in handshake) - added capability to send concatenated SMSs in gsmsmsd and gsmsendsms - fixed unsigned/signed char problems in Unix/Win32 serial port implementations - added capability to send multiple SMSs to gsmsendsms/gsmsmsd
2004-03-16Use Tcl/Tk 8.4.x, bump package revision because of that.tron1-10/+9
2004-03-16Add ruby to CATEGORIES.taca1-2/+2
2004-03-13Make this package compile on LP64 architectures.kristerw1-3/+6
2004-03-08Enable tk84 and replace x11/tk with x11/tk83. Packages compatibleminskim2-4/+4
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-08Replace lang/tcl with lang/tcl83. Packages compatible with 8.4 willminskim1-2/+2
be updated to depend on lang/tcl after Tcl/Tk update.
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv1-3/+3
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam3-32/+24
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-26add an alternate ftp location for the time beingitojun1-2/+3
2004-02-26Add and enable openobex and obexftp.jmmv1-1/+3
2004-02-26Initial import of obexftp, version 0.10.3:jmmv11-0/+164
The overall goal of ObexFTP is to make mobile devices featuring the OBEX protocol and adhering to the OBEX FTP standard accessible by an open source implementation. The common usage for ObexFTP is to access your mobile phones memory to store and retrieve e.g. your phonebook, logos, ringtones, music, pictures and alike.
2004-02-26Initial import of openobex, version 1.0.1:jmmv5-0/+60
The overall goal of the OpenOBEX project is to make an open source implementation of the Object Exchange (OBEX) protocol. OBEX is a session protocol and can best be described as a binary HTTP protocol. OBEX is optimised for ad-hoc wireless links and can be used to exchange all kind of objects like files, pictures, calendar entries (vCal) and business cards (vCard).
2004-02-21bl3ify and enable pkgviews installation.minskim3-7/+15
2004-02-21s/extention/extension/ OED says "extention" is obsolete.snj1-2/+2
2004-02-14bl3ify and add explicit dependency on pkgconfig.minskim2-5/+32
2004-02-14bl3ifyminskim2-5/+29
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam4-11/+6
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-12Let this package compile - no point in redefining sys_nerr, sys_errlistagc2-13/+20
and friends these days - <errno.h> should have them.
2004-02-10PERL5_REQD is now a list of values, so append to its value instead ofjlam1-2/+2
setting it.
2004-01-27Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248heinz1-3/+3
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant9-18/+18
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc12-24/+25
2004-01-12Sort.seb1-14/+14
2004-01-12Add missing man page.seb1-1/+2
2004-01-12Remove info file from PLIST files.seb2-8/+2
2004-01-12Lint (sort DISTNAME section)cjep1-2/+2
2004-01-12Remove unnecessary blank lines.cjep1-2/+1
2004-01-05bl3ifyjlam1-3/+5
2004-01-03Bump package revisions for tiff update.reed8-15/+16
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2004-01-01Drop maintainership, (thankfully) i don't use the Siemens phone anymore.salo1-2/+2
2003-12-28Remove me as maintainer of this package.tron1-2/+2
2003-12-28Fix GCC 3.3.x related build problem.tron3-1/+31
2003-12-20Don't make the outgoing fax spool directory chmod 1777. Unprivleged usersfredb2-9/+6
are supposed to use "faxspool" to submit faxes for sending, as explained by Gert Doering (mgetty's author) on tech-pkg.
2003-12-20Let "faxq" and "faxrm" find the "faxrunq-helper" in ${PREFIX} (which isfredb3-1/+29
probably not "/usr/local").
2003-12-19Bump PKGREVISION for packages which install files into RUBY_ARCHLIBDIR,sketch1-1/+2
which has changed for Solaris installs.
2003-12-13Bump PKGREVISION for atk library major bump.wiz3-6/+6
2003-12-08The libraries installed are linked to curses library (as seen onreed2-2/+4
NetBSD and Linux). On a non-NetBSD sysrtem, kdepim3 failed to build because was missing libncurses.la file. I did not bump any PKGREVISIONs, because under my tests either it worked fine before, because libcurses was part of base OS, or the packages didn't build in the first place.
2003-11-21Update hylafax to 4.1.8:abs2-5/+5
fix remote format string vulnerability in hfaxd (11 Nov 2003) PR pkg/23511 from Andreas Hallmann
2003-11-16Fix for a problem shown up by bulk builds - we need the {RPATH_FLAG} asagc1-2/+2
well as the -L flag when linking.
2003-11-14Make this install cleanly.wiz2-4/+5
XXX: cleanup /var/spool/efax on deinstall XXX: permissions ok on /var/spool/efax?