1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
Commit Graph

761 Commits

Author SHA1 Message Date
Maho Nakata
72d4260aaa forgot to add some files... 2005-01-20 04:45:45 +00:00
Maho Nakata
e2b9995a76 Update to 1.2
PR:		75503
Submitted by:	"Pedro F. Giffuni" <giffunip@yahoo.com>
2005-01-20 04:44:07 +00:00
Thierry Thomas
36b408d40b Upgrade to 1.2.0. 2005-01-17 21:09:27 +00:00
Ying-Chieh Liao
fbfa025a9f upgrade to version 21 2005-01-17 03:10:52 +00:00
Jeremy Messenger
ec56cc3204 Fix the pkg-plist.
Reported by:	pointyhat via kris
2005-01-11 21:47:18 +00:00
Thierry Thomas
6e3be8aadc Upgrade to 1.58.0. 2005-01-08 12:08:22 +00:00
Kirill Ponomarev
8a4c039f62 Fix plist.
Approved by:	portmgr (implicit)
2005-01-04 11:01:27 +00:00
Kris Kennaway
d9ee19d1f3 Broken pkg-plist on alpha
Approved by:	portmgr (self)
2005-01-02 00:45:44 +00:00
Alexander Leidinger
64cf27c85d Say hello to the linux mega patch, it consolidates our linux bits a
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
2004-12-31 18:24:10 +00:00
Kirill Ponomarev
2a777b380c Update to version 0.40.1
PR:		ports/75689
Submitted by:	Ports Fury
2004-12-31 13:18:58 +00:00
Kirill Ponomarev
7c91e0c9f5 Update to version 1.0.0
PR:		ports/75688
Submitted by:	Ports Fury
2004-12-31 13:17:30 +00:00
Pav Lucistnik
af2549826f - Disable debug for package
- 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)
2004-12-31 11:22:19 +00:00
John Polstra
415677b43a Allow the spice port to be built without X11 support by defining
WITHOUT_X11.
2004-12-29 18:38:16 +00:00
Thierry Thomas
da0cd3bf1e Upgrade to 1.57.
Changelog available at <http://www.geuz.org/gmsh/doc/VERSIONS>.

Remark: Netgen is disabled on FreeBSD-4.x.
2004-12-23 12:23:05 +00:00
Dejan Lesjak
4f5d3d0d4a Add imake build dependency, it is no longer implied by USE_XLIB.
Pointed out by:	dosirak via kris
Approved by:	maintainer timeout
2004-12-23 01:42:27 +00:00
Jeremy Messenger
58a61e763c Put all hacks of hicolor icons and mime from ports to bsd.gnome.mk's gnomehack.
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
2004-12-21 00:23:18 +00:00
Edwin Groothuis
c38a64483e pointyhat-fix: cad/fandango
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>
2004-12-17 09:00:20 +00:00
Kris Kennaway
be3e1f7794 Clean up handling of locale directories at deinstall-time:
* Don't remove "system directories" (which were created by BSD.*.dist)
* Silently try to remove locale directories which we might have created
2004-12-16 05:49:27 +00:00
Thierry Thomas
91a15d3afe Upgrade to latest version.
Suggested by:	Pedro F. Giffuni.
2004-12-15 23:13:02 +00:00
Volker Stolz
2c21d1f8cd Update to 4.13
PR:		ports/74539
Submitted by:	Frank Mayhar
Approved by:	maintainer
2004-12-13 10:16:37 +00:00
Kris Kennaway
67855a2012 BROKEN: Broken dependency after python 2.4 update 2004-12-11 21:16:33 +00:00
Kirill Ponomarev
57427edd47 Update to version 2.10
PR:		ports/74944
Submitted by:	Ports Fury
2004-12-11 18:29:06 +00:00
Kirill Ponomarev
c92fdf8e8d BROKEN: Does not compile on 4.x 2004-12-09 10:20:37 +00:00
Dejan Lesjak
99ff12c307 Fix build without imake.
Pointed out by:	dosirak via kris, while testing X.Org upgrade
2004-12-07 11:25:12 +00:00
Kirill Ponomarev
7515dca715 Add missing dependency.
Reported by:	pointyhat
2004-11-30 17:25:32 +00:00
Kirill Ponomarev
b99ce948a2 Update to version 0.40.0
PR:		ports/74422
Submitted by:	Ports Fury
2004-11-26 19:49:15 +00:00
Michael Reifenberger
7ba9a1bb67 Since /usr/X11R6/... seems to be hardcoded in qcad
help first-time-users by using 'USE_X_PREFIX=yes'

PR:		ports/74118
Submitted by:	TAOKA Fumiyoshi <fmysh X iijmio-mail.jp>
2004-11-25 16:32:02 +00:00
Thierry Thomas
ac4020ae92 Upgrade to 4.4.
Note: high order Finite Element package NGSolve is included.
2004-11-21 20:58:15 +00:00
Volker Stolz
957d850b28 Update to 0.1.9:
-Added Sparse Matrix Solver.
-Fixed Compile problems.
-Fixed bug in reading DXF files.

PR:		ports/74026
Submitted by:	maintainer
2004-11-19 15:48:13 +00:00
Thierry Thomas
490257803f - Triangle is the default, unless PACKAGE_BUILDING;
- add a RUN_DEPENDS to the solver getdp.

Suggested by:	Pedro F. Giffuni.
2004-11-16 22:59:36 +00:00
Thierry Thomas
351085df77 Chase Triangle. 2004-11-15 23:02:12 +00:00
Thierry Thomas
ff5b935600 Add triangle 1.5, a Two-Dimensional Quality Mesh Generator and
Delaunay Triangulator.

Change category from cad to math.

Requested by:	Pedro F. Giffuni
Approved by:	marcus
2004-11-15 22:51:06 +00:00
Thierry Thomas
6b8a5ac27e - Use the external Triangle;
- Fix NO_CDROM;
- Handle $EDITOR.
2004-11-15 10:41:13 +00:00
Thierry Thomas
d634b76073 Add triangle 1.5, a Two-Dimensional Quality Mesh Generator and
Delaunay Triangulator.
2004-11-15 10:37:05 +00:00
Kirill Ponomarev
b15049dd03 Support CFLAGS properly
PR:		ports/73898
Submitted by:	Ports Fury
2004-11-14 09:45:30 +00:00
Kirill Ponomarev
f4338e5e04 Update to version 1.56.2
PR:		ports/73899
Submitted by:	Ports Fury
2004-11-14 09:44:19 +00:00
Ying-Chieh Liao
65f77171dd upgrade to 2.09 2004-11-12 15:06:08 +00:00
Volker Stolz
735815cd85 Update to 1.7: Major feature upgrade
PR:		ports/73301
Submitted by:	maintainer
2004-11-10 15:40:49 +00:00
Joe Marcus Clarke
46a4d69571 Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
2004-11-07 22:37:47 +00:00
Tilman Keskinoz
b84151b7e4 Update to 0.8
PR:		72949
Submitted by:	Joachim Strombergson <watchman@ludd.ltu.se>
2004-11-05 13:16:52 +00:00
Kirill Ponomarev
a0053c3cd4 Update to version 1.56.1
PR:		ports/73345
Submitted by:	Ports Fury
2004-11-01 17:26:21 +00:00
John Polstra
d8313ec1b1 The spice maintainers changed the syntax of the "alter" command
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.
2004-10-30 23:23:22 +00:00
Thierry Thomas
1117968e5b tochnog builds with gcc-3.4.2.
Since I'm there, replace USE_THREADS by WITH_THREADS.

PR:		ports/73125
Submitted by:	Pedro F. Giffuni.
2004-10-26 21:58:58 +00:00
Thierry Thomas
f9b9940bdc Update to version 1.56.0.
PR:		ports/72818
Submitted by:	KATO Tsuguru.
2004-10-21 21:47:28 +00:00
Yen-Ming Lee
ee1253831d - upgrade to ngspice_rework-15
- 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
2004-10-13 01:30:33 +00:00
Michael Reifenberger
f45e4648af upgrade to qcad-2.0.4.0-1 2004-10-12 11:55:31 +00:00
Kirill Ponomarev
3a8b6e9293 Update to version 1.55.5
PR:		ports/72314
Submitted by:	Ports Fury
2004-10-12 10:19:16 +00:00
Mark Linimon
d0692333c2 Update to 16; add USE_BZIP2; fix plist.
PR:		ports/71152
Submitted by:	Stefan Walter <sw at gegenunendlich dot de> (maintainer)
2004-10-12 06:37:18 +00:00
Kris Kennaway
84e8d56ed5 Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by:	portmgr
2004-09-30 05:32:00 +00:00
Kris Kennaway
8bb453f921 BROKEN on 5.x: Broken by changes to make(1)
Approved by:	portmgr (self)
2004-09-18 18:42:57 +00:00
Alexey Dokuchaev
6155fc8ed5 Unbreak the build on 5.X and -CURRENT.
Reported by:	pointyhat.freebsd.org
Approved by:	portmgr (marcus), fjoe (mentor, implicit)
2004-09-18 08:14:56 +00:00
Kris Kennaway
e9cb0e0ba3 BROKEN on 5.x: Does not compile
Approved by:    portmgr (self)
2004-09-17 22:47:50 +00:00
Michael Reifenberger
db696d347a Fix compilation error due to wrong set parenthesis.
PR:             ports/71540 (with fix), ports/71574
Submitted by:   Rainer Goellner <rainer at jabbe.de>
Approved by:    portmgr
2004-09-12 08:53:13 +00:00
Michael Reifenberger
bb1483df4a Fix compilation with gcc-3.4
Submitted by:	Tilman Linneweh <arved at FreeBSD.org>
2004-08-28 08:46:40 +00:00
Ying-Chieh Liao
e78869878c add dxf2fig 2.07
DXF to FIG converter
2004-08-26 09:38:31 +00:00
Kirill Ponomarev
9ef052cb01 Update to version 1.55.0
PR:		ports/70864
Submitted by:	Ports Fury
2004-08-23 18:49:45 +00:00
Kirill Ponomarev
58c8bc0e36 Fix build with gcc-3.4
Pet portlint.
2004-08-22 20:20:53 +00:00
Kirill Ponomarev
f62713e133 Fix build with gcc-3.4
PR:		ports/70784
Submitted by:	Ports Fury
2004-08-22 01:06:12 +00:00
Kris Kennaway
c1a0f8ede9 BROKEN on 5.x: Does not compile with gcc 3.4.2 2004-08-16 02:33:05 +00:00
Tilman Keskinoz
83f51ce900 Remove redeclaration, introduced in previous commit, to fix build
on CURRENT.
2004-08-15 17:12:39 +00:00
Volker Stolz
10de4d1dca - Update to 2.0.0.p5
- USE_GCC=3.3 on 4.X
2004-08-10 07:44:23 +00:00
Kirill Ponomarev
e8b8b1dcc5 Update to version 7.0.0
PR:		ports/69577
Submitted by:	Ports Fury
2004-07-25 16:22:02 +00:00
Kirill Ponomarev
9b01b4c9c5 Update MASTER_SITES and WWW: line
PR:		ports/68999
Submitted by:	Ports Fury
2004-07-14 12:19:51 +00:00
Kris Kennaway
3e18781d20 BROKEN: Unfetchable 2004-07-11 07:00:38 +00:00
Volker Stolz
34c8086af5 Chase libgsl-update 2004-07-07 08:22:50 +00:00
Thierry Thomas
cf25df79b7 Upgrade to 1.54.1.
Remark: Netgen is now included, but it does not depends on the
port cad/netgen.

Reminded by:	Pedro F. Giffuni.
2004-07-06 21:18:23 +00:00
Pav Lucistnik
1d253c14f8 Add dinotrace, a mature signal waveform viewer used to debug digital design
simulations.

PR:		ports/68688
Submitted by:	Joachim Strombergson <watchman@ludd.ltu.se>
2004-07-05 21:02:41 +00:00
MANTANI Nobutaka
8e22e0d446 Update to 0.7.20040606.
PR:		ports/68643
Submitted by:	maintainer
2004-07-04 15:53:09 +00:00
Kirill Ponomarev
ff93f89b8e Update to version 0.34
PR:		ports/68629
Submitted by:	Ports Fury
2004-07-03 15:39:00 +00:00
Kirill Ponomarev
ad7f7aa999 Update to version 0.16
PR:		ports/68369
Submitted by:	Ports Fury
2004-06-27 18:02:24 +00:00
Kirill Ponomarev
f59dd4de1c - Fix WWW:
PR:		ports/67958
Submitted by:	Pedro F. Giffuni <giffunip@asme.org>
2004-06-15 07:24:27 +00:00
Thierry Thomas
076a04a30d Upgrade to 1.53.1.
Reminded by:	Pedro F. Giffuni.
2004-06-13 19:31:27 +00:00
Mario Sergio Fujikawa Ferreira
9280666185 o Update to 6.0.8
o Drop maintainership
2004-06-13 15:09:16 +00:00
Kirill Ponomarev
d4389f5b37 - Fix MASTER_SITES
PR:		ports/67693
Submitted by:	Roman Neuhauser <neuhauser@chello.cz>
2004-06-08 08:21:25 +00:00
Pav Lucistnik
222a587001 - Tie subdirs to respective master sites
PR:		ports/67474
Submitted by:	Roman Neuhauser <neuhauser@chello.cz>
2004-06-02 03:39:10 +00:00
Pav Lucistnik
840f7cfafa - Update WWW 2004-05-29 23:03:53 +00:00
Volker Stolz
7102fd354b Update to 0.2.6 (unbreak on 4.x) 2004-05-25 13:49:16 +00:00
Michael Reifenberger
efb22ef5d1 update to version 2.0.3.3-1 2004-05-23 11:20:02 +00:00
Kris Kennaway
416b87176e BROKEN on 4.x: Does not compile 2004-05-23 10:07:33 +00:00
Thierry Thomas
11c6558032 Upgrade to 1.1.1. 2004-05-23 08:09:51 +00:00
Pav Lucistnik
f9cfaf4714 - Fix dependencies of package: no point having meta port with BUILD_DEPENDS
- Bump PORTREVISION

PR:		ports/67005
Submitted by:	bruno <bruno@mail.tinkerbox.org> (maintainer)
2004-05-22 12:46:11 +00:00
Hiroki Sato
87dcd4c43e - Add MASTER_SITE_LOCAL to MASTER_SITES to improve availability.
- Add USE_BISON=yes to unbreak the build.

Pointed out by:	kris
Approved by:	linimon (mentor)
2004-05-17 21:31:49 +00:00
Hiroki Sato
8d9f54f0da Add cad/alliance, which is a complete set of free CAD tools and
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)
2004-05-13 18:51:03 +00:00
Maho Nakata
c72ea155ce Make portlint happy by replacing space to tab
PR:		65409
Submitted by:	trevor
2004-05-06 19:49:54 +00:00
Thierry Thomas
66cae882db Add netgen 4.3.1, an automatic 3D tetrahedral mesh generator. 2004-05-05 19:57:56 +00:00
Maho Nakata
3f9f08d9a1 Unbreak.
Suggestion by:	 "Pedro F. Giffuni" <giffunip@yahoo.com> and kris
2004-05-05 18:27:53 +00:00
Kris Kennaway
eaac15d3ee unzip is only used in the install phase, so it's a BUILD_DEPENDS, not an
EXTRACT_DEPENDS
2004-05-02 23:58:07 +00:00
Volker Stolz
3db5fa7144 Unbreak if Mesa/libglut not present.
Submitted by:	maintainer
Approved by:	linimon (mentor)
2004-04-19 07:01:00 +00:00
Kris Kennaway
c2a3de6714 BROKEN: Does not compile 2004-04-17 00:53:47 +00:00
Volker Stolz
8b0a8fa46c Update to 0.1.4:
- 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)
2004-04-14 19:16:56 +00:00
Kris Kennaway
9e9469ee13 unzip is an EXTRACT_DEPENDS, not BUILD_DEPENDS 2004-04-11 22:57:33 +00:00
Trevor Johnson
c0669efed5 Tidy up whitespace. 2004-04-10 17:26:55 +00:00
Trevor Johnson
6e7d58c396 Trim whitespace. 2004-04-10 16:07:10 +00:00
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +00:00
Kirill Ponomarev
3d8ddfe32c - Update to version 3.1.38
PR:		ports/65077
Submitted by:	Ports Fury
2004-04-02 19:00:08 +00:00
Kris Kennaway
98dd96ee20 Remove category pkg/COMMENT files in favour of a COMMENT variable in the
category makefile.

Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>
PR:		59651
2004-04-02 07:29:48 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Pav Lucistnik
ba555b2575 Style:
- Update MASTER_SITES
- Update WWW and rewrap pkg-descr
- Use USE_GNOME
- Sort pkg-plist

PR:		ports/64852
Submitted by:	Ports Fury
2004-03-28 21:44:27 +00:00
Michael Reifenberger
3e5994f1a0 correct pkg-plist creation.
do not handle libraries datadir since it is handled by qcad-partslib.
2004-03-28 16:42:17 +00:00
Michael Reifenberger
08724750f3 add qcad-partslib the parts-library for qcad. 2004-03-28 12:07:02 +00:00