Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-07-22 | Packages that use GNU configure scripts and C++ also need a working C | rillig | 1 | -2/+2 | |
compiler. | |||||
2006-07-22 | Added "c" to USE_LANGUAGES for packages that use GNU configure scripts, | rillig | 1 | -2/+2 | |
since they always need a C compiler, even when the source code is completely in C++. For some other packages, stated in the comment that a C compiler is really not needed. | |||||
2006-07-20 | Renaming cmakelists.txt to CMakeLists.txt must be done in post-extract, | rillig | 1 | -2/+2 | |
since it is the extract phase where the wrong filenames come from. Now patch-af finds the file to patch, which it didn't before. | |||||
2006-07-19 | Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrc | jlam | 3 | -7/+3 | |
had actually been ignoring LTCONFIG_OVERRIDE anyway and just using the default LIBTOOL_OVERRIDE to replace libtool scripts in packages. This just formalizes the fact that LTCONFIG_OVERRIDE is not used meaningfully by pkgsrc. | |||||
2006-07-13 | Remove illegal and unnecessary cast on left side of | gson | 2 | -1/+17 | |
assignment to make it compile with gcc 4.1.2 | |||||
2006-07-12 | Sorted PLIST. | rillig | 2 | -615/+615 | |
2006-07-10 | Completely nuke the concept of PKG_PHASE from pkgsrc except for the | jlam | 2 | -6/+27 | |
purposes of caching MAKEVARS within bsd.pkg.mk and bsd.makevars.mk. | |||||
2006-07-09 | update to gnucap-2006-07-08. | dmcmahill | 12 | -347/+188 | |
Many improvements since the last packaged version including, but not limited to: - enhanced transient timestep control algorithm which is significantly more accurate than spice now. - enhanced compatibility with hspice netlists - named nodes (as opposed to numbered only nodes) work now - improvements to the bsim3v3 model support - migration from a custom build system to a GNU autoconf/automake based build system. | |||||
2006-07-08 | Change the format of BUILDLINK_ORDER to contain depth information as well, | jlam | 5 | -10/+10 | |
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto | |||||
2006-07-08 | Track information in a new variable BUILDLINK_ORDER that informs us | jlam | 5 | -5/+10 | |
of the order in which buildlink3.mk files are (recursively) included by a package Makefile. | |||||
2006-06-30 | Use latex2html-[0-9]* instead of latex2html. Build dependency, so no | joerg | 1 | -2/+2 | |
change. | |||||
2006-06-26 | Add DragonFly to list of systems with libtcl84, otherwise the | joerg | 3 | -10/+24 | |
library is not found and TCL gets rejected. | |||||
2006-06-26 | Added patch-af, which makes Cmake find its source files. The package | rillig | 3 | -3/+46 | |
still does not build for me (linker errors). Also, a C compiler is needed. | |||||
2006-06-26 | CHECK_INTERPRETER_SKIP+= share/examples/* | rillig | 1 | -1/+3 | |
2006-06-22 | Regen patchsum. | joerg | 1 | -2/+2 | |
2006-06-21 | Regen patch-ac without context, GNU patch is too stupid to deal with | joerg | 2 | -9/+6 | |
asymmetric context. Fixes PR 33783. | |||||
2006-06-21 | Remove conflicting declaration of calloc() and malloc(); include stdlib.h | minskim | 3 | -9/+29 | |
instead. | |||||
2006-06-21 | Make this package build with gcc-4. | minskim | 6 | -1/+106 | |
2006-06-18 | Fixed the path to the AWK interpreter of bin/spice2sim. This is needed for | rillig | 1 | -2/+8 | |
all bulk builds with CHECK_INTERPRETER=yes. Bumped PKGREVISION. | |||||
2006-06-17 | Missed updating the Makefile for qcad's ancillary bits. | chap | 1 | -1/+6 | |
2006-06-16 | Needs Perl for document splitting. | joerg | 1 | -1/+2 | |
2006-06-15 | Library of ~4500 assorted parts for QCad. | chap | 4 | -0/+10137 | |
2006-06-15 | Hungarian qcad manual 2.0.4.0 (2.0.5.0 did not update docs). | chap | 4 | -0/+368 | |
2006-06-15 | German qcad manual (2.0.4.0; 2.0.5.0 did not update docs.) | chap | 4 | -0/+419 | |
2006-06-15 | Czech version of QCad manual (2.0.4.0; 2.0.5.0 did not update docs). | chap | 4 | -0/+363 | |
2006-06-15 | English version of qcad manual (for 2.0.4.0; 2.0.5.0 didn't update docs). | chap | 5 | -0/+437 | |
2006-06-15 | qcad-2.0.5.0 Community Edition at last imported from wip. While the old | chap | 11 | -1634/+230 | |
1.5.4 release was something of a toy, QCad was thoroughly reworked for 2.0 and could now be called usable for many practical purposes. Versions 2.0.4.0 (initially) to 2.0.5.0 have been usable in wip for a bit more than a year, and so seem ready to import. "Yes, that should be fine. Please watch the bulk builds for it and try to fix any problems that might appear." -wiz@ Updates to pkglint now produce some new suggestions, which I will make and commit after confirming they don't break anything; at least this version I already know to build successfully for me. | |||||
2006-06-11 | Needs pkg-config. | joerg | 1 | -2/+2 | |
2006-06-11 | Uses libtool during configure. | joerg | 1 | -1/+2 | |
2006-06-07 | This package needs dlopen. | minskim | 3 | -7/+14 | |
2006-06-06 | Uses C++. | joerg | 1 | -1/+2 | |
2006-06-02 | Needs Python 2.2 or later. | joerg | 1 | -1/+2 | |
2006-05-31 | Forgotten patchsum. | joerg | 1 | -1/+2 | |
2006-05-28 | For building verilog, lex is indeed needed. | rillig | 1 | -2/+2 | |
2006-05-26 | remove runtime dependency on qt3-tools, it is only needed for building | dmcmahill | 1 | -6/+2 | |
2006-05-26 | Make a number of copy constructors public and use C++. | joerg | 5 | -2/+68 | |
2006-05-22 | USE_LANGUAGES=c++ | wiz | 1 | -1/+2 | |
2006-05-22 | Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk where | jlam | 1 | -2/+1 | |
it will live with other "check" targets run after package installation. Get rid of SHLIB_HANDLING, whose meaning had mutated over the years from one thing to another. Currently, it is used to basically note whether the system's "ldd" command can be usefully run on the package's binaries and libraries. Rename this variable to CHECK_SHLIBS_SUPPORTED for more clarity. CHECK_SHLIBS is now a variable set exclusively by the user in /etc/mk.conf to note whether the check for missing run-time search paths is performed after a package is installed. It defaults to "no" unless PKG_DEVELOPER is set. | |||||
2006-05-22 | Needs bison. | joerg | 1 | -2/+2 | |
2006-05-21 | Fixed pkglint warnings. | rillig | 5 | -18/+19 | |
2006-05-21 | Removed default comment. | rillig | 1 | -11/+1 | |
2006-05-21 | Fixed pkglint warnings. Since bison and lex are not used when building, | rillig | 3 | -29/+11 | |
they don't need to be defined in USE_TOOLS. | |||||
2006-05-14 | Uses C++. | joerg | 1 | -1/+2 | |
2006-05-13 | Remove references to teTeX1. | minskim | 2 | -4/+4 | |
2006-05-06 | update to verilog-0.8.2. Adds edif output, contains several bug fixes for | dmcmahill | 3 | -8/+10 | |
compatibility with more c++ compilers. | |||||
2006-05-04 | update MyHDL to 0.5.1 | drochner | 8 | -29/+26 | |
There is no usable changelog; I've found one real bug closed in the tracker: A verilog '>>>' is generated as appropriate for signed numbers. | |||||
2006-05-02 | add missing LICENSE. Noted by Greg Troxel | dmcmahill | 1 | -1/+2 | |
2006-04-25 | Use an options group for the gui selection (gtk vs motif). Suggested | dmcmahill | 1 | -4/+7 | |
by Thomas Klausner. | |||||
2006-04-23 | update to pcb-20060422. This release represents a fairly major overhaul | dmcmahill | 3 | -11/+41 | |
of PCB. In particular, the core code has been isolated from the GUI code and there are now both GTK and Motif/Lesstif GUI's available. In addition, command line exporting to RS-274-X, postscript, encapsulated postscript and png are directly supported. In addition, there have been many bug fixes since the last packaged snapshot release. | |||||
2006-04-22 | Removed the superfluous "quotes" and 'quotes' from variables that don't | rillig | 3 | -6/+6 | |
need them, for example RESTRICTED and SUBST_MESSAGE.*. |