Commit graph

695 commits

Author SHA1 Message Date
tron
0431fdbb35 Use buildlink3 framework to fix bad shared library runtime path to
OpenSSL libraries. Bump package revision because previous version of
this package didn't work on systems with OpenSSL from "pkgsrc".
2004-03-30 21:04:21 +00:00
snj
33bc07b617 Finish the conversion to buildlink3 (hi soren! (the other one)). This
fixes PR pkg/24888.
2004-03-30 07:03:34 +00:00
rh
75a70ec717 Check Perl pre-requisites last. This way, avoid pulling in perl-5.6.x
first and then a package that might require perl-5.8.x.

Should fix bulk builds.
2004-03-26 22:40:01 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
jlam
326169077a USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined. 2004-03-23 04:40:59 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
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-18 09:12:08 +00:00
soren
66d0530cfc Fix patch path. 2004-03-17 07:35:23 +00:00
soren
f0369246e1 Update to gsmlib-1.10:
- 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-17 07:07:43 +00:00
tron
c5000ca018 Use Tcl/Tk 8.4.x, bump package revision because of that. 2004-03-16 11:23:43 +00:00
taca
d428fd9d93 Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
kristerw
6860acd442 Make this package compile on LP64 architectures. 2004-03-13 17:16:13 +00:00
minskim
2827f5b2d8 Enable tk84 and replace x11/tk with x11/tk83. Packages compatible
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-08 20:27:13 +00:00
minskim
ac690cf634 Replace lang/tcl with lang/tcl83. Packages compatible with 8.4 will
be updated to depend on lang/tcl after Tcl/Tk update.
2004-03-08 19:52:50 +00:00
jmmv
ae5a97419f Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
2004-03-08 19:40:36 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
itojun
e78b3466c5 add an alternate ftp location for the time being 2004-02-26 23:10:09 +00:00
jmmv
3d7cfcce84 Add and enable openobex and obexftp. 2004-02-26 12:51:37 +00:00
jmmv
0c7584ad33 Initial import of obexftp, version 0.10.3:
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-26 12:50:43 +00:00
jmmv
edeebe6424 Initial import of openobex, version 1.0.1:
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-26 12:49:23 +00:00
minskim
f5a277553b bl3ify and enable pkgviews installation. 2004-02-21 08:18:14 +00:00
snj
872838a448 s/extention/extension/ OED says "extention" is obsolete. 2004-02-21 06:42:29 +00:00
minskim
38b5aec2f4 bl3ify and add explicit dependency on pkgconfig. 2004-02-14 18:43:43 +00:00
minskim
e534561986 bl3ify 2004-02-14 18:31:23 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
agc
22ac1db7bf Let this package compile - no point in redefining sys_nerr, sys_errlist
and friends these days - <errno.h> should have them.
2004-02-12 12:57:10 +00:00
jlam
57ec57613f PERL5_REQD is now a list of values, so append to its value instead of
setting it.
2004-02-10 02:22:49 +00:00
heinz
18a916d5e6 Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248 2004-01-27 00:53:10 +00:00
grant
ef741f8a1a replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 07:49:20 +00:00
agc
dc52048e01 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
seb
0843c7d180 Sort. 2004-01-12 21:33:52 +00:00
seb
ea9b8e29cd Add missing man page. 2004-01-12 20:52:19 +00:00
seb
07d02e617b Remove info file from PLIST files. 2004-01-12 20:37:56 +00:00
cjep
f2b9ff1eda Lint (sort DISTNAME section) 2004-01-12 10:38:22 +00:00
cjep
1b39677b6e Remove unnecessary blank lines. 2004-01-12 09:46:04 +00:00
jlam
6ff48e076b bl3ify 2004-01-05 11:53:39 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
salo
19734ec262 Drop maintainership, (thankfully) i don't use the Siemens phone anymore. 2004-01-01 16:38:46 +00:00
tron
0f56e6ff31 Remove me as maintainer of this package. 2003-12-28 21:54:31 +00:00
tron
4c39a3cc42 Fix GCC 3.3.x related build problem. 2003-12-28 21:53:44 +00:00
fredb
7e62289743 Don't make the outgoing fax spool directory chmod 1777. Unprivleged users
are supposed to use "faxspool" to submit faxes for sending, as explained
by Gert Doering (mgetty's author) on tech-pkg.
2003-12-20 20:09:50 +00:00
fredb
15c2645f6b Let "faxq" and "faxrm" find the "faxrunq-helper" in ${PREFIX} (which is
probably not "/usr/local").
2003-12-20 20:06:38 +00:00
sketch
c9989faa7d Bump PKGREVISION for packages which install files into RUBY_ARCHLIBDIR,
which has changed for Solaris installs.
2003-12-19 12:04:20 +00:00
wiz
391b5798e6 Bump PKGREVISION for atk library major bump. 2003-12-13 00:45:21 +00:00
reed
a49d2431a2 The libraries installed are linked to curses library (as seen on
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-12-08 21:48:09 +00:00
abs
6df7dc8c09 Update hylafax to 4.1.8:
fix remote format string vulnerability in hfaxd (11 Nov 2003)
    PR pkg/23511 from Andreas Hallmann
2003-11-21 09:26:23 +00:00
agc
83e5a4f9fd Fix for a problem shown up by bulk builds - we need the {RPATH_FLAG} as
well as the -L flag when linking.
2003-11-16 12:21:33 +00:00
wiz
d510ecf73a Make this install cleanly.
XXX: cleanup /var/spool/efax on deinstall
XXX: permissions ok on /var/spool/efax?
2003-11-14 11:18:57 +00:00
jschauma
fe19bb05b5 PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
salo
f35979c642 PKGREVISION++ due to devel/popt update. 2003-11-12 01:31:47 +00:00
gavan
b45fdede45 Set USE_GCC_SHLIB. Fixes linking on Solaris. 2003-10-31 16:25:56 +00:00