| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Submitted by: Mike Durian <durian@shadetreesoftware.com>
PR: ports/86241
Approved by: "Thomas E. Zander" <riggs@rrr.de> (maintainer)
|
|
|
|
|
| |
PR: ports/85983
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
|
|
|
|
| |
operation.
|
|
|
|
|
|
|
| |
and later.
PR: ports/84715
Submitted by: Carlos A M dos Santos (casantos at gama-rt dot urisan dot tche dot br)
|
|
|
|
|
| |
PR: ports/85873
Submitted by: Ports Fury
|
|
|
|
|
|
|
| |
graphics, with extra category converters.
Pointed by: danfe
Approved by: maintainer
|
|
|
|
|
| |
PR: ports/85794
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
|
|
|
|
|
| |
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
PR: ports/85757
|
|
|
|
|
| |
PR: ports/84690
Submitted by: Andrej Zverev <az@inec.ru>
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use DATADIR=${JAVASHAREDIR}/${PORTNAME} [1]
- Add 'java' category
- Use INSTALL_DATA rather than CP
- Use %%DATADIR%% in launcher scripts (already included in SUB_LIST by
bsd.port.mk)
- Pass JAVA_VERSION to javavmwrapper in launcher scripts
PR: 83979 [1]
Submitted by: Pedro F. Giffuni <giffunip@asme.org> [1]
|
|
|
|
|
|
| |
Bug reported to gcc bugzilla: Bug 23159.
Reported by: Kris via pointyhat
|
|
|
|
| |
an email announcing their demise and give users the chance to submit fixes.
|
|
|
|
|
|
|
|
|
| |
- Refactor pkg-plist as PLIST_FILES
- Narrow CONFLICTS down to versioned packages
[1]:
PR: ports/84032
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
|
| |
|
|
|
|
| |
at that time and no PRs have been submitted to fix it.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 83152
Submitted by: Ports Fury
|
| |
|
|
|
|
|
|
| |
PR: 82420
Submitted by: Roland Smith <rsmith (at) xs4all.nl>
Approved by: maintainer
|
|
|
|
|
|
|
| |
- tk84 is now required
PR: ports/82670
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the the cad/linux-gid port, but it doesn't adds a dependency to linux-gid,
since tochnog can be used standalone.
The right thing to do would be to add a slave port which installs the
plugins only. The slave port would have to depend upon linux-gid and
tochnog.
Since the linux-gid port installs now in X11BASE and tochnog installs in
LOCALBASE, we have a plist problem ATM too.
In light of the recent discussion about the right base directory for ports
which use X11 bits I decided to go the quick route until everything is
decided:
- move linux-gid back to LOCALBASE
- let tochnog still install the plugins
This reverts back to the status quo (a working tochnog/linux-gid). Someone
with a good asbestos suite may want to mark the tochnog port BROKEN.
Dependencies explained by: pfgshield-freebsd@yahoo.com
|
|
|
|
| |
Noticed by: pfgshield-freebsd@yahoo.com
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD
tools to strip binaries anymore, so it's not neccesary anymore to override
STRIP and STRIP_CMD.
- USE_LINUX_PREFIX implies NO_MTREE now.
- In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries
instead upon the native FreeBSD libraries.
- The variable LINUX_BASE_PORT contains a string which is suitable as an
item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the
default (or overriden) linux base, ${LINUX_BASE_PORT} should be used
instead of a hardcoded reference.
- Change all ports to comply to the "new world order".
- The Ports Collection now allows to override the default linux_base port.
Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use
${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use
${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}).
- If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base
port and if USE_LINUX isn't set to "yes" (case insensitive), the port will
be marked as IGNORE. [1]
- Readd USE_LINUX knobs into several ports and make several uses of a
conditional dependency ("USE_LINUX?=") into an unconditional one
("USE_LINUX=") which where removed/changed by Trevor to allow the use of
alternative linux_base ports. While this is a nice goal, the implementation
resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob
in this commit is supposed to fix the problem while keeping the feature.
Basicaly this includes a backout of Trevor's commit, to prevent confusion
I mention it here explicitely.
- Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports.
Chase dependencies for this.
- Changes to make linux_devtools installable on amd64, remove some stray
device nodes (they don't work on recent OS versions and aren't really
needed).
- Make linux_base-8 PREFIX clean and remove some stray device nodes.
Additionally tell a little bit more about how to setup NIS/YP [2].
- Update the PGSQL dependency in the linux-opengroupware port to a recent
version (the old one isn't available anymore), I don't know if this
works (at least it isn't more broken than before).
- Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux
ports, the former path exists already and gets populated by other
packages too (PREFIX=LINUXPREFIX!).
- Fix some obvious (non-linuxolator) bugs in some linux ports while being
there.
- Bump PORTREVISION where neccesary.
Requested by: portmgr (linimon) [1]
Submittted by: Gerrit Kuehn <gerrit_huehn@gruft.fido.de [2]
Approved by: portmgr (kris, linimon), maintainers (or maintainer timeout)
Tested on: ports cluster (kris)
Reviewed by: silence on emulation@
Superseedes PR: 69997
Maintainer approval from:
chris@chrisburkert.de
cracauer@cons.org
des
girgen
jamie@bishopston.net
mezz
mi
nivit@users.sf.net
pat
simond@irrelevant.org
riggs@rrr.de
Udo.Schweigert@Siemens.com
|
|
|
|
|
| |
PR: 82274
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
|
|
|
| |
- The GUI is now based on gtk2 instead of Xaw
- Flags are stored symbolically in the .pcb file.
- As part of the switch to gtk2, the user customizable menu feature has
been temporarily broken. Hopefully this will be fixed by the next
snapshot. In addition, the loading of background images has also been
temporarily broken.
Submitted by: des
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
of stale, obsolete, unused, irrelevant and unloved.
60 days grace in which I will gladly accept fix requests.
PR: ports/79666
Submitted by: me
|
|
|
|
|
| |
PR: ports/81221
Submitted by: Jeffery Hansen <hansen@gadoid.ices.cmu.edu> (maintainer)
|
|
|
|
|
|
| |
PR: 80966
Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
Approved by: Joachim Str?mbergson (maintainer)
|
|
|
|
|
|
|
| |
- Miscellaneous cleanups
PR: ports/80967 [1]
Submitted by: maintainer [1]
|
|
|
|
|
| |
PR: ports/80967
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
A good fat fistful if fixes listed at
<http://sourceforge.net/forum/forum.php?forum_id=466182>
PR: ports/80919
Submitted by: maintainer
|
|
|
|
| |
Obtained from: thierry
|
| |
|
| |
|
|
|
|
| |
- fix a typo when editor was gvim.
|
|
|
|
| |
Approved by: kris
|
|
|
|
| |
after 5.4-RELEASE.
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
|
|
|
|
|
|
|
| |
- Move maintainership
PR: ports/79692
Submitted by: Erik Greenwald <erik@smluc.org>
Approved by: Pedro <pfgshield-freebsd@yahoo.com> (old maintainer)
|
| |
|
|
|
|
|
|
|
|
|
| |
- install wrapper script in a plist safe way
- Mark IGNORE on platforms != i386 (dumps core)
PR: ports/78686
Approved by: portmgr (marcus), arved (mentor)
Perdo F. Giffuni (maintainer)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
|
| |
Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com> and kris via pointy hat
Approved by: portmgr(marcus)
|
|
|
|
|
| |
Reported by: pointyhat via kris
Approved by: portmgr (marcus)
|
|
|
|
| |
Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com>
|
|
|
|
|
| |
PR: 78958
Submitted by: Pedro F. Giffuni <giffunip@asme.org>
|
|
|
|
|
|
|
|
| |
via Linux ABI.
o Cleanups
PR: 78766
Submitted by: Pedro F. Giffuni <giffunip@asme.org>
|
|
|
|
| |
the plist since /usr/local/bin isn't in pkg_add's PATH. Bump the PORTREVISION.
|
|
|
|
|
|
|
|
|
| |
a graphical pre- and post-processor for
numerical simulation programs.
PR: ports/78383
Submitted by: Pedro Giffuni
Approved by: arved (mentor)
|
|
|
|
|
|
|
|
| |
-Fixed memory leaks and bugs in floating point operations.
-Enhanced GUI support.
PR: ports/78899
Submitted by: Sarod Yatawatta (maintainer/author)
|
| |
|
| |
|
| |
|
|
|
|
| |
which no longer dynamically links against libGL.
|
|
|
|
|
|
| |
PR: ports/78497
Submitted by: Ports Fury
Approved by: pav (mentor)
|
|
|
|
|
|
| |
Remove obsoleted conflicts.
Prodded by: vs
|
|
|
|
| |
Dynamic Finite Element Program Suite
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Unbreak on 5.3 and newer
PR: ports/78029
Submitted by: Johan van Selst <johans@stack.nl>
|
|
|
|
| |
Reported by: maintainer.
|
|
|
|
|
|
|
| |
Research Laboratory.
PR: 76122
Submitted by: Pedro F. Giffuni
|
|
|
|
|
| |
PR: ports/77763
Submitted by: Sam Lawrance <boris at brooknet.com.au>
|
|
|
|
|
| |
PR: ports/77759
Submitted by: am Lawrance <boris at brooknet.com.au>
|
|
|
|
|
| |
PR: ports/77132
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 77292
Submitted by: kris via pointyhat, and John Cochran <jdc@fiawol.org> [1]
|
| |
|
|
|
|
| |
Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com>
|
| |
|
|
|
|
|
| |
PR: ports/76894
Submitted by: Ports Fury
|
| |
|
|
|
|
|
| |
PR: 75698
Submitted by: Pedro F. Giffuni.
|
|
|
|
|
| |
PR: ports/76541
Submitted by: Ports Fury
|
| |
|
| |
|
|
|
|
|
| |
PR: 75503
Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com>
|
| |
|
| |
|
|
|
|
| |
Reported by: pointyhat via kris
|
| |
|
|
|
|
| |
Approved by: portmgr (implicit)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
little bit and allows to proceed to a more recent linux_base from
a stable (read as: the major bugs should be ironed out or identified
and most linux ports build just fine) source.
It also allows to ship 4.11 with a working linuxolator (the EOLed
linux_base is marked forbidden because of a security hole).
This is a major update, please read UPDATING (and CHANGES if you
develop linux ports).
Changes:
- change the default linux_base from v7 to v8
- add a newer freetype to linux_base-8 for nicer fonts display [1]
- don't let cpio use hardlinks in the linux_base-8 port to quiet some
warnings in some cases [2]
- fix a cut&past error in the linux_base-8 pkg-install script [3]
- convert the binary knob "USE_LINUX" to a version specifier, e.g.
USE_LINUX=<value> specifies a dependency upon
emulators/linux_base-<value>, exceptions are a value of "7" (which
does what you want and adds a dependency to linux_base) and any
value without a corresponding port in
PORTSDIR/emulators/linux_base-<value> (which adds a dependency to
the default linux_base)
- don't implicitly add USE_LINUX with the USE_LINUX_PREFIX knob,
this allows us to use the USE_LINUX_PREFIX knob for linux_base and
paves the way for splitting up future linux base ports into
individual pieces
- remove RESTRICTED from some GPL licensed ports, even when we only
distribute binaries, we get them from official linux sites, so
anyone can grab them there if he needs to
- add a dependency upon the linux X11 bits where necessary (based upon
guesswork)
- don't use USE_X_PREFIX in some linux ports since it adds a dependency
to the FreeBSD X11 libs, as a workaround use PREFIX?= (the clean
solution would be to remove the implicit USE_XLIB from USE_X_PREFIX)
- bump the portrevision of the linux ports ("better safe than sorry"
algorithm)
- pass maintainership of the important linux infrastructure to a
mailinglist, hijack freebsd-emulation@ for this purpose (if somebody
doesn't like this: tell us your bikeshed color at freebsd-emulation@,
my color would be "linuxolator@" in case someone cares...)
- add a pkg-install script for linux-fontconfig, but don't use it;
everything should work without it (the FreeBSD fc-cache program should
do all the work), but in case we need it we just need to decomment the
pkg-install part in the Makefile
- fix some dependencies
- fix some bugs
- add some static plists
- unbreak the ports with dependecies to more than one linux_base
This also fixes some ports which are marked BROKEN because of dependencies
to v7 and v8 of linux_base at the same time.
Known bugs:
- the linux-mesa and linux-devtools ports install libGL*.so symlinks
- some "minor" plist bugs (e.g. ld.so.{conf,cache} are modified by
the linux X11 port, so linx_Base-8 moans at deinstall time)
Future work (interested souls should coordinate with freebsd-emulation@):
- add some kind of USE_LINUX_X11 knob to streamline the X11 dependencies,
or modify the behavior of USE_XLIB in the USE_LINUX case
AFAIK trevor has some patches.
- make USE_XLIB and USE_X_PREFIX orthogonal to be able to get rid of
the PREFIX?= workaround in some linux ports
Should be discussed/coordinated on/with x11@.
- move the RPM bits from x11-toolkits/linux-gtk/Makefile to PORTSDIR/Mk/
- update to a more recent linux base
PR: 69997, 70539 (and maybe others)
Discussed with/on: java@, x11@, trevor, portmgr
Tested by: mezz, portmgr, pointyhat
RPM hunted down by: Joseph Gelinas <scirocco@tasam.com> [1]
Requested by: portmgr [2]
Submitted by: kris [3]
Approved by: portmgr
|
|
|
|
|
| |
PR: ports/75689
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/75688
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
| |
- Enable readline for non-package
PR: ports/75504
Submitted by: Pedro F. Giffuni <giffunip@asme.org>
Approved by: AMAKAWA Shuhei <amakawa@jp.FreeBSD.org> (maintainer)
|
|
|
|
| |
WITHOUT_X11.
|
|
|
|
|
|
| |
Changelog available at <http://www.geuz.org/gmsh/doc/VERSIONS>.
Remark: Netgen is disabled on FreeBSD-4.x.
|
|
|
|
|
| |
Pointed out by: dosirak via kris
Approved by: maintainer timeout
|
|
|
|
|
|
|
|
|
| |
deskutils/drivel is the only port that has pkg-plist change, so bump the
PORTREVISION. The rest else should be no function change, but just remove the
patches to allow gnomehack takes care of it. Keep in mind, I only touch those
ports that already have gnomehack.
Reviewed by: pav and marcus
|
|
|
|
|
|
|
|
|
|
| |
cad/fandango doesn't build due to Python dependency problem.
Change: chase Python update (lang/python is 2.4 now)
Reported by: pointyhat
PR: ports/74924
Submitted by: Hendrik Scholz <hendrik@scholz.net>
|
|
|
|
|
| |
* Don't remove "system directories" (which were created by BSD.*.dist)
* Silently try to remove locale directories which we might have created
|
|
|
|
| |
Suggested by: Pedro F. Giffuni.
|
|
|
|
|
|
| |
PR: ports/74539
Submitted by: Frank Mayhar
Approved by: maintainer
|
| |
|
|
|
|
|
| |
PR: ports/74944
Submitted by: Ports Fury
|
| |
|
|
|
|
| |
Pointed out by: dosirak via kris, while testing X.Org upgrade
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
|
| |
PR: ports/74422
Submitted by: Ports Fury
|
|
|
|
|
|
|
| |
help first-time-users by using 'USE_X_PREFIX=yes'
PR: ports/74118
Submitted by: TAOKA Fumiyoshi <fmysh X iijmio-mail.jp>
|
|
|
|
| |
Note: high order Finite Element package NGSolve is included.
|
|
|
|
|
|
|
|
|
| |
-Added Sparse Matrix Solver.
-Fixed Compile problems.
-Fixed bug in reading DXF files.
PR: ports/74026
Submitted by: maintainer
|
|
|
|
|
|
| |
- add a RUN_DEPENDS to the solver getdp.
Suggested by: Pedro F. Giffuni.
|
| |
|
|
|
|
|
|
|
|
|
| |
Delaunay Triangulator.
Change category from cad to math.
Requested by: Pedro F. Giffuni
Approved by: marcus
|
|
|
|
|
| |
- Fix NO_CDROM;
- Handle $EDITOR.
|
|
|
|
| |
Delaunay Triangulator.
|
|
|
|
|
| |
PR: ports/73898
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/73899
Submitted by: Ports Fury
|
| |
|
|
|
|
|
| |
PR: ports/73301
Submitted by: maintainer
|
|
|
|
| |
big upgrade.
|
|
|
|
|
| |
PR: 72949
Submitted by: Joachim Strombergson <watchman@ludd.ltu.se>
|
|
|
|
|
| |
PR: ports/73345
Submitted by: Ports Fury
|
|
|
|
|
|
| |
since the documentation was written. Fix the port so that it emits
an error message rather than getting a segmentation violation if the
old syntax is used.
|
|
|
|
|
|
|
| |
Since I'm there, replace USE_THREADS by WITH_THREADS.
PR: ports/73125
Submitted by: Pedro F. Giffuni.
|
|
|
|
|
| |
PR: ports/72818
Submitted by: KATO Tsuguru.
|
|
|
|
|
|
|
|
|
|
|
| |
- utilize INFO
- add USE_LIBTOOL_VER?=15 to eliminate *.la files
- make this port portlint clean
PR: 72008
Submitted by: leeym
Reviewed by: maintainer
Approved by: maintainer
|
| |
|
|
|
|
|
| |
PR: ports/72314
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/71152
Submitted by: Stefan Walter <sw at gegenunendlich dot de> (maintainer)
|
|
|
|
| |
Approved by: portmgr
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
|
| |
Reported by: pointyhat.freebsd.org
Approved by: portmgr (marcus), fjoe (mentor, implicit)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
|
|
| |
PR: ports/71540 (with fix), ports/71574
Submitted by: Rainer Goellner <rainer at jabbe.de>
Approved by: portmgr
|
|
|
|
| |
Submitted by: Tilman Linneweh <arved at FreeBSD.org>
|
|
|
|
| |
DXF to FIG converter
|
|
|
|
|
| |
PR: ports/70864
Submitted by: Ports Fury
|
|
|
|
| |
Pet portlint.
|
|
|
|
|
| |
PR: ports/70784
Submitted by: Ports Fury
|
| |
|
|
|
|
| |
on CURRENT.
|
|
|
|
| |
- USE_GCC=3.3 on 4.X
|
|
|
|
|
| |
PR: ports/69577
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/68999
Submitted by: Ports Fury
|
| |
|
| |
|
|
|
|
|
|
|
| |
Remark: Netgen is now included, but it does not depends on the
port cad/netgen.
Reminded by: Pedro F. Giffuni.
|
|
|
|
|
|
|
| |
simulations.
PR: ports/68688
Submitted by: Joachim Strombergson <watchman@ludd.ltu.se>
|
|
|
|
|
| |
PR: ports/68643
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/68629
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/68369
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/67958
Submitted by: Pedro F. Giffuni <giffunip@asme.org>
|
|
|
|
| |
Reminded by: Pedro F. Giffuni.
|
|
|
|
| |
o Drop maintainership
|
|
|
|
|
| |
PR: ports/67693
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
|
|
|
|
|
| |
PR: ports/67474
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/67005
Submitted by: bruno <bruno@mail.tinkerbox.org> (maintainer)
|
|
|
|
|
|
|
| |
- Add USE_BISON=yes to unbreak the build.
Pointed out by: kris
Approved by: linimon (mentor)
|
|
|
|
|
|
|
|
| |
portable libraries for VLSI design. It includes a VHDL compiler
and simulator, logic synthesis tools, automatic place and route
tools, and portable CMOS libraries.
Approved by: linimon (mentor)
|
|
|
|
|
| |
PR: 65409
Submitted by: trevor
|
| |
|
|
|
|
| |
Suggestion by: "Pedro F. Giffuni" <giffunip@yahoo.com> and kris
|
|
|
|
| |
EXTRACT_DEPENDS
|
|
|
|
|
| |
Submitted by: maintainer
Approved by: linimon (mentor)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- GUI support with GTK and GTKGLExt
- New triangulation routine
- Interactive refinement of mesh
- Importing DXF files natively
- Eigensolver for Wave Equation type problems
Minor port cleanup.
PR: 65471
Submitted by: Sarod Yatawatta (maintainer)
Approved by: linimon (mentor)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/65077
Submitted by: Ports Fury
|
|
|
|
|
|
|
| |
category makefile.
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
PR: 59651
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Update MASTER_SITES
- Update WWW and rewrap pkg-descr
- Use USE_GNOME
- Sort pkg-plist
PR: ports/64852
Submitted by: Ports Fury
|
|
|
|
| |
do not handle libraries datadir since it is handled by qcad-partslib.
|
| |
|
|
|
|
|
|
|
|
| |
for changes see: http://www.ribbonsoft.com/qcad_doc_changelog.html
- use bash for buildscript
- make portlint happy
- dynamically create pkg-plist
- install docs and examples
|
|
|
|
|
|
|
| |
your work!
PR: ports/64665
Submitted by: Anders Andersson <anders@andersa.net>
|
|
|
|
|
|
| |
PR: ports/63990
Submitted by: "Pedro f. Giffuni" <giffunip@asme.org>
Approved by: mat (implicit).
|
| |
|
|
|
|
|
| |
PR: ports/64432
Submitted by: maintainer
|
| |
|
|
|
|
| |
Approved by: maintainers
|
| |
|
|
|
|
|
| |
PR: ports/64330
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/64254
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
PR: ports/62549
Submitted by: bruno <bruno@mail.tinkerbox.org> (maintainer)
|
| |
|
|
|
|
| |
file). Add SIZE.
|
|
|
|
|
|
| |
BUILD_DEPEND on qmake now.
Submitted by: Kaarthik Sivakumar <kaarthik@comcast.net>
|
|
|
|
| |
BUILD_DEPEND on qmake now.
|
| |
|
|
|
|
| |
Submitted by: hrs (maintainer)
|
| |
|
| |
|
|
|
|
| |
A python scripted 3D CAD application
|
|
|
|
|
|
|
| |
- Remove BROKEN and removal warning
PR: ports/63078
Submitted by: bruno <bruno@mail.tinkerbox.org>
|
| |
|
| |
|
|
|
|
| |
Submitted by: Oliver Lehmann <oliver@FreeBSD.org>
|
|
|
|
|
|
|
|
|
|
| |
See http://www.ribbonsoft.com/qcad_doc_changelog.html for changes
can save ACAD R12 .DXF Files now
- Finish elimination of PORTREVISION (Many thanks to Tilman Linneweh)
- Add interim patch for compilation
- Change MAINTAINER to my address to faster getting future errlogs
Submitted by: Tilman Linneweh <arved@FreeBSD.org> (part.)
|
|
|
|
| |
PORTREVISION should not be used in DISTNAME
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Assign maintainership to submitter
PR: 62444
Submitted by: hrs
|
| |
|
|
|
|
| |
Reviewed by: marcus
|
|
|
|
| |
(Part 2)
|
|
|
|
| |
Requested from: Pedro F. Giffuni <giffunip@yahoo.com> (maintainer)
|
|
|
|
|
| |
PR: 62103
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
|
|
|
|
|
|
| |
include endian.h now and retrive that information directly from BYTE_ORDER
Noted By: bento via kris
|
|
|
|
| |
Noticed by: bento via kris
|
|
|
|
|
| |
PR: ports/62073
Submitted by: Hiroki Sato <hrs@freebsd.org>
|
|
|
|
| |
Reported by: bento via kris
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/61953
Submitted by: Ports Fury
|
|
|
|
| |
Noted By: kris
|
|
|
|
| |
stop pretending to maintain these ports.
|
|
|
|
| |
Noted By: chris
|
| |
|
|
|
|
|
| |
PR: ports/61606
Submitted by: bruno <bruno@mail.tinkerbox.org>
|
|
|
|
| |
Submitted by: linimon
|
|
|
|
| |
Notified maintainer.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ftp://icarus.com/pub/eda/verilog/snapshots/verilog-20031202.txt:
Combination 64bit/32bit runtime support now works fully on AMD64
systems; wait on lists of named events now works; there is no
longer a common iverilog.conf, instead there are target specific
foo.conf files with a new and cleaner format; 64bit values are more
portably handled; several synthesis bugs related to the control inputs
of flip-flops have been fixed.
Committer is marking this BROKEN on 4.x while we investigate install
problems. It works on 5.x only for now.
PR: ports/60162
Submitted by: Joachim Strombergson <watchman@ludd.luth.se> (maintainer)
|
|
|
|
|
| |
PR: ports/60241
Submitted by: Thierry Thomas <thierry@pompo.net>
|
|
|
|
| |
Fix pkg-plist
|
|
|
|
|
| |
PR: ports/60121
Submitted by: Thierry Thomas <thierry@pompo.net>
|
| |
|
|
|
|
|
| |
PR: 58178
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
|
|
|
|
| |
bump PORTREVISION
|
|
|
|
| |
bump PORTREVISION
|
| |
|
|
|
|
| |
bump PORTREVISION
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- french/eficas from 1.4 to 1.5;
- cad/metis-edf from 3 to 3.1;
- cad/astk-serveur & cad/astk-client from 1.0.14 to 1.0.21;
- french/homard from 5.5 to 6.2;
. don't install Homard automatically with Aster; like Gibi, Homard
depends on french/aster: this is more compliant with the licenses,
and it will be possible to build packages for Aster.
PR: 59312 59881
Submitted By: Thierry Thomas <thierry@pompo.net>
|
| |
|
|
|
|
|
|
|
|
|
| |
- minor update to 2.0.1.2
- add dependancy to bash (needed by build process)
- use {SH} instead of hardcoded sh
- delete repo copied but not used cad/qcad2
Approved by: marcus (re)
|
| |
|
|
|
|
|
|
| |
PR: ports/58238
Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk> (maintainer)
Approved by: adamw (mentor)
|