268 Commits

Author SHA1 Message Date
jasper
121411fce3 re-add missing file 2014-03-27 20:54:28 +00:00
jasper
b730a20723 update to fritzing-0.8.7 2014-03-26 16:00:31 +00:00
sthen
2e774c5dd2 - get rid of imake and remove BROKEN lines (which were only there due to
makedepend problems which is no longer run)

- get rid of useless VERSION variable that's only referenced once in
the port Makefile

no functional change but due to imake removal I've bumped REVISION.
2014-03-25 17:52:18 +00:00
sthen
3186445573 update to xnecview 1.36, and fix LP64 issues (doesn't include string.h so
no prototypes for str* functions).
2014-03-22 01:05:45 +00:00
naddy
095dd0e8e9 remove chipmunk: ancient cruft ported to Unix some 25 years ago and
on life support for a long time; ok sthen@
2014-03-21 20:01:42 +00:00
sthen
dcb445207e sync follow graphics/gd update 2014-03-17 23:21:26 +00:00
bentley
8d5fd7f3c7 Update to ngspice-26. 2014-03-12 06:18:34 +00:00
stu
e44698d557 Fix bad bound.
Thanks to naddy@ for the heads-up.
2014-02-08 07:41:40 +00:00
sthen
28998e8e35 update to OpenSCAD 2013.06, mostly from Fred Crowson, plus regen PLIST
as there are new files
2014-01-09 00:37:45 +00:00
naddy
611dc52f1c Drop USE_GROFF since groff and mandoc produce identical output. 2014-01-01 20:46:27 +00:00
stu
b04dadad91 Update to 3.7.55. 2013-12-29 08:08:53 +00:00
landry
c78c0c5093 Add boost to BDEP, kicad supposedly bundles the parts of boost it needs in
the version we have in-tree, but experience has shown that if systemwide
boost was installed at some point during build then junked by dpb build
was failing. Boo.
Note that in newer releases of kicad those bundled boost headers were removed,
and now cmake downloads boost tarball during build and patch its headers on
the fly. Yay.
https://lists.launchpad.net/kicad-developers/msg10503.html
2013-12-12 20:21:45 +00:00
naddy
357a2a3ccb Remove cad/spice. Incredibly old codebase that hasn't been maintained
for 20 years.  For a suitable replacement, see cad/ngspice.  ok bentley@
2013-12-10 21:57:12 +00:00
jca
8fe9195978 Kill useless include of <sys/timeb.h>. 2013-12-06 15:22:40 +00:00
bentley
4c70bf3ceb Remove unnecessary include of sys/timeb.h. 2013-12-06 02:26:02 +00:00
naddy
aa6e25f9fe L_cuserid -> LOGIN_NAME_MAX 2013-12-05 12:19:00 +00:00
naddy
73ff4c1080 Replace the one use of ftime() on BSD with gettimeofday().
Also remove the useless inclusion of <sgtty.h>
ok jca@
2013-12-02 15:29:29 +00:00
sthen
701c91e413 kill VMEM_WARNING 2013-11-25 14:16:22 +00:00
zhuk
0e3d15242b Do a massive change on the placement of some KDE3 apps data:
* share/apps => share/apps.kde3
  * share/doc/HTML => share/doc/HTML.kde3

This is a part of KDE3/4 deconflicting work.

Build tested in a bulk by landry@, also sat over a week on ports@.
Run-time tested with some KDE3 apps, including KMail, taxipilot, yakuake...

"do it" landry@
2013-10-22 11:33:55 +00:00
naddy
06a9102560 Drop USE_GROFF since groff and mandoc produce identical output. 2013-10-11 23:48:03 +00:00
naddy
ac95394543 Drop USE_GROFF since groff and mandoc produce identical output. 2013-10-11 21:20:54 +00:00
naddy
048f6d4a22 Regenerate PLISTs now that imake installs the source man pages. 2013-10-11 20:39:16 +00:00
sthen
04e2355304 fix MASTER_SITES 2013-10-11 11:26:47 +00:00
jasper
6f496bd6ff update to gtkwave-3.3.49 2013-10-10 17:31:43 +00:00
espie
26b383a87e disentangle kde3 from kde4: all kde3 with the same name get an explict
PKGSPEC.  revision bumps follow.

Also, tag all kde3 ports, those that use the module and those that do not,
with explicit kde3 tags.
2013-10-05 07:34:30 +00:00
stu
be25f660ec Update to 3.7.52. 2013-10-01 12:28:03 +00:00
zhuk
6e15350265 Put icons in appropriate places instead of ${PREFIX}/share/icons/${appname}.
Found with portcheck.

okay ajacoutot@
2013-08-20 07:22:32 +00:00
dcoppa
1c87bb4c03 Fix and re-enable ninja build. 2013-07-01 17:00:40 +00:00
sthen
84d3183510 Remove Andreas Bihlmaier as maintainer per his request on ports@.
Drop USE_GROFF from perl ports while there.
2013-07-01 10:39:17 +00:00
sthen
20e8cf7fdb disable ninja for now, intermittent build failures. logs on ports@ shortly 2013-06-29 10:37:35 +00:00
zhuk
cc129972c6 Massive cleanup for KDE3. Main point is in changing WANTLIB from "foo" to
"lib/kde3/foo" where appropirate, but also many missing desktop goo items
added, some PFRAG.shared removed and so on.

input and okay landry@ and ajacoutot@, also okay espie@
2013-06-24 15:53:38 +00:00
espie
63bf585efc fixes for the ninja backend of cmake 2013-06-19 16:16:22 +00:00
stu
5f3b1d34eb Update to xcircuit-3.7.49. 2013-05-26 17:44:30 +00:00
jasper
d575468ce4 update to gtkwave-3.3.46 2013-05-11 11:58:53 +00:00
rpe
5c2165ef28 Use -m mode with ${SUBST_CMD} instead of two-step process
SUBST_CMD / chmod. Replace -o root -g bin with -o ${BINOWN}
and -g ${BINGRP}.

ok sthen@
2013-05-10 20:30:30 +00:00
bentley
c2626efbb2 Fix mime parts in PLIST, and add hicolor icon goos.
ok ajacoutot@
2013-04-20 02:50:16 +00:00
ajacoutot
c2d9c1f150 Use --disable-mime-update like $deity intended. 2013-04-19 12:17:50 +00:00
bentley
7f225e0319 Update to gtkwave-3.3.45.
Tweaks from landry/sthen, ok landry@
2013-04-18 18:10:30 +00:00
pirofti
6d35f0456c xnecview: mark as broken on sh due to makedepend infinite loop. 2013-04-17 08:51:01 +00:00
naddy
396c3d5177 casting a pointer type does not magically change the size of the
referenced variable
2013-04-03 15:35:54 +00:00
ajacoutot
2f55f333ff Uneeded build_depends on misc/shared-mime-info. 2013-04-03 07:13:33 +00:00
ajacoutot
6f3abf1d88 Add --disable-update-desktop-database to CONFIGURE_ARGS and no need to
depend on update-desktop-database for building.
2013-04-03 06:53:07 +00:00
ajacoutot
4d8ef7c2f4 Add a comment about shared-mime-info and desk-file-utils. 2013-04-03 06:26:57 +00:00
ajacoutot
bfeec77baa Sanitier depepdencies, these do not need to build depends on gtk+2,-guic.
RUN_DEPENDS = BUILD_DEPENDS is a known bad construct, but
BUILD_DEPENDS = RUN_DEPENDS is *not* that good either...
2013-04-02 17:26:34 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie
946964cc5d PERMIT/ REGRESS->TEST sweep 2013-03-10 23:04:44 +00:00
brad
f106026a29 Update to openscad 2013.01. Tied to the Boost update.
From Amit Kulkarni.

ok sthen@
2013-03-08 01:36:59 +00:00
stu
1d370e8764 Update to xcircuit-3.7.48.
Thanks to Gonzalo L. R. for the patch.

ok landry@
2013-02-07 22:49:22 +00:00
bentley
401ab3e058 Take maintainership of some ports I'm interested in.
Initially suggested by kirby@
2013-02-02 04:39:55 +00:00
zhuk
cb49dfd663 Move KDE 3 headers from ${PREFIX}/include to ${PREFIX}/include/kde.
This just unbreaks build of the port, no need to bump REVISION.

Tested in a bulk, input and okay by landry@
Reviewed by ajacoutot@ too
2013-01-23 21:16:30 +00:00