Commit graph

1166 commits

Author SHA1 Message Date
adam
866b730e71 Revbump after updating boost 2012-07-02 13:37:35 +00:00
joerg
8ba77f5a5b Fix build with clang. 2012-06-29 12:31:12 +00:00
sbd
cdfc7f300d Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
marino
3e73a2ebcc cad/lc: Remove cat page installation
It seems like the document tarball is extracted twice, once into the
work directory and then again directly into the destdir.  To prevent the
cat pages from installing, the man directory was removed after the
second extraction.

At the same time, the hardcoded variations of "lc2.10" were replaced by
a variable to ease future upgrades.
2012-05-23 12:50:04 +00:00
marino
525d23c335 cad/simian-docs: Mark NOT-FOR-DRAGONFLY
Source unavailable, see policy:
<http://leaf.dragonflybsd.org/mailarchive/users/2012-05/msg00066.html>
2012-05-19 15:03:01 +00:00
marino
3ca89ea63f cad/simian: Mark NOT-FOR-DRAGONFLY
Source unavailable, see policy:
<http://leaf.dragonflybsd.org/mailarchive/users/2012-05/msg00066.html>
2012-05-19 15:02:13 +00:00
dholland
493d53554a Sort. 2012-05-07 18:15:59 +00:00
dholland
25321ebcc9 Whitespace. 2012-05-07 18:15:11 +00:00
dholland
1a3983b164 Build fix for new glib2. 2012-05-07 18:14:15 +00:00
dholland
0bcdacfbcf Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
2012-05-07 01:53:12 +00:00
dholland
5cf229bce0 Rearrange inline patches to hopefully work on both gcc and clang. 2012-05-05 22:14:42 +00:00
joerg
ecd5047068 Don't depend on GNU inline semantic. 2012-05-04 16:03:13 +00:00
wiz
4faa202860 Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
2012-04-08 19:08:44 +00:00
dholland
d02334d084 Work around automake failure that appeared recently. 2012-04-08 02:37:36 +00:00
reinoud
2f318b4d6b Unlimit stacksize when compiling this package. GCC gets haywire on its stack
since it gets into deep recursion of more than 15000 to 20000 function calls.
It does end and compile though.
2012-03-26 08:36:47 +00:00
reinoud
1877bb2b20 Fix message as per pkglint request 2012-03-26 08:33:41 +00:00
reinoud
5bde61aafd Add interpreter and portability check skips for files that are not used in
normal operation.
2012-03-26 08:15:07 +00:00
obache
34a560cbb0 Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
wiz
e64308b04b Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
hans
fca2e56d18 Fix build on SunOS. 2012-03-02 15:32:02 +00:00
hans
b051fc5ec1 Recursive bump from devel/boost-libs update. 2012-02-29 16:32:19 +00:00
hans
f1e5b69255 Fix build on SunOS.
Define endianess in Makefile, make sure it finds the tcl libraries.
2012-02-28 16:14:45 +00:00
reinoud
7978a6caa7 Add hint for users of this package when encountering slow rendering or missing
objects.
2012-02-28 11:03:48 +00:00
reinoud
9ef3c9f84e No more TODO messages, recycle file 2012-02-28 10:58:56 +00:00
reinoud
8a7519f85d Fix category, it was still pointing to wip! Also fix $() -> ${} as per request
from pkglint(1)
2012-02-28 10:58:01 +00:00
reinoud
3c5fa23ca9 Add comment to the patch file as per request from pkglint(1) 2012-02-28 10:57:19 +00:00
reinoud
d6860b3ace Problem with OpenCSG fixed 2012-02-28 10:44:43 +00:00
reinoud
e4fdab77b0 Import of openscad-2011.12: OpenSCAD - The Programmers Solid 3D CAD Modeller 2012-02-27 14:45:33 +00:00
reinoud
c197f11f29 Import of openscad-2011.12: OpenSCAD - The Programmers Solid 3D CAD Modeller 2012-02-27 14:44:28 +00:00
hans
cb16082b09 Fix build on SunOS. 2012-02-16 11:41:04 +00:00
hans
0974d12489 Fix build on SunOS. 2012-02-16 11:29:59 +00:00
hans
a2d3287072 Needs tex-metapost for groff.enc. 2012-02-16 11:18:04 +00:00
wiz
404512084a Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:39:17 +00:00
ryoon
8933f6111d Add librecad 2012-01-26 21:45:38 +00:00
ryoon
9cfb124dec Import librecad-1.0.0 as cad/librecad
LibreCAD is a free Open Source personal CAD application for Windows,
Macintosh and Linux.
2012-01-26 21:43:22 +00:00
marino
fc5663316a cad/gwave: Fix indirect linking error on DragonFly only 2012-01-24 23:30:48 +00:00
marino
1b0b35b33e cad/gsmc: Fix indirect linking error on DragonFly only 2012-01-24 23:29:25 +00:00
hans
3a3fe8e873 Convert the remaining few packages that explicitly set DEPENDS or
BUILD_DEPENDS on bison to USE_TOOLS=bison. The minimum bison version
required in mk/tools/bison.mk is good enough for all of them.
2012-01-14 00:51:36 +00:00
dholland
f896768d66 Fix undefined behavior (promoted from a warning to an error in recent gcc)
by casting string objects to const char * before passing to printf.

While here, switch PKG_DESTDIR_SUPPORT from "destdir" to "user-destdir"
(no reason I can see for the former, it appears to date way back) and
add patch comments.

PKGREVISION -> 9, since with netbsd-5 and older -current the issue wasn't
fatal at compile time.
2012-01-03 01:18:46 +00:00
drochner
d14bcf8a93 revert previous -- the program just doesn't work if built with tcl
instead, explicitely disable it so that it doesn't get picked up
accidentally
2011-12-19 13:28:59 +00:00
dholland
98f8f6009e Requires tcl and tk to build. 2011-12-18 19:22:50 +00:00
marino
13a04d813a cad/pcb: Add indirectly linked libraries to LDFLAGS for ld v2.22 2011-12-17 19:00:11 +00:00
drochner
3e0c6bdb5e update to 3.3.28
changes:
-Added support for colorful traces
-bugfices
2011-12-16 10:58:14 +00:00
drochner
759c9a66a2 PKGREV bump for libXp-less openmotif 2011-12-09 14:36:32 +00:00
dmcmahill
d069f67e90 Update to pcb-20110918
========================================================================
Release Notes for PCB snapshot 20110918
========================================================================
This release represents over 797 commits and as such this summary
clearly is not complete.  See the ChangeLog file for the complete list
of changes.

Features
--------

- Internal coordinate space is now metric.  This should fix the "trace
  nubs on metric grids" issue.  Also, units are allowed on pretty much
  every "coordinate" that PCB accepts.  Example: 5.4in, 10cm, 0.55mm.
  New configure option --enable-coord64 to force (slower?) 64-bit type
  for coordinates on 32-bit systems (if you need a board bigger than 1
  meter across).  The internal precision is 1 nanometer, the internal
  type is "Coord".
- MinGW support.
- New GL mode for the gtk hid with translucent traces.

- New GTK layer view/choose widget and other GUI enhancements.
- GTK HID warns if the *.pcb file has changed on disk.
- Enhanced grid snapping logic.
- Select/report nets by name.
- Auto-pan has been removed.
- Zoom can zoom out beyond the edge of the board's workspace.
- GTK: title string matches GNOME conventions.
- Personally identifiable information is no longer stored in the PCB.
- Toggling vias from hole to plated is reversible.
- Gerber exporter has options for including outlines on other layers.
- Edited footprint files are saved as footprints, not pcbs.
- Improved gtk library search/filter.
- Default layer stack is now a six-layer template with outline.
- If the board has an outline layer, an outline will be shown if no
  other outline is specified.
- Group[] string allows t/b synonyms for c/s.  "top" and "bottom" are
  the standard names now.
- PCB will save files with an older version tag if newer features aren't needed.
- Autorouter has a progress dialog.
- PCB will no longer let you delete the last top/bottom layer.
- Refcard has been updated.
- Documentation updates.
- Layes with the PCB::skip-drc attribute set are ignored during DRC.
- Allow numeric keys to also choose the silk layer.
- Minor readability tweaks to the default font.
- Via copper may overlap.
- User is notified if an Import() cannot find all the footprints.

Bug Fixes
---------

- Optimizer won't try to optimize overlapping pads
- Undo should fail less, in corner cases.
- Nested key-bound actions won't crash lesstif.
- Do not select invisible pads on the far side.
- Protect Import() from command injection.
- Fix conversion of far-side polygons to element pads.
- Fix initial clearance values of text when loading PCBs.
- Fix solder mask drawing on vias.
- Add missing action documentation.
- Fab drawing notes actual outline trace width.
- Zero clearance pins and pads won't cause DRC failures.
- PS export: fix draw-rectangle (used to do fill, not outline)
- Gerber export no longer fills unfilled rectanges.
- If there are no image formats available, the PNG hid is not enabled.
- You can no longer select pins/pads of locked elements.
- The m4-to-newlib converter now creates file names that match the
  library view.
- Never set the FOUND flag on new silk lines.
- Lesstif HID won't crash if both Xinerama and XRender are detected.
- Lesstif menu is now internationalizable.
- Refdes labels in a font-less layout can be moved.
- Import can correctly update elements on the bottom side.
- DRC no longer treats unplated holes as conducting.

Other
-----

- Updated and new translations, including Dutch.
- Many polygon speedups.
- Numerous build-related cleanups.
- Numerous minor speed-related cleanups.
- GTK 2.18 is the minimum required version.
- GTS moved out of the src/ tree so it can be built with different flags.
- More C++ compatible.
- Expanded regex documentation.
- Much code which is no longer needed has been removed.
- HID init method changed to allow for hid struct expansion without
  breaking everything.
- New HID calls for whole-pad and whole-pin drawing.
- ClearAndRedrawOutput() replaced with Redraw().
- Board objects use hashes instead of lists to store parts, so
  pointers don't change.
- DVI documentation output is no longer generated.
2011-12-09 12:42:09 +00:00
joerg
4265e7f5f1 Fix assembler syntax for byte swaps 2011-12-07 15:13:26 +00:00
joerg
02356a8952 Fix C++ 2011-11-26 17:10:24 +00:00
joerg
aa2ebdcc13 Always include string.h 2011-11-24 14:18:30 +00:00
marino
eecad9ece0 cad/freehdl: Fix DragonFly breakage
Conditionally add <strings.h> for DragonFly.
No PKGREVISION bump required.
2011-11-23 19:23:52 +00:00
hans
f694da5def path to distfile changed on server 2011-11-23 13:24:49 +00:00