Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-28 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2010-02-16 | Fix DESTDIR support | joerg | 1 | -2/+3 | |
2009-04-09 | Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. | joerg | 1 | -2/+1 | |
2009-02-13 | Add PKG_DESTDIR_SUPPORT | abs | 1 | -2/+3 | |
2006-09-29 | update netscape to netscape-20040123nb4: | abs | 2 | -4/+5 | |
- Solaris 7 sh doesn't understand "export beer=good" syntax, so split into separate lines - from Abel Chow in pkg/34619 | |||||
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 | |
2006-01-24 | Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because | wiz | 1 | -2/+2 | |
of the shlib major bump. PKGREVISION++ for the dependencies. | |||||
2005-06-17 | Create directories before installing files into them. | jlam | 1 | -1/+3 | |
2004-05-04 | This does not need buildlink2. | snj | 1 | -3/+1 | |
2004-03-15 | Include ../../mk/bsd.prefs.mk before setting NETSCAPE_PREFERRED_DEFAULT | veego | 1 | -1/+3 | |
and using NS_PREFERRED which can be defined in /etc/mk.conf. This was broken in rev 1.16, when the include of ../navigator/Makefile.common was removed, which included before mk/bsd.prefs.mk. | |||||
2004-03-09 | MozillaFirebird and MozillaFirebird-bin does not exist, use | kristerw | 1 | -2/+3 | |
firefox and firefox-bin instead. Bump PKGREVISION. | |||||
2004-01-23 | Update netscape to 20040123 | abs | 1 | -16/+10 | |
Update NETSCAPE_PREFERRED_DEFAULT to MozillaFirebird:mozilla:MozillaFirebird-bin:netscape7:communicator:navigator Switch froom 'navigator' version to datestamp | |||||
2003-09-30 | only pull in ../../emulators/suse_linux/Makefile.application if we are | dmcmahill | 1 | -1/+5 | |
actually using a Linux version of netscape. Fixes build on alpha under compat_osf1 and probably sparc under compat_svr4. | |||||
2003-08-08 | improve COMMENT. | grant | 1 | -2/+2 | |
2003-05-09 | Explicitly handle phoenix & phoenix-bin, plus any www package the user chooses. | abs | 1 | -9/+6 | |
This is an awkward package as it takes its version from the browser on which it depends. Thoughts welcomed. | |||||
2003-03-28 | NO_PATCH is deprecated, says pkglint. Remove it. | wiz | 1 | -2/+1 | |
2003-03-26 | De-confusify: Let emulators/suse_*/Makefile.* _not_ include bsd.pkg.mk, but ↵ | jschauma | 1 | -1/+2 | |
rather make all packages that use linux emulation include bsd.pkg.mk as the last files just like any normal package. | |||||
2002-10-13 | Make more readable, and fix right hand side of DEPENDS. | wiz | 1 | -2/+2 | |
2002-09-20 | Handle netscape7, and used sed rather than what would need to be four | abs | 3 | -30/+17 | |
versions of the startup script. The versioning here depends on the navigator package and is difficult to fix cleanly... | |||||
2002-08-25 | Merge packages from the buildlink2 branch back into the main trunk that | jlam | 1 | -1/+3 | |
have been converted to USE_BUILDLINK2. | |||||
2002-04-05 | Include "emulators/suse_linux/Makefile.application" here after the custom | tron | 1 | -2/+2 | |
targets got defined. | |||||
2002-03-11 | correctly quote $@ | abs | 2 | -4/+4 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -2/+2 | |
2001-09-27 | Mechanical changes to 375 files to change dependency patterns of the form | jlam | 1 | -4/+4 | |
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this. | |||||
2001-09-09 | Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of: | agc | 1 | -2/+2 | |
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value). | |||||
2001-07-27 | Permit netscape to default to mozilla as well as communicator and navigator. | abs | 3 | -8/+26 | |
Leave default as communicator | |||||
2001-04-12 | Depend on {communicator,navigator}-* rather than {communicator,navigator}* | abs | 1 | -3/+3 | |
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+3 | |
2000-10-21 | NO_CHECKSUM is set, so we don't need an (empty) md5 file | wiz | 1 | -2/+0 | |
2000-09-02 | Netscape 'wrapper' which will use ns-remote to open a new netscape window, | abs | 6 | -0/+48 | |
or run communicator/navigator if needed |