Baptiste Daroussin
6c6152ff82
Add NO_STAGE all over the place in preparation for the staging support (cat: print)
2013-09-20 22:43:59 +00:00
Baptiste Daroussin
be41425d62
Add an explicit dependency on pkgconf
2013-09-02 21:16:30 +00:00
Baptiste Daroussin
062ed8d36f
Convert from WITHOUT_NLS to PORT_OPTIONS:MNLS
...
While here do some conversion to new options framework
2013-05-06 10:22:41 +00:00
Alex Kozlov
e159824929
- Convert USE_GETTEXT to USES (part 3)
...
Approved by: portmgr (bapt)
2013-04-24 18:10:30 +00:00
Sylvio Cesar Teixeira
b94afc7e96
- New homepage to project.
...
PR: ports/170041
Submitted by: nemysis <nemysis@gmx.ch>
Feature safe: yes
2012-11-24 12:38:06 +00:00
Dirk Meyer
2b74a89bc8
- update png to 1.5.10
2012-06-01 05:26:28 +00:00
Sylvio Cesar Teixeira
0b8a17d5a5
- Update to 1.2.9
2012-05-25 19:48:25 +00:00
Thomas Abthorpe
a6cd2af202
- Fix build
...
PR: ports/162302
Submitted by: Bengt Ahlgren <bengta sics.se>
Feature safe: yes
2011-11-11 23:10:40 +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
Pav Lucistnik
345e0b246a
- Mark BROKEN: does not compile
...
In file included from file.c:36:
gtklp.h:99: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
Reported by: pointyhat
2011-10-14 16:37:48 +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
Koop Mast
0e682dded4
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
...
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-08-11 19:20:17 +00:00
Martin Wilke
edbfcf1c23
- Kick MD5 Support
2011-07-03 06:14:57 +00:00
Ade Lovett
4a8684e352
Sync to new bsd.autotools.mk
2010-12-04 07:34:27 +00:00
Ade Lovett
7e80cde328
Round one migration of ports from automake{19,110} to automake111
2010-10-05 19:57:56 +00:00
Ade Lovett
8d837132c7
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
2010-05-31 02:01:56 +00:00
Sylvio Cesar Teixeira
8e933f1ad3
- Update to 1.2.8
...
Approved by: itetcu (mentor, implicit)
2010-04-17 20:12:42 +00:00
Dirk Meyer
de78af3ac5
- update to 1.4.1
...
Reviewed by: exp8 run on pointyhat
Supported by: miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c
- update to jpeg-8
2010-02-05 11:46:55 +00:00
Sylvio Cesar Teixeira
ba072d1713
- Update my mail address to FreeBSD
...
Approved by: miwi (mentor)
2009-11-27 22:52:30 +00:00
Dirk Meyer
eca78ec61b
- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
...
Requested by: edwin
2009-07-31 13:57:52 +00:00
Marcelo Araujo
af79bf4f59
- Update to 1.2.7.
...
- Pass maintainer to submitter.
PR: ports/136128
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
2009-06-30 14:15:49 +00:00
Pav Lucistnik
8713bfefc6
- Does not build
...
Reported by: pointyhat
2009-05-24 15:40:16 +00:00
Dirk Meyer
da71b324ae
- fix build
...
- use cups-client
2009-05-16 13:28:48 +00:00
Edwin Groothuis
090059a210
Bump portrevision due to upgrade of devel/gettext.
...
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
2008-06-06 14:17:21 +00:00
Martin Wilke
a8b160e956
- Fix build
...
PR: 121281
Submitted by: Tobias Roth <ports@fsck.ch>
2008-03-06 20:25:55 +00:00
Andrew Pantyukhin
6c70e5254a
- Update to 1.2.6
2007-12-15 09:43:26 +00:00
Andrew Pantyukhin
83a4299306
- Update to 1.2.5
...
- Add author to pkg-descr
- Sort plist
2007-08-30 18:48:31 +00:00
Andrew Pantyukhin
347e8d7da1
- Update to 1.2.4
2007-07-31 07:19:37 +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
Florent Thoumie
d4f0d0048a
- Welcome X.org 7.2 \o/.
...
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Andrew Pantyukhin
30a774ac9a
- Update to 1.2.3
...
- Move from x11r6 to localbase
2007-02-08 21:29:31 +00:00
Andrew Pantyukhin
2a82734192
- Update to 1.2.2
...
Approved by: krion (mentor)
2006-06-01 05:24:22 +00:00
Pav Lucistnik
99072e9686
- Update to 1.2.1
...
PR: ports/94503
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2006-03-16 19:36:59 +00:00
Vasil Dimov
ba51c8dff7
Update to 1.2.0
...
PR: ports/93657
Submitted by: Ports Fury
Approved by: garga (mentor, implicitly)
2006-02-21 18:16:41 +00:00
Edwin Groothuis
508b8d82f4
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
...
Approved by: krion@
PR: ports/88711 (related)
2006-01-22 03:01:03 +00:00
Pav Lucistnik
f65c515569
- Update to 1.1.0
...
PR: ports/89583
Submitted by: Ports Fury
2005-11-28 16:49:25 +00:00
Pav Lucistnik
6edb86f43a
- Add SHA256
2005-11-25 17:44:39 +00:00
Joe Marcus Clarke
235c907ae5
Bump PORTREVISION to chase the glib20 shared library update.
2005-11-05 05:22:06 +00:00
Pav Lucistnik
18271e127f
- Update to 1.0g
...
PR: ports/85536
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2005-08-31 22:26:11 +00:00
Sam Lawrance
296845272d
Update to 1.0f
...
PR: ports/82536
Submitted by: Ports Fury
2005-06-22 18:01:46 +00:00
Jean-Yves Lefort
6199d6de9e
Update to 1.0d
...
PR: ports/81057
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2005-05-16 07:46:35 +00:00
Joe Marcus Clarke
b3458f652e
Bump PORTREVISION to chase the glib20 shared lib version change.
2005-03-12 10:54:27 +00:00
Michael Johnson
dc5d49ab19
- Update to 1.0c
...
PR: 78502
Submitted by: Ports Fury
2005-03-06 16:38:36 +00:00
Kirill Ponomarev
00b120ce2c
Update to version 1.0b
...
PR: ports/76284
Submitted by: Ports Fury
2005-01-16 10:26:44 +00:00
Kris Kennaway
be3e1f7794
Clean up handling of locale directories at deinstall-time:
...
* Don't remove "system directories" (which were created by BSD.*.dist)
* Silently try to remove locale directories which we might have created
2004-12-16 05:49:27 +00:00
Kirill Ponomarev
1cf2913b4c
Update to version 1.0
...
PR: ports/74083
Submitted by: Ports Fury
2004-11-18 20:42:38 +00:00
Joe Marcus Clarke
46a4d69571
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
...
big upgrade.
2004-11-07 22:37:47 +00:00
Kirill Ponomarev
3128c41ce3
Tarball was rerolled, authors added new translations.
...
PR: ports/70546
Submitted by: Ports Fury
2004-08-16 19:42:13 +00:00
Kris Kennaway
6d46498041
BROKEN: Size mismatch
2004-08-14 21:39:43 +00:00