aboutsummaryrefslogtreecommitdiff
path: root/print/pdflib
Commit message (Collapse)AuthorAgeFilesLines
* print/pdflib: Make DragonFly respect Perl's LDDFLAGS tooJohn Marino2014-12-101-2/+3
| | | | | | | | | | | This is required for upcoming Perl changes. I just duplicated the FreeBSD line as a case option rather than add two more patterns -- mainly for consistency as each platform got their own line in other cases. Follows: r373971 Notes: svn path=/head/; revision=374481
* Respect Perl's LDDLFLAGS.Mathieu Arnold2014-12-041-3/+11
| | | | | | | | With hat: perl Sponsored by: Absolight Notes: svn path=/head/; revision=373971
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=373448
* Cleanup plistAntoine Brodin2014-11-131-2/+0
| | | | Notes: svn path=/head/; revision=372510
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-07-171-1/+1
| | | | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories P-S. CR: D422 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=362126
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-06-172-6/+6
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=358105
* Fix installation of perl binding.Alex Dupre2014-03-193-2/+12
| | | | Notes: svn path=/head/; revision=348628
* Fix build when WITH=PERL.Mathieu Arnold2014-03-121-1/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=347979
* - Stage supportMartin Wilke2014-02-261-8/+5
| | | | Notes: svn path=/head/; revision=346133
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | print) Notes: svn path=/head/; revision=327765
* - convert to the new perl5 frameworkAndrej Zverev2013-09-151-2/+2
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327334
* Update to 7.0.5p3 and convert to OptionsNG.Alex Dupre2012-06-133-141/+11
| | | | Notes: svn path=/head/; revision=299185
* Avoid namespace collisions between the embedded (modified) png libraryAlex Dupre2012-05-292-0/+128
| | | | | | | | | and external libpng.so. Submitted by: thompsa Notes: svn path=/head/; revision=297665
* Fix port.Alex Dupre2012-01-131-2/+2
| | | | | | | Pointyhat to: me Notes: svn path=/head/; revision=289103
* - Add forgotten patchAlex Dupre2012-01-133-9/+46
| | | | | | | | | | - Switch to OPTIONS - Add Java bindings [1] Submitted by: Oliver Brandmueller <ob@e-Gitt.NET> [1] Notes: svn path=/head/; revision=289094
* Update to 7.0.5 release and remove unneeded libtool hacks.Alex Dupre2012-01-104-20/+6
| | | | Notes: svn path=/head/; revision=288886
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-091-1/+0
| | | | Notes: svn path=/head/; revision=285379
* - Fix build on FreeBSD 10Martin Wilke2011-10-291-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=284613
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - Kick MD5 SupportMartin Wilke2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276961
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-022-1/+12
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* Update to 7.0.4p4 release.Alex Dupre2009-07-063-5/+6
| | | | Notes: svn path=/head/; revision=237245
* Update to 7.0.3 release.Alex Dupre2008-10-102-4/+4
| | | | Notes: svn path=/head/; revision=221398
* Update to 7.0.2 release.Alex Dupre2007-08-282-5/+5
| | | | Notes: svn path=/head/; revision=198417
* Update to 7.0.0p3 release and make it fetchable again.Alex Dupre2006-11-012-5/+5
| | | | Notes: svn path=/head/; revision=176050
* Restore major 7.0.0p1 PORTVERSION to make scripts happy.Alex Dupre2006-10-161-4/+3
| | | | | | | | | | No functional changes. Discussed with: erwin Approved by: portmgr (implicitly) Notes: svn path=/head/; revision=175350
* Fix fetching.Alex Dupre2006-10-151-2/+3
| | | | | | | Approved by: portmgr (implicitly) Notes: svn path=/head/; revision=175318
* Update to 7.0.0p1 release and make it fetchable again.Alex Dupre2006-10-142-5/+5
| | | | | | | Approved by: portmgr (marcus) Notes: svn path=/head/; revision=175302
* Update to 7.0.0 release.Alex Dupre2006-10-094-11/+11
| | | | Notes: svn path=/head/; revision=175051
* Remove USE_REINPLACE from all categories starting with PEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162206
* Update to 6.0.3 release and make it fetchable again.Alex Dupre2006-03-043-7/+5
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156950
* Conversion to a single libtool environment.Ade Lovett2006-02-232-5/+6
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Update to 6.0.2 release.Alex Dupre2005-08-284-67/+4
| | | | Notes: svn path=/head/; revision=141035
* Make fetchable again.Kirill Ponomarev2005-08-151-1/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=140884
* Fix a vulnerability in libtiff embedded in this port.Sam Lawrance2005-07-312-3/+43
| | | | | | | | | | | | Bump PORTREVISION. Approved by: ale (maintainer) is away Obtained from: libtiff CVS http://www.remotesensing.org/libtiff/ Security: http://vuxml.FreeBSD.org/68222076-010b-11da-bc08-0001020eed82.html CAN-2005-1544 Notes: svn path=/head/; revision=140568
* - Fix tiff vulnerabilityAlex Dupre2005-01-233-3/+29
| | | | | | | | | | - Fix pdf generation on 64bit architectures [1] PR: ports/76385 [1] Submitted by: UEMURA Tetsuya <t_uemura@macome.co.jp> [1] Notes: svn path=/head/; revision=127130
* Mark FORBIDDEN due to exploitable vulnerabilityJacques Vidrine2005-01-181-0/+2
| | | | | | | http://vuxml.freebsd.org/fc7e6a42-6012-11d9-a9e7-0001020eed82.html Notes: svn path=/head/; revision=126719
* Fix plist of pdflib-perl.Alex Dupre2004-12-111-1/+0
| | | | | | | | Submitted by: pointyhat via kris Pointyhat to: me (always test pdflib-perl when updating pdflib) Notes: svn path=/head/; revision=123701
* Update to 6.0.1 release:Alex Dupre2004-12-093-18/+11
| | | | | | | | - Unmark BROKEN - Use libtool15 Notes: svn path=/head/; revision=123554
* BROKEN: UnfetchableKirill Ponomarev2004-12-081-0/+1
| | | | Notes: svn path=/head/; revision=123500
* Update to 6.0.0p1 release.Alex Dupre2004-07-102-3/+3
| | | | Notes: svn path=/head/; revision=113334
* - Update to 6.0.0 releaseAlex Dupre2004-06-253-14/+8
| | | | | | | - Re-enable cxx support Notes: svn path=/head/; revision=112224
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* A new tarball was re-rolled with my fix for pdflib-perl.Alex Dupre2004-02-082-2/+2
| | | | | | | | Noticed by: simon Approved by: nork (mentor/implicitly) Notes: svn path=/head/; revision=100426
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Fix installation of pdflib-perl.Alex Dupre2004-01-311-0/+1
| | | | | | | | Reported by: bento via kris Approved by: nork (mentor/implicitly) Notes: svn path=/head/; revision=99569
* Update to 5.0.3 release.Alex Dupre2004-01-274-34/+21
| | | | | | | | Noticed by: Alistair Buckle <mail_w@agtb.freeserve.co.uk> Approved by: nork (mentor/implicitly) Notes: svn path=/head/; revision=99237