Sunpoet Po-Chuan Hsieh
a8973c1a98
- Update to 3.1.2
...
- Pet portlint: remove ABI version number from LIB_DEPENDS
Changes: http://cvs.savannah.gnu.org/viewvc/mldonkey/mldonkey/distrib/ChangeLog?view=markup
2012-06-14 13:26:07 +00:00
Dirk Meyer
2b74a89bc8
- update png to 1.5.10
2012-06-01 05:26:28 +00:00
Martin Wilke
431ad6d191
- Update to 3.1.1
...
PR: 166891
Submitted by: Ports Fury
2012-04-21 18:48:04 +00:00
Doug Barton
83eb2c3700
In the rc.d scripts, change assignments to rcvar to use the
...
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +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
Rene Ladan
3b7ca2c0df
- Update to 3.1.0 [1]
...
- Garbage collect old threading options [1]
- Fix build with clang [2]
PR: ports/160502 [1,2]
ports/160498 [2]
Submitted by: "h h" (aakuusta gmail.com) [1,2]
Obtained from: upstream [2]
2011-09-15 21:43:41 +00:00
Mario Sergio Fujikawa Ferreira
5a264221fa
Drop maintainership
2011-07-24 18:06:52 +00:00
Mario Sergio Fujikawa Ferreira
cda92d3313
Update to 3.0.7
...
PR: ports/154908
Submitted by: soulcatcher <soulcatcher13@gmail.com>
2011-07-20 02:45:01 +00:00
Doug Barton
29813d5397
Remove painful examples of foo="", with particular prejudice against
...
constructions that parse out to [ -z "$foo" ] && foo=""
These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.
In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.
In a few places, add $FreeBSD$
No functional changes, so no PORTREVISION bumps
2011-05-15 02:49:17 +00:00
Ade Lovett
4a8684e352
Sync to new bsd.autotools.mk
2010-12-04 07:34:27 +00:00
Mario Sergio Fujikawa Ferreira
ba251aadef
Update to 3.0.6
2010-11-17 12:32:30 +00:00
Mario Sergio Fujikawa Ferreira
01b85fa23c
Update to 3.0.5
...
PR: 152037
Submitted by: sunpoet
2010-11-08 10:07:42 +00:00
Ade Lovett
6abd00a86b
Punt autoconf267->autoconf268
2010-10-16 11:52:47 +00:00
Mario Sergio Fujikawa Ferreira
c8eaff4992
- Remove BROKEN: fix build
...
Obtained from: mldonkey issue tracker (https://savannah.nongnu.org/patch/?7267#comment2 )
2010-09-25 20:25:38 +00:00
Mario Sergio Fujikawa Ferreira
4bea942aaf
- Remove BROKEN: fix build
...
Obtained from: mldonkey issue tracker (https://savannah.nongnu.org/patch/?7267#comment2 )
2010-09-21 03:43:22 +00:00
Pav Lucistnik
8df2121ba4
- Mark BROKEN: does not build
...
Reported by: pointyhat
2010-09-16 21:18:11 +00:00
Ade Lovett
8262a7b51d
Autotools update. Read ports/UPDATING 20100915 for details.
...
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
2010-09-15 18:35:24 +00:00
Mario Sergio Fujikawa Ferreira
fe05e3ea82
Update to 3.0.4
2010-09-06 12:00:24 +00:00
Mario Sergio Fujikawa Ferreira
5d8dfd13e7
Update to 3.0.3
2010-08-03 01:56:30 +00:00
Mario Sergio Fujikawa Ferreira
94268fd082
o Update to 3.0.2
...
o Add LICENSE* information
2010-06-13 12:07:07 +00:00
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
Doug Barton
1d6b4b3f91
Begin the process of deprecating sysutils/rc_subr by
...
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Dirk Meyer
ca9c60461c
- update to jpeg-8
2010-02-05 11:46:55 +00:00
Mario Sergio Fujikawa Ferreira
16906dc1de
o Revert previous commit since the specific LDFLAGS is not needed
...
o Bump PORTREVISION to insure that no one will have that LDFLAGS
2009-11-24 01:05:37 +00:00
Mario Sergio Fujikawa Ferreira
eefcf2a610
- Fix build on systems where GCC stack protection (aka Propolice)
...
was enabled for userland on src/share/mk/bsd.sys.mk
(SVN rev 180012 on 2008-06-25 21:33:28Z by ru)
- For OSVERSION >= 800040, add -fstack-protector to LDFLAGS
2009-11-22 20:10:25 +00:00
Mario Sergio Fujikawa Ferreira
5dcec833c4
Update to 3.0.1
2009-11-22 09:14:54 +00:00
Mario Sergio Fujikawa Ferreira
cf23e088b5
- Fix rc.d startup script:
...
1) Check if daemon is already running before start
2) Add verbose start message
- Bump PORTREVISION
PR: ports/129790
Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com>
2009-11-22 08:51:56 +00:00
Dmitry Marakasov
535382b891
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors actually have all distfiles
...
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED
Approved by: portmgr (pav)
2009-09-02 15:01:56 +00:00
Dirk Meyer
eca78ec61b
- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
...
Requested by: edwin
2009-07-31 13:57:52 +00:00
Pav Lucistnik
1ea9f6b32f
- Not MAKE_JOBS_SAFE
...
Reported by: pointyhat
2009-07-19 19:49:35 +00:00
Doug Barton
0175383f0a
Fix a few "bad example" problems in the rc.d scripts that have been
...
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops.
2009-07-15 16:56:10 +00:00
Mario Sergio Fujikawa Ferreira
6a32efd308
Mark MAKE_JOBS_SAFE for SMP compilation
2009-03-25 13:52:05 +00:00
Mario Sergio Fujikawa Ferreira
118943144a
Update to 3.0.0
2009-02-25 01:26:23 +00:00
Mario Sergio Fujikawa Ferreira
1f3774c1b2
Update to 2.9.7
2009-02-19 05:07:05 +00:00
Pav Lucistnik
b2a96c6df1
- Remove conditional checks for FreeBSD 5.x and older
2009-01-06 17:59:31 +00:00
Ade Lovett
771ea13f41
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
...
Tested by: exp build run (erwin)
2008-08-20 00:57:32 +00:00
Mario Sergio Fujikawa Ferreira
2d1bef7d82
Update to 2.9.6
2008-08-10 09:56:20 +00:00
Mario Sergio Fujikawa Ferreira
c93094e218
Update to 2.9.5
2008-05-07 11:35:50 +00:00
Mario Sergio Fujikawa Ferreira
2443aade84
Update to 2.9.4
2008-03-03 01:25:41 +00:00
Mario Sergio Fujikawa Ferreira
b6a7e80592
Update to 2.9.3
2008-01-21 10:08:55 +00:00
Mario Sergio Fujikawa Ferreira
13939b26bd
Update to 2.9.2
2007-10-25 10:28:18 +00:00
Edwin Groothuis
52d564a552
Remove always-false/true conditions based on OSVERSION 500000
2007-10-04 02:24:29 +00:00
Mark Linimon
48420a5ebd
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
...
PR: ports/116639
Submitted by: aDe
2007-09-30 04:47:36 +00:00
Mario Sergio Fujikawa Ferreira
fdf4bf39a2
Update to 2.9.1
2007-09-13 13:22:53 +00:00
Mario Sergio Fujikawa Ferreira
418b3adeb0
Update to 2.9.0
2007-07-29 17:28:28 +00:00
Mario Sergio Fujikawa Ferreira
80a57b3cf3
o Fix RC script. Make sure the shell is sh(1) when starting mlnet.
...
o Bump PORTREVISION
PR: 112253
Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
2007-07-26 02:46:25 +00:00
Mario Sergio Fujikawa Ferreira
8e123d95e2
Update to 2.8.7
2007-07-01 17:58:51 +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
Mario Sergio Fujikawa Ferreira
7f29225ebe
Update to 2.8.5 since it is a bugfix to 2.8.4
2007-04-26 10:10:32 +00:00
Mario Sergio Fujikawa Ferreira
f18dbc25d4
Update to 2.8.4
2007-04-25 09:40:51 +00:00