Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-01-31 | Mark as BROKEN_IN pkgsrc-2006Q4, based on | wiz | 1 | -2/+2 | |
ftp://asim.lip6.fr/outgoing/packages/i386/3.1/20070114.1132/broken.html (latest 3.1/i386 bulk build of 2006Q4). Feel free to fix them... | |||||
2006-05-18 | Mark as BROKEN_IN pkgsrc-2006Q1 according to | wiz | 1 | -1/+3 | |
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html | |||||
2006-04-22 | Fixed pkglint warnings. Removed the BROKEN_IN line, since the package | rillig | 4 | -51/+75 | |
works for me. | |||||
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+3 | |
2006-01-04 | Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4 | schmonz | 1 | -3/+2 | |
rather than PKG_FAIL_REASON, so that they provide useful error messages in build logs, and so that they continue to work on platforms where they aren't broken. | |||||
2005-12-26 | Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386 | schmonz | 1 | -1/+4 | |
3.0. If one of these is important to you, please fix it in time for pkgsrc-2006Q1, or it may be removed. | |||||
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -2/+2 | |
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-10-29 | Correct the removal of .orig files so it does as intended, and thus | kristerw | 1 | -2/+2 | |
prevents those files from being installed. | |||||
2005-09-28 | Fixed pkglint warnings. | rillig | 1 | -4/+4 | |
2005-09-22 | If we add a patch for a docs directory which is copied wholesale (with pax), | jwise | 1 | -1/+2 | |
we need to make sure we clean up .orig files before the copy is done. | |||||
2005-06-17 | Create directories before installing files into them. | jlam | 1 | -1/+2 | |
2005-05-22 | Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: | jlam | 1 | -2/+2 | |
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison | |||||
2005-02-24 | Add RMD160 checksums. | wiz | 1 | -1/+2 | |
2004-01-24 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 1 | -2/+2 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+3 | |
2003-08-23 | Add pseudo-category 'java'. | jschauma | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -1/+1 | |
2003-04-10 | make ${PAX} usage consistent: | grant | 1 | -2/+2 | |
- group 'zrw' and 'p' args, -s last - use the && operator consistently - strip unneeded parens - some whitespace cleanup | |||||
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2002-12-31 | Mechanical conversion to use java-vm.mk. | jlam | 1 | -2/+2 | |
2002-10-10 | Use PKG_JAVA_HOME consistently instead of JAVA_HOME now that JAVA_HOME is | jlam | 1 | -2/+2 | |
no longer defined by bsd.pkg.mk. | |||||
2002-09-24 | Complete standardization of messages according to latest pkglint. | wiz | 1 | -3/+3 | |
2002-05-20 | Add NetBSD tag. | cjep | 1 | -0/+1 | |
2002-04-03 | Fix pax usage. | jwise | 1 | -3/+2 | |
2002-01-14 | Fix hidden assumption that ${JAVA_HOME}/bin was in invoking users path. | jwise | 3 | -3/+14 | |
Should fix bulk build. | |||||
2001-11-14 | Replace "${GTAR} cf - . | (cd ... ; ${GTAR} xf - )" pipelines with a | agc | 1 | -3/+2 | |
single instance of ${PAX}. | |||||
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -2/+2 | |
2001-10-22 | Build correctly even if user does not have CLASSPATH set. | jwise | 1 | -2/+2 | |
This should be in bsd.pkg.mk, and will move there soon. | |||||
2001-04-20 | Move to sha1 digests, and add distfile sizes. | skrll | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 1 | -1/+1 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-25 | Cleanup MKDIR usage => INSTALL_*_DIR | hubertf | 1 | -2/+2 | |
XXX need to teach pkglint to be more picky about this | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-01-29 | Add automatic ${VARIABLE} handling for MESSAGE files. | wiz | 2 | -5/+3 | |
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs. | |||||
2000-06-22 | Rework installs using GTAR to DTRT better WRT file owners and permissions | jwise | 1 | -1/+2 | |
2000-05-09 | Bring into line with the new java world order. | jwise | 3 | -57/+53 | |
2000-01-20 | Also build and install javadoc-generated API documentation. | jwise | 2 | -4/+38 | |
While here, fix typo which was causing un-substituted MESSAGE_FILE to be shown | |||||
2000-01-20 | Shorter COMMENT to fit within 80 characters in pkg_info output. | jwise | 1 | -1/+1 | |
2000-01-18 | nuke trailing period. | jwise | 1 | -1/+1 | |
2000-01-18 | Initial import of jssi-1.1.2. From pkg/DESCR: | jwise | 6 | -0/+78 | |
Apache JSSI parses JHTML files, executes the servlets as specified by the <SERVLET> tag and replaces those tags with the output of the executed servlet. The <SERVLET> tag can be seen as the server side equivalent of the <APPLET> tag. Note that SSI files for java servlets are called JHTML files in the apache context while SHTML files are usually for traditional SSI (like <!--#ECHO -->). This is a bit confusing since in the Java Web Server (SUN) context SHTML files are used for java servlet SSI files and JHTML is used for page compiled pages. Java Apache SSI does not support page compiling. |