aboutsummaryrefslogtreecommitdiffstats
path: root/lang/njs
Commit message (Collapse)AuthorAgeFilesLines
* The port does not install any additional docs/examples anyways, so removedanfe2007-07-051-6/+0
| | | | the useless target.
* - Fix the build with GCC 4.2 [1]danfe2007-07-052-26/+12
| | | | | | | - Nuke trivial pkg-message.in - Usual round of Makefile cleanups Reported by: pointyhat (logs) [1]
* BROKEN with gcc 4.2kris2007-05-271-1/+7
|
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-151-1/+1
| | | | | | | - these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* Remove USE_REINPLACE from the categories starting with Ledwin2006-05-101-4/+0
|
* Conversion to a single libtool environment.ade2006-02-232-2/+4
| | | | Approved by: portmgr (kris)
* - Add SHA256pav2005-11-251-0/+1
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* Store a copy of the distfile on MASTER_SITE_LOCALarved2005-11-131-5/+2
|
* Mark as BROKEN: does not fetch, mastersite disappeared.linimon2005-10-102-6/+5
| | | | Source: distfile survey
* Switch back to USE_INC_LIBTOOL_VER and don't install .la files.thierry2005-07-151-1/+1
| | | | Reported by: Kris via pointyhat
* Add two MASTERSITES without redirection.thierry2005-07-121-1/+3
| | | | Requested by: kris
* - Remove a bogus ftp site from MASTER_SITES (1);thierry2005-07-114-16/+8
| | | | | | | | - use external libtool; - pet portlint; - release maintainership. Reported by: Kris via pointyhat (1)
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* SIZE-ify my ports.thierry2004-03-191-0/+1
| | | | | Submitted by: Trevor Johnson <trevor@FreeBSD.org> Approved by: mat (mentor).
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* lang/njs: changing conflicts.edwin2003-10-141-8/+2
| | | | | | | | | - removing conflict detection with converters/kdesupport11; - lang/njs and lang/spidermonkey install bin/js (noted by Oliver Eikemeier <eikemeier@fillmore-labs.com>). PR: ports/57972 Submitted by: Thierry Thomas <thierry@pompo.net>
* De-pkg-comment.knu2003-02-212-1/+1
|
* PERL -> REINPLACE_CMDijliao2002-07-082-5/+16
| | | | | PR: 40289 Submitted by: maintainer
* - check the conflict with converters/kdesupport11, which installsokazaki2002-01-292-1/+13
| | | | | | | | | | | | | old versions of njs's files. - build and install shared library files. (both requested by Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>) - remove a redundant MAKE_ARG setting added at the previous commit. Bump PORTREVISION. PR: 34333 Submitted by: maintainer
* Add njs 0.2.5,okazaki2002-01-227-0/+84
NJS (NGS) is a standalone JavaScript/ECMAScript interpreter. PR: 33842 Submitted by: thierry@pompo.net