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

88 Commits

Author SHA1 Message Date
Matthias Andree
d00f8a61b2 Switch MAINTAINER line to FreeBSD address.
Approved by: garga (mentor, implicit)
2010-06-13 11:57:36 +00:00
Matthias Andree
71253133f0 Upgrade to new upstream release 1.11.8
- remove outdated README.FIRST file
- switch to .tar.xz archive

Approved by: garga (mentor, implicit)
2010-06-12 14:10:04 +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
Martin Wilke
015ce997c2 - Update to DISTVERSION= 1.11.7
PR:		133889
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
2009-04-23 09:00:50 +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
Rong-En Fan
55691c3e3f - Update to 1.11.7 RC1
PR:		ports/119980
Submitted by:	Matthias Andree <matthias.andree at gmx.de> (maintainer)
2008-02-07 04:41:51 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00
Rong-En Fan
119f91f203 - Update to 1.11.6
- Reorder master sites

PR:		ports/110458
Submitted by:	Matthias Andree <matthias.andree at gmx.de> (maintainer)
2007-03-18 13:28:22 +00:00
Rong-En Fan
7192ebf01c - Update to 1.11.6 RC1
- Respect PREFIX
- Rearrange master sites order, so we don't try all sf and sunsite mirrors
  first (the rc version only exists on local mirror).

PR:		ports/109527
Submitted by:	Matthias Andree <matthias.andree at gmx.de> (maintainer)
2007-02-28 08:41:43 +00:00
Volker Stolz
17454d5126 - Update to 1.11.5
- minor pkg-* polishing to please portlint

PR:		ports/95543
Submitted by:	maintainer
2006-04-09 15:16:11 +00:00
Tilman Keskinoz
d55a636d22 Update to 1.11.4
PR:		89457
Submitted by:	Matthias Andree <matthias.andree@gmx.de>
2005-11-23 12:38:18 +00:00
Jean-Yves Lefort
768539d5db - Update to 1.11.3 [1]
- When pkg-install is called by pkg_add:
    - respect ${LEAFNODE_SPOOLDIR}
    - set same directory permissions than the port

PR:		ports/82056 [1]
Submitted by:	maintainer [1]
2005-06-08 23:53:32 +00:00
Pav Lucistnik
3bfeb6c7ad - Update pkg-descr
PR:		ports/80970
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
2005-05-13 11:25:17 +00:00
Pav Lucistnik
5970129612 - Update to 1.11.2
PR:		ports/80663
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
2005-05-05 16:03:38 +00:00
Jean-Yves Lefort
6f30ee30d9 MANLANG was mistakenly modified in the previous commit. Fix it.
PR:		ports/80407
Submitted by:	maintainer
2005-04-27 13:56:16 +00:00
Jean-Yves Lefort
a82eb79716 - Update to 1.11.1
- Polish the Makefile

PR:		ports/80349
Submitted by:	maintainer
2005-04-26 07:37:27 +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
Michael Johnson
3f1a6e094f - Update to 1.11.0
- Add ipv6 to category

PR:		ports/78937
Submitted by:	maintainer
2005-03-17 08:36:10 +00:00
Kirill Ponomarev
0261103817 Update to 1.10.8
PR:		ports/76536
Submitted by:	maintainer
2005-01-21 20:05:29 +00:00
Kirill Ponomarev
ac6ac72f46 Update to 1.10.7
PR:		ports/74161
Submitted by:	maintainer
2004-11-20 16:21:59 +00:00
Pav Lucistnik
87d05287ec - Update to 1.10.6
PR:		ports/72017
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
2004-10-11 22:17:07 +00:00
Kirill Ponomarev
d9e941a957 Fix a bug that could cause the refetch of the multi-MByte active
file from ALL servers when one server was unreachable.

PR:		ports/72297
Submitted by:	maintainer
Approved by:	portmgr (implicit)
2004-10-11 12:43:36 +00:00
Kirill Ponomarev
23938a512f Update to 1.10.5
PR:		ports/70994
Submitted by:	maintainer
2004-08-26 16:26:12 +00:00
Sergey Matveychuk
6fd637bee1 - Update to 1.10.4
fixes a critical texpire (recoverable) data loss bug

PR:		ports/70481
Submitted by:	maintainer
2004-08-15 19:48:29 +00:00
Kirill Ponomarev
ef78599d5d Update to 1.10.3
PR:		ports/69766
Submitted by:	maintainer
2004-07-29 20:52:17 +00:00
Kirill Ponomarev
6304ac06f8 Update to 1.10.2
PR:		ports/69371
Submitted by:	maintainer
2004-07-21 12:24:13 +00:00
Volker Stolz
c250e99c46 Update to 1.10.1
PR:		ports/68247
Submitted by:	maintainer
2004-06-23 18:14:04 +00:00
Kirill Ponomarev
40bec1d2f2 - Update to version 1.10.0
PR:		ports/67813
Submitted by:	maintainer
2004-06-11 08:01:29 +00:00
Volker Stolz
e97e68a16f Fix formatting-bug.
Closes PR:	ports/67111
Submitted by:	Jeff King
2004-05-25 07:07:37 +00:00
Volker Stolz
5e4ed0d55b Update URL in pkg-descr.
PR:		ports/66978
Submitted by:	Matthias Andree (maintainer)
2004-05-21 10:01:44 +00:00
Kirill Ponomarev
bbb89db311 - Update to version 1.9.54
PR:		ports/66942
Submitted by:	maintainer
2004-05-21 06:15:43 +00:00
Kirill Ponomarev
731dffbb1d - Update to 1.9.53
PR:		ports/66286
Submitted by:	maintainer
2004-05-05 18:58:34 +00:00
Kirill Ponomarev
8ca72281dc - Use /var/spool/leafnode as the default spooldir
PR:		ports/65757
Submitted by:	maintainer
2004-04-19 11:26:15 +00:00
Pav Lucistnik
684738577b - Update to 1.9.52
PR:		ports/65133
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
2004-04-04 14:16:18 +00:00
Kirill Ponomarev
e61fd6cd3c - Update to 1.9.51
PR:		ports/63101
Submitted by:	maintainer
2004-02-20 13:37:42 +00:00
Kirill Ponomarev
a4e6d056f1 - Update to version 1.9.50
PR:		ports/63048
Submitted by:	maintainer
2004-02-19 08:49:27 +00:00
Clement Laforet
d1a31b794c - Update to 1.9.49
Fix "delaybody" mode regression in 1.9.48 security fix.

PR:             61134
Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
Approved by:    erwin (mentor) (implicity)
2004-01-09 17:01:57 +00:00
Clement Laforet
58f4362057 - Update to 1.9.48
### SECURITY BUGFIX ###
- Fetchnews: when a. minlines=0 (default) and b. delaybody=0 (default) and
  either c. no filterfile is configured (default) or a. and b. and d.
  article_despite_filter=1 are configured, an article with missing mandatory
  headers and without body can hang fetchnews and/or prevent the fetch of
  further articles from the current group or server.
  Reported by Toni Viemerö, SourceForge bug 873149.
  This was a denial-of-service bug, not one that could lead to local or remote
  privilege escalation.

PR:             61105
Submitted by:   Matthias Andree <matthias.andree@gmx.de>
Approved by:    erwin (mentor) (implicitly)
2004-01-09 02:15:10 +00:00
Kirill Ponomarev
2646988062 - Update to 1.9.47, tons of bugfixes
- some %%PREFIX%% -> %D changes in pkg-plist

PR:		61002
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
2004-01-07 08:50:56 +00:00
Kirill Ponomarev
540f7a55e0 - Update to 1.9.46
* Minor bugfixes, NTL workaround update, documentation fixes

- Drop IPv6 category since only some parts are IPv6 capable, not
  the entire package. This is to prevent any false hopes of full
  IPv6 capability

PR:		60016
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
2003-12-07 17:32:40 +00:00
Sergei Kolobov
1587b71700 Maintainer update [1]:
- Update to 1.9.45, lots of bugfixes, too many to list here,
  see http://mandree.home.pages.de/leafnode/NEWS
- Install German manual pages into standard location so that man(1) can find
  them.  (MANLANG and all that, along the lines used in security/nmap)
- Fix up NOPORTDOCS mode so it actually works
- Fix pkg-message to not contain the same text twice

While I'm here [2]:
- simplify/shorten post-install target a bit by using few new variables
  and unrolling loops
- rename ${PREFIX}/share/doc/leafnode/doc_german to just .../german.
  I think extra "doc_" there is unnecessary
- s/ECHO/ECHO_MSG/
- whitespace changes to shorten line lengths in Makefile

PR:		58799 [1]
Submitted by:	maintainer [1], sergei [2]
Approved by:	maintainer [2]
2003-11-01 14:16:33 +00:00
Kirill Ponomarev
9fd8d11348 - Update to version 1.9.43
o Bug fixes
o Documentation enhancements
o Major speedup in post-download
  fetchnews XOVER update process
o Use %%DOCSDIR%% in pkg-plist
o Convert spaces to TABs in Makefile to make portlint happy

PR:		56470
Submitted by:	maintainer
2003-09-05 09:24:11 +00:00
Christian Weisgerber
1a7d4c76d2 Update to 1.9.42. Bugfixes:
- Check lastreply() against NULL, in an effort to fix obscure sporadic and
  non-reproducable crashes on OpenBSD sparc64.
- Fix bogus "Cannot open .../interesting.group/group.name for reading" when a
  group subscription has expired.
- Fix hang when trying to download an article that lacked mandatory headers.

PR:		53838
Submitted by:	Matthias Andree <matthias.andree@gmx.de>
2003-06-27 14:58:56 +00:00
Foxfair Hu
a1608517ac PR: 52550
MAINTAINER update: news/leafnode 1.9.40 to 1.9.41.
2003-05-22 04:59:38 +00:00
Christian Weisgerber
36d99ff501 This update to 1.9.40 fixes a "leafnode abort()" bug when leafnode
creates a Date: line, for example as part of a pseudo article.

PR:		51966
Submitted by:	Matthias Andree <matthias.andree@web.de>
2003-05-08 12:15:16 +00:00
Yen-Ming Lee
379acc9b81 update to leafnode-1.9.39 and fix a potential data loss problem
PR:		51766
Submitted by:	Matthias Andree <matthias.andree@web.de>
2003-05-05 12:45:55 +00:00
Yen-Ming Lee
14da5459c1 update to leafnode 1.9.38 and unbreak it on FreeBSD 4.8
PR:		51319
Submitted by:	Matthias Andree <matthias.andree@web.de>
2003-04-24 09:14:11 +00:00
Adam Weinberger
39c904ed4d Update to 1.9.37.
PR:		51173
Submitted by:	Matthias Andree <matthias.andree@web.de> (maintainer)
2003-04-20 04:50:51 +00:00
Christian Weisgerber
7c13b7541f * Update to upstream version 1.9.36, fixing download issues when filters
are configured.

* LOCALBASE -> PREFIX
* Fix extra files after uninstall
* Add "deinstall for good" instructions.
* Use the more efficient quickmkdir program from pkg-install.
* Move spooldir into ${PREFIX} and lockfile into ${SPOOLDIR}
  (compatibility hack for ports that aren't turned into packages to allow for
   continued use of /var/spool/news for ${SPOOLDIR} is in place)
* Execute pkg-install contents only once (in POST-INSTALL phase).

PR:		48750
Submitted by:	Matthias Andree <matthias.andree@web.de>
2003-02-27 18:40:30 +00:00