Commit graph

39 commits

Author SHA1 Message Date
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
rillig
a8c0b66d91 Fixed rillig warnings:
- WARN: Makefile:17: ONLY_FOR_PLATFORMS should be modified using "+=".
2005-12-17 10:52:53 +00:00
joerg
1f6a39a84e First step at reworking Linux binary packages.
Change most pkgs to depend on either
emulators/suse_linux/Makefile.application (normal pkgs) or
Makefile.common (suse91 and suse themselves) to filter out Operating
Systems without Linux ABI support. Use CPU masks to limit the pkg to
supported platforms.
2005-12-12 14:43:23 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
wiz
23bf1936f9 Reset maintainer: river-styx dot org does not resolve. 2005-09-27 16:09:50 +00:00
veego
564ba01198 Replace the pre-patch target with a do-patch one, because the patch which
was copied in pre-patch wasn't applied.
This fix an installation problem.
2005-08-10 17:12:32 +00:00
jlam
e46a9dd380 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
rillig
f795c2e475 Removed trailing white-space. 2005-05-23 08:26:03 +00:00
agc
b12d62efb5 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
veego
ab852a7a50 Use the extended PLIST_SRC support which now also reads:
PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g}
PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g}
and remove the package hack for MD PLIST files.

Rename PLIST.pre to PLIST.common and PLIST.post to PLIST.common_end
2005-02-21 21:24:06 +00:00
grant
9489b6a49c whitespace fixes 2005-02-20 12:58:09 +00:00
hubertf
555796ef53 Improve wording, suggested by iceblox@IRC 2004-08-28 19:47:23 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
markd
bea69519a7 Should have removed these in last change. 2003-08-11 10:44:15 +00:00
markd
c77b12a32a Update to latest versions (7.00.77757 for i386, 7.02.78662 for sparc).
Changes unknown.
While here make package work for Linux (untested) and Solaris.
Incorporates PR pkg/22209 from Stephen Borrill.
2003-08-11 10:39:32 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
jschauma
d928b8f223 De-confusify: Let emulators/suse_*/Makefile.* _not_ include bsd.pkg.mk, but rather
make all packages that use linux emulation include bsd.pkg.mk as the
last files just like any normal package.
2003-03-26 04:05:37 +00:00
wiz
e42494f432 Update to latest available versions (6.30.1052 for i386, 6.30.1061
for sparc). From Murray Armfield in PR 19210.
Changes are unknown.
2003-03-14 10:15:55 +00:00
kristerw
f98cce0862 Make this install using the NetBSD-current cpio too by the patch
from Onno van der Linden in PR 19140.

While here, also add the portability change suggested by David Laight
in the audit trail to the PR.

This also closes PR 19232.
2003-01-15 22:41:32 +00:00
schmonz
0a1bd5acad Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate. 2002-12-07 02:38:52 +00:00
cjep
2f6f55d77a Fix whitespace and RCS tag pkglint fatalities. 2002-11-26 21:43:49 +00:00
dmcmahill
d2f4ceb16e update to the latest citrix_ica client. The current versions are:
i386:  citrix_ica-6.30.1050
sparc: citrix_ica-6.20.985

Update provided in PR pkg/17192 by Murray Armfield.

Submitter could not find an update list to the client program but
noticed the following changes:
  - Auto reconnect option
  - Smart card logons
  - proxy/firewall configuration changes, now takes https and netscape settings for firewall.
2002-08-05 00:34:56 +00:00
grant
0557cb9e28 for i386, set DEPENDS on suse_x11 to >=6.0 (tested on 1.5.2 with
suse_x11 6.1p1).

avoids unncessarily upgrading suse_* on older installations.
2002-06-24 22:44:10 +00:00
tron
b6343d0c10 Use "suse_linux/Makefile.application" to pick correct SuSE packages. 2002-04-04 12:29:46 +00:00
jmc
138d32081d Provide PKGNAME defaults so lintpkgsrc is happy 2002-03-17 03:37:56 +00:00
martti
7d86586dff * Refuse to install if ${PREFIX}/lib/ICAClient already exists (otherwise
the installation program goes crazy)
* Fix path in the license generation script
2002-01-21 13:19:08 +00:00
martti
c2e72a7ebf Updated citrix_ica to 6.20.97x (list of changes is unknown)
* i386: x=3, sparc: x=9
* fixed dependency to suse_x11
2002-01-18 11:50:40 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
wiz
cf1a755ba3 Swap contents of PLIST.pre and PLIST.post; dirrm's should be in PLIST.post. 2001-06-26 11:09:28 +00:00
wiz
79109b4710 Add 'mkdir -p ~/ICAClient' as requested in pkg/13030 by Juha Ylitalo. 2001-06-26 09:05:53 +00:00
dmcmahill
fba2acda33 use a common patches directory and distinfo file, but use
patch-${MACHINE_ARCH}-a[a-z] for the patch file names so we
can find the right one per suggestions on tech-pkg.
2001-05-08 23:58:44 +00:00
dmcmahill
9b539ba27b add missing RCS id and remove spurious sha1 line. 2001-05-06 13:14:41 +00:00
dmcmahill
7c51d9cd94 uncomment some tests i'd commented out for testing... 2001-05-05 17:27:17 +00:00
dmcmahill
048ffad3c0 get this to go on sparc as well as i386. The distfiles are different
and hence patches can't be shared.  Also, there are some minor PLIST
differences.
2001-05-05 17:24:10 +00:00
wiz
433b62957e Move to sha1 checksum, and/or add distfile sizes. 2001-04-21 11:23:08 +00:00
agc
2d6b6a009c + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:43:32 +00:00
wiz
46f97f0fb6 Add bogus DISTNAME so that this package doesn't bomb out on non-supported
platforms.
2001-03-23 14:53:43 +00:00
wiz
097ade325f Initial import of Citrix ICA, based on a package supplied by
Martti Kuparinen in pkg/12083:
Citrix(R) client for the MSW Terminal Server.
Beware of the license.
Supported platforms: NetBSD-*-i386 and NetBSD-*-sparc, though the latter
is untested.
2001-03-20 19:06:12 +00:00