Commit graph

7927 commits

Author SHA1 Message Date
Martin Wilke
b21e5591f7 - Stage support 2014-02-21 14:01:00 +00:00
Emanuel Haupt
2e96c182fa Remove trailing whitespaces from category editors 2014-02-21 13:36:34 +00:00
Martin Wilke
89a4ccce6b - Stage support 2014-02-21 05:48:24 +00:00
Sunpoet Po-Chuan Hsieh
a5a720a9c9 - Check for "old" option setting and inform users before build 2014-02-20 14:44:42 +00:00
Sunpoet Po-Chuan Hsieh
814b708d81 - Fix type of option group: it was RADIO but it should be SINGLE now (with the addition of CONSOLE) 2014-02-20 14:20:36 +00:00
Emanuel Haupt
ab4c883485 Support staging 2014-02-20 08:15:27 +00:00
Emanuel Haupt
9fe7d907dc Support staging 2014-02-20 08:14:16 +00:00
Emanuel Haupt
a3af4f48e1 Support staging 2014-02-20 08:13:05 +00:00
Emanuel Haupt
863f1c2e18 Support staging 2014-02-20 08:11:09 +00:00
Emanuel Haupt
56862d4ebe Support staging 2014-02-20 08:09:27 +00:00
Sunpoet Po-Chuan Hsieh
bd73812ebe - Use :group to fetch source and patch from correct URL 2014-02-19 15:27:58 +00:00
Sunpoet Po-Chuan Hsieh
dd0b32d0a8 - Fix fetch of BADPATCHES 2014-02-19 15:22:02 +00:00
Mathieu Arnold
c924394e7b Consolidate the docbook ports into -sgml and -xml variants.
Submitted by:	hrs (based on)
Sponsored by:	Absolight
2014-02-19 14:45:19 +00:00
Emanuel Haupt
9c8ffe3536 - Support staging
- Define LICENSE
- Respect CFLAGS
2014-02-19 12:52:05 +00:00
Sunpoet Po-Chuan Hsieh
857e52fb19 - Update to 7.4.182
- Fix fetch of BADPATCHES
- Pet portlint: use += instead of = for PKGNAMESUFFIX

Changes:	https://code.google.com/p/vim/source/list
2014-02-18 22:08:52 +00:00
Sunpoet Po-Chuan Hsieh
1237a9027f - Fix python detection
- Bump PORTREVISION for package change

PR:		ports/185601
Submitted by:	Stefan Beke <stefan@beke.info>
2014-02-18 21:43:08 +00:00
Sunpoet Po-Chuan Hsieh
7436b0f6bb - Use USES=iconv unconditionally
- Remove cumbersome do-patch:
  - Use do-patch: in bsd.port.mk
  - Mark 064, 087 and 147 as BADPATCHES
    - 064 does not apply cleanly (in bsd.port.mk way on FreeBSD 9.x or older)
    - 087 contains patch for src/ops.c which must be applied after 064
    - 147 contains patch for src/version.c which must be applied after 087
  - Apply BADPATCHES in post-patch:
- Fix keymap installation for vim-lite
  - Install keymap in vim source
  - Install vietnamese_viscii.vim correctly
- Do not install GUI binary executables and manpages when GUI options are off
- Allow build with python 3.x
- Merge options to Makefile
- Use PORTDATA
- Convert to new options helper
- Use CONFLICTS_INSTALL instead of CONFLICTS
- Use REINPLACE_CMD instead of patch file
- Support STAGEDIR
- Pet portlint
- Cleanup Makefile
- Fix PLIST
- Cosmetic change
- Bump PORTREVISION for dependency and package change
2014-02-18 21:30:04 +00:00
Mathieu Arnold
7f67d157d9 Chase docbook cleanup dependencies.
Sponsored by:	Absolight
2014-02-18 14:50:34 +00:00
Max Brazhnikov
d2de2b00e4 - Bump PORTREVISION after KDE4_PREFIX change 2014-02-18 14:31:32 +00:00
Max Brazhnikov
e9c34f4c34 KDE/FreeBSD team presents KDE SC 4.12.2 and KDE Workspace 4.11.6!
Among changes:
- Switch KDE4_PREFIX to ${LOCALBASE}
- Remove now needless misc/kde4-shared-mime-info port
- Add stage support
- Remove ancient CONFLICTS (KDE 4.9 and less) and LATEST_LINK
- Squeeze MASTER_SITES/MASTER_SITE_SUBDIR
- Convert LIB_DEPENDS to new style
- Use options helpers
- Drop support for FreeBSD 7.x
- Remove Qt/KDE 3 related workarounds
- Remove local patches and use upstream version scheme for libraries
- sysutils/kdeadmin4, net/kdenetwork4, devel/kdesdk4,
  and x11-clocks/kdetoys4 ports have been split.
- devel/kcachegrind is now a part of KDE SC [1]
- more logs in area51 repo...

New ports:
  devel/kde-dev-scripts:	KDE development scripts
  devel/kde-dev-utils:		KDE development utilities
  games/klickety:		Tetris themed solitaire
  games/picmi:			Single player logic-based puzzle game
  textproc/libkomparediff2:	Library to compare files and strings

The area51 repository features commits by Schaich Alonso, avilla, rakuco
and myself.

PR:		ports/186491
Exp-run:	by bdrewery
Approved by:	beat (former maintainer) [1]
2014-02-18 14:23:03 +00:00
Thierry Thomas
63cd4cde6b Add spanish to CATEGORIES where needed. 2014-02-17 22:36:02 +00:00
Pietro Cerutti
b8a6adbb70 - Convert to USES=tcl 2014-02-17 15:45:51 +00:00
Martin Wilke
32fd5d5a29 - Stage support 2014-02-17 07:02:14 +00:00
Ashish SHUKLA
9f61226ccb - Update to bzr snapshot revision 116446 2014-02-16 08:22:58 +00:00
Ruslan Makhmatkhanov
0c3441ee25 - update to 1.0.7.21
- fix build with clang
- use new LIB_DEPENDS syntax
- add LICENSE (GPLv3)
- USE_GMAKE -> USES=gmake
- use stage
- removed post-install chown
- workaround linking with clang (LLVM bug 13992)
- replace share/TeXmacs with %%DATADIR%% in pkg-plist

PR:		186679
Submitted by:	Henry Hu <henry.hu.sh@gmail.com>
2014-02-13 08:56:53 +00:00
Antoine Brodin
17cb1b4528 Stage support 2014-02-12 18:52:02 +00:00
Martin Wilke
46bfe3ce9d - Fix lua support
PR:		185650
		184588
Submitted by:	Kenji Rikitake <kenji@k2r.org>
Approved by:	maintainer timeout
2014-02-12 02:59:57 +00:00
Emanuel Haupt
5005b67362 According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
2014-02-10 13:54:26 +00:00
Sunpoet Po-Chuan Hsieh
a43aa7ca80 - Fix manpage installation
PR:		ports/186589
Submitted by:	Kevin Zheng <kevinz5000@gmail.com>
Pointyhat to:	miwi
2014-02-09 16:59:16 +00:00
Johan van Selst
738b6555bb - Convert USE_AUTOTOOLS=libtool to USES=libtool.
- Fix build on FreeBSD 10 where libiconv isn't used.
- Remove post-install. Not needed with staging.

PR:		ports/186592
Submitted by:	tijl
2014-02-09 16:36:35 +00:00
Martin Wilke
eb58bf93ba - Update to 7.4.169
PR:		based on 186120
Approved by:	maintainer timeout
2014-02-07 17:38:17 +00:00
Baptiste Daroussin
afe9c681eb Remove openoffice-3 all user should be considering using OpenOffice 4
With hat:	office@
Approved by:	maho
2014-02-07 12:41:40 +00:00
Baptiste Daroussin
4650a910d0 Chase boost and icu bump
While here convert some LIB_DEPENDS
2014-02-07 11:44:08 +00:00
Martin Wilke
36337b43f4 - Stage support 2014-02-06 12:15:22 +00:00
Emanuel Haupt
daa9f30999 Support staging. 2014-02-06 09:57:14 +00:00
John Marino
f10e5831a8 editor/cooledit: Add dragonfly support 2014-02-05 22:51:16 +00:00
John Marino
241f289904 editors/textedit: Add dragonfly support 2014-02-05 22:40:08 +00:00
Maho Nakata
74670836b4 Update to a better patch for cosmetic reason. 2014-02-05 04:17:27 +00:00
Bryan Drewery
1882659eff Reset maintainer due to fatal bounce
Remote-MTA: dns; gmail-smtp-in.l.google.com
Diagnostic-Code: smtp; 550-5.1.1 The email account that you tried to reach does
    not exist.
2014-02-05 01:49:15 +00:00
Maho Nakata
937cfcb53e remove unnecessary file 2014-02-05 01:41:25 +00:00
Maho Nakata
08245ad004 Update to 1560773
https://cwiki.apache.org/confluence/display/OOOUSERS/Development+Snapshot+Builds
Now we set USE_GCC to avoid gcc 4.2.1 (along with FBSD9) bug.
2014-02-05 00:42:29 +00:00
Martin Wilke
2e95bf0cd1 - Stage support 2014-02-03 13:40:25 +00:00
Martin Wilke
500665890f - Stage support 2014-02-03 13:38:57 +00:00
Maho Nakata
73e752268b Now we use system nss. 2014-02-03 11:31:17 +00:00
Martin Wilke
8073005f93 - Stage support 2014-02-03 09:47:27 +00:00
Danilo Egea Gondolfo
09ddaba7ca - Update from 37.0.1 to 37.1.0 2014-02-03 02:23:47 +00:00
Martin Wilke
76238fe5e3 - Stage support 2014-02-02 16:00:44 +00:00
Martin Wilke
af95f65219 - Stage support 2014-02-02 15:20:48 +00:00
Martin Wilke
04f8b5258f - Stage support 2014-02-01 16:57:04 +00:00
Max Brazhnikov
d7ba8fc7c1 Replace KDE4 sharedmime with USES=shared-mime-info. KDE4 sharedmime is
deprecated and will be removed along with switching KDE4_PREFIX to
${LOCALBASE} soon.
2014-02-01 12:17:42 +00:00