Dirk Meyer
de78af3ac5
- update to 1.4.1
...
Reviewed by: exp8 run on pointyhat
Supported by: miwi
2010-03-28 06:47:48 +00:00
Philip M. Gollucci
d2cad79c6a
- Mark MAKE_JOBS_UNSAFE=yes
...
Reported by: P6 tb
2010-01-14 03:21:29 +00:00
Doug Barton
2fadfa2cfb
For ports maintained by ports@FreeBSD.org, remove names and/or
...
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
2009-12-21 02:19:12 +00:00
Gerald Pfeifer
27ab5137ce
Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
...
implies lang/gcc44 up from lang/gcc43.
Approved by: portmgr
2009-09-13 00:08:01 +00:00
Gerald Pfeifer
05a2cbc2b4
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.
2009-01-07 16:34:27 +00:00
Pav Lucistnik
41d8c3385c
- Remove conditional checks for FreeBSD 5.x and older
2009-01-05 20:36:33 +00:00
Mark Linimon
a34ad4f459
Reset jmz@FreeBSD.org due to no response to email about maintainer-timeout,
...
and no commit activity for 3 months.
Hat: portmgr
2008-11-29 00:11:56 +00:00
Martin Wilke
3e4ed01146
- Remove unneeded dependency from gtk12/gtk20 [1]
...
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
Maho Nakata
8d415acd27
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
...
Approved by: jmz (maintainer)
2007-07-12 21:17:41 +00:00
Florent Thoumie
d4f0d0048a
- Welcome X.org 7.2 \o/.
...
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Pav Lucistnik
2df76eb0a7
- Remove support for a.out format and PORTOBJFORMAT variable from individual
...
ports
With hat: portmgr
2007-01-30 10:25:34 +00:00
Kris Kennaway
b90e75409c
Retire obsolete a.out shared library support
2007-01-30 04:14:53 +00:00
Maho Nakata
131f3e2b69
* Migrate to gfortran.
...
* Bump port revision.
Approved by: portmgr(kris)
2007-01-17 08:30:32 +00:00
Edwin Groothuis
c92c635b24
SHA256ify
...
Approved by: krion@
2006-01-22 12:42:24 +00:00
Trevor Johnson
e1177f5c54
Add size data.
...
Approved by: maintainers
2004-03-18 02:27:55 +00:00
Jean-Marc Zucconi
222e7118b5
This port requires perl to build.
2004-02-17 00:31:55 +00:00
Jean-Marc Zucconi
b93926d6a6
One of the source files is actually a C source, not F77 (gruser.c). This
...
should fix the amd64 build.
2004-01-25 00:19:07 +00:00
Tim Vanderhoek
e62e93b040
Add WWW: http://www.astro.caltech.edu/~tjp/pgplot/ .
2003-05-20 02:05:38 +00:00
Ade Lovett
7e52725f2a
Clear moonlight beckons.
...
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Kris Kennaway
d9e7317133
Fix build (removal of <values.h>)
2002-09-29 06:27:13 +00:00
Andrey A. Chernov
db2dadbaab
Bump png major
2001-09-11 02:22:51 +00:00
Jean-Marc Zucconi
75de1f6dd9
- X11BASE clean
...
- properly link libpgplot.so against -lpng (so that each program which
links with libpgplot.so does not have to specify -lpng)
- a bit cleaner (use macros where possible, etc.)
Submitted by: knu
2001-06-26 21:11:16 +00:00
Jean-Marc Zucconi
af844213db
Upgrade to version 5.2.2 (the distfile still has version 5.2)
...
Add a lib depend on png since this version has a png driver.
Fix minors bugs in Makefile.demo
2001-03-06 20:54:44 +00:00
Maxim Sobolev
2b1a883dc4
Massive style enforcement - use ^I instead of spaces for variables identation.
2001-01-16 17:33:20 +00:00
Jean-Marc Zucconi
dd149e5e43
The name of the ftp site has changed.
2000-10-21 21:50:02 +00:00
Satoshi Asami
ffb21b5654
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
...
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
61ebd322a2
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
...
just cun'n'pasted the name from Satoshi's commit message without checking
it.
Hall of shame entry: sobomax
2000-06-16 08:19:52 +00:00
Maxim Sobolev
835d6b8655
Third round of INSTALL_SHLIBS=yes fixes.
2000-06-15 17:59:45 +00:00
Satoshi Asami
c99c600944
Convert to PORTNAME/PORTVERSION. lfview had an invalid version
...
string so I fixed it.
2000-04-14 10:48:02 +00:00
Jean-Marc Zucconi
596561ded7
Bug fix for 3.x: unbreak drivers (e.g. the gif driver) using the %VAL(...)
...
F77 feature.
1999-09-22 19:30:45 +00:00
David E. O'Brien
5133141363
Change Id->FreeBSD.
1999-08-25 06:16:32 +00:00
Tim Vanderhoek
4b7f92f936
Commit #2/4 to enforce Caps, no period. I ran this oe as
...
$ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab`
Results to follow. :)
1999-06-26 17:55:58 +00:00
Jean-Marc Zucconi
f68ab1df6d
Demos must be compiled with the -fno-backslash option on -current
1999-05-02 21:51:12 +00:00
Jean-Marc Zucconi
9e6f007b4a
Compile with g77 on 4.0-CURRENT
...
Submitted by: obrien
1999-05-02 21:29:35 +00:00
Satoshi Asami
4166c7cf95
Add USE_XLIB.
1998-12-22 08:22:54 +00:00
Jean-Marc Zucconi
4f37d30889
Unbreak.
1998-12-05 02:25:53 +00:00
Satoshi Asami
dbc8aa6cc1
Use bsd.port.{pre,post}.mk. Either use them to avoid having to define
...
something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after
.include <bsd.port.mk> to before.
(This is not by any means the complete list but just the ones I've noticed
recently.)
1998-11-11 05:37:39 +00:00
Justin M. Seger
cde9951ed2
Mark BROKEN for current:
...
./makehtml: not found
*** Error code 127
Stop.
1998-10-12 03:19:03 +00:00
Steve Price
802ef20941
Convert to ELF.
1998-10-05 03:06:04 +00:00
Thomas Gellekum
944910bb30
Execute `ldconfig -R' at the pkg_delete step.
...
PR: 6281
Submitted by: SADA Kenji <sada@e-mail.ne.jp>
1998-05-05 13:18:48 +00:00
Jean-Marc Zucconi
5e2118d44f
Compile a few more functions.
1998-01-26 23:56:33 +00:00
Jean-Marc Zucconi
e5e5f9b4d7
Upgrade: 5.1 -> 5.2
1997-08-15 13:36:17 +00:00
Masafumi Max NAKANE
5e5eddfc60
ldconfig -> ${LDCONFIG}.
1997-07-17 15:13:02 +00:00
Satoshi Asami
b7826f2351
Add PKGNAME (`-' required between basename and version numbers).
1997-01-05 12:39:15 +00:00
Satoshi Asami
d7ebff0f05
Add newline to end of file.
1996-12-23 02:36:39 +00:00
Jean-Marc Zucconi
1ba25af393
A C/FORTRAN library for drawing graphs on a variety of display devices.
1996-12-22 04:36:43 +00:00