Commit graph

35 commits

Author SHA1 Message Date
abs
51cc9846e7 checkin the right version for the v1.11 bump 2005-07-06 19:16:15 +00:00
abs
9d951e01a0 update ns-remote to 1.11:
ns-remote can handle URL encoded ','s in URLs
2005-07-06 19:13:24 +00:00
jlam
e46a9dd380 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
abs
b68b18fccc update ns-remote to 1.10:
- when giving the URL to a running 'netscape' do not explicitly
      specify a new window, let the browser decide (allows firefox to
      use a new tab based on user preference)
    - move firefox ahead of communicator in preference terms
2005-03-23 11:40:34 +00:00
bad
50a622c56a main()'s return type cannot be "void".
Bump PKGREVISION.
2005-03-08 20:15:14 +00:00
wiz
809ad6f2f7 Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
snj
744218de39 Convert to buildlink3. 2004-04-30 05:25:59 +00:00
grant
d7d8a78f60 use LDFLAGS.SunOS instead of conditional. 2004-02-14 01:04:02 +00:00
grant
235353fc2d replace phoenix with firefox in ns-open.
bump PKGREVISION.
2004-02-14 01:03:29 +00:00
grant
4a59eff404 style and whitespace nits. 2003-08-14 04:56:43 +00:00
grant
0dab73ff9d add some phoenix and mozilla browsers to NETSCAPE_PREFERRED.
bump to 1.9.
2003-08-14 04:55:58 +00:00
abs
f832cfe73e Updated ns-remote to 1.8:
- Use 'openURL(about:blank,new-window)' rather than 'openBrowser', so
      we can open blank windows with Mozilla >= 1.3. From Todd Vierling
2003-08-05 20:22:45 +00:00
martti
33e2a02324 COMMENT should start with a capital letter. 2003-07-22 04:14:17 +00:00
abs
930260816a Update to 1.7
'Support' netscape7
	Fix multiple entry NETSCAPE_PREFERRED logic
2002-09-20 11:26:51 +00:00
jlam
a020ed9056 Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
2002-08-25 21:50:52 +00:00
abs
bd56a9518d Update ns-remote to 1.6
Replace 'ns-remote: not running on display :0.0' error message with more
    appropriate 'Netscape not running. Spawning new browser in the background'
    From Benjamin Wong in PR pkg/15615
2002-03-26 22:43:46 +00:00
abs
3f37449330 correctly quote $@ 2002-03-11 10:18:25 +00:00
abs
d4a1e34209 Update ns-remote to 1.5:
Change ns-open to always start a new netscape process for URLs containing a
comma, rather than trying to URL encode them.
The XChangeProperty() call inside ns-remote interprets commas as deliminating
optional arguments and does not handle URL encoded commas.
Fixes PR pkg/14984 from reed@reedmedia.net
2001-12-22 14:43:19 +00:00
zuntum
431e7a7dda Move pkg/ files into package's toplevel directory 2001-11-01 02:15:23 +00:00
jlam
63fc151cb9 Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded references
to ${X11BASE} in the header and library search paths into references to
${LOCALBASE}/share/x11-links.  These packages should now be strongly-
buildlinked regardless of whether xpkgwedge is installed.

Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and
lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-08-29 22:41:00 +00:00
abs
ce231fc6e0 Permit netscape to default to mozilla as well as communicator and navigator.
Leave default as communicator
2001-07-27 14:26:18 +00:00
jlam
209a5f21c5 Mark as USE_BUILDLINK_ONLY. 2001-07-22 01:08:12 +00:00
skrll
aa3c03b75a Move to sha1 digests, and add distfile sizes. 2001-04-20 12:02:30 +00:00
agc
8f972b049a + 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 12:12:16 +00:00
wiz
a0745845b3 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:21:28 +00:00
tron
7fc7dbf49e Make this build under Solaris with XFree86. 2001-01-19 21:29:19 +00:00
tron
96d633fa06 Fix this script for Solaris's "/bin/sh". 2001-01-12 23:11:05 +00:00
abs
4367d45e3c Update for new 'netscape' wrapper, plus note 'NS_NAVIGATOR' variable 2000-09-02 23:18:26 +00:00
abs
a4c2ad1f11 Extend ns-open for potential replacement of the 'netscape' binary
Update ns-remote to 1.3
2000-09-01 16:05:19 +00:00
abs
fe63671277 Update to 1.2 - escape ` in urls in ns-open 2000-08-29 09:04:03 +00:00
simonb
bffb1ad202 Use LDFLAGS to get ELF -Wl,-R stuff, and use USE_X11 to get X library
paths.
2000-01-13 05:12:15 +00:00
simonb
789d47fa3f Add RCSID. 2000-01-13 05:01:52 +00:00
abs
2efba59bdb ns-remote 1.1 - remote-control Netscape Navigator and Communicator 2000-01-12 15:03:41 +00:00