Mathieu Arnold
e1bfdfbe56
Add DOCS options to ports that should have one.
...
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
2018-09-10 13:14:50 +00:00
Matthias Andree
a953a74bf0
Update to upstream release 1.04.
...
"Assorted minor updates."
2017-08-11 12:59:31 +00:00
Dmitry Marakasov
1d1f878054
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
...
Approved by: portmgr blanket
2016-05-19 10:21:23 +00:00
Mathieu Arnold
7f4572eae4
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
...
With hat: portmgr
Sponsored by: Absolight
2016-04-01 13:29:15 +00:00
Matthias Andree
deb23cb5b7
Support staging.
...
Drop support for lzo.1, which has not been in the tree for a while.
2013-10-23 21:20:18 +00:00
Baptiste Daroussin
b80ec3e204
Add NO_STAGE all over the place in preparation for the staging support (cat: archivers)
2013-09-20 13:11:20 +00:00
Dmitry Marakasov
6f6fbe4bdf
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
...
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
2011-09-23 22:26:39 +00:00
Matthias Andree
8d8fc7a506
Change MASTER_SITES mirror to read LOCAL/mandree instead.
...
Suggested by: sunpoet@
2011-05-23 11:34:36 +00:00
Matthias Andree
ad1ed23b33
ftp.uni-koeln.de no longer carriers util/arc/, mirror locally.
2011-05-10 20:31:00 +00:00
Matthias Andree
dd59e27379
Re-add CPPFLAGS, lost in previous commit.
2011-03-22 10:05:20 +00:00
Matthias Andree
5680d0e975
Add a mirror to MASTER_SITES.
...
Drop CPPFLAGS from CONFIGURE_ENV.
2011-03-21 16:14:30 +00:00
Matthias Andree
8fcc63bf32
Update to 1.03.
...
Submitted by: Martin Matuska <mm@freebsd.org>
PR: ports/152184
2010-11-13 20:59:42 +00:00
Matthias Andree
d00f8a61b2
Switch MAINTAINER line to FreeBSD address.
...
Approved by: garga (mentor, implicit)
2010-06-13 11:57:36 +00:00
Rong-En Fan
741aa71483
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
...
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
2008-08-21 06:18:49 +00:00
Edwin Groothuis
ba5e62bd93
SHA256ify
...
Approved by: krion@
2006-01-22 06:58:31 +00:00
Marcus Alves Grando
a301112a1d
Update to 1.02rc1
...
Submitter take MAINTAINER
PR: ports/86407
Submitted by: Matthias Andree <matthias.andree@gmx.de>
Approved by: pav (mentor)
2005-09-21 14:14:46 +00:00
Florent Thoumie
4f02559f47
- Backout latest commit, it needs a repocopy due to API change.
...
Noticed by: Matthias Andree <matthias.andree@gmx.de>
2005-05-31 19:58:33 +00:00
Florent Thoumie
12a7f133fc
- Bump lzo lib version.
...
- Bump PORTREVISION.
2005-05-31 17:57:11 +00:00
David E. O'Brien
c3d8037aeb
At Kris's request, back out the MACHINE_ARCH spelling correction until
...
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae
Assist getting more ports working on AMD64 by obeying the
...
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Trevor Johnson
3c175cb569
Use PLIST_FILES.
...
Reviewed by: marcus
2004-02-05 20:38:07 +00:00
Trevor Johnson
e8d5605043
Add SIZE.
2004-01-27 20:51:07 +00:00
Joe Marcus Clarke
556d662efc
Update MASTER_SITE.
...
Submitted by: Jeremy Messenger <mezz7@cox.net>
2003-06-11 03:57:54 +00:00
Christian Weisgerber
e4bf6630eb
Update to version 1.01
...
PR: 51509
Submitted by: Ports Fury
2003-05-02 00:41:14 +00:00
Akinori MUSHA
7cc1393a93
De-pkg-comment.
2003-02-20 17:07:10 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34
o Rollback PORTCOMMENT modifications while this feature's implementation
...
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
...
Approved by: pat
2002-11-06 22:47:41 +00:00
Maxim Sobolev
9bca6dc5c6
- Fix MASTER_SITES
...
- Add WWW: line
PR: 32514
Submitted by: Ports Fury
2001-12-06 12:22:03 +00:00
Will Andrews
f67050feec
Unleash all of these ports upon the people. I no longer have any interest
...
in any of them, but will be happy to assign MAINTAINER to others and commit
updates for them.
2000-06-22 05:52:15 +00:00
Will Andrews
efba9c049a
Update liblzo.so.1 port target.
2000-06-04 22:50:05 +00:00
Will Andrews
ac5bfb9a2b
Add lzop, a fast file compressor similar to gzip that uses the LZO lib.
...
Obtained from: NetBSD
2000-06-02 22:58:15 +00:00