1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
Commit Graph

110 Commits

Author SHA1 Message Date
Mathieu Arnold
f57bc4af66 After an include, PLIST_SUB must be appended to, not overwritten.
If it is overwritten, many values will be clobbered, and
pain will ensue.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:11:23 +00:00
Matthias Andree
ba86decb66 Add LICENSE. 2018-03-31 10:08:17 +00:00
Mathieu Arnold
bb5196a149 Remove support for variables that have been deprecated for a while.
variables                  deprecation       revision
WITHOUT_NLS                2013-12-13        r336337
WITH_/WITHOUT_             2014-02-24        r345870
NOPORT(DOC|EXAMPLE)S       2014-04-19        r351587
WITH_BDB_VER               2016-05-02        r414444
OVERRIDE_LINUX_BASE_PORT   2016-09-05        r421387
WITH_OPENSSL_(BASE|PORT)   2016-06-16        r416965

While there, add an ERROR variable that works like DEV_ERROR, but for
user facing errors, and move NOPORTDOCS,
NOPORTEXAMPLES and WITHOUT_NLS to it.

Cleanup bsd.sanity.mk a bit.

Fix fallout.

PR:		224613
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D13490
2018-01-09 07:40:55 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Matthias Andree
f42f6951bd Fix leftover directory.
PR:		203286
Submitted by:	amdmi3
2015-09-23 22:55:52 +00:00
Matthias Andree
8fc101ab93 Update to new upstream release 1.11.11. (Bugfixes) 2015-08-24 23:43:55 +00:00
Adam Weinberger
037a3b5bf9 Remove the final usages of USE_XZ from the tree, and replace them with
USES=tar:xz.

Approved by:	portmgr (most of them)
2014-07-29 21:25:30 +00:00
Adam Weinberger
2e3438be2c Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:47:45 +00:00
Baptiste Daroussin
e04b632220 Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
Matthias Andree
826216342d Give up on empty directory games about lib/leafnode.
Fix massively broken pkg-plist. (Bump PORTREVISION.)
2013-10-31 02:22:14 +00:00
Matthias Andree
264c555c5e Support staging, and update LIB_DEPENDS format. 2013-09-30 21:37:18 +00:00
Baptiste Daroussin
b9522341aa Add NO_STAGE all over the place in preparation for the staging support (cat: news) 2013-09-20 22:31:15 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Matthias Andree
2329c6fcd5 Update to new upstream release 1.11.10, fixing abort() when running
fetchnews in verbose mode.
2013-06-11 22:00:36 +00:00
Matthias Andree
b68d6da8d8 Update to new upstream version 1.11.9.
ChangeLog: http://www.leafnode.org/NEWS.txt
2013-06-10 23:58:25 +00:00
Matthias Andree
7099acd456 Make pkgNG happier.
Reported by:	miwi
2013-05-13 05:39:50 +00:00
Martin Matuska
b2c4fbb77a Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
2012-12-10 19:11:11 +00:00
Matthias Andree
fbe250568a Update CONFLICTS.
Suggested by:	ketas's ports conflicts checker
Feature safe:	yes
2012-11-15 23:30:32 +00:00
Martin Matuska
dbbf004162 Bump pcre library dependency due to 8.30 update 2012-02-14 12:45:35 +00:00
Doug Barton
989772c9ac The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
2011-10-24 09:11:38 +00:00
Matthias Andree
2b22439683 Remove sunsite from MASTER_SITES, they're too slow to pick uploads up. 2011-05-23 11:29:41 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
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