Commit graph

65 commits

Author SHA1 Message Date
Pawel Pekala
d7d8040e06 Update to version 1.17.24 2015-02-23 20:46:19 +00:00
Pawel Pekala
abfef89cae Use /var/log for logdir
PR:		196626
Reported by:	Jordan Irwin <antumdeluge@gmail.com>
2015-01-25 11:03:01 +00:00
Pawel Pekala
0d7f20f4bb Update to version 1.17.23 2014-12-29 20:12:54 +00:00
Pawel Pekala
99cd9064df Upgrade to version 1.17.22 2014-12-05 18:16:11 +00:00
Pawel Pekala
79d140b3ca Update to version 1.17.21 2014-11-28 22:59:14 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
2014-11-26 13:08:24 +00:00
Pawel Pekala
997eeae0b0 Update to version 1.17.20 2014-10-24 15:17:03 +00:00
Pawel Pekala
ab1a961841 - Update to version 1.17.18
- Sort pkg-plist
2014-10-13 18:13:47 +00:00
Pawel Pekala
6850cf4091 - Update to version 1.17.16
- Convert to USES=libtool
- Clean pkg-plist
2014-10-08 15:11:16 +00:00
Antoine Brodin
228ab58873 Change INSTALL_DATA to install with mode 644
Remove patches and hacks that were used to work around the previous
situation
This allows to stage more ports as a regular user

Differential Revision:	https://reviews.freebsd.org/D703
Reviewed by and discussed with:	bapt
With hat:	portmgr
2014-09-04 19:26:24 +00:00
Baptiste Daroussin
bbb5b0112e Remove now useless @cwd /
and pkg_install hacks
2014-09-02 14:10:49 +00:00
Pawel Pekala
d8c87341f3 Update to version 1.17.9 2014-05-06 20:44:17 +00:00
Pawel Pekala
589d48437e Update to version 1.17.8 2014-04-29 16:36:42 +00:00
Pawel Pekala
c10d2c9944 Update to version 1.17.7 2014-04-23 18:07:04 +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
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
Pawel Pekala
47ea202739 - Convert to USES=tar
- Use precise BSD licenses
2014-03-17 16:56:15 +00:00
Pawel Pekala
963799e4cb Update to version 1.17.6 2014-01-16 16:14:21 +00:00
Baptiste Daroussin
ff54c475e1 Fix packaging as a USER
Do not run post-install (it is automatic when staged)
2014-01-09 23:15:07 +00:00
Pawel Pekala
e0d41e3694 Update to version 1.17.5 2013-12-13 19:15:23 +00:00
Pawel Pekala
c1bd001c50 Update to version 1.17.4 2013-12-09 19:02:37 +00:00
Pawel Pekala
e82a633b48 - Update to version 1.17.3
- Add NEED_ROOT=yes, tries to write read-only files/dirs in stage
- Fix initial dirs/files creation missed in STAGEDIR conversion
2013-12-07 14:18:51 +00:00
Pawel Pekala
3c692b9e90 Add support for STAGEDIR 2013-09-25 19:59:55 +00:00
Baptiste Daroussin
b80ec3e204 Add NO_STAGE all over the place in preparation for the staging support (cat: archivers) 2013-09-20 13:11:20 +00:00
Pawel Pekala
f3668650f1 Update to version 1.17.1 2013-09-10 20:45:04 +00:00
Pawel Pekala
f2904b6af8 - Switch to new LIB_DEPENDS format
- Convert USE_PERL5 to USES
- Remove stale MAKE_JOBS_SAFE
- Trim dependencies where they are too detailed
2013-08-29 15:01:46 +00:00
Pawel Pekala
ea084d38b0 Use GNU versions of tar, md5sum, sha1sum, sha256sum during runtime
PR:		ports/180677
Reported by:	Holger Freyther <holger@freyther.de>
2013-07-22 21:23:02 +00:00
Pawel Pekala
e482e392f6 Convert my ports to current standards
- Switch USE_GMAKE to USES=gmake
- Define supported options so users can see them in config dialogs
- Use OPTIONS_SUB for plist alteration
- Convert to options macros for better readability
- Use PORTDOCS where it makes sense
2013-07-10 19:41:30 +00:00
Pawel Pekala
211362fe2a - Update to version 1.16.10
- Sort plist
- Trim Makefile header
2013-05-27 19:39:04 +00:00
Marcus von Appen
821843ca06 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
2013-04-27 08:50:46 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Pawel Pekala
2fa6259674 Convert my ports to optionsNG 2012-06-07 22:44:21 +00:00
Pawel Pekala
f8670f50d6 - Update to version 1.15.8.12 (squeeze stable branch)
- Disable compile warnings, it needs more recent gcc to work
- Move manpages declarations to Makefile.man
- Remove some useless dirrmtry's of locale dirs,
  they are now in /etc/mtree/BSD.local.dist
- Use dirrm instead of dirrmtry on dirs specific to this package

Feature safe:	yes
2012-04-06 17:09:06 +00:00
Pawel Pekala
1c89fac54a - Update my email to FreeBSD
Approved by:    miwi, wen (mentors)
2011-03-23 16:58:01 +00:00
Martin Wilke
471f66e558 - Update to 1.14.31
PR:		153792
Submitted by:	Pawel Pekala <c0rn@o2.pl> (maintainer)
Feature safe:	yes
2011-01-26 05:09:30 +00:00
Baptiste Daroussin
36ac12e96a - update to version 1.4.30
- mark MAKE_JOBS_SAFE
- add LICENSE info
- fix pkg-plist when WITHOUT_NLS=yes
- submitter is now maintainer

PR:		ports/151898
Submitted by:	"Pawel Pekala" <c0rn _at_ o2.pl> (maintainer)
2010-11-03 10:02:51 +00:00
Tilman Keskinoz
e449f30f79 Update to 1.14.29 2010-08-15 13:02:34 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Mark Linimon
cb4c252136 Reset perky@FreeBSD.org due to maintainer-timeouts and no response
to email.

Hat:		portmgr
2010-05-23 21:16:16 +00:00
Martin Wilke
4fee8a2823 - Update to 1.14.25
PR:		140699
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
Approved by:	maintainer timeout
2010-02-13 18:41:06 +00:00
Edwin Groothuis
6527ef2070 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 13:08:29 +00:00
Mark Linimon
be45456273 Mark as broken on sparc64: does not compile. 2008-02-01 06:35:50 +00:00
Gabor Kovesdan
42542fb076 - Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
2007-08-04 11:41:30 +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
Martin Wilke
76965980d6 - Update to 1.13.25
- Add new manpage layout

PR:             105560
Submitted by:   Nick Barkas <snb@threerings.net>
Approved by:    perky@ (maintainer timeout)
2007-02-06 21:05:29 +00:00
Frank J. Laszlo
720d1b97be Fix build issues on pointyhat by adding a patch to replace multiline RE with
a single line. Remove BROKEN status.

PR:		ports/104343
Submitted by:	Frank J. Laszlo (laszlof)
Approved by:	flz (mentor)
2006-11-07 16:26:45 +00:00
Kris Kennaway
15b247f443 Schedule these broken ports for termination on 2006-12-01 2006-09-02 16:51:10 +00:00
Mark Linimon
9f18b9007d Mark as broken: fails to install. 2006-07-16 19:30:31 +00:00
David E. O'Brien
582fb3f8dd dpkg installs an 'install-info' command which conflicts with one in the
base system.  Therefore, rename dpkg's 'install-info' to 'dpkg-install-info'.

Approved by:	perky
2006-05-01 05:39:46 +00:00