Adam Weinberger
660fc56a82
Resolve unnecessary bsd.port.options.mk inclusion by using OPTIONS helpers.
...
Approved by: portmgr (blanket)
2014-07-03 18:18:02 +00:00
Raphael Kubo da Costa
1131715c90
Switch to USE=tar:xz.
...
PR: 191125
Submitted by: venture37@geeklan.co.uk
2014-06-17 21:49:32 +00:00
William Grzybowski
fc21c9a968
ftp/yafc: allow staging
...
- Allow staging
2013-09-25 11:39:38 +00:00
Baptiste Daroussin
1640537ad6
Add NO_STAGE all over the place in preparation for the staging support (cat: ftp)
2013-09-20 17:23:18 +00:00
Alex Kozlov
d4041784dc
- Remove MAKE_JOBS_SAFE variable
...
Approved by: portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
William Grzybowski
afab08bde8
- Convert to new USES gmake for my ports
2013-07-05 14:41:15 +00:00
William Grzybowski
49a4b5f74d
ftp/yafc: update to 1.2.5
...
- Update to 1.2.5 [1]
- Fix path for gettext in configure [1]
- Add missing READLINE option
- Take maintainership
PR: ports/179629 [1]
Submitted by: Norihiko Murase <mur1080224@inter7.jp>
Approved by: culot / jpaetzel (mentors, implicit)
2013-06-17 12:52:05 +00:00
Baptiste Daroussin
9f1de9b900
Convert USE_NCURSES by USES=ncurses
...
Convert USE_READLINE by USES=readline
2013-05-06 15:34:17 +00:00
Alex Kozlov
e159824929
- Convert USE_GETTEXT to USES (part 3)
...
Approved by: portmgr (bapt)
2013-04-24 18:10:30 +00:00
Pawel Pekala
8e79145834
Fix NLS support
...
PR: ports/177353 (based on)
Submitted by: Norihiko Murase <mur1080224@inter7.jp>
Feature safe: yes
2013-04-20 11:20:25 +00:00
Raphael Kubo da Costa
406b340dda
Only install the bash completion file if the newly-added BASH option is set.
...
No PORTREVISION bump, since BASH is on by default to avoid POLA problems and
thus the plist does not change.
2013-01-19 22:23:06 +00:00
Raphael Kubo da Costa
b79e60ad73
- Update to 1.2.4.
...
- Update MASTER_SITES and stop fetching from GitHub.
PR: ports/175319
Submitted by: Norihiko Murase <mur1080224@inter7.jp>
2013-01-16 22:21:44 +00:00
Bryan Drewery
c1b10fdb70
- Update to 1.2.3
...
- Use GHC for MASTER_SITES
Feature safe: yes
2012-11-27 19:25:51 +00:00
Bryan Drewery
b02d2e6bae
- Update to 1.2.2
...
- Trim header
PR: ports/172001
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Feature safe: yes
2012-11-09 16:08:33 +00:00
Armin Pirkovitsch
c250efb40f
- Add LICENSE
...
- Add MAKE_JOBS_SAFE
- Support USE_OPENSSL
- Support PORTEXAMPLES
- Add optional dependencies
- PORTVERSION bumped
- Add category ipv6
PR: ports/169413
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by: beat (mentor)
2012-07-19 17:28:40 +00:00
Sylvio Cesar Teixeira
6770f080aa
- Update to 1.2.0
...
PR: ports/169058
Submitted by: Norihiko Murase <mur1080224@inter7.jp>
2012-06-25 00:05:19 +00:00
Pawel Pekala
d2d23ef5fe
- Update to version 1.1.3 [1]
...
- Project homepage has changed [1]
- Respect NOPORTEXAMPLES
- Include bsd.port.mk instead of not needed pre and post
PR: ports/167547 [1]
Submitted by: Norihiko Murase <mur1080224@inter7.jp> [1]
2012-05-07 19:32:45 +00:00
Stanislav Sedov
422bce3414
- Return my ports back to the pool. I was unable to make any fixes to
...
my ports in the past 3 weeks while ports were broken on any 10.x
machines, which means I'm unable to maintain them. So let people know
that there's no available support for them until things are back to
normal (which also means that anyone with spare time will be able
to fix them without getting approval).
2011-10-24 03:33:20 +00:00
Martin Wilke
a9481afc8a
- Get Rid MD5 support
2011-03-19 12:38:54 +00:00
Dmitry Marakasov
c6d73b3a64
- Switch SourceForge ports to the new File Release System: categories starting with E,F
2009-08-22 00:20:34 +00:00
Ion-Mihai Tetcu
f5acd5e443
Fix LIB_DEPENDS on devel/readline: its sh lib version was bumped recently from
...
5 to 6.
Forgotten by: araujo@
Reported by: QAT
2009-05-12 11:28:17 +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
Pav Lucistnik
9fc1c4fe89
- Remove USE_GETOPT_LONG which is a no-op since March 2007
2008-03-20 09:56:52 +00:00
Edwin Groothuis
3e2fd4b788
Remove always-false/true conditions based on OSVERSION 500000
2007-10-04 00:50:28 +00:00
Stanislav Sedov
6963a4f758
- Change my email.
...
Suggested by: skv
2007-03-27 22:12:03 +00:00
Rong-En Fan
eb7cb2bbc2
- Add readline as dependency when it was already installed. The program
...
will be linked against it anyway, not against a system one.
- Pass maintainership to submitter
PR: ports/101438
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
2006-08-06 05:41:19 +00:00
Ion-Mihai Tetcu
247dd38da0
Add patchfile fogoten in previous commit:
...
Update to version 1.1.1
PR: ports/100032
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2006-07-10 22:15:42 +00:00
Ion-Mihai Tetcu
5c30875236
Update to version 1.1.1
...
PR: ports/100032
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2006-07-10 22:14:37 +00:00
Pav Lucistnik
7b82f41696
- Add SHA256
2005-11-24 16:27:27 +00:00
Volker Stolz
3d3ddd94ad
Ditch some special-casing
2005-11-09 16:28:12 +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
Kirill Ponomarev
f21390c01d
- Update to version 1.1
...
PR: ports/67289
Submitted by: Ports Fury
2004-05-28 18:34:03 +00:00
Jeremy Messenger
df8066cafc
Fix the crash of resume and use INFO.
...
PR: ports/66457
Submitted by: Fredrik Lindberg <fliREMOVEME@shapeshifter.se>
Approved by: adamw (mentor)
2004-05-10 22:45:50 +00:00
Trevor Johnson
0c881ba59c
SIZEify.
2004-01-29 07:24:56 +00:00
Akinori MUSHA
1707b424cb
De-pkg-comment.
2003-02-20 17:24:13 +00:00
Ying-Chieh Liao
18f7a176d7
upgrade to 1.0
...
PR: 46130
Submitted by: Ports Fury
2003-01-02 19:03:42 +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
Patrick Li
9f80d3a996
Update to 0.7.10
...
PR: 38784
Submitted by: KATO Tsuguru <tkato@prontomail.com>
2002-05-31 23:01:12 +00:00
Pete Fritchman
010f8bdbb5
Update to 0.7.5.
...
PR: 32307
Submitted by: KATO Tsuguru <tkato@prontomail.com>
2001-11-28 21:13:26 +00:00
Pete Fritchman
678002ec59
Update to 0.7.4
...
PR: 30141
Submitted by: KATO Tsuguru <tkato@prontomail.com>
2001-08-28 04:59:23 +00:00
David W. Chapman Jr.
b6dd70843b
Update to 0.7.2
...
PR: 29051
Submitted by: Joseph Scott <joseph@randomnetworks.com>
2001-07-18 03:29:25 +00:00
Mark Pulford
c889820fe0
Update to 0.7.1. Removed useless gettext dependency.
...
PR: 28044
Submitted by: Kato Tsuguru <tkato@prontomail.com>
2001-06-12 09:35:02 +00:00
Kevin Lo
8dc5bebe00
Upgrade to version 0.6.6
...
PR: 25428
Submitted by: Ports Fury
2001-02-28 14:26:12 +00:00
James E. Housley
4d20c19189
Update to version 0.6.5
...
PR: 22247
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
2000-10-23 19:52:46 +00:00
Ade Lovett
b200792e2b
Update to 0.6.4, including MASTER_SITES and WWW in pkg-descr
...
PR: 22057
Submitted by: Ports Fury
2000-10-17 20:10:04 +00:00
Maxim Sobolev
e1003bbd44
Update to 0.5.6. Also make it link with installed libintl.
2000-07-11 07:37:35 +00:00
Chris Piazza
10ae656be9
Remove maintainership of most of my ports. I don't really have
...
time to maintain these and I'm just not interested in these particular
ones any more.
2000-06-20 21:45:58 +00:00
Michael Haro
343c80d542
PORTNAME/PORTVERSION stuff
2000-04-12 05:31:29 +00:00