1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
Commit Graph

1871 Commits

Author SHA1 Message Date
Doug Barton
39f6bb61b3 Update to version 2.6. This adds GraphViz compatible output to
portdepends, plus some routine bug fixing.

- Accessor methods for array valued items now mostly return
arrays rather than array references. This makes quite a
lot of code a lot clearer.

- Add GraphViz output mode to portdepends(1). Pretty
pictures of port dependency trees.

- Remove TODO file as (a) most of the items were done and (b)
most recent changes weren't listed in there.

- Minor docco tweak to portindex reflecting currently
supported FreeBSD major versions.

- Bump VERSION to 2.6 and CACHE_VERSION to 2.5

PR:		ports/161396
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
2011-10-26 21:16:25 +00:00
Beat Gaetzi
317b7dfc7f - Fix extra patches for tmpfs support
Approved by:	miwi
2011-10-25 21:24:27 +00:00
Martin Wilke
c208a13fc9 - Update to 3.4.r3
Changelog:
* Correct a mismerge of schema
* Correct some typos
* Properly add the checksum Hooks to the upgrade code
* Fix some variable initialization issues in the webui
* Allow Jails and Builds to be removed when BuildPortsQueue entries exist

Approved by:	maintainer implicit
2011-10-25 19:16:59 +00:00
Martin Wilke
11bfb14a00 - Fix a typo
Approved by:	maintainer implicit
2011-10-25 17:10:01 +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
Doug Barton
2b1dacc826 Remove more tags from pkg-descr files fo the form:
- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
2011-10-24 04:17:37 +00:00
Ion-Mihai Tetcu
9f2c7278d2 - bump PORTEPOCH :(
- try to fix plist

Reported by:	many
Pointyhat to:	itetcu@ (me)
2011-10-19 18:02:51 +00:00
Kris Moore
941b4b956b - Update to 0.9.4
Changes: http://wiki.pcbsd.org/index.php/PBI_Manager#Release_History
2011-10-19 16:07:12 +00:00
Dirk Meyer
004b596934 - upate to 1.70 2011-10-18 04:21:38 +00:00
Doug Barton
7ec7e2a3cf Remove references to mysql 323 and 40, most commonly of the form:
IGNORE_WITH_MYSQL=     323 40
2011-10-17 04:35:02 +00:00
Alberto Villa
0bffcfcca1 - Add dependency on qt4-gui.
- Bump PORTREVISION.
2011-10-16 22:45:18 +00:00
Ion-Mihai Tetcu
ec5f3deec9 - fix a bug in the hooks sql [1]
- temporarelly disable TMPFS optional patch

Submitted by:	beat@ [1]
2011-10-16 20:02:56 +00:00
Ion-Mihai Tetcu
c66377013e Update to 3.4RC2.
Note: this release contains schema/DB changes.  Be sure to run the upgrade
procedure to properly incorporate the new changes.  There will be at least one
other DB change before 3.4 release, too.
2011-10-16 18:52:04 +00:00
Doug Barton
d2d4481f06 Remove no-longer relevant comment 2011-10-01 19:46:45 +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
Eitan Adler
758ccf8692 - update to 1.1
- symports now respects PORTSDIR
- internal version now matches ports version
- add license

Approved by:	bapt (mentor)
2011-09-18 13:52:03 +00:00
Pav Lucistnik
017edabd5e - Disallow from pointyhat until the distfile situation is resolved 2011-09-16 21:26:55 +00:00
Thomas Abthorpe
0932da9d01 - Return these ports to the heap 2011-09-15 23:56:43 +00:00
Stanislav Sedov
58f0702848 - Git is needed at the fetch stage, not build.
Reported by:	pav
2011-09-12 21:13:58 +00:00
Dag-Erling Smørgrav
713e369a80 Minor cleanup. No functional changes, hence no version bump. 2011-09-12 14:50:20 +00:00
Doug Barton
0cc6561198 New Features
============
1. Add the ability to retry package creation. This is mostly useful for
   PM_SU_CMD after a build that took so long that your sudo ticket has
   expired.

2. Add support for multiple -r options on the same command line. [1]

Various Internal Cleanups and Improvements
==========================================
1. s/printf/echo -e/ for consistency, and use it to full advantage

2. In the code that derives the proper value of PACKAGESITE remove 6.x
   and add 9.x. Also add a 10-current entry.

3. Add a more-or-less painless test to deal with the issue of the current
   working directory no longer existing. This problem usually manifests as
   a "The value of DISTDIR cannot be empty" error because 'make -f' does
   not handle this condition gracefully.

4. In find_and_delete_distfiles() (run after a successful install) change
   the default pattern to be foo-[0-9]* instead of foo* [2]

   When the new pattern doesn't match any existing distfiles, fall back to
   the old one.

5. Also in find_and_delete_distfiles(), cache matches to $DI_FILES so that
   we don't have to re-test that same file again.

6. Change the method used to print the prompt in get_answer_g() to echo -e
   so that I can be more flexible in formatting prompt messages.

7. For --clean-packages if a package is up to date but not installed
   it should still be deleted if -y is in use.

8. Avoid duplicate word in a composite sentence [3]

9. If a user has non-standard FETCH_ARGS it could circumvent the intent
   of --always-fetch, so forcibly unlink the file before proceeding to
   the fetch routine.

Sponsored by:	Henk van Oers [1]

Suggested by:	Lapo Luchini <lapo@lapo.it> [2]

Submitted by:	Dan Allen <danallen46@airwired.net> [3]
2011-09-12 06:19:07 +00:00
Doug Barton
9ca2a4be16 Remove 2004 aspell entry that has long since been dealt with.
The format of the entry incorrectly matched dictionaries that
could not possibly be vulnerable to the buffer overflow issue.

Approved by:	simon
2011-09-05 09:45:09 +00:00
Dag-Erling Smørgrav
a5279a0fa4 Allow the environment to override the default ports directory. 2011-09-01 13:38:33 +00:00
Stanislav Sedov
e94b4fd001 - Make porupgrade-devel port fetch the latest version directly from github,
so it's really -devel.
2011-08-30 02:07:08 +00:00
Doug Barton
88f4336e9d New release: version 2.4
- Fix bug where LIB_DEPENDS data was missing from some of the
RUN_DEPENDS column in the generated INDEX (reported by dougb)

- Add an option to portdepends to shorten the output. Only
traverse each dependency sub-tree one time. For complex ports
this results in a substantial decrease in output -- the long
form can produce literally millions of lines.

- Add LICENSE

- Pet portlint

This release modifies the on-disk binary format of the cache.
You will need to rerun cache-init after upgrading.

PR:		ports/160252
Submitted by:	maintainer
2011-08-29 04:43:56 +00:00
Koop Mast
fe61bf1eb4 Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where needed. 2011-08-23 18:39:19 +00:00
Stanislav Sedov
c27d64543e - Update to 2.4.9.3 (a bugfix release). 2011-08-23 10:15:01 +00:00
Stanislav Sedov
788e0ebba7 - We don't install README anymore.
- Fix a bug when :map was used on a string.
2011-08-23 07:44:31 +00:00
Stanislav Sedov
f686e750b5 - Don't use ruby 1.9 File.realpath(), use File.expand_path() instead.
The former generates exceptions when the path doesn't exist, which
  is not what we want.
2011-08-23 07:00:01 +00:00
Stanislav Sedov
26c09b8b11 - Fix plist. 2011-08-23 06:25:08 +00:00
Stanislav Sedov
6ce623bba5 - Update to 2.4.9.2.
This version is a bugfix release.
2011-08-23 03:25:44 +00:00
Joe Marcus Clarke
8c01fcf869 Update to 2.13.7.
* Change a comment to relfect the check number [1]
* Add a check to see if a file that ends in ".core" was checked into CVS [2]
* Do a proper check for 2 or 3 tuple depends [3]
* Correct the detection of the WWW string in pkg-descr [4]

PR:		159057 [3]
		159522 [4]
Reported by:	Ilya A. Arkhipov <micro@heavennet.ru> [1]
Requested by:	netchild [2]
Sbumitted by:	sunpoet [4]
2011-08-21 23:35:27 +00:00
Eitan Adler
e1f907bc92 - change the email address I use to maintain ports
Approved by:	bapt (mentor)
2011-08-21 20:51:40 +00:00
Eitan Adler
74db235785 - change the email address I use to maintain ports
Approved by:	bapt (mentor)
2011-08-21 16:12:46 +00:00
Olli Hauer
7a0bd31763 - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined 2011-08-20 17:27:52 +00:00
Stanislav Sedov
5e764ca46e - Provide the new URL. 2011-08-19 01:02:23 +00:00
Stanislav Sedov
c23e369a3f - Update portupgrade to 2.4.9.
This version brings ruby 1.9 support contributed by Steve Wills.
2011-08-18 08:05:50 +00:00
Ryan Steinmetz
b3022ce5d8 Fix assertion when using PKGINSTALL builder (-DUSE_PACKAGE_DEPENDS)
PR:		ports/159268
Submitted by:	David Naylor <naylor.b.david@gmail.com> [maintainer]
Approved by:	wxs (mentor)
2011-08-01 16:37:02 +00:00
Sunpoet Po-Chuan Hsieh
3fd8e422e2 - Sort SUBDIRs
- Fix NO_VIET_KDE coverage
2011-08-01 02:53:58 +00:00
Stanislav Sedov
399f367833 - Update to a new snapshot. This revision adds compatibility with
ruby 1.9 using patches contributed by Steve Wills <swills@FreeBSD.org>.
2011-07-26 04:53:56 +00:00
Matthias Andree
a8c4963d98 Bump PORTVERSION to 0.2.0 according to HISTORY section in embedded manual. 2011-07-25 11:53:30 +00:00
Matthias Andree
cf1e3e5d07 - fixed a bug where skipping non-existent command line arguments
failed and resulted in an unterminated (endless) loop.

- added the --no-find option
2011-07-25 11:49:29 +00:00
Ryan Steinmetz
4014046985 Update to 0.1.3.1
PR:		ports/159073
Submitted by:	David Naylor <naylor.b.david@gmail.com> [maintainer]
Approved by:	wxs (mentor)
2011-07-25 01:40:44 +00:00
Mark Linimon
06e6677793 Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk.  As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no).  Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.

Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .

PR:		ports/158969
Submitted by:	rene
Tested on:	pointyhat-west -exp
2011-07-21 05:03:02 +00:00
Kris Moore
3898643501 Update to 0.9.3 2011-07-19 16:18:51 +00:00
Ryan Steinmetz
72a02a04ab Update my email address on the ports I maintain.
Approved by: wxs@ (mentor)
2011-07-15 21:15:29 +00:00
Romain Tartière
f6601d3353 - Update to 1.0.2;
- While here fix a malformed RUN_DEPENDS.
2011-07-14 10:52:15 +00:00
Ashish SHUKLA
ebcf4efa66 - Update textproc/hs-stringsearch to 0.3.6
Obtained from:	FreeBSD Haskell
2011-07-10 09:51:31 +00:00
Joe Marcus Clarke
e8ef7bfbd0 Update to 2.13.6.
* Be more careful is searching for WITH(OUT)_FOO OPTIONS checks so to avoid
false positive warnings. [1]
* Support := in the *_DEPENDS section. [2]
* Make sure we expand DISTNAME to catch potential superfluous uses of it. [3]
* Fix the error seen when one passes CPPFLAGS to CONFIGURE_ENV. [4]
* Add the license block check after the MAINTAINER block [5]
* Add a check for use of ${FIND}...${XARGS} ${RM}. [6]

PR:		156164 [1]
		155753 [2]
		154320 [3]
		158305 [5]
		157566 [6]
Submitted by:	sahil [1]
		"Ilya A. Arkhipov" <micro@heavennet.ru> [5]
Reported by:	pav [4]
2011-06-26 21:31:55 +00:00
Wesley Shields
3022ef1c58 - Assign new maintainer.
Submitted by:	Ryan Steinmetz <rpsfa@rit.edu> (private mail)
2011-06-21 01:20:15 +00:00