1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
Commit Graph

300369 Commits

Author SHA1 Message Date
Niclas Zeising
a3bb3310c3 Add missing dependency on intltool
Fix plist
Bump portrevision

Submitted by:	xorg exp-run
2013-05-23 10:29:27 +00:00
William Grzybowski
99aa2705f7 - Update to 1.6.9 [1]
- Trim Makefile header [1]
- Add LICENSE (GPLv3)

PR:		ports/178828 [1]
Submitted by:	Lapo Luchini <lapo@lapo.it> (maintainer)
Approved by:	culot (mentor)
2013-05-23 10:13:52 +00:00
Dmitry Marakasov
51260e7016 - Add patch which fixes segfault in the shop
With this patch, the port becomes valyriatear-0.5.1 essentially,
but I'd prefer to not bump portversion and force distfile redownload
for such a small single change.
2013-05-23 10:04:07 +00:00
Dmitry Marakasov
d2aa15c252 - Update to 0.9.18-3
- Trim makefile header

PR:		176448
Submitted by:	Gerrit Kühn <gerrit@weinberg2.de>
2013-05-23 09:59:49 +00:00
Niclas Zeising
d840e3fb01 Record the lfc->lfcbase move here as well.
Pointyhat to:	zeising
2013-05-23 09:46:40 +00:00
Niclas Zeising
707b2e76f5 Add entry for the recently moved devel/lfc -> devel/lfcbase
Reminded by:	kwm (again)
2013-05-23 09:42:51 +00:00
Niclas Zeising
9be81b3474 Move devel/lfc to devel/lfcbase, to avoid conflicts with other software using
liblfc as name. [1]
Update devel/lfcbase to 1.5.4: [1]
  Several shared lib issues were addressed
  The license was changed from GPLv2 to GPLv3.

Update devel/lfcxml to 1.1.3 and chase the move of devel/lfc [2]

Update devel/dragon to 1.3.10 and chase the move of devel/lfc [3]

Update databases/cego to 2.18.6 and chase the move of devel/lfc [4]
  Several shared lib issues were addressed.
  The license was changed from GPLv2 to GPLv3.

Update databases/my2cego to 1.1.3 and chase the move of devel/lfc [5]
  Updated the autoconf setup
  Changed License from GPLv2 to GPLv3

PR:		ports/178745 [1]
		ports/178746 [2]
		ports/178747 [3]
		ports/178752 [4]
		ports/178754 [5]
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer) [1-5]
2013-05-23 09:31:55 +00:00
Rene Ladan
f0dd452c7d Remove dependency on gmake when using bmake, it is no longer needed and
broke the build.

Submitted by:	bapt on IRC
2013-05-23 09:20:55 +00:00
Koop Mast
0c937922fd Remove -Werror because the upcomming xorg update deprecated some functions.
Submitted by:	xorg exp run
2013-05-23 09:19:40 +00:00
Hiroki Sato
1a49d1a04f Remove duplicate files with print/texlive-infra.
Spotted by:	Tony Morlan
2013-05-23 08:31:09 +00:00
Carlo Strub
30ee8e1d18 Fix entry date, wrongly entered in revision 318453 2013-05-23 08:20:48 +00:00
Jason Helfman
0c6e1d97f6 - fix plist
Reported by: qat
2013-05-23 08:11:36 +00:00
Carlo Strub
261b3bc55f fix typo in recent otrs vulnerability 2013-05-23 08:02:56 +00:00
Carlo Strub
20adf54dfa Add vulnerabilities
Security:	CVE-2013-2637
		CVE-2013-3551
2013-05-23 07:58:57 +00:00
Jimmy Olgeni
64066779d9 Do not mute installation commands.
Submitted by:	danfe
2013-05-23 07:41:14 +00:00
Matthew Seaman
6306a2c58c Security Updates
- www/rt40 to 4.0.13
   - www/rt38 to 3.8.17 [1]

This is a security fix addressing a number of CVEs:

    CVE-2012-4733
    CVE-2013-3368
    CVE-2013-3369
    CVE-2013-3370
    CVE-2013-3371
    CVE-2013-3372
    CVE-2013-3373
    CVE-2013-3374

Users will need to update their database schemas as described in
pkg-message

Approved by:	flo [1]
Security:	3a429192-c36a-11e2-97a9-6805ca0b3d42
2013-05-23 07:24:40 +00:00
Jimmy Olgeni
905347db2c Upgrade to version 10.5.0; fix PORTEXAMPLES support and cleanup. 2013-05-23 07:11:47 +00:00
Wen Heping
1b73fbcb40 - Update to 1.19.7 2013-05-23 06:49:54 +00:00
Wen Heping
d712bffd6f - Update to 1.20.6 2013-05-23 06:48:20 +00:00
Wen Heping
7681f17326 - Updated to 3.1.6 2013-05-23 06:47:18 +00:00
Marcus von Appen
04e72495da - Fix a sound distortion issue for the OSS backend
PR:		ports/178343
Submitted by:	Yamagi Burmeister <yamagi@yamagi.org>
2013-05-23 06:05:32 +00:00
Brendan Fabeny
2b5b2e526b update zpaq to 6.28 2013-05-23 05:48:41 +00:00
Marcus von Appen
29a65a4e7b - Update to 0.1.0
- Trim Makefile headers
- Switch to new options framework
2013-05-23 05:39:35 +00:00
Alexey Dokuchaev
d275f14622 Deprecate: there is no master site, no public distfiles, certain functions
do not seem to work for me on amd64, e.g. "hfs read": zero-sized files are
copied to destination.  Perhaps it is caused by careless assumption of the
types' sizes (excerpt from hfs0_37/endian.h):

    typedef unsigned long ULONG;  // 32 bit unsigned
    typedef          long LONG;   // 32 bit signed
    typedef unsigned int  UINT;   // 16 bit unsigned
    typedef          int  INT;    // 16 bit signed
    typedef unsigned char BYTE;   // 8 bit unsigned
    typedef          char SBYTE;  // 8 bit signed
    typedef          int  BOOL;   // boolean value

`sysutils/ufsutils' provides better alternative: easier to use, has alive
upstream, and works correctly on amd64 (presumably on i386 as well).

While here, also explicitly mention that there is no HFS+ volumes support
available.
2013-05-23 04:07:09 +00:00
Alexey Dokuchaev
59e03e06cc Adjust CATEGORIES, allow to install developer libraries, improve TCLTK
option description while here.  The port now matches pkg-descr closely.
2013-05-23 03:57:45 +00:00
Alexey Dokuchaev
0cbf270d03 Move `emulators/hfsutils' to a more appropriate category (sysutils). 2013-05-23 03:53:41 +00:00
Andrej Zverev
86facf381e - Fix plist
Reported by:	QAT
2013-05-23 03:49:27 +00:00
Dmitry Marakasov
83e0d087d1 - Depend on pkgconfig in a proper way 2013-05-23 03:41:38 +00:00
Dmitry Marakasov
d58f045522 - Trim Makefile header
- OptionsNG
- Add LICENSE
- Switch to USE_PKGCONFIG

PR:		177146
Submitted by:	nemysis <nemysis@gmx.ch>
2013-05-23 03:30:30 +00:00
Alexey Dokuchaev
063ec74975 Consistensify a few "moved to a better category" messages. 2013-05-23 03:28:55 +00:00
Dmitry Marakasov
2282bbe5ea - Fix glut library version
PR:		176749
Submitted by:	myself
Approved by:	acm (maintainer via private email)
2013-05-23 03:24:28 +00:00
Jason Helfman
265ce40f64 - unbreak build single -> radio 2013-05-23 03:21:20 +00:00
Emanuel Haupt
7cb83c8ebe Get rid of a compiler warning. 2013-05-23 03:02:24 +00:00
Hiroki Sato
8d494f25af Fix build.
Spotted by:	mandree
2013-05-23 02:55:29 +00:00
Jason Helfman
acbbee2bc7 - adoption of optionsNG
- convert to USES in some cases (pkgconfig,pathfix)
- trim COMMENT/historical headers in some cases

Approved by:	portmgr (miwi)
2013-05-23 02:35:26 +00:00
Jason Helfman
70cb44a9d7 - adoption of optionsNG
- trim historical headers

Approved by:	portmgr (miwi)
2013-05-23 02:27:22 +00:00
Jason Helfman
e9ffec3f60 - adoption of optionsNG
- trim historical headers

Approved by:	portmgr (miwi)
2013-05-23 02:23:34 +00:00
Jason Helfman
2a8fb99db4 - adoption of optionsNG
Approved by:	portmgr (miwi)
2013-05-23 02:19:02 +00:00
Grzegorz Blach
7ccf343d26 - Fix install without examples
Approved by:	crees, tabthorpe (mentors, implicit)
2013-05-23 02:16:14 +00:00
Grzegorz Blach
25ff5f9a68 - Fix install without examples
Approved by:	crees, tabthorpe (mentors, implicit)
2013-05-23 02:14:33 +00:00
Grzegorz Blach
066019b40a - Fix install without examples
Approved by:	crees, tabthorpe (mentors, implicit)
2013-05-23 02:13:40 +00:00
Dmitry Marakasov
110a55d43b - Trim Makefile header
- OptionsNG
2013-05-23 02:04:46 +00:00
Dmitry Marakasov
e7a9972481 - Trim Makefile header
- OptionsNG
- Mark MAKE_JOBS_SAFE
2013-05-23 02:04:07 +00:00
Dmitry Marakasov
5a13efdd12 - Trim Makefile header
- OptionsNG
2013-05-23 02:03:09 +00:00
Dmitry Marakasov
3120fe874f - OptionsNG 2013-05-23 02:03:03 +00:00
Dmitry Marakasov
2fb0fafb42 - Trim Makefile header
- OptionsNG
2013-05-23 02:02:57 +00:00
Dmitry Marakasov
126a493f14 - Trim Makefile header
- OptionsNG
2013-05-23 02:02:20 +00:00
Dmitry Marakasov
927881ffe2 - Trim Makefile header
- OptionsNG
- Mark MAKE_JOBS_SAFE
2013-05-23 02:01:29 +00:00
Dmitry Marakasov
9998b3c348 - Trim Makefile header
- OptionsNG
- Mark MAKE_JOBS_SAFE
2013-05-23 02:00:10 +00:00
Dmitry Marakasov
528c66f168 - Trim Makefile header
- OptionsNG
2013-05-23 01:59:45 +00:00