1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
Commit Graph

332712 Commits

Author SHA1 Message Date
Tijl Coosemans
12d6142f76 - Update gstreamer1-libav to 1.2.4 (fixes crashes when seeking).
- USES=libtool, INSTALL_TARGET=install-strip
- Replace tiny pkg-plist with PLIST_FILES.

PR:		ports/188133, ports/188803
2014-04-20 13:11:35 +00:00
Tijl Coosemans
70243c5642 SDCC version 3.4.0.
Highlights:
- New TLCS90 (Toshiba Z80 clone) target support
- New STMicroelectronics STM8 target support
- Support for named address spaces in ROM
2014-04-20 12:51:11 +00:00
Johan van Selst
23604649d1 Update to GNU AWK 4.1.1 (bugfix release),
http://lists.gnu.org/archive/html/info-gnu/2014-04/msg00000.html
2014-04-20 11:32:10 +00:00
Koop Mast
8e1e5218b5 Add patch to make sure the mutex is locked before trying to unlock it.
This fixes a startup crash in cheese 3.12.

Submitted by:	Gustau Perez
Obtained from:	Gstreamer upstream
2014-04-20 10:36:47 +00:00
Koop Mast
a2db3289fa Update to 0.4.19.
Update LICENSE to new notation and the fact there two different license
 in the software.
Switch to USES=libtool, strip library.
Don't install compiled examples. They not getting build on some platforms.
2014-04-20 10:14:49 +00:00
Baptiste Daroussin
f303c6b5e3 Use lua 5.2 2014-04-20 09:37:37 +00:00
Baptiste Daroussin
a101e3b95a Remove build dependency on pkgconf 2014-04-20 09:30:08 +00:00
Baptiste Daroussin
a2c74b313d Convert to lua 5.2 2014-04-20 09:21:20 +00:00
Baptiste Daroussin
69693724c0 Update to 1.0
Support stage
Use lua 5.2
2014-04-20 09:16:29 +00:00
Ruslan Makhmatkhanov
dcfc79fac4 sysutils/ldap-account-manager: convert USE_BZIP2 to USES, while here 2014-04-20 06:36:26 +00:00
Ruslan Makhmatkhanov
d5270f42bc sysutils/ldap-account-manager: update to 4.5
This release allows to set fields on tab Personal to read-only. NIS mail aliases
can managed on user tab and there is a new option if referrals should be followed.
The Pro version supports Oracle databases and organizational roles. The self
service now includes a language selection and password reset supports alternate
email addresses.

PR:		187709
Submitted by:	"Vasiliy P. Melnik" <basil@vpm.net.ua> (maintainer)
2014-04-20 06:34:11 +00:00
Kubilay Kocak
21c7eb2952 lang/python{31,32,33}: Add clang 3.4 fix from python27
Copy change committed to python27 [1] to python31, python32 and
python33 to fix builds of some extensions with Clang 3.4.

Also add breadcrumbs to the patch header in lang/python27 referencing
the upstream issue. [2]

The Python 3.4 port (lang/python34) already carries the patch.

[1] https://svnweb.freebsd.org/ports?view=revision&revision=346428
[2] http://bugs.python.org/issue20767
2014-04-20 01:35:39 +00:00
Juergen Lock
658ec3c2ed Add new port multimedia/naludump:
Naludump is a tool to delete NALU fill data from h.264 streams embedded into
TS files. The overall file structure isn't modified, only complete TS packets
of NALU fill data are removed.

Naludump contains lots of code of Klaus Schmidinger's VDR, and is based on
cocepts from Marten Richter's Nalustripper.

Usage:
naludump inputfile.ts [outputfile.ts]

WWW: http://www.udo-richter.de/vdr/naludump.en.html
2014-04-19 23:11:35 +00:00
Josh Paetzel
4648604d7f Additional port improvements 2014-04-19 20:21:10 +00:00
Joe Marcus Clarke
6e2e717c0a Convert to new LIB_DEPENDS format. 2014-04-19 19:17:50 +00:00
Joe Marcus Clarke
08329c95e6 * Convert to STAGE
* Only enable AppleTalk support on versions of FreeBSD that support it [1]

PR:		187726
2014-04-19 19:07:41 +00:00
Henrik Brix Andersen
87cfd323d0 - Add stage support
- Honor PORT_OPTIONS:MDOCS
- Remove BROKEN
2014-04-19 18:40:51 +00:00
Joe Marcus Clarke
9015a53dc7 Update to 2.15.1.
* Remove www.freebsd.org/~$user check from urlcheck()
* Remove 'in the module alias name' warning
* Remove 'binary -ko'
* Silence warnings in case if svn binary does not exist (try 2)
* Use more strict regexp for share/doc detection
* Add sdl-config to direct commands check
* Fix phase 2 of direct use of pathnames check
* Ignore comments in direct use of pathnames check
* Support nested knobs in plist for OPTIONS_SUB check
* Add check for @dirrm(try) libdata/pkgconfig in plist
* Remove USE_MESA, INSTALLS_SHLIB, APACHE_COMPAT, USE_XPM from deprecated
  macro check
* Fix 'Consider adding support for a NLS knob to conditionally disable gettext'
  warning in the case of use 'NLS_USES= gettext'

PR:		188389
Submitted by:	ak
2014-04-19 18:39:10 +00:00
Chris Rees
ed3d3888ca Add NLS to OPTIONS_DEFINE as it's used in the port
PR:		ports/188688
Submitted by:	mat

Fix ownership of installed libexec files

PR:		ports/188689
Submitted by:	mat
2014-04-19 17:10:40 +00:00
John Marino
7e86d0296e lang/gcc-aux: Fix a testsuite application typo, add test to list
Both of these issues affect dragonfly only.  The *-*-dragonfly* target
for dejagnu needs to be added to a few hundred tests but a typo
prevented that from happening.  No revbump as testing does not affect
the final package, nor is it a default option.
2014-04-19 17:01:37 +00:00
Chris Rees
f07640c809 pkg-messageify pkg-message rather than using pkg-install
Suggested by:	mat
2014-04-19 16:58:13 +00:00
Josh Paetzel
e43f15afa7 Add needed dependancies for this port.
Due to the FreeNAS build system being very....simplistic
the deps weren't needed in the port there, however to
work properly in FreeBSD they of course are needed.

Noticed by:	swills
Pointyhat to:	jpaetzel
2014-04-19 16:33:48 +00:00
Stephen Montgomery-Smith
a1c111f05d - Update to 2.2.0. 2014-04-19 16:09:43 +00:00
Tijl Coosemans
5fbf541c7d Fix libfreetype dependencies.
PR:		ports/188792
2014-04-19 15:57:46 +00:00
Mathieu Arnold
9ea93fc774 Add / to the blacklist of homedirs that should not be created or touched.
With hat:	portmgr
Sponsored by:	Absolight
2014-04-19 13:54:30 +00:00
Rusmir Dusko
02285b530b - Update to 0.3
- Add USES dos2unix
- Remove obsolete patches, changed by upstream and fix usage
2014-04-19 12:38:17 +00:00
Alexey Dokuchaev
2f2db0bc52 - Update to version 0.4.5; define LICENSE; switch to .tar.bz2 distfile
- Provide a better fix for staging (r345307): passing --prefix is redundant
  as configure script is actually autotools-generated one (HAS_CONFIGURE was
  wrongly used instead of GNU_CONFIGURE)
- Make use of the new @sample keyword in pkg-plist; kill unneeded patches
2014-04-19 11:18:30 +00:00
Olli Hauer
7251bdda73 - fix badly converted PORT_OPTIONS
s/:MWITH_PEAR_MAIL/:MPEAR_MAIL/

- no PORTREVION bump since all OPTIONS are off by default
2014-04-19 11:13:18 +00:00
Andrej Zverev
92bce1fc6b - update distinfo: the distfile was rerolled and now contain workaround
for bin/188762.
- bump portrevision to reflect such changes.

PR:		ports/188787
Submitted by:	Oleg Ginzburg <olevole@olevole.ru> (maintainer,upstream all in-one-face)
2014-04-19 11:08:58 +00:00
Olli Hauer
a5dba8f3d2 - fix PORTOPTION s/:MWITH_MYSQL/:MMYSQL/
- rename OPTION POSTGRESQL -> PGSQL
- USES shebangfix
- use new LIB_DEPENSD notation
- enable staging
- bump PORTREVISION
2014-04-19 10:45:23 +00:00
Mathieu Arnold
cd4d1082e0 Fix building as a user.
Sponsored by:	Absolight
2014-04-19 10:45:15 +00:00
Pawel Pekala
8c3b86b61f Update to version 5.1.0 2014-04-19 10:26:58 +00:00
Niclas Zeising
a09624943a Restrict these to use python 2 for the time being. 2014-04-19 10:16:56 +00:00
Marcus von Appen
620eed24a7 - Mark as BROKEN since the last lang/mono update.
It seems like mono's CscToolPath is unset somewhere,
  causing the build to fail
2014-04-19 09:11:24 +00:00
Bryan Drewery
e15449a9ef - Rename check-orphans to check-plist. Keep the old for backwards-compat.
- Bug fixes:
  makeplist/check-plist:
   - Fix showing directories owned by RUN_DEPENDS/LIB_DEPENDS [1]
   - Use proper "rmdir PATH" syntax, not "rmdir >/dev/null... PATH" which
     pkg will not recognize.
   - Never consider base /etc/mtree/BSD.usr.dist or LOCLABASE
     Templates/BSD.local.dist as needing @dirrm handling.
  check-plist:
   - Fix showing PORTDOCS/PORTEXAMPLES files when the OPTIONS are not set.
     makeplist will still suggest them.
   - Fix showing files installed through unselected OPTIONS as orphans,
     by considering "@comment file" to be ignored. [2]
   - Fix @sample, @fc, @fcfontsdir, @fontsdir support
   - Fix return status when orphans are found to be non-zero
   - Add note when PREFIX=!LOCALBASE
   - Be more clear when orphans/no orphans are found.
   - Add a whitelist mechanism for globally approved ignores.
   - Add *.bak/*.orig to orphan whitelist for now.
   - Fix false-positive with dirs installed to /, such as with
     archivers/dpkg creating /var/db/dpkg
   - Fix false-positive with @dirrm ending in /, such as with
     ports-mgmt/poudriere with a @dirrmtry share/zsh/
   - There are likely still some false-positives. I fixed as many as I could
     find. Please let me know of others.
    * One in particular that is not easily fixable is installing a file into
      a directory owned by another port where that other port is not a run-time
      dependency. So the leaf port may create all of the parent dirs and never
      clean them up. Cleaning them up is not proper unless no other package is
      depending on them. This will be addressed by pkg(8) once pkg_install is
      EOL, or sooner.
   - Consider @dirrm of directories owned by run-time dependencies, or
     /etc/mtree/* or Templates/BSD.local.dist (at LOCALBASE) as fatal errors.
     These should not be removed in the plist. @comment lines are not
     considered for this; they will not ignore an error.
        ===> Checking for directories owned by dependencies or MTREEs
        Error: Owned by dependency: @dirrmtry share/locale/af/LC_MESSAGES
        Error: Owned by dependency: @dirrmtry share/locale/af
        Error: Owned by dependency: @dirrmtry %%PERL5_MAN3%%
   - Detect files in plist that do not exist in the stagedir. Pkgng already did
     this, but now we have it unified with this check. @comment lines are
     not considered for this; they will not ignore an error.
        ===> Checking for items in pkg-plist which are not in STAGEDIR
        Error: Missing: foo
        Error: Missing: @dirrmtry bar
   - Change orphaned output due to several new errors introduced:
        ===> Checking for items in STAGEDIR missing from pkg-plist
        Error: Orphaned: foo
   - Send errors to stderr
  check_leftovers.sh:
   - Prefer longer values for PLIST_SUB.
  bsd.options.mk:
   - Fix NOPORTDOCS/WITHOUT_NLS/NOPORTEXAMPLES not unsetting their respective
     OPTIONS.
   - Mark NOPORTDOCS/NOPORTEXAMPLES deprecated and hook them into the
     OPTIONS_WARNING to tell users the new format.
- check-stagedir.sh refactoring:
  - Switch to using new PLIST_SUB_SED
  - Use ! instead of , in sed(1) regex to allow files/dirs with ','
  - Rework PORTEXAMPLES/PORTDOCS handling so it acts on PLIST_SUB_SED'd
    value and not absolutes. Also simplify the regex for these a bit to
    allow reuse.
  - No longer need DOCSDIRS/EXAMPLESDIR in env
  - Wrap long lines
  - Unset some vars in env when they are done being used to free space for
    larger sed vars
  - Cleanup redundant sed regexes
- Add a Scripts/plist_sub_sed_sort.sh to prefer longer values when substituting
  over shorter values.

- To make check-plist ignore a file *as an orphan* do one of the following:
  1. Install it
  2. post-install: ${RM} ${STAGEDIR}file
  3. Put the file behind an OPTION with a PLIST_SUB: %%OPTION%%file
  4. Add to plist as a @comment [2]:
     @comment file
     @comment @dirrmtry dir

Reviewed by:	mat (much earlier version)
Discussed with:	mat, antoine, bapt, swills (various bits)
With hat:	portmgr
PR:		ports/185561 [1]
Reported By:	Alexander Yerenkow <yerenkow@gmail.com> [1]
Tested with:	pkg and pkg_install
Reported by:	many (false-positives)

[2] This is a partial solution, we may still need a plist.ignore too. It
    doesn't make much sense to add files in main pkg-plist we don't care about,
    but maybe it does since you'll see and reconsider them being ignored
    someday. @comment is used as all the OPTION PLIST_SUB deactivations use
    @comment instead of something like @ignore.
2014-04-19 06:44:56 +00:00
Bryan Drewery
7c540e8148 - Don't remove directories owned by BSD.local.dist
With hat:	portmgr
2014-04-19 06:43:21 +00:00
Bryan Drewery
d13ee48852 Missed with r351447:
- Support stagedir
- Fix all leftovers
  Note that this depends on new Mk/Scripts/check_leftovers.sh added in r351446.
- Bump PORTREVISION in all ports due to plist being fixed.
- Support man.d on FreeBSD 9+
- Convert NOPORTDOCS
- Fix bad perl shebang for scripts/mkaliasdir
- Remove pkg-install and move all to pkg-plist
- Fix /var/qmail modified warning in poudriere by doing nothing in
  install-mtree
- Fix /var/qmail getting unpredictable/wrong permissions due to
  USERS/GROUPS changing for every user with HOME=/var/qmail
- Use more OPTIONS helpers
- Fix ccache support for spamcontrol patch building
- Fix build of SMTPEXTFORK in mail/qmail-spamcontrol with recent clang

Tested with:  pkg and pkg_install
2014-04-19 06:29:58 +00:00
Bryan Drewery
c0ec093f32 - Don't try removing /var/qmail/queue at all
- Remove /var/qmail/queue from STAGEDIR so it's not an orphan
2014-04-19 06:24:14 +00:00
Bryan Drewery
5b88b2459b - Stop removing directories from BSD.local.dist.
This fixes false-positive leftover (files removed) warnings
  in Redports/QAT/Tinderbox.

  Note that some of these ports still have Orphans which I did not
  address.

With hat:	portmgr
Spotted by:	new 'check-plist'
2014-04-19 06:11:21 +00:00
Eitan Adler
30dd7af6ff Update mg to 20140414
Submitted by:	bcallah@openbsd.org
Approved by:	"Denise H. G." <darcsis@gmail.com> (maintainer)
2014-04-19 05:38:38 +00:00
Cy Schubert
15436bfecb Disable premature ldconfig during stage. 2014-04-19 04:57:35 +00:00
Cy Schubert
e68317caf2 Fix new patch.
Point hat to:	self
2014-04-19 03:45:40 +00:00
Diane Bruce
b15e23e8ba - unbreak on HEAD
- stagify
- Tim is swamped
2014-04-19 02:27:31 +00:00
Bryan Drewery
dd0de43921 - Fix shebang issues [1]
- Properly install and cleanup man dirs not in BSD.local.dist

PR:		ports/188755 [1]
Submitted by:	xmj [1]
2014-04-19 00:49:48 +00:00
Gerald Pfeifer
c57799cb9d Update to Wine 1.7.17. This includes the following changes:
- More implementations for the Task Scheduler.
 - C runtime made more compatible by sharing source files.
 - Various bug fixes.
2014-04-19 00:01:30 +00:00
Gerald Pfeifer
3b4262d630 Replace edwin's contact address with mine in the help, too. And
also solicit improvements. :-)
2014-04-18 23:37:53 +00:00
Adam Weinberger
b35e1c83c1 STAGE support. 2014-04-18 23:24:20 +00:00
Adam Weinberger
cda1449dce STAGE support, OPTIONS helpers, strip leading article from
COMMENT.

Also, the NLS option was inexplicably being used to determine
whether to install PORTEXAMPLES, so that is fixed along with
a PORTREVISION bump.
2014-04-18 23:19:29 +00:00
Adam Weinberger
cc394b56aa Fix typo that broke packaging/installation. 2014-04-18 23:04:05 +00:00
Jung-uk Kim
b6d57d8f3a Reduce diff between Orcle/Sun Java ports and clean up. 2014-04-18 22:48:45 +00:00